diff options
author | 2005-02-03 03:32:23 +0000 | |
---|---|---|
committer | 2005-02-03 03:32:23 +0000 | |
commit | 1db460bb36bdcb2162291f1511c2b7139d4fd0c1 (patch) | |
tree | 069c073ba297eabcc80edbef0b0fee41d5ba6b08 /dev-lisp/cl-pxmlutils | |
parent | Added multilib-pkg-force so get_multilib_abis works right. (diff) | |
download | historical-1db460bb36bdcb2162291f1511c2b7139d4fd0c1.tar.gz historical-1db460bb36bdcb2162291f1511c2b7139d4fd0c1.tar.bz2 historical-1db460bb36bdcb2162291f1511c2b7139d4fd0c1.zip |
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-lisp/cl-pxmlutils')
-rw-r--r-- | dev-lisp/cl-pxmlutils/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/Manifest | 8 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild | 41 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1 | 1 |
7 files changed, 16 insertions, 88 deletions
diff --git a/dev-lisp/cl-pxmlutils/ChangeLog b/dev-lisp/cl-pxmlutils/ChangeLog index 699df5206973..acbaa01ac442 100644 --- a/dev-lisp/cl-pxmlutils/ChangeLog +++ b/dev-lisp/cl-pxmlutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-pxmlutils -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/ChangeLog,v 1.4 2004/06/24 23:50:43 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/ChangeLog,v 1.5 2005/02/03 03:32:23 mkennedy Exp $ + + 02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-pxmlutils-0.0.9-r1.ebuild, cl-pxmlutils-0.0.9-r2.ebuild, + -cl-pxmlutils-0.0.9.ebuild: + Removed old ebuilds; Override src_compile() to avoid automatic Makefile build *cl-pxmlutils-0.0.9-r2 (31 Mar 2004) diff --git a/dev-lisp/cl-pxmlutils/Manifest b/dev-lisp/cl-pxmlutils/Manifest index b42910062d8d..394a66b3dbe4 100644 --- a/dev-lisp/cl-pxmlutils/Manifest +++ b/dev-lisp/cl-pxmlutils/Manifest @@ -1,11 +1,7 @@ -MD5 64aaa0c0ab2dff3b394b7eeeffa64659 cl-pxmlutils-0.0.9.ebuild 1024 -MD5 05bd5b92707f90bab438ce80ff694eb5 cl-pxmlutils-0.0.9-r2.ebuild 883 -MD5 254f5bbd451d9c9090a95114e63ebdcd cl-pxmlutils-0.0.9-r1.ebuild 867 -MD5 c08dcb469d167815314ebd64b879c528 ChangeLog 780 +MD5 0fe46c0b0242290294eef4c6291d2c37 cl-pxmlutils-0.0.9-r2.ebuild 910 +MD5 d56c5d71d7c46ca447975856c7c4d6e0 ChangeLog 1007 MD5 4a244585c497b40153c4f9c808e061ad metadata.xml 393 -MD5 0329a00fe1ea73afb97d93a34d3c91dc files/digest-cl-pxmlutils-0.0.9 67 MD5 2a4e3bb8f2f281ae7850a1fb2fa2280a files/0.0.9-allegro-declare-gentoo.patch 1242 MD5 32d1daec1acf0391c8df87b0e4aa8248 files/0.0.9-gentoo.patch 3242 -MD5 0329a00fe1ea73afb97d93a34d3c91dc files/digest-cl-pxmlutils-0.0.9-r1 67 MD5 0329a00fe1ea73afb97d93a34d3c91dc files/digest-cl-pxmlutils-0.0.9-r2 67 MD5 07ea12c04474a79089d7479aeb3dce94 files/pxmlutils.asd 729 diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild deleted file mode 100644 index 37723acdb9e1..000000000000 --- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild,v 1.3 2004/06/24 23:50:43 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Portable version of Franz's xmlutils." -HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html" -SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-acl-compat - virtual/commonlisp" - -S=${WORKDIR}/pxmlutils_${PV} - -CLPACKAGE=pxmlutils - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-allegro-declare-gentoo.patch -} - -src_install() { - common-lisp-install pxmlutils.asd *.cl - common-lisp-system-symlink - dodoc ChangeLog README *.{htm,txt} -} diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild index e7ad2df5d50a..a6294a1c74d7 100644 --- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild +++ b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild,v 1.3 2004/06/24 23:50:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild,v 1.4 2005/02/03 03:32:23 mkennedy Exp $ inherit common-lisp eutils -DESCRIPTION="Portable version of Franz's xmlutils. Includes XML and HTML parsers." +DESCRIPTION="Portable version of Franz's xmlutils. Includes XML and HTML parsers." HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html" SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz" @@ -23,7 +23,10 @@ CLPACKAGE=pxmlutils src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-gentoo.patch + epatch ${FILESDIR}/${PV}-gentoo.patch || die +} +src_compile() { + : } src_install() { diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild deleted file mode 100644 index 6626f33a2af0..000000000000 --- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild,v 1.3 2004/06/24 23:50:43 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Portable version of Franz's xmlutils." -HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html" -SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-acl-compat - virtual/commonlisp" - -S=${WORKDIR}/pxmlutils_${PV} - -CLPACKAGE=pxmlutils - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-allegro-declare-gentoo.patch -} - -src_install() { - common-lisp-install ${FILESDIR}/pxmlutils.asd pxml*.cl - common-lisp-system-symlink - dodoc ChangeLog README pxml.{htm,txt} -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9 b/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9 deleted file mode 100644 index 31e8096f5273..000000000000 --- a/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 c912a48167246d275fdc548f150ccbd4 pxmlutils_0.0.9.tar.gz 124191 diff --git a/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1 b/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1 deleted file mode 100644 index 31e8096f5273..000000000000 --- a/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c912a48167246d275fdc548f150ccbd4 pxmlutils_0.0.9.tar.gz 124191 |