commit: 7c1411518e57a011f7231428865ff6d07eaa97c8 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 20:53:46 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 20:53:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7c141151
dev-lisp/lispbuilder-sdl: Drops package .../files/0.9.8.1-fix-unicode-comments.patch | 28 ------------ .../lispbuilder-sdl-0.9.8.1-r1.ebuild | 52 ---------------------- 2 files changed, 80 deletions(-) diff --git a/dev-lisp/lispbuilder-sdl/files/0.9.8.1-fix-unicode-comments.patch b/dev-lisp/lispbuilder-sdl/files/0.9.8.1-fix-unicode-comments.patch deleted file mode 100644 index ba78f9d5..00000000 --- a/dev-lisp/lispbuilder-sdl/files/0.9.8.1-fix-unicode-comments.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur lispbuilder-sdl.orig/sdl/font.lisp lispbuilder-sdl/sdl/font.lisp ---- lispbuilder-sdl.orig/sdl/font.lisp 2009-09-26 05:37:38.000000000 +0200 -+++ lispbuilder-sdl/sdl/font.lisp 2010-12-17 15:21:07.531027714 +0100 -@@ -205,7 +205,7 @@ - "Returns the maximum pixel descent of all glyphs of font `FONT`. - This can also be interpreted as the distance from the baseline to the bottom of the font. - It could be used when drawing an individual glyph relative to a bottom point, --by combining it with the glyph’s maxy metric to resolve the top of the rectangle used when -+by combining it with the glyph's maxy metric to resolve the top of the rectangle used when - blitting the glyph on the screen. - - ##### Parameters -@@ -242,7 +242,7 @@ - "Returns the number of faces 'sub-fonts' available in the font `FONT`. - This is a count of the number of specific fonts (based on size and style and other - typographical features perhaps) contained in the font itself. It seems to be a useless -- fact to know, since it can’t be applied in any other `SDL_TTF` functions. -+ fact to know, since it can't be applied in any other `SDL_TTF` functions. - - ##### Parameters - -@@ -311,4 +311,4 @@ - nil) - - (defmethod open-font (definition)) --(defmethod close-font (font)) -\ No newline at end of file -+(defmethod close-font (font)) diff --git a/dev-lisp/lispbuilder-sdl/lispbuilder-sdl-0.9.8.1-r1.ebuild b/dev-lisp/lispbuilder-sdl/lispbuilder-sdl-0.9.8.1-r1.ebuild deleted file mode 100644 index 08c468af..00000000 --- a/dev-lisp/lispbuilder-sdl/lispbuilder-sdl-0.9.8.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils - -DESCRIPTION="Lisp Application Builder Interface to libSDL" -HOMEPAGE="http://code.google.com/p/lispbuilder/" -SRC_URI="http://lispbuilder.googlecode.com/files/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="media-libs/libpng - media-libs/jpeg - media-libs/tiff - media-libs/libsdl - media-libs/sdl-image - dev-lisp/cffi - dev-lisp/trivial-garbage - dev-lisp/cl-vectors - dev-lisp/zpb-ttf - dev-lisp/vecto" - -S="${WORKDIR}/${PN}" - -CLSYSTEMS="lispbuilder-sdl lispbuilder-sdl-assets lispbuilder-sdl-base \ - lispbuilder-sdl-binaries lispbuilder-sdl-examples lispbuilder-sdl-cffi \ - lispbuilder-sdl-cl-vectors lispbuilder-sdl-cl-vectors-examples \ - lispbuilder-sdl-vecto lispbuilder-sdl-vecto-examples" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-fix-unicode-comments.patch -} - -src_compile() { - emake -} - -src_install() { - # TODO: install assets/ in /usr/share/ - common-lisp-install-sources base bin \ - cffi examples glue glue-cl-vectors \ - glue-vecto sdl sdl-image - common-lisp-install-sources -t all assets - common-lisp-install-asdf - dolib bin/liblispbuilder-sdl-glue.so - dohtml documentation/*.{html,png} -}