diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-09 16:14:16 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-11-09 16:14:16 +0000 |
commit | 35d4ca0e89ccc62690775d316b97b1a60166ff13 (patch) | |
tree | ba02a6faf40ad85d9abd46ed37f1cf449cabcd32 /xfce-extra/xfce4-clipman | |
parent | Fix sparc64/mips64 symlinks to point to /usr/sparc-*/bin/*. Do not apply (diff) | |
download | historical-35d4ca0e89ccc62690775d316b97b1a60166ff13.tar.gz historical-35d4ca0e89ccc62690775d316b97b1a60166ff13.tar.bz2 historical-35d4ca0e89ccc62690775d316b97b1a60166ff13.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.3.1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-0.3.1.ebuild | 25 |
4 files changed, 35 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index 67270957c809..1e0f44d9aa96 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.2 2003/11/05 23:23:47 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.3 2003/11/09 16:14:05 bcowan Exp $ + +*xfce4-clipman-0.3.1 (09 Nov 2003) + + 09 Nov 2003; Brad Cowan <bcowan@gentoo.org> xfce4-clipman-0.3.1.ebuild: + Version bump. *xfce4-clipman-0.2.0 (05 Nov 2003) diff --git a/xfce-extra/xfce4-clipman/Manifest b/xfce-extra/xfce4-clipman/Manifest index 0325cd54b8b7..c2a645c5ab2e 100644 --- a/xfce-extra/xfce4-clipman/Manifest +++ b/xfce-extra/xfce4-clipman/Manifest @@ -1,6 +1,8 @@ +MD5 e83b30e29c40f5799711b0b8b474fb42 xfce4-clipman-0.3.1.ebuild 685 MD5 607fcdb13c8cdc66a40b2347181baaed xfce4-clipman-0.1.ebuild 708 MD5 b9ffe8e5284b886bd08cbd35814b07c7 xfce4-clipman-0.2.0.ebuild 691 -MD5 96ba72b27b2fc4957b76864d1b58a354 ChangeLog 482 +MD5 87170cb643db52fbe0d2d02c9e4dd3ad ChangeLog 609 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 05b0640fe033b50eba0c96b5638b2415 files/digest-xfce4-clipman-0.1 76 MD5 429532a7c373ddcc5ae578896cd467f5 files/digest-xfce4-clipman-0.2.0 78 +MD5 86c8fc6a6a13e780e1966ffa32c3dcb7 files/digest-xfce4-clipman-0.3.1 78 diff --git a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.3.1 b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.3.1 new file mode 100644 index 000000000000..e1e325277c96 --- /dev/null +++ b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.3.1 @@ -0,0 +1 @@ +MD5 d54d65c20de9200c2c997c1d5faff23a xfce4-clipman-plugin-0.3.1.tar.gz 202944 diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.3.1.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.3.1.ebuild new file mode 100644 index 000000000000..d4eba0ec8aa3 --- /dev/null +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.3.1.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.3.1.ebuild,v 1.1 2003/11/09 16:14:05 bcowan Exp $ + +IUSE="" +MY_P="${PN}-plugin-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Xfce4 panel command line 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 +} |