diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-05 23:31:50 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-05 23:31:50 +0000 |
commit | 0663d5b16963fed90fd8c31fb52c3f9dd5892482 (patch) | |
tree | e90772b1f03c8765ba531523491555796df6ee4f /xfce-extra/xfce4-clipman | |
parent | Version bumped. (diff) | |
download | historical-0663d5b16963fed90fd8c31fb52c3f9dd5892482.tar.gz historical-0663d5b16963fed90fd8c31fb52c3f9dd5892482.tar.bz2 historical-0663d5b16963fed90fd8c31fb52c3f9dd5892482.zip |
Version bump.
Diffstat (limited to 'xfce-extra/xfce4-clipman')
-rw-r--r-- | xfce-extra/xfce4-clipman/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.2.0 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-0.2.0.ebuild | 25 |
4 files changed, 35 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index 0f4c6eefe263..67270957c809 100644 --- a/xfce-extra/xfce4-clipman/ChangeLog +++ b/xfce-extra/xfce4-clipman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-clipman # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.1 2003/10/10 04:10:47 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.2 2003/11/05 23:23:47 bcowan Exp $ + +*xfce4-clipman-0.2.0 (05 Nov 2003) + + 05 Nov 2003; Brad Cowan <bcowan@gentoo.org> xfce4-clipman-0.2.0.ebuild: + Version bump. *xfce4-clipman-0.1 (10 Oct 2003) diff --git a/xfce-extra/xfce4-clipman/Manifest b/xfce-extra/xfce4-clipman/Manifest index 33ee6f593d07..0325cd54b8b7 100644 --- a/xfce-extra/xfce4-clipman/Manifest +++ b/xfce-extra/xfce4-clipman/Manifest @@ -1,4 +1,6 @@ MD5 607fcdb13c8cdc66a40b2347181baaed xfce4-clipman-0.1.ebuild 708 -MD5 dd565dd25052e52edc6b17bf5b8615c1 ChangeLog 355 +MD5 b9ffe8e5284b886bd08cbd35814b07c7 xfce4-clipman-0.2.0.ebuild 691 +MD5 96ba72b27b2fc4957b76864d1b58a354 ChangeLog 482 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 05b0640fe033b50eba0c96b5638b2415 files/digest-xfce4-clipman-0.1 76 +MD5 429532a7c373ddcc5ae578896cd467f5 files/digest-xfce4-clipman-0.2.0 78 diff --git a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.2.0 b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.2.0 new file mode 100644 index 000000000000..102ca4dc83cc --- /dev/null +++ b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.2.0 @@ -0,0 +1 @@ +MD5 7714d4bd4c3863773261f91fbc720589 xfce4-clipman-plugin-0.2.0.tar.gz 202008 diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.2.0.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.2.0.ebuild new file mode 100644 index 000000000000..94b9489b52f1 --- /dev/null +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.2.0.ebuild,v 1.1 2003/11/05 23:23:47 bcowan Exp $ + +IUSE="" +MY_P="${PN}-plugin-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Xfce4 panel clipboard manager plugin" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + xfce-base/xfce4-base" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL COPYING README +} |