diff options
Diffstat (limited to 'app-text/paperwork')
-rw-r--r-- | app-text/paperwork/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/paperwork/paperwork-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/paperwork/paperwork-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-text/paperwork/paperwork-0.2.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/app-text/paperwork/ChangeLog b/app-text/paperwork/ChangeLog index 1ea39aeb756e..9900667aefb6 100644 --- a/app-text/paperwork/ChangeLog +++ b/app-text/paperwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/paperwork # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.4 2015/02/10 16:38:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.5 2015/04/08 07:30:30 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> paperwork-0.2.1.ebuild, + paperwork-0.2.2.ebuild, paperwork-0.2.ebuild: + Remove old Python implementations 10 Feb 2015; Bernard Cafarelli <voyageur@gentoo.org> paperwork-0.2.ebuild, paperwork-0.2.1.ebuild, paperwork-0.2.2.ebuild: @@ -23,4 +27,3 @@ 30 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> +paperwork-0.2.ebuild, +metadata.xml: Initial commit, based on lorelei overlay version - diff --git a/app-text/paperwork/paperwork-0.2.1.ebuild b/app-text/paperwork/paperwork-0.2.1.ebuild index eee6b6514f6a..fd11eb320857 100644 --- a/app-text/paperwork/paperwork-0.2.1.ebuild +++ b/app-text/paperwork/paperwork-0.2.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.1.ebuild,v 1.2 2015/02/10 16:38:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.1.ebuild,v 1.3 2015/04/08 07:30:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/app-text/paperwork/paperwork-0.2.2.ebuild b/app-text/paperwork/paperwork-0.2.2.ebuild index 33587dfd6cb6..0ad22c1be611 100644 --- a/app-text/paperwork/paperwork-0.2.2.ebuild +++ b/app-text/paperwork/paperwork-0.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.2.ebuild,v 1.2 2015/02/10 16:38:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.2.ebuild,v 1.3 2015/04/08 07:30:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/app-text/paperwork/paperwork-0.2.ebuild b/app-text/paperwork/paperwork-0.2.ebuild index 550804fff123..1a8c3e881d29 100644 --- a/app-text/paperwork/paperwork-0.2.ebuild +++ b/app-text/paperwork/paperwork-0.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.ebuild,v 1.2 2015/02/10 16:38:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.ebuild,v 1.3 2015/04/08 07:30:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |