diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-19 15:38:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-19 15:38:09 +0000 |
commit | 7b442d06b8573f25a9234eb33b4908a4285432f0 (patch) | |
tree | 3506109d4b70dd558fb39a3826d9f9998b7ed83a /dev-ml/pxp | |
parent | Stable on ppc64; bug #218029 (diff) | |
download | gentoo-2-7b442d06b8573f25a9234eb33b4908a4285432f0.tar.gz gentoo-2-7b442d06b8573f25a9234eb33b4908a4285432f0.tar.bz2 gentoo-2-7b442d06b8573f25a9234eb33b4908a4285432f0.zip |
remove old
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-ml/pxp')
-rw-r--r-- | dev-ml/pxp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.1.95.ebuild | 39 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.1.96.ebuild | 39 |
3 files changed, 5 insertions, 79 deletions
diff --git a/dev-ml/pxp/ChangeLog b/dev-ml/pxp/ChangeLog index ccd17907c7db..729f6b53d9cd 100644 --- a/dev-ml/pxp/ChangeLog +++ b/dev-ml/pxp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pxp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.13 2008/04/09 07:59:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.14 2008/04/19 15:38:09 aballier Exp $ + + 19 Apr 2008; Alexis Ballier <aballier@gentoo.org> -pxp-1.1.95.ebuild, + -pxp-1.1.96.ebuild: + remove old *pxp-1.2.0_beta2 (09 Apr 2008) diff --git a/dev-ml/pxp/pxp-1.1.95.ebuild b/dev-ml/pxp/pxp-1.1.95.ebuild deleted file mode 100644 index 93e48f5554f8..000000000000 --- a/dev-ml/pxp/pxp-1.1.95.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.95.ebuild,v 1.1 2005/03/09 00:22:40 mattam Exp $ - -inherit findlib - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html" -SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" - -LICENSE="as-is" -KEYWORDS="~x86 ~ppc" - -SLOT="0" -DEPEND=">=dev-ml/pcre-ocaml-4.31 ->=dev-ml/ulex-0.5 ->=dev-ml/ocamlnet-0.98" - -IUSE="doc" - -src_compile() { - #the included configure does not support many standard switches and is quite picky - ./configure || die - make all opt || die -} - -src_install() { - findlib_src_install - - cd doc - dodoc ABOUT-FINDLIB DEV EXTENSIONS INSTALL README RELEASE-NOTES SPEC design.txt - - if use doc; then - dodoc manual/ps/pxp.ps - dohtml manual/html/* - insinto /usr/share/doc/${PF}/html/pic - doins manual/html/pic/* - fi -} diff --git a/dev-ml/pxp/pxp-1.1.96.ebuild b/dev-ml/pxp/pxp-1.1.96.ebuild deleted file mode 100644 index 81d7eb9103a4..000000000000 --- a/dev-ml/pxp/pxp-1.1.96.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.96.ebuild,v 1.1 2005/11/10 22:53:15 mattam Exp $ - -inherit findlib - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html" -SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" - -LICENSE="as-is" -KEYWORDS="~x86 ~ppc" - -SLOT="0" -DEPEND=">=dev-ml/pcre-ocaml-4.31 ->=dev-ml/ulex-0.5 ->=dev-ml/ocamlnet-0.98" - -IUSE="doc" - -src_compile() { - #the included configure does not support many standard switches and is quite picky - ./configure || die - make all opt || die -} - -src_install() { - findlib_src_install - - cd doc - dodoc ABOUT-FINDLIB DEV EXTENSIONS INSTALL README RELEASE-NOTES SPEC design.txt - - if use doc; then - dodoc manual/ps/pxp.ps - dohtml manual/html/* - insinto /usr/share/doc/${PF}/html/pic - doins manual/html/pic/* - fi -} |