summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2015-01-08 15:55:10 +0000
committerKeri Harris <keri@gentoo.org>2015-01-08 15:55:10 +0000
commite441383ad9b3bf0c133813d5c8475dc8a2e42652 (patch)
treea16a8861351ac3d950f88ba71ae57f031076bacb /dev-lang/logtalk
parentsci-misc/mendeleydesktop: Import version bump from sci overlay and drop old, ... (diff)
downloadgentoo-2-e441383ad9b3bf0c133813d5c8475dc8a2e42652.tar.gz
gentoo-2-e441383ad9b3bf0c133813d5c8475dc8a2e42652.tar.bz2
gentoo-2-e441383ad9b3bf0c133813d5c8475dc8a2e42652.zip
Remove old versions
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A138F5ED)
Diffstat (limited to 'dev-lang/logtalk')
-rw-r--r--dev-lang/logtalk/ChangeLog6
-rw-r--r--dev-lang/logtalk/logtalk-2.34.1.ebuild73
-rw-r--r--dev-lang/logtalk/logtalk-2.35.1.ebuild80
-rw-r--r--dev-lang/logtalk/logtalk-2.37.1.ebuild80
-rw-r--r--dev-lang/logtalk/logtalk-2.37.4.ebuild80
5 files changed, 5 insertions, 314 deletions
diff --git a/dev-lang/logtalk/ChangeLog b/dev-lang/logtalk/ChangeLog
index 4826a1d04c44..bab7763a3dbd 100644
--- a/dev-lang/logtalk/ChangeLog
+++ b/dev-lang/logtalk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/logtalk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/ChangeLog,v 1.11 2015/01/08 15:51:08 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/ChangeLog,v 1.12 2015/01/08 15:55:10 keri Exp $
+
+ 08 Jan 2015; <keri@gentoo.org> -logtalk-2.34.1.ebuild,
+ -logtalk-2.35.1.ebuild, -logtalk-2.37.1.ebuild, -logtalk-2.37.4.ebuild:
+ Remove old versions
*logtalk-3.00.0 (08 Jan 2015)
diff --git a/dev-lang/logtalk/logtalk-2.34.1.ebuild b/dev-lang/logtalk/logtalk-2.34.1.ebuild
deleted file mode 100644
index 9e6eb1033806..000000000000
--- a/dev-lang/logtalk/logtalk-2.34.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/logtalk-2.34.1.ebuild,v 1.4 2014/08/10 20:29:05 slyfox Exp $
-
-inherit eutils versionator
-
-DESCRIPTION="Open source object-oriented logic programming language"
-HOMEPAGE="http://logtalk.org"
-MY_PV="lgt$(delete_all_version_separators)"
-SRC_URI="http://logtalk.org/files/${MY_PV}.tar.bz2"
-LICENSE="Artistic-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnupl qupl swipl xsbpl yappl"
-
-DEPEND=""
-RDEPEND="
- gnupl? ( dev-lang/gprolog )
- qupl? ( !amd64? ( dev-lang/qu-prolog ) )
- swipl? ( dev-lang/swi-prolog )
- xsbpl? ( x86? ( dev-lang/xsb ) )
- yappl? ( dev-lang/yap )
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_PV}"
-
-src_install() {
- # Change default user dir to ~/.logtalk
- sed -i -e 's;$HOME/logtalk;$HOME/.logtalk;' \
- integration/*.sh \
- || die "Cannot sed integration scripts."
-
- # Look at scripts/install.sh
- # for upstream installation process.
- mv scripts/cplgtdirs.sh integration/
- mkdir -p "${D}/usr/share/${P}"
- cp -r compiler configs contributions VERSION.txt \
- integration library wenv xml libpaths \
- examples "${D}/usr/share/${P}" \
- || die "Failed to copy files"
-
- dodoc BIBLIOGRAPHY.bib CUSTOMIZE.txt INSTALL.txt \
- LICENSE.txt QUICK_START.txt README.txt \
- VERSION.txt RELEASE_NOTES.txt UPGRADING.txt
- dohtml -r manuals/*
-
- dosym /usr/share/${P}/integration/cplgtdirs.sh /usr/bin/cplgtdirs
- use gnupl && dosym /usr/share/${P}/integration/gplgt.sh /usr/bin/gplgt
- use qupl && ! use amd64 && dosym /usr/share/${P}/integration/qplgt.sh /usr/bin/qplgt
- use swipl && dosym /usr/share/${P}/integration/swilgt.sh /usr/bin/swilgt
- use xsbpl && use x86 && dosym /usr/share/${P}/integration/xsblgt.sh /usr/bin/xsblgt
- use yappl && dosym /usr/share/${P}/integration/yaplgt.sh /usr/bin/yaplgt
-
- echo "LOGTALKHOME=/usr/share/${P}" > 99logtalk
- doenvd 99logtalk
-}
-
-pkg_postinst() {
- ewarn "To start logtalk, use one of the following:"
- use gnupl && ewarn "GNU Prolog: /usr/bin/gplgt"
- use qupl && ! use amd64 && ewarn "Qu Prolog: /usr/bin/qplgt"
- use swipl && ewarn "SWI Prolog: /usr/bin/swilgt"
- use xsbpl && use x86 && ewarn "XSB: /usr/bin/xsblgt"
- use yappl && ewarn "YAP: /usr/bin/yaplgt"
- ewarn ""
-
- ewarn "The environment has been set up to make the above"
- ewarn "integration scripts find files automatically for logtalk."
- ewarn "Please run 'etc-update && source /etc/profile' to update"
- ewarn "the environment now, otherwise it will be updated at next"
- ewarn "login."
-}
diff --git a/dev-lang/logtalk/logtalk-2.35.1.ebuild b/dev-lang/logtalk/logtalk-2.35.1.ebuild
deleted file mode 100644
index 30846701d64b..000000000000
--- a/dev-lang/logtalk/logtalk-2.35.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/logtalk-2.35.1.ebuild,v 1.2 2014/08/10 20:29:05 slyfox Exp $
-
-inherit eutils versionator
-
-DESCRIPTION="Open source object-oriented logic programming language"
-HOMEPAGE="http://logtalk.org"
-MY_PV="lgt$(delete_all_version_separators)"
-SRC_URI="http://logtalk.org/files/${MY_PV}.tar.bz2"
-LICENSE="Artistic-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnupl qupl swipl xsbpl yappl xslt fop"
-
-DEPEND=""
-RDEPEND="
- gnupl? ( dev-lang/gprolog )
- qupl? ( !amd64? ( dev-lang/qu-prolog ) )
- swipl? ( dev-lang/swi-prolog )
- xsbpl? ( x86? ( dev-lang/xsb ) )
- yappl? ( dev-lang/yap )
- xslt? ( dev-libs/libxslt )
- fop? ( dev-java/fop )
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_PV}"
-
-src_install() {
- # Change default user dir to ~/.logtalk
- sed -i -e 's;$HOME/logtalk;$HOME/.logtalk;' \
- integration/*.sh xml/*.sh \
- || die "Cannot sed integration scripts."
-
- # Look at scripts/install.sh
- # for upstream installation process.
- mv scripts/cplgtdirs.sh integration/
- mkdir -p "${D}/usr/share/${P}"
- cp -r compiler configs contributions VERSION.txt \
- integration library wenv xml libpaths \
- examples "${D}/usr/share/${P}" \
- || die "Failed to copy files"
-
- dodoc BIBLIOGRAPHY.bib CUSTOMIZE.txt INSTALL.txt \
- LICENSE.txt QUICK_START.txt README.txt \
- VERSION.txt RELEASE_NOTES.txt UPGRADING.txt
- dohtml -r manuals/*
-
- dosym /usr/share/${P}/integration/cplgtdirs.sh /usr/bin/cplgtdirs
- use gnupl && dosym /usr/share/${P}/integration/gplgt.sh /usr/bin/gplgt
- use qupl && ! use amd64 && dosym /usr/share/${P}/integration/qplgt.sh /usr/bin/qplgt
- use swipl && dosym /usr/share/${P}/integration/swilgt.sh /usr/bin/swilgt
- use xsbpl && use x86 && dosym /usr/share/${P}/integration/xsblgt.sh /usr/bin/xsblgt
- use yappl && dosym /usr/share/${P}/integration/yaplgt.sh /usr/bin/yaplgt
-
- dosym /usr/share/${P}/xml/lgt2xml.sh /usr/bin/lgt2xml.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2html.sh /usr/bin/lgt2html.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2txt.sh /usr/bin/lgt2txt.sh
- use fop && dosym /usr/share/${P}/xml/lgt2pdf.sh /usr/bin/lgt2pdf.sh
-
- echo "LOGTALKHOME=/usr/share/${P}" > 99logtalk
- doenvd 99logtalk
-}
-
-pkg_postinst() {
- ewarn "To start logtalk, use one of the following:"
- use gnupl && ewarn "GNU Prolog: /usr/bin/gplgt"
- use qupl && ! use amd64 && ewarn "Qu Prolog: /usr/bin/qplgt"
- use swipl && ewarn "SWI Prolog: /usr/bin/swilgt"
- use xsbpl && use x86 && ewarn "XSB: /usr/bin/xsblgt"
- use yappl && ewarn "YAP: /usr/bin/yaplgt"
- ewarn ""
-
- ewarn "The environment has been set up to make the above"
- ewarn "integration scripts find files automatically for logtalk."
- ewarn "Please run 'etc-update && source /etc/profile' to update"
- ewarn "the environment now, otherwise it will be updated at next"
- ewarn "login."
-}
diff --git a/dev-lang/logtalk/logtalk-2.37.1.ebuild b/dev-lang/logtalk/logtalk-2.37.1.ebuild
deleted file mode 100644
index 455a91c8fe8b..000000000000
--- a/dev-lang/logtalk/logtalk-2.37.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/logtalk-2.37.1.ebuild,v 1.2 2014/08/10 20:29:05 slyfox Exp $
-
-inherit eutils versionator
-
-DESCRIPTION="Open source object-oriented logic programming language"
-HOMEPAGE="http://logtalk.org"
-MY_PV="lgt$(delete_all_version_separators)"
-SRC_URI="http://logtalk.org/files/${MY_PV}.tar.bz2"
-LICENSE="Artistic-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnupl qupl swipl xsbpl yappl xslt fop"
-
-DEPEND=""
-RDEPEND="
- gnupl? ( dev-lang/gprolog )
- qupl? ( !amd64? ( dev-lang/qu-prolog ) )
- swipl? ( dev-lang/swi-prolog )
- xsbpl? ( x86? ( dev-lang/xsb ) )
- yappl? ( dev-lang/yap )
- xslt? ( dev-libs/libxslt )
- fop? ( dev-java/fop )
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_PV}"
-
-src_install() {
- # Change default user dir to ~/.logtalk
- sed -i -e 's;$HOME/logtalk;$HOME/.logtalk;' \
- integration/*.sh xml/*.sh \
- || die "Cannot sed integration scripts."
-
- # Look at scripts/install.sh
- # for upstream installation process.
- mv scripts/cplgtdirs.sh integration/
- mkdir -p "${D}/usr/share/${P}"
- cp -r compiler configs contributions VERSION.txt \
- integration library wenv xml libpaths \
- examples "${D}/usr/share/${P}" \
- || die "Failed to copy files"
-
- dodoc BIBLIOGRAPHY.bib CUSTOMIZE.txt INSTALL.txt \
- LICENSE.txt QUICK_START.txt README.txt \
- VERSION.txt RELEASE_NOTES.txt UPGRADING.txt
- dohtml -r manuals/*
-
- dosym /usr/share/${P}/integration/cplgtdirs.sh /usr/bin/cplgtdirs
- use gnupl && dosym /usr/share/${P}/integration/gplgt.sh /usr/bin/gplgt
- use qupl && ! use amd64 && dosym /usr/share/${P}/integration/qplgt.sh /usr/bin/qplgt
- use swipl && dosym /usr/share/${P}/integration/swilgt.sh /usr/bin/swilgt
- use xsbpl && use x86 && dosym /usr/share/${P}/integration/xsblgt.sh /usr/bin/xsblgt
- use yappl && dosym /usr/share/${P}/integration/yaplgt.sh /usr/bin/yaplgt
-
- dosym /usr/share/${P}/xml/lgt2xml.sh /usr/bin/lgt2xml.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2html.sh /usr/bin/lgt2html.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2txt.sh /usr/bin/lgt2txt.sh
- use fop && dosym /usr/share/${P}/xml/lgt2pdf.sh /usr/bin/lgt2pdf.sh
-
- echo "LOGTALKHOME=/usr/share/${P}" > 99logtalk
- doenvd 99logtalk
-}
-
-pkg_postinst() {
- ewarn "To start logtalk, use one of the following:"
- use gnupl && ewarn "GNU Prolog: /usr/bin/gplgt"
- use qupl && ! use amd64 && ewarn "Qu Prolog: /usr/bin/qplgt"
- use swipl && ewarn "SWI Prolog: /usr/bin/swilgt"
- use xsbpl && use x86 && ewarn "XSB: /usr/bin/xsblgt"
- use yappl && ewarn "YAP: /usr/bin/yaplgt"
- ewarn ""
-
- ewarn "The environment has been set up to make the above"
- ewarn "integration scripts find files automatically for logtalk."
- ewarn "Please run 'etc-update && source /etc/profile' to update"
- ewarn "the environment now, otherwise it will be updated at next"
- ewarn "login."
-}
diff --git a/dev-lang/logtalk/logtalk-2.37.4.ebuild b/dev-lang/logtalk/logtalk-2.37.4.ebuild
deleted file mode 100644
index ee4d06e2df0a..000000000000
--- a/dev-lang/logtalk/logtalk-2.37.4.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/logtalk/logtalk-2.37.4.ebuild,v 1.2 2014/08/10 20:29:05 slyfox Exp $
-
-inherit eutils versionator
-
-DESCRIPTION="Open source object-oriented logic programming language"
-HOMEPAGE="http://logtalk.org"
-MY_PV="lgt$(delete_all_version_separators)"
-SRC_URI="http://logtalk.org/files/${MY_PV}.tar.bz2"
-LICENSE="Artistic-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnupl qupl swipl xsbpl yappl xslt fop"
-
-DEPEND=""
-RDEPEND="
- gnupl? ( dev-lang/gprolog )
- qupl? ( !amd64? ( dev-lang/qu-prolog ) )
- swipl? ( dev-lang/swi-prolog )
- xsbpl? ( x86? ( dev-lang/xsb ) )
- yappl? ( dev-lang/yap )
- xslt? ( dev-libs/libxslt )
- fop? ( dev-java/fop )
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_PV}"
-
-src_install() {
- # Change default user dir to ~/.logtalk
- sed -i -e 's;$HOME/logtalk;$HOME/.logtalk;' \
- integration/*.sh xml/*.sh \
- || die "Cannot sed integration scripts."
-
- # Look at scripts/install.sh
- # for upstream installation process.
- mv scripts/cplgtdirs.sh integration/
- mkdir -p "${D}/usr/share/${P}"
- cp -r compiler configs contributions VERSION.txt \
- integration library wenv xml libpaths \
- examples "${D}/usr/share/${P}" \
- || die "Failed to copy files"
-
- dodoc BIBLIOGRAPHY.bib CUSTOMIZE.txt INSTALL.txt \
- LICENSE.txt QUICK_START.txt README.txt \
- VERSION.txt RELEASE_NOTES.txt UPGRADING.txt
- dohtml -r manuals/*
-
- dosym /usr/share/${P}/integration/cplgtdirs.sh /usr/bin/cplgtdirs
- use gnupl && dosym /usr/share/${P}/integration/gplgt.sh /usr/bin/gplgt
- use qupl && ! use amd64 && dosym /usr/share/${P}/integration/qplgt.sh /usr/bin/qplgt
- use swipl && dosym /usr/share/${P}/integration/swilgt.sh /usr/bin/swilgt
- use xsbpl && use x86 && dosym /usr/share/${P}/integration/xsblgt.sh /usr/bin/xsblgt
- use yappl && dosym /usr/share/${P}/integration/yaplgt.sh /usr/bin/yaplgt
-
- dosym /usr/share/${P}/xml/lgt2xml.sh /usr/bin/lgt2xml.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2html.sh /usr/bin/lgt2html.sh
- use xslt && dosym /usr/share/${P}/xml/lgt2txt.sh /usr/bin/lgt2txt.sh
- use fop && dosym /usr/share/${P}/xml/lgt2pdf.sh /usr/bin/lgt2pdf.sh
-
- echo "LOGTALKHOME=/usr/share/${P}" > 99logtalk
- doenvd 99logtalk
-}
-
-pkg_postinst() {
- ewarn "To start logtalk, use one of the following:"
- use gnupl && ewarn "GNU Prolog: /usr/bin/gplgt"
- use qupl && ! use amd64 && ewarn "Qu Prolog: /usr/bin/qplgt"
- use swipl && ewarn "SWI Prolog: /usr/bin/swilgt"
- use xsbpl && use x86 && ewarn "XSB: /usr/bin/xsblgt"
- use yappl && ewarn "YAP: /usr/bin/yaplgt"
- ewarn ""
-
- ewarn "The environment has been set up to make the above"
- ewarn "integration scripts find files automatically for logtalk."
- ewarn "Please run 'etc-update && source /etc/profile' to update"
- ewarn "the environment now, otherwise it will be updated at next"
- ewarn "login."
-}