diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-12-01 17:23:55 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-12-01 17:23:55 +0000 |
commit | fd976c0327ce819df059815c35b56cd3c52f5f48 (patch) | |
tree | cc5c861d0edafa714aa0b157606df7f250367727 /app-portage | |
parent | fix patching for as-needed to fit the naming convention (bug #347377) (diff) | |
download | gentoo-2-fd976c0327ce819df059815c35b56cd3c52f5f48.tar.gz gentoo-2-fd976c0327ce819df059815c35b56cd3c52f5f48.tar.bz2 gentoo-2-fd976c0327ce819df059815c35b56cd3c52f5f48.zip |
Version bump for bugfixes, remove intermediate versions
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/eix/eix-0.22.3.ebuild | 41 | ||||
-rw-r--r-- | app-portage/eix/eix-0.22.5.ebuild (renamed from app-portage/eix/eix-0.22.2.ebuild) | 2 |
3 files changed, 8 insertions, 43 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 48c1fced6c69..2bfda19068c7 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/eix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.348 2010/11/08 13:53:32 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.349 2010/12/01 17:23:55 darkside Exp $ + +*eix-0.22.5 (01 Dec 2010) + + 01 Dec 2010; Jeremy Olexa <darkside@gentoo.org> -eix-0.22.2.ebuild, + -eix-0.22.3.ebuild, +eix-0.22.5.ebuild: + Version bump for bugfixes, remove intermediate versions *eix-0.22.4 (08 Nov 2010) diff --git a/app-portage/eix/eix-0.22.3.ebuild b/app-portage/eix/eix-0.22.3.ebuild deleted file mode 100644 index 6c3085961528..000000000000 --- a/app-portage/eix/eix-0.22.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.3.ebuild,v 1.1 2010/10/11 04:15:53 darkside Exp $ - -EAPI=3 - -inherit multilib - -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 ~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="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - $(use_enable hardened security) $(use_enable optimization) \ - $(use_enable strong-optimization) $(use_enable debug debugging) \ - --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() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs -} diff --git a/app-portage/eix/eix-0.22.2.ebuild b/app-portage/eix/eix-0.22.5.ebuild index 47ab6bb15826..d039f999674c 100644 --- a/app-portage/eix/eix-0.22.2.ebuild +++ b/app-portage/eix/eix-0.22.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.2.ebuild,v 1.1 2010/09/12 18:16:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.5.ebuild,v 1.1 2010/12/01 17:23:55 darkside Exp $ EAPI=3 |