diff options
author | Keri Harris <keri@gentoo.org> | 2011-02-12 18:59:57 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2011-02-12 18:59:57 +0000 |
commit | 971ddf0a6001422a3ce7ebf85f9a4c44797e049a (patch) | |
tree | d623a39de30ff39091032fbd0c33b643985bc493 /dev-lang | |
parent | alpha/sparc stable wrt #350513 (diff) | |
download | gentoo-2-971ddf0a6001422a3ce7ebf85f9a4c44797e049a.tar.gz gentoo-2-971ddf0a6001422a3ce7ebf85f9a4c44797e049a.tar.bz2 gentoo-2-971ddf0a6001422a3ce7ebf85f9a4c44797e049a.zip |
Remove old versions
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swi-prolog/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/swi-prolog/swi-prolog-5.10.0-r1.ebuild | 137 | ||||
-rw-r--r-- | dev-lang/swi-prolog/swi-prolog-5.10.1.ebuild | 135 | ||||
-rw-r--r-- | dev-lang/swi-prolog/swi-prolog-5.11.10.ebuild | 127 | ||||
-rw-r--r-- | dev-lang/swi-prolog/swi-prolog-5.11.11.ebuild | 123 | ||||
-rw-r--r-- | dev-lang/swi-prolog/swi-prolog-5.11.9.ebuild | 126 |
6 files changed, 6 insertions, 649 deletions
diff --git a/dev-lang/swi-prolog/ChangeLog b/dev-lang/swi-prolog/ChangeLog index a736c0dc465f..1e9e4e6f0494 100644 --- a/dev-lang/swi-prolog/ChangeLog +++ b/dev-lang/swi-prolog/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/swi-prolog # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.264 2011/02/12 18:40:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.265 2011/02/12 18:59:57 keri Exp $ + + 12 Feb 2011; <keri@gentoo.org> -swi-prolog-5.10.0-r1.ebuild, + -swi-prolog-5.10.1.ebuild, -swi-prolog-5.11.9.ebuild, + -swi-prolog-5.11.10.ebuild, -swi-prolog-5.11.11.ebuild: + Remove old versions 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> swi-prolog-5.10.2.ebuild: alpha/sparc stable wrt #350116 diff --git a/dev-lang/swi-prolog/swi-prolog-5.10.0-r1.ebuild b/dev-lang/swi-prolog/swi-prolog-5.10.0-r1.ebuild deleted file mode 100644 index 7f278ce8043e..000000000000 --- a/dev-lang/swi-prolog/swi-prolog-5.10.0-r1.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.10.0-r1.ebuild,v 1.10 2010/11/19 18:14:02 keri Exp $ - -inherit eutils flag-o-matic java-pkg-opt-2 - -PATCHSET_VER="5" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi-prolog.org/download/stable/src/pl-${PV}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="berkdb debug doc gmp hardened java minimal odbc readline ssl static test zlib X" - -RDEPEND="sys-libs/ncurses - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - berkdb? ( sys-libs/db ) - readline? ( sys-libs/readline ) - gmp? ( dev-libs/gmp ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 ) - X? ( - virtual/jpeg - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto ) - java? ( test? ( =dev-java/junit-3.8* ) )" - -S="${WORKDIR}/pl-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_FORCE=yes - EPATCH_SUFFIX=patch - epatch "${WORKDIR}"/${PV} -} - -src_compile() { - append-flags -fno-strict-aliasing - use hardened && append-flags -fno-unit-at-a-time - use debug && append-flags -DO_DEBUG - - cd "${S}"/src - econf \ - --libdir=/usr/$(get_libdir) \ - $(use_enable gmp) \ - $(use_enable readline) \ - $(use_enable !static shared) \ - --enable-custom-flags COFLAGS="${CFLAGS}" \ - || die "econf failed" - emake || die "emake failed" - - if ! use minimal ; then - local jpltestconf - if use java && use test ; then - jpltestconf="--with-junit=$(java-config --classpath junit)" - fi - - cd "${S}/packages" - econf \ - --libdir=/usr/$(get_libdir) \ - --without-C-sicstus \ - --with-chr \ - --with-clib \ - --with-clpqr \ - --with-cpp \ - --with-cppproxy \ - $(use_with berkdb db) \ - --with-http \ - --without-jasmine \ - $(use_with java jpl) \ - ${jpltestconf} \ - --with-nlp \ - $(use_with odbc) \ - --with-pldoc \ - --with-plunit \ - --with-R \ - --with-RDF \ - --with-semweb \ - --with-sgml \ - $(use_with ssl) \ - --with-table \ - --with-tipc \ - $(use_with X xpce) \ - $(use_with zlib) \ - COFLAGS='"${CFLAGS}"' \ - || die "packages econf failed" - - emake || die "packages emake failed" - fi -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "install src failed" - - if ! use minimal ; then - emake -C packages DESTDIR="${D}" install || die "install packages failed" - if use doc ; then - emake -C packages DESTDIR="${D}" html-install || die "html-install failed" - emake -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed" - fi - fi - - dodoc ChangeLog INSTALL PORTING README VERSION -} - -src_test() { - cd "${S}/src" - emake check || die "make check failed. See above for details." - - if ! use minimal ; then - cd "${S}/packages" - emake check || die "make check failed. See above for details." - fi -} - -pkg_postinst() { - einfo "Please note that the following binaries have been renamed" - einfo "from earlier versions:" - einfo " pl -> swipl" - einfo " plld -> swipl-ld" - einfo " plrc -> swipl-rc" - einfo " xpce -> <deleted>" -} diff --git a/dev-lang/swi-prolog/swi-prolog-5.10.1.ebuild b/dev-lang/swi-prolog/swi-prolog-5.10.1.ebuild deleted file mode 100644 index 2764088ada07..000000000000 --- a/dev-lang/swi-prolog/swi-prolog-5.10.1.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.10.1.ebuild,v 1.6 2010/11/19 18:14:02 keri Exp $ - -inherit eutils flag-o-matic java-pkg-opt-2 - -PATCHSET_VER="2" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi-prolog.org/download/stable/src/pl-${PV}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="berkdb debug doc gmp hardened java minimal odbc readline ssl static test zlib X" - -RDEPEND="sys-libs/ncurses - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - berkdb? ( sys-libs/db ) - readline? ( sys-libs/readline ) - gmp? ( dev-libs/gmp ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 ) - X? ( - virtual/jpeg - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto ) - java? ( test? ( =dev-java/junit-3.8* ) )" - -S="${WORKDIR}/pl-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_FORCE=yes - EPATCH_SUFFIX=patch - epatch "${WORKDIR}"/${PV} -} - -src_compile() { - append-flags -fno-strict-aliasing - use hardened && append-flags -fno-unit-at-a-time - use debug && append-flags -DO_DEBUG - - cd "${S}"/src - econf \ - --libdir=/usr/$(get_libdir) \ - $(use_enable gmp) \ - $(use_enable readline) \ - $(use_enable !static shared) \ - --enable-custom-flags COFLAGS="${CFLAGS}" \ - || die "econf failed" - emake || die "emake failed" - - if ! use minimal ; then - local jpltestconf - if use java && use test ; then - jpltestconf="--with-junit=$(java-config --classpath junit)" - fi - - cd "${S}/packages" - econf \ - --libdir=/usr/$(get_libdir) \ - --with-chr \ - --with-clib \ - --with-clpqr \ - --with-cpp \ - --with-cppproxy \ - $(use_with berkdb db) \ - --with-http \ - $(use_with java jpl) \ - ${jpltestconf} \ - --with-nlp \ - $(use_with odbc) \ - --with-pldoc \ - --with-plunit \ - --with-R \ - --with-RDF \ - --with-semweb \ - --with-sgml \ - $(use_with ssl) \ - --with-table \ - --with-tipc \ - $(use_with X xpce) \ - $(use_with zlib) \ - COFLAGS='"${CFLAGS}"' \ - || die "packages econf failed" - - emake || die "packages emake failed" - fi -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "install src failed" - - if ! use minimal ; then - emake -C packages DESTDIR="${D}" install || die "install packages failed" - if use doc ; then - emake -C packages DESTDIR="${D}" html-install || die "html-install failed" - emake -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed" - fi - fi - - dodoc INSTALL PORTING README VERSION -} - -src_test() { - cd "${S}/src" - emake check || die "make check failed. See above for details." - - if ! use minimal ; then - cd "${S}/packages" - emake check || die "make check failed. See above for details." - fi -} - -pkg_postinst() { - einfo "Please note that the following binaries have been renamed" - einfo "from earlier versions:" - einfo " pl -> swipl" - einfo " plld -> swipl-ld" - einfo " plrc -> swipl-rc" - einfo " xpce -> <deleted>" -} diff --git a/dev-lang/swi-prolog/swi-prolog-5.11.10.ebuild b/dev-lang/swi-prolog/swi-prolog-5.11.10.ebuild deleted file mode 100644 index ec78f430923b..000000000000 --- a/dev-lang/swi-prolog/swi-prolog-5.11.10.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.10.ebuild,v 1.4 2011/01/03 19:19:05 keri Exp $ - -inherit eutils flag-o-matic java-pkg-opt-2 - -PATCHSET_VER="2" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="berkdb debug doc gmp hardened java minimal odbc readline ssl static test zlib X" - -RDEPEND="sys-libs/ncurses - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - berkdb? ( sys-libs/db ) - readline? ( sys-libs/readline ) - gmp? ( dev-libs/gmp ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 ) - X? ( - virtual/jpeg - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto ) - java? ( test? ( =dev-java/junit-3.8* ) )" - -S="${WORKDIR}/pl-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_FORCE=yes - EPATCH_SUFFIX=patch - epatch "${WORKDIR}"/${PV} -} - -src_compile() { - append-flags -fno-strict-aliasing - use ppc && append-flags -mno-altivec - use hardened && append-flags -fno-unit-at-a-time - use debug && append-flags -DO_DEBUG - - cd "${S}"/src - econf \ - --libdir=/usr/$(get_libdir) \ - $(use_enable gmp) \ - $(use_enable readline) \ - $(use_enable !static shared) \ - --enable-custom-flags COFLAGS="${CFLAGS}" - - emake || die "emake failed" - - if ! use minimal ; then - local jpltestconf - if use java && use test ; then - jpltestconf="--with-junit=$(java-config --classpath junit)" - fi - - cd "${S}/packages" - econf \ - --libdir=/usr/$(get_libdir) \ - --with-chr \ - --with-clib \ - --with-clpqr \ - --with-cpp \ - --with-cppproxy \ - $(use_with berkdb db) \ - --with-http \ - $(use_with java jpl) \ - ${jpltestconf} \ - --with-nlp \ - $(use_with odbc) \ - --with-pldoc \ - --with-plunit \ - --with-protobufs \ - --with-R \ - --with-RDF \ - --with-semweb \ - --with-sgml \ - $(use_with ssl) \ - --with-table \ - --with-tipc \ - $(use_with X xpce) \ - $(use_with zlib) \ - COFLAGS='"${CFLAGS}"' - - emake || die "packages emake failed" - fi -} - -src_test() { - cd "${S}/src" - emake check || die "make check failed. See above for details." - - if ! use minimal ; then - cd "${S}/packages" - emake check || die "make check failed. See above for details." - fi -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "install src failed" - - if ! use minimal ; then - emake -C packages DESTDIR="${D}" install || die "install packages failed" - if use doc ; then - emake -C packages DESTDIR="${D}" html-install || die "html-install failed" - emake -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed" - fi - fi - - dodoc ReleaseNotes/relnotes-5.10 INSTALL PORTING README VERSION || die -} diff --git a/dev-lang/swi-prolog/swi-prolog-5.11.11.ebuild b/dev-lang/swi-prolog/swi-prolog-5.11.11.ebuild deleted file mode 100644 index 0e6046833497..000000000000 --- a/dev-lang/swi-prolog/swi-prolog-5.11.11.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.11.ebuild,v 1.1 2011/01/05 07:34:01 keri Exp $ - -inherit eutils flag-o-matic java-pkg-opt-2 - -PATCHSET_VER="0" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc gmp hardened java minimal odbc readline ssl static test zlib X" - -RDEPEND="sys-libs/ncurses - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - readline? ( sys-libs/readline ) - gmp? ( dev-libs/gmp ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 ) - X? ( - virtual/jpeg - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto ) - java? ( test? ( =dev-java/junit-3.8* ) )" - -S="${WORKDIR}/pl-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_FORCE=yes - EPATCH_SUFFIX=patch - epatch "${WORKDIR}"/${PV} -} - -src_compile() { - append-flags -fno-strict-aliasing - use ppc && append-flags -mno-altivec - use hardened && append-flags -fno-unit-at-a-time - use debug && append-flags -DO_DEBUG - - cd "${S}"/src - econf \ - --libdir=/usr/$(get_libdir) \ - $(use_enable gmp) \ - $(use_enable readline) \ - $(use_enable !static shared) \ - --enable-custom-flags COFLAGS="${CFLAGS}" - - emake || die "emake failed" - - if ! use minimal ; then - local jpltestconf - if use java && use test ; then - jpltestconf="--with-junit=$(java-config --classpath junit)" - fi - - cd "${S}/packages" - econf \ - --libdir=/usr/$(get_libdir) \ - --with-chr \ - --with-clib \ - --with-clpqr \ - --with-cpp \ - --with-http \ - $(use_with java jpl) \ - ${jpltestconf} \ - --with-nlp \ - $(use_with odbc) \ - --with-pldoc \ - --with-plunit \ - --with-protobufs \ - --with-R \ - --with-RDF \ - --with-semweb \ - --with-sgml \ - $(use_with ssl) \ - --with-table \ - --with-tipc \ - $(use_with X xpce) \ - $(use_with zlib) \ - COFLAGS='"${CFLAGS}"' - - emake || die "packages emake failed" - fi -} - -src_test() { - cd "${S}/src" - emake check || die "make check failed. See above for details." - - if ! use minimal ; then - cd "${S}/packages" - emake check || die "make check failed. See above for details." - fi -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "install src failed" - - if ! use minimal ; then - emake -C packages DESTDIR="${D}" install || die "install packages failed" - if use doc ; then - emake -C packages DESTDIR="${D}" html-install || die "html-install failed" - fi - fi - - dodoc ReleaseNotes/relnotes-5.10 INSTALL PORTING README VERSION || die -} diff --git a/dev-lang/swi-prolog/swi-prolog-5.11.9.ebuild b/dev-lang/swi-prolog/swi-prolog-5.11.9.ebuild deleted file mode 100644 index beb8e6c1ee3a..000000000000 --- a/dev-lang/swi-prolog/swi-prolog-5.11.9.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.9.ebuild,v 1.2 2010/11/19 18:14:02 keri Exp $ - -inherit eutils flag-o-matic java-pkg-opt-2 - -PATCHSET_VER="0" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/" -SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="berkdb debug doc gmp hardened java minimal odbc readline ssl static test zlib X" - -RDEPEND="sys-libs/ncurses - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - berkdb? ( sys-libs/db ) - readline? ( sys-libs/readline ) - gmp? ( dev-libs/gmp ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 ) - X? ( - virtual/jpeg - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto ) - java? ( test? ( =dev-java/junit-3.8* ) )" - -S="${WORKDIR}/pl-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_FORCE=yes - EPATCH_SUFFIX=patch - epatch "${WORKDIR}"/${PV} -} - -src_compile() { - append-flags -fno-strict-aliasing - use hardened && append-flags -fno-unit-at-a-time - use debug && append-flags -DO_DEBUG - - cd "${S}"/src - econf \ - --libdir=/usr/$(get_libdir) \ - $(use_enable gmp) \ - $(use_enable readline) \ - $(use_enable !static shared) \ - --enable-custom-flags COFLAGS="${CFLAGS}" - - emake || die "emake failed" - - if ! use minimal ; then - local jpltestconf - if use java && use test ; then - jpltestconf="--with-junit=$(java-config --classpath junit)" - fi - - cd "${S}/packages" - econf \ - --libdir=/usr/$(get_libdir) \ - --with-chr \ - --with-clib \ - --with-clpqr \ - --with-cpp \ - --with-cppproxy \ - $(use_with berkdb db) \ - --with-http \ - $(use_with java jpl) \ - ${jpltestconf} \ - --with-nlp \ - $(use_with odbc) \ - --with-pldoc \ - --with-plunit \ - --with-protobufs \ - --with-R \ - --with-RDF \ - --with-semweb \ - --with-sgml \ - $(use_with ssl) \ - --with-table \ - --with-tipc \ - $(use_with X xpce) \ - $(use_with zlib) \ - COFLAGS='"${CFLAGS}"' - - emake || die "packages emake failed" - fi -} - -src_test() { - cd "${S}/src" - emake check || die "make check failed. See above for details." - - if ! use minimal ; then - cd "${S}/packages" - emake check || die "make check failed. See above for details." - fi -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "install src failed" - - if ! use minimal ; then - emake -C packages DESTDIR="${D}" install || die "install packages failed" - if use doc ; then - emake -C packages DESTDIR="${D}" html-install || die "html-install failed" - emake -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed" - fi - fi - - dodoc ReleaseNotes/relnotes-5.10 INSTALL PORTING README VERSION || die -} |