summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-09-20 03:24:13 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-09-20 03:24:13 +0000
commit5eedc3d510fbabfeff4da1d6acb0b0e91772b2db (patch)
tree18b8aa5181076699efab087d99c426f3858a89df /xfce-extra
parentAdd in dep on xscreensaver (Bug #39011) (Manifest recommit) (diff)
downloadgentoo-2-5eedc3d510fbabfeff4da1d6acb0b0e91772b2db.tar.gz
gentoo-2-5eedc3d510fbabfeff4da1d6acb0b0e91772b2db.tar.bz2
gentoo-2-5eedc3d510fbabfeff4da1d6acb0b0e91772b2db.zip
Version bump.
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-clipman/ChangeLog7
-rw-r--r--xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.11
-rw-r--r--xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog
index 682d2d742b64..2296b4f8a6ff 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.6 2004/06/24 22:00:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.7 2004/09/20 03:24:13 bcowan Exp $
+
+*xfce4-clipman-0.4.1 (19 Sep 2004)
+
+ 19 Sep 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-clipman-0.4.1.ebuild:
+ Version bump.
19 Jun 2004; Jason Wever <weeve@gentoo.org> xfce4-clipman-0.4.0.ebuild:
Stable on sparc.
diff --git a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1 b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1
new file mode 100644
index 000000000000..e05c3a51deb7
--- /dev/null
+++ b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.4.1
@@ -0,0 +1 @@
+MD5 664f6ca8500d8f240289c27d7bf4f419 xfce4-clipman-plugin-0.4.1.tar.gz 305762
diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1.ebuild
new file mode 100644
index 000000000000..b42a6243e9c0
--- /dev/null
+++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.4.1.ebuild,v 1.1 2004/09/20 03:24:13 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="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64"
+
+RDEPEND=">=x11-libs/gtk+-2.0.6
+ dev-libs/libxml2
+ xfce-base/xfce4-base"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL COPYING README
+}