diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-19 14:32:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-19 14:32:26 +0000 |
commit | 95336f7b753aa437128790764ea3c04ca272f4d0 (patch) | |
tree | d03407aad45e706a6c23195843d668ce4d65b886 /dev-perl/Mac-Pasteboard | |
parent | [bump] dev-perl/locale-maketext-fuzzy-0.110.0 (diff) | |
download | gentoo-2-95336f7b753aa437128790764ea3c04ca272f4d0.tar.gz gentoo-2-95336f7b753aa437128790764ea3c04ca272f4d0.tar.bz2 gentoo-2-95336f7b753aa437128790764ea3c04ca272f4d0.zip |
[bump] dev-perl/Mac-Pasteboard-0.3.0
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
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 +" |