summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 14:07:16 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 14:07:16 +0000
commitd616901959bc1ecd73a1890a2999d94bcd390f68 (patch)
tree61c17b3503585314d10764d98245baa8f489d91d /app-portage
parentfix tests with upstream help (diff)
downloadgentoo-2-d616901959bc1ecd73a1890a2999d94bcd390f68.tar.gz
gentoo-2-d616901959bc1ecd73a1890a2999d94bcd390f68.tar.bz2
gentoo-2-d616901959bc1ecd73a1890a2999d94bcd390f68.zip
Remove old. As requested in bug #537710.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/eix/ChangeLog8
-rw-r--r--app-portage/eix/eix-0.25.5.ebuild61
-rw-r--r--app-portage/eix/eix-0.29.3.ebuild72
-rw-r--r--app-portage/eix/eix-0.30.3.ebuild74
4 files changed, 6 insertions, 209 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index ebb71d2e1013..ed2efb4cc398 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/eix
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.486 2014/12/06 16:40:26 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.487 2015/01/26 14:07:16 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -eix-0.25.5.ebuild,
+ -eix-0.29.3.ebuild, -eix-0.30.3.ebuild:
+ Remove old. As requested in bug #537710.
06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
Stable for ia64, wrt bug #529510
diff --git a/app-portage/eix/eix-0.25.5.ebuild b/app-portage/eix/eix-0.25.5.ebuild
deleted file mode 100644
index 155733c473c0..000000000000
--- a/app-portage/eix/eix-0.25.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.25.5.ebuild,v 1.9 2013/12/27 13:54:27 pinkbyte Exp $
-
-EAPI=4
-
-inherit multilib bash-completion-r1
-
-DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
-HOMEPAGE="http://eix.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
-
-RDEPEND="app-shells/push
- sqlite? ( >=dev-db/sqlite-3 )
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- if has_version "<${CATEGORY}/${PN}-0.25.3"; then
- local eixcache="${EROOT}"/var/cache/${PN}
- [[ -f ${eixcache} ]] && rm -f "${eixcache}"
- fi
-}
-
-src_configure() {
- econf $(use_with sqlite) $(use_with doc extra-doc) \
- $(use_with zsh-completion) \
- $(use_enable nls) $(use_enable tools separate-tools) \
- $(use_enable security) $(use_enable optimization) \
- $(use_enable strong-optimization) $(use_enable debug debugging) \
- $(use_with prefix always-accept-keywords) \
- $(use_with dep dep-default) \
- --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
- --with-portage-rootpath="${ROOTPATH}" \
- --with-eprefix-default="${EPREFIX}" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
- default
- dobashcomp bash/eix
- keepdir "/var/cache/${PN}"
- fowners portage:portage "/var/cache/${PN}"
- fperms 775 "/var/cache/${PN}"
-}
-
-pkg_postinst() {
- # fowners in src_install doesn't work for owner/group portage:
- # merging changes this owner/group back to root.
- use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
- local obs="${EROOT}var/cache/eix.previous"
- ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
-}
diff --git a/app-portage/eix/eix-0.29.3.ebuild b/app-portage/eix/eix-0.29.3.ebuild
deleted file mode 100644
index bc2232e82fe9..000000000000
--- a/app-portage/eix/eix-0.29.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.29.3.ebuild,v 1.10 2013/09/07 20:16:44 ago Exp $
-
-EAPI=5
-
-PLOCALES="de ru"
-inherit bash-completion-r1 eutils multilib l10n
-
-DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
-HOMEPAGE="http://eix.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools zsh-completion"
-
-BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
- nls? ( virtual/libintl )"
-RDEPEND="${BOTHDEPEND}
- app-shells/push"
-DEPEND="${BOTHDEPEND}
- app-arch/xz-utils
- clang? ( sys-devel/clang )
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- case " ${REPLACING_VERSIONS}" in
- *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
- local eixcache="${EROOT}/var/cache/${PN}"
- test -f "${eixcache}" && rm -f -- "${eixcache}";;
- esac
-}
-
-src_prepare() {
- epatch_user
-}
-
-src_configure() {
- econf $(use_with sqlite) $(use_with doc extra-doc) \
- $(use_with zsh-completion) \
- $(use_enable nls) $(use_enable tools separate-tools) \
- $(use_enable security) $(use_enable optimization) \
- $(use_enable strong-security) \
- $(use_enable strong-optimization) $(use_enable debug debugging) \
- $(use_enable swap-remote) \
- $(use_with prefix always-accept-keywords) \
- $(use_with dep dep-default) \
- $(use_with clang nongnu-cxx clang++) \
- --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
- --with-portage-rootpath="${ROOTPATH}" \
- --with-eprefix-default="${EPREFIX}" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
- default
- dobashcomp bash/eix
- keepdir "/var/cache/${PN}"
- fowners portage:portage "/var/cache/${PN}"
- fperms 775 "/var/cache/${PN}"
-}
-
-pkg_postinst() {
- # fowners in src_install doesn't work for owner/group portage:
- # merging changes this owner/group back to root.
- use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
- local obs="${EROOT}var/cache/eix.previous"
- ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
-}
diff --git a/app-portage/eix/eix-0.30.3.ebuild b/app-portage/eix/eix-0.30.3.ebuild
deleted file mode 100644
index bc19acb28bf6..000000000000
--- a/app-portage/eix/eix-0.30.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.3.ebuild,v 1.1 2014/08/23 18:58:21 axs Exp $
-
-EAPI=5
-
-PLOCALES="de ru"
-inherit bash-completion-r1 eutils l10n
-
-DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
-HOMEPAGE="http://github.com/vaeth/eix/"
-SRC_URI="http://dev.gentoo.org/~axs/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
-
-BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
- nls? ( virtual/libintl )"
-RDEPEND="${BOTHDEPEND}
- app-shells/push"
-DEPEND="${BOTHDEPEND}
- app-arch/xz-utils
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- case " ${REPLACING_VERSIONS}" in
- *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
- local eixcache="${EROOT}/var/cache/${PN}"
- test -f "${eixcache}" && rm -f -- "${eixcache}";;
- esac
-}
-
-src_prepare() {
- sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf
- epatch_user
-}
-
-src_configure() {
- econf $(use_with sqlite) $(use_with doc extra-doc) \
- $(use_enable nls) $(use_enable tools separate-tools) \
- $(use_enable security) $(use_enable optimization) \
- $(use_enable strong-security) \
- $(use_enable strong-optimization) $(use_enable debug debugging) \
- $(use_enable swap-remote) \
- $(use_with prefix always-accept-keywords) \
- $(use_with dep dep-default) \
- --with-zsh-completion \
- --with-portage-rootpath="${ROOTPATH}" \
- --with-eprefix-default="${EPREFIX}" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
- default
- dobashcomp bash/eix
- insinto "/usr/lib/tmpfiles.d"
- doins tmpfiles.d/eix.conf
-}
-
-pkg_postinst() {
- test -d "${EROOT}var/cache/${PN}" || {
- mkdir "${EROOT}var/cache/${PN}"
- use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
- }
- local obs="${EROOT}var/cache/eix.previous"
- ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
-}
-
-pkg_postrm() {
- [ -n "${REPLACED_BY_VERSION}" ] || rm -rf -- "${EROOT}var/cache/${PN}"
-}