summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-11-25 17:03:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-11-25 17:03:32 +0000
commit756dbf58504c20d20c5aa4a6151845f410f11971 (patch)
tree0faa64bc3ed9a02946f85baa5a20f681d9be5603 /dev-ml/pxp
parentInitial import, ebuild by me (diff)
downloadhistorical-756dbf58504c20d20c5aa4a6151845f410f11971.tar.gz
historical-756dbf58504c20d20c5aa4a6151845f410f11971.tar.bz2
historical-756dbf58504c20d20c5aa4a6151845f410f11971.zip
remove old
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/pxp')
-rw-r--r--dev-ml/pxp/ChangeLog5
-rw-r--r--dev-ml/pxp/pxp-1.1.6.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/dev-ml/pxp/ChangeLog b/dev-ml/pxp/ChangeLog
index c38d5e2c53c5..9e5aba1f64bc 100644
--- a/dev-ml/pxp/ChangeLog
+++ b/dev-ml/pxp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/pxp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.20 2009/11/25 09:40:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.21 2009/11/25 17:03:32 aballier Exp $
+
+ 25 Nov 2009; Alexis Ballier <aballier@gentoo.org> -pxp-1.1.6.ebuild:
+ remove old
25 Nov 2009; Markus Meier <maekke@gentoo.org> pxp-1.2.1.ebuild:
amd64 stable, bug #280418
diff --git a/dev-ml/pxp/pxp-1.1.6.ebuild b/dev-ml/pxp/pxp-1.1.6.ebuild
deleted file mode 100644
index e22ff9d440dd..000000000000
--- a/dev-ml/pxp/pxp-1.1.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.6.ebuild,v 1.6 2009/02/04 08:00:13 aballier 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"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-IUSE="doc"
-
-DEPEND="dev-lang/ocaml
->=dev-ml/pcre-ocaml-4.31
->=dev-ml/ocamlnet-0.94"
-RDEPEND="${DEPEND}"
-
-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 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
-}