commit:     ce1089109d8495a2f6ef70d6f914cf878459a1d0
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 20:56:36 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:56:36 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ce108910

dev-lisp/png: Drops old package

 dev-lisp/png/files/libz-path-gentoo.patch | 12 ---------
 dev-lisp/png/files/png.asd                | 15 -----------
 dev-lisp/png/png-0.4-r2.ebuild            | 42 -------------------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-lisp/png/files/libz-path-gentoo.patch 
b/dev-lisp/png/files/libz-path-gentoo.patch
deleted file mode 100644
index 5ae3ee1a..00000000
--- a/dev-lisp/png/files/libz-path-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur cl-png-0.4.orig/zlib-from-cl-pdf.cl cl-png-0.4/zlib-from-cl-pdf.cl
---- cl-png-0.4.orig/zlib-from-cl-pdf.cl        2004-03-06 22:44:17.000000000 
-0600
-+++ cl-png-0.4/zlib-from-cl-pdf.cl     2006-10-15 23:08:17.000000000 -0500
-@@ -19,7 +19,7 @@
- ;; won't load the compiled file.  Putting it in an eval-when in
- ;; config.lisp doesn't work either.
- 
--(defvar *zlib-search-paths* '("/usr/local/lib/" "/usr/lib/")
-+(defvar *zlib-search-paths* '("/lib/")
-   "The paths where to search the zlib shared library")
- 
- (defparameter *zlib-path*

diff --git a/dev-lisp/png/files/png.asd b/dev-lisp/png/files/png.asd
deleted file mode 100644
index b0fa65a6..00000000
--- a/dev-lisp/png/files/png.asd
+++ /dev/null
@@ -1,15 +0,0 @@
-;;;; -*- Mode: Lisp; Package: ASDF; -*-
-
-(in-package :asdf)
-
-(defsystem :png
-  :perform (load-op :after (op png)
-                   (pushnew :png cl:*features*))
-  :components ((:file "zlib")
-              (:file "png-pkg"
-                     :depends-on ("zlib"))
-              (:file "png"
-                     :depends-on ("png-pkg" "zlib"))))
-
-(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :png))))
-  "cl")

diff --git a/dev-lisp/png/png-0.4-r2.ebuild b/dev-lisp/png/png-0.4-r2.ebuild
deleted file mode 100644
index 8ca5df5f..00000000
--- a/dev-lisp/png/png-0.4-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DEB_PV=2
-
-DESCRIPTION="Common Lisp package to read and write ${PN} image files"
-HOMEPAGE="http://www.pvv.ntnu.no/~musum/lisp/code/
-       http://www.cliki.net/${PN}
-       http://packages.debian.org/unstable/devel/cl-${PN}.html";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz
-               
mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}-${DEB_PV}.diff.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/uffi"
-
-S="${WORKDIR}/cl-${P}"
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_prepare() {
-       eapply cl-${PN}_${PV}-${DEB_PV}.diff
-       eapply "${FILESDIR}"/libz-path-gentoo.patch
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources *.cl
-       common-lisp-install-asdf
-       dodoc AUTHORS BUGS NEWS README
-       dohtml doc/index.html
-}

Reply via email to