diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:08:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:08:34 +0000 |
commit | 9118f33eaa2a5e7adc98a3a2ccce8eb7d645b813 (patch) | |
tree | dd7f8baaf1c58010e05349de2d3613d174dfb350 /dev-perl/gtk2-spell | |
parent | Cleanup (diff) | |
download | gentoo-2-9118f33eaa2a5e7adc98a3a2ccce8eb7d645b813.tar.gz gentoo-2-9118f33eaa2a5e7adc98a3a2ccce8eb7d645b813.tar.bz2 gentoo-2-9118f33eaa2a5e7adc98a3a2ccce8eb7d645b813.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild | 40 |
2 files changed, 5 insertions, 42 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index 848bdf6bbf01..0eea8a1ed218 100644 --- a/dev-perl/gtk2-spell/ChangeLog +++ b/dev-perl/gtk2-spell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-spell -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.31 2012/09/02 18:50:20 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.32 2013/01/06 14:08:34 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -gtk2-spell-1.30.0.ebuild: + Cleanup 02 Sep 2012; Raúl Porcel <armin76@gentoo.org> gtk2-spell-1.30.0.ebuild, gtk2-spell-1.40.0.ebuild: diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild deleted file mode 100644 index 2e1aeb3c4c76..000000000000 --- a/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 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.30.0.ebuild,v 1.4 2012/09/02 18:50:20 armin76 Exp $ - -EAPI=3 - -MY_PN=Gtk2-Spell -MODULE_AUTHOR=MLEHMANN -MODULE_VERSION=1.03 -inherit perl-module - -DESCRIPTION="Bindings for GtkSpell with Gtk2.x" -HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}" -SRC_URI+=" mirror://gentoo/gtk2-spell-1.03-caa0ef46.patch.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - >=app-text/gtkspell-2:2 - >=dev-perl/glib-perl-1.012 - >=dev-perl/gtk2-perl-1.012" -DEPEND="${RDEPEND} - dev-perl/extutils-depends - dev-perl/extutils-pkgconfig - virtual/pkgconfig" - -PATCHES=( "${DISTDIR}"/gtk2-spell-1.03-caa0ef46.patch.gz ) - -src_unpack() { - unpack ${MY_PN}-${MODULE_VERSION}.tar.gz -} - -src_prepare() { - # Without this it cannot find gtkspell <rigo@home.nl> - sed -ie "s:\#my:my:g" "${S}"/Makefile.PL || die "sed failed" - perl-module_src_prepare -} |