diff options
Diffstat (limited to 'dev-perl/Mac-Pasteboard')
-rw-r--r-- | dev-perl/Mac-Pasteboard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.3.0.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Mac-Pasteboard/ChangeLog b/dev-perl/Mac-Pasteboard/ChangeLog index 401562fa4a88..ac838686e85f 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/ChangeLog,v 1.4 2011/09/04 11:20:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/ChangeLog,v 1.5 2011/12/19 14:32:26 tove Exp $ + +*Mac-Pasteboard-0.3.0 (19 Dec 2011) + + 19 Dec 2011; Torsten Veller <tove@gentoo.org> +Mac-Pasteboard-0.3.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mac-Pasteboard-0.002.ebuild: Cleanup diff --git a/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.3.0.ebuild b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.3.0.ebuild new file mode 100644 index 000000000000..33dd1b343aa3 --- /dev/null +++ b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.3.0.ebuild @@ -0,0 +1,19 @@ +# 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.3.0.ebuild,v 1.1 2011/12/19 14:32:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=WYANT +MODULE_VERSION=0.003 +inherit perl-module + +DESCRIPTION="Manipulate Mac OS X clipboards/pasteboards" + +SLOT="0" +KEYWORDS="" # "~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +DEPEND=" + virtual/perl-Module-Build +" |