Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
tove 09/05/14 07:32:50
Modified: Clipboard-0.09.ebuild ChangeLog
Log:
Depend on x11-misc/xclip (#269761)
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.2 dev-perl/Clipboard/Clipboard-0.09.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild?r1=1.1&r2=1.2
Index: Clipboard-0.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Clipboard-0.09.ebuild 5 May 2009 21:50:13 -0000 1.1
+++ Clipboard-0.09.ebuild 14 May 2009 07:32:50 -0000 1.2
@@ -1,18 +1,17 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild,v 1.1 2009/05/05 21:50:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild,v 1.2 2009/05/14 07:32:50 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=KING
inherit perl-module
DESCRIPTION="Copy and paste with any OS"
-HOMEPAGE="http://search.cpan.org/~king/"
-SRC_URI="mirror://cpan/authors/id/K/KI/KING/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-lang/perl
+RDEPEND="x11-misc/xclip
dev-perl/Spiffy"
-RDEPEND="${DEPEND}"
1.2 dev-perl/Clipboard/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Clipboard/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 5 May 2009 21:50:13 -0000 1.1
+++ ChangeLog 14 May 2009 07:32:50 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Clipboard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/ChangeLog,v 1.1 2009/05/05 21:50:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/ChangeLog,v 1.2 2009/05/14 07:32:50 tove Exp $
+
+ 14 May 2009; Torsten Veller <tove@g.o> Clipboard-0.09.ebuild:
+ Depend on x11-misc/xclip (#269761)
*Clipboard-0.09 (05 May 2009)
|
|