diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-27 20:01:18 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-27 20:05:45 +0000 |
commit | b28f6e62d8bf7b907e11a4b286f0f6af85fd9165 (patch) | |
tree | b538367f964f1a0524f6d847b5a960f993fce839 /dev-ml/pxp | |
parent | dev-ml/ocamlnet: Clean up metadata.xml. (diff) | |
download | gentoo-b28f6e62d8bf7b907e11a4b286f0f6af85fd9165.tar.gz gentoo-b28f6e62d8bf7b907e11a4b286f0f6af85fd9165.tar.bz2 gentoo-b28f6e62d8bf7b907e11a4b286f0f6af85fd9165.zip |
dev-ml/pxp: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ml/pxp')
-rw-r--r-- | dev-ml/pxp/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.4.ebuild | 51 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.7.ebuild | 51 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.8.ebuild | 55 |
4 files changed, 0 insertions, 159 deletions
diff --git a/dev-ml/pxp/Manifest b/dev-ml/pxp/Manifest index a1a43279c326..578c26c86d41 100644 --- a/dev-ml/pxp/Manifest +++ b/dev-ml/pxp/Manifest @@ -1,3 +1 @@ -DIST pxp-1.2.4.tar.gz 702365 SHA256 1cd3e946f19d800f412475adf56e6da87231f80be22d7ea71dd4eabf93876355 SHA512 1520dd732db17923c24d43c328e659db83ac00569e7d2153e5633dfbc3fad899db8e45523ea76915e5dd1cb71cda2500db3875deebdf47b375af5bd05ad383d6 WHIRLPOOL 26c54816a63b26cee4cbaa7c3c868f449c40291eff1a242ade45f5c08f89afd7ef8b12ff3da5b00608f8ede486d17b1fd1387f0042c42e79d08e76f43c97089f -DIST pxp-1.2.7.tar.gz 735710 SHA256 2b0aca564f71c87825436e31a82de2ca3b3e99ee81a83840a525b0be63d73025 SHA512 11b49edc8e93a867b39d99ed6117460b3ecc7f9368564c815125662897f3cfbd87876b68c794bfd73b28cb0d8a898500ccd8ce0e1fca205bbce8b9759fa684d3 WHIRLPOOL 728f708c5dc332179884a4c2b6a222c514e8153c3bdf67847361df323886d61e320672f7dc7bd695343a641b34c9742c94f3cd9065541622670cb8b3df22380d DIST pxp-1.2.8.tar.gz 619689 SHA256 701754f4460595434ea6db77c33e046d33e4a485e8d28c5d39ced56112c94452 SHA512 3292bfbda494066e454331a9cfc56b03f55afe8548bdf24fea09d9bc0a03c333c027f7b527983bd9b4d659458c95acf7e3fc251c72d26ab3502f52067c9f2549 WHIRLPOOL 5529a6ad818428b03664764704e62d200802dc26c8c344897f4b15b17945e4620fa4b878f0108b12f346000a7cc070b50d2ce82d945c6bcd34a0e5e811ec8c0a diff --git a/dev-ml/pxp/pxp-1.2.4.ebuild b/dev-ml/pxp/pxp-1.2.4.ebuild deleted file mode 100644 index e1ce8a240095..000000000000 --- a/dev-ml/pxp/pxp-1.2.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit findlib eutils - -MY_P=${P/_beta/test} - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ~ppc x86" - -SLOT="0/${PV}" -DEPEND=">=dev-ml/pcre-ocaml-4.31:= - >=dev-ml/ulex-0.5:= - >=dev-ml/ocamlnet-0.98:= - >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" - -IUSE="examples +ocamlopt" - -S=${WORKDIR}/${MY_P} - -src_configure() { - #the included configure does not support many standard switches and is quite picky - ./configure || die "configure failed" -} - -src_compile() { - emake -j1 all - if use ocamlopt; then - emake -j1 opt - fi -} - -src_install() { - findlib_src_install - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - cd doc - dodoc ABOUT-FINDLIB README SPEC design.txt -} diff --git a/dev-ml/pxp/pxp-1.2.7.ebuild b/dev-ml/pxp/pxp-1.2.7.ebuild deleted file mode 100644 index 1937ee73d8e9..000000000000 --- a/dev-ml/pxp/pxp-1.2.7.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit findlib eutils - -MY_P=${P/_beta/test} - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~x86" - -SLOT="0/${PV}" -DEPEND=">=dev-ml/pcre-ocaml-4.31:= - >=dev-ml/ulex-0.5:= - >=dev-ml/ocamlnet-0.98:= - >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" - -IUSE="examples +ocamlopt" - -S=${WORKDIR}/${MY_P} - -src_configure() { - #the included configure does not support many standard switches and is quite picky - ./configure || die "configure failed" -} - -src_compile() { - emake -j1 all - if use ocamlopt; then - emake -j1 opt - fi -} - -src_install() { - findlib_src_install - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - cd doc - dodoc ABOUT-FINDLIB README SPEC design.txt -} diff --git a/dev-ml/pxp/pxp-1.2.8.ebuild b/dev-ml/pxp/pxp-1.2.8.ebuild deleted file mode 100644 index 77edb0055c3a..000000000000 --- a/dev-ml/pxp/pxp-1.2.8.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit findlib eutils - -MY_P=${P/_beta/test} - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~x86" - -SLOT="0/${PV}" -DEPEND=">=dev-ml/pcre-ocaml-4.31:= - >=dev-ml/ulex-0.5:= - >=dev-ml/ocamlnet-4:= - >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" - -IUSE="examples +ocamlopt" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}/oc43.patch" -} - -src_configure() { - #the included configure does not support many standard switches and is quite picky - ./configure || die "configure failed" -} - -src_compile() { - emake -j1 all - if use ocamlopt; then - emake -j1 opt - fi -} - -src_install() { - findlib_src_install - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - cd doc - dodoc ABOUT-FINDLIB README SPEC design.txt -} |