diff options
author | 2012-04-21 19:10:57 +0000 | |
---|---|---|
committer | 2012-04-21 19:10:57 +0000 | |
commit | 3919dbab8128df3b1770fd88d261b10a3434adbf (patch) | |
tree | 473fe5dceae66d27d85637aa33a38d7635e087a1 /dev-perl/Mac-Pasteboard | |
parent | Cleanup (diff) | |
download | gentoo-2-3919dbab8128df3b1770fd88d261b10a3434adbf.tar.gz gentoo-2-3919dbab8128df3b1770fd88d261b10a3434adbf.tar.bz2 gentoo-2-3919dbab8128df3b1770fd88d261b10a3434adbf.zip |
Cleanup
(Portage version: 2.2.0_alpha100/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.2.0.ebuild | 15 |
2 files changed, 5 insertions, 17 deletions
diff --git a/dev-perl/Mac-Pasteboard/ChangeLog b/dev-perl/Mac-Pasteboard/ChangeLog index 4759779cc6bd..67b99b94a8cb 100644 --- a/dev-perl/Mac-Pasteboard/ChangeLog +++ b/dev-perl/Mac-Pasteboard/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2011/12/25 12:15:12 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/ChangeLog,v 1.7 2012/04/21 19:10:57 tove Exp $ + + 21 Apr 2012; Torsten Veller <tove@gentoo.org> -Mac-Pasteboard-0.2.0.ebuild: + Cleanup 25 Dec 2011; Fabian Groffen <grobian@gentoo.org> Mac-Pasteboard-0.3.0.ebuild: Put back keywords, verified to work, bug #395265 diff --git a/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild deleted file mode 100644 index 0254f91c854d..000000000000 --- a/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.2.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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="" |