diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:03:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:03:03 +0000 |
commit | f4e4544e3e724f6749edd7e9e4dacdac98f1ce5a (patch) | |
tree | 1be07956dfda54d5d6e2af4f46afecddec441f81 /dev-perl/Mac-Pasteboard | |
parent | Change version scheme (diff) | |
download | gentoo-2-f4e4544e3e724f6749edd7e9e4dacdac98f1ce5a.tar.gz gentoo-2-f4e4544e3e724f6749edd7e9e4dacdac98f1ce5a.tar.bz2 gentoo-2-f4e4544e3e724f6749edd7e9e4dacdac98f1ce5a.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mac-Pasteboard')
-rw-r--r-- | dev-perl/Mac-Pasteboard/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/Mac-Pasteboard/ChangeLog b/dev-perl/Mac-Pasteboard/ChangeLog index 2d53d672f098..8392e076c1f7 100644 --- a/dev-perl/Mac-Pasteboard/ChangeLog +++ b/dev-perl/Mac-Pasteboard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mac-Pasteboard -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/ChangeLog,v 1.2 2010/06/14 17:18:25 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/ChangeLog,v 1.3 2011/08/30 11:03:03 tove Exp $ + +*Mac-Pasteboard-0.2.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mac-Pasteboard-0.2.0.ebuild: + Change version scheme 14 Jun 2010; Fabian Groffen <grobian@gentoo.org> Mac-Pasteboard-0.002.ebuild: diff --git a/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild new file mode 100644 index 000000000000..0254f91c854d --- /dev/null +++ b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild,v 1.1 2011/08/30 11:03:03 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=WYANT +MODULE_VERSION=0.002 +inherit perl-module + +DESCRIPTION="Manipulate Mac OS X clipboards/pasteboards." + +SLOT="0" +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +IUSE="" |