diff options
author | 2011-01-05 14:02:48 +0000 | |
---|---|---|
committer | 2011-01-05 14:02:48 +0000 | |
commit | 9da60e1a7206eea390aaa3e9ede5f3a30dfb7cc1 (patch) | |
tree | a1ed50b86f3a27fb15fbc7b04062a66e9d501444 /app-portage | |
parent | Stable on amd64 wrt bug #345891 (diff) | |
download | gentoo-2-9da60e1a7206eea390aaa3e9ede5f3a30dfb7cc1.tar.gz gentoo-2-9da60e1a7206eea390aaa3e9ede5f3a30dfb7cc1.tar.bz2 gentoo-2-9da60e1a7206eea390aaa3e9ede5f3a30dfb7cc1.zip |
EAPI bump, drop old version.
(Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-0.0.2.4.ebuild | 32 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-0.0.3.ebuild | 6 |
3 files changed, 9 insertions, 37 deletions
diff --git a/app-portage/flaggie/ChangeLog b/app-portage/flaggie/ChangeLog index 0898ed586ef7..099ddd3d7ac5 100644 --- a/app-portage/flaggie/ChangeLog +++ b/app-portage/flaggie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/flaggie -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.10 2010/12/20 14:30:45 mgorny Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.11 2011/01/05 14:02:48 mgorny Exp $ + + 05 Jan 2011; Michał Górny <mgorny@gentoo.org> -flaggie-0.0.2.4.ebuild, + flaggie-0.0.3.ebuild: + EAPI bump, drop old version. 20 Dec 2010; Michał Górny <mgorny@gentoo.org> flaggie-0.0.2.4.ebuild, flaggie-0.0.3.ebuild: diff --git a/app-portage/flaggie/flaggie-0.0.2.4.ebuild b/app-portage/flaggie/flaggie-0.0.2.4.ebuild deleted file mode 100644 index a3982c6b51ce..000000000000 --- a/app-portage/flaggie/flaggie-0.0.2.4.ebuild +++ /dev/null @@ -1,32 +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/flaggie/flaggie-0.0.2.4.ebuild,v 1.3 2010/12/20 14:30:45 mgorny Exp $ - -EAPI=2 -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.4 2.5" - -inherit base distutils - -DESCRIPTION="A smart CLI mangler for package.* files" -HOMEPAGE="https://github.com/mgorny/flaggie/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1.8.3" - -src_prepare() { - base_src_prepare - distutils_src_prepare -} - -pkg_postinst() { - ewarn "Please notice that flaggie is a fairly young project, and can definitely" - ewarn "be buggy. It is suggested that you backup your package.* files before" - ewarn "using it for the first time to prevent potential data loss." -} diff --git a/app-portage/flaggie/flaggie-0.0.3.ebuild b/app-portage/flaggie/flaggie-0.0.3.ebuild index 8a12f95cc0ac..6dd53a682f8a 100644 --- a/app-portage/flaggie/flaggie-0.0.3.ebuild +++ b/app-portage/flaggie/flaggie-0.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.3.ebuild,v 1.3 2010/12/20 14:30:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.3.ebuild,v 1.4 2011/01/05 14:02:48 mgorny Exp $ -EAPI=2 +EAPI=3 PYTHON_DEPEND="*:2.6" SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="2.4 2.5" |