commit:     ff5761477b89584e82b784a4a571cb3ff158dc4b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 20:54:19 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 20:54:19 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ff576147

dev-lisp/lispbuilder-sdl-image: Drops package

 .../files/gentoo-fix-asd.patch                     | 15 ---------
 .../lispbuilder-sdl-image-0.5.0.ebuild             | 36 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-lisp/lispbuilder-sdl-image/files/gentoo-fix-asd.patch 
b/dev-lisp/lispbuilder-sdl-image/files/gentoo-fix-asd.patch
deleted file mode 100644
index a228d153..00000000
--- a/dev-lisp/lispbuilder-sdl-image/files/gentoo-fix-asd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur lispbuilder-sdl-image.orig/lispbuilder-sdl-image.asd 
lispbuilder-sdl-image/lispbuilder-sdl-image.asd
---- lispbuilder-sdl-image.orig/lispbuilder-sdl-image.asd       2008-07-20 
10:20:45.000000000 +0200
-+++ lispbuilder-sdl-image/lispbuilder-sdl-image.asd    2009-12-22 
15:54:33.000000000 +0100
-@@ -21,10 +21,4 @@
-           :components
-           ((:file "package")
-            (:file "generics" :depends-on ("package"))
--           (:file "sdl-image-util" :depends-on ("package" "generics"))))
--   (:module "documentation"
--          :components
--          ((:html-file "header")
--           (:html-file "footer")
--           (:html-file "lispbuilder-sdl-image")
--           (:static-file "alien.png")))))
-+           (:file "sdl-image-util" :depends-on ("package" "generics"))))))

diff --git a/dev-lisp/lispbuilder-sdl-image/lispbuilder-sdl-image-0.5.0.ebuild 
b/dev-lisp/lispbuilder-sdl-image/lispbuilder-sdl-image-0.5.0.ebuild
deleted file mode 100644
index 198d0a44..00000000
--- a/dev-lisp/lispbuilder-sdl-image/lispbuilder-sdl-image-0.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-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/sdl-image
-               dev-lisp/cffi
-               dev-lisp/lispbuilder-sdl"
-
-S="${WORKDIR}/${PN}"
-
-CLSYSTEMS="lispbuilder-sdl-image lispbuilder-sdl-image-cffi 
lispbuilder-sdl-image-examples"
-
-src_prepare() {
-       eapply "${FILESDIR}"/gentoo-fix-asd.patch
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources cffi examples sdl-image
-       common-lisp-install-asdf
-}

Reply via email to