summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-17 12:46:24 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-17 12:46:24 +0000
commit9910a78b1e3794e1ca0d8fefa1e022adcae60ec0 (patch)
treed2a2797f882b6862c74fd2d3cfdd043d7e04f6c4 /dev-perl/Clipboard
parentVersion bump with a lot of upstream bugfixes and including some of our patche... (diff)
downloadhistorical-9910a78b1e3794e1ca0d8fefa1e022adcae60ec0.tar.gz
historical-9910a78b1e3794e1ca0d8fefa1e022adcae60ec0.tar.bz2
historical-9910a78b1e3794e1ca0d8fefa1e022adcae60ec0.zip
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Clipboard')
-rw-r--r--dev-perl/Clipboard/ChangeLog9
-rw-r--r--dev-perl/Clipboard/Clipboard-0.130.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Clipboard/ChangeLog b/dev-perl/Clipboard/ChangeLog
index ed8e4a277bca..628b64cc3974 100644
--- a/dev-perl/Clipboard/ChangeLog
+++ b/dev-perl/Clipboard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Clipboard
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/ChangeLog,v 1.8 2010/10/09 08:30:15 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/ChangeLog,v 1.9 2011/01/17 12:46:24 tove Exp $
+
+*Clipboard-0.130 (17 Jan 2011)
+
+ 17 Jan 2011; Torsten Veller <tove@gentoo.org> +Clipboard-0.130.ebuild:
+ Version bump
*Clipboard-0.11 (09 Oct 2010)
diff --git a/dev-perl/Clipboard/Clipboard-0.130.ebuild b/dev-perl/Clipboard/Clipboard-0.130.ebuild
new file mode 100644
index 000000000000..06cb701932bb
--- /dev/null
+++ b/dev-perl/Clipboard/Clipboard-0.130.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/Clipboard-0.130.ebuild,v 1.1 2011/01/17 12:46:24 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=KING
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Copy and paste with any OS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="x11-misc/xclip"