summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-04 17:15:00 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-04 17:15:00 +0000
commit17da8ccf6e1e2d00665736728f4265ecdc3733a5 (patch)
tree5d1d1b9171e9bdc9729286be8c81ed5089f6fb48 /dev-perl/gtk2-spell
parentAdded ~hppa to KEYWORDS. (diff)
downloadgentoo-2-17da8ccf6e1e2d00665736728f4265ecdc3733a5.tar.gz
gentoo-2-17da8ccf6e1e2d00665736728f4265ecdc3733a5.tar.bz2
gentoo-2-17da8ccf6e1e2d00665736728f4265ecdc3733a5.zip
Change version scheme. Maintenance. EAPI=3. Depend on x11-libs/gtk+:2. Force stable keywords
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r--dev-perl/gtk2-spell/ChangeLog10
-rw-r--r--dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild (renamed from dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild)11
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog
index 6c8354e0767b..dfd1f24a05cb 100644
--- a/dev-perl/gtk2-spell/ChangeLog
+++ b/dev-perl/gtk2-spell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/gtk2-spell
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.21 2010/07/20 07:37:33 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.22 2011/03/04 17:15:00 tove Exp $
+
+*gtk2-spell-1.30.0 (04 Mar 2011)
+
+ 04 Mar 2011; Torsten Veller <tove@gentoo.org> -gtk2-spell-1.03.ebuild,
+ +gtk2-spell-1.30.0.ebuild:
+ Change version scheme. Maintenance. Depend on x11-libs/gtk+:2
20 Jul 2010; Torsten Veller <tove@gentoo.org> gtk2-spell-1.03.ebuild:
Fix invalid version format bug (#328723)
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild
index 85356ef9aa36..b272615aef7d 100644
--- a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
+++ b/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild
@@ -1,13 +1,12 @@
-# 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/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.19 2010/07/20 07:37:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild,v 1.1 2011/03/04 17:15:00 tove Exp $
EAPI=3
MY_PN=Gtk2-Spell
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
MODULE_AUTHOR=MLEHMANN
+MODULE_VERSION=1.03
inherit perl-module
DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
@@ -19,7 +18,7 @@ LICENSE="LGPL-2.1"
KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
>=app-text/gtkspell-2
>=dev-perl/glib-perl-1.012
>=dev-perl/gtk2-perl-1.012"
@@ -31,7 +30,7 @@ DEPEND="${RDEPEND}
PATCHES=( "${DISTDIR}"/gtk2-spell-1.03-caa0ef46.patch.gz )
src_unpack() {
- unpack ${MY_P}.tar.gz
+ unpack ${MY_PN}-${MODULE_VERSION}.tar.gz
}
src_prepare() {