diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-01-24 12:28:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-01-24 12:28:42 +0000 |
commit | 0198a430fcb536f78181eeec1c1f654241ec7ed6 (patch) | |
tree | 2b826943dc4264d6584f8a731b75473b54f561fe /app-admin/eselect | |
parent | Drop older versions needing obsolete gmime slot (diff) | |
download | gentoo-2-0198a430fcb536f78181eeec1c1f654241ec7ed6.tar.gz gentoo-2-0198a430fcb536f78181eeec1c1f654241ec7ed6.tar.bz2 gentoo-2-0198a430fcb536f78181eeec1c1f654241ec7ed6.zip |
Version bump, fixes bug 536822.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/eselect/eselect-1.4.4.ebuild (renamed from app-admin/eselect/eselect-1.4.2.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index e225f45b7f7f..8203fb31f35a 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.294 2014/12/06 16:39:10 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.295 2015/01/24 12:28:42 ulm Exp $ + +*eselect-1.4.4 (24 Jan 2015) + + 24 Jan 2015; Ulrich Müller <ulm@gentoo.org> -eselect-1.4.2.ebuild, + +eselect-1.4.4.ebuild: + Version bump, fixes bug 536822. 06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eselect-1.4.3.ebuild: Stable for ia64, wrt bug #529334 diff --git a/app-admin/eselect/eselect-1.4.2.ebuild b/app-admin/eselect/eselect-1.4.4.ebuild index ff248c0c8782..a45cf3f2d6b2 100644 --- a/app-admin/eselect/eselect-1.4.2.ebuild +++ b/app-admin/eselect/eselect-1.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.2.ebuild,v 1.1 2014/05/24 17:51:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.4.ebuild,v 1.1 2015/01/24 12:28:42 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect" SRC_URI="http://dev.gentoo.org/~ulm/eselect/${P}.tar.xz" -LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" +LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )" 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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs vim-syntax" |