diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 11:19:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 11:19:21 +0000 |
commit | 0cbccdb6a20444a990b5ebb7b712eec6526d95fc (patch) | |
tree | 8a08e6fdd269e99226725d1eeb854a7463377625 | |
parent | Respect LDFLAGS. bug #375999 (diff) | |
download | gentoo-2-0cbccdb6a20444a990b5ebb7b712eec6526d95fc.tar.gz gentoo-2-0cbccdb6a20444a990b5ebb7b712eec6526d95fc.tar.bz2 gentoo-2-0cbccdb6a20444a990b5ebb7b712eec6526d95fc.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Tk-CursorControl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Tk-CursorControl/ChangeLog b/dev-perl/Tk-CursorControl/ChangeLog index 7decb84133a1..fe57b56981cb 100644 --- a/dev-perl/Tk-CursorControl/ChangeLog +++ b/dev-perl/Tk-CursorControl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Tk-CursorControl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.11 2009/06/01 18:26:04 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.12 2011/08/28 11:19:21 tove Exp $ + +*Tk-CursorControl-0.400.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> + +Tk-CursorControl-0.400.0.ebuild: + Change version scheme 01 Jun 2009; Torsten Veller <tove@gentoo.org> +files/0.4-demo.patch, Tk-CursorControl-0.4.ebuild: diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild new file mode 100644 index 000000000000..b4a5d3b6667c --- /dev/null +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.1 2011/08/28 11:19:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DUNNIGANJ +MODULE_VERSION=0.4 +inherit eutils perl-module + +DESCRIPTION="Manipulate the mouse cursor programmatically" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/perl-tk" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/0.4-demo.patch" ) + +src_prepare() { + perl-module_src_prepare + edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} || die +} |