diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-clipman/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/Manifest | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-0.1.ebuild | 25 |
4 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog new file mode 100644 index 000000000000..0f4c6eefe263 --- /dev/null +++ b/xfce-extra/xfce4-clipman/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*xfce4-clipman-0.1 (10 Oct 2003) + + 10 Oct 2003; Brad Cowan <bcowan@gentoo.org> xfce4-clipman-0.1.ebuild: + Initial import. + diff --git a/xfce-extra/xfce4-clipman/Manifest b/xfce-extra/xfce4-clipman/Manifest index c59604fcb4b2..a529e93b3d83 100644 --- a/xfce-extra/xfce4-clipman/Manifest +++ b/xfce-extra/xfce4-clipman/Manifest @@ -1,2 +1,3 @@ -MD5 b5da60e2a3c32c99196dcabf7f38bf22 xfce4-clipman-0.1.ebuild 687 +MD5 e1bc039c150010811f959af5e8b0f1dc xfce4-clipman-0.1.ebuild 695 +MD5 dd565dd25052e52edc6b17bf5b8615c1 ChangeLog 355 MD5 05b0640fe033b50eba0c96b5638b2415 files/digest-xfce4-clipman-0.1 76 diff --git a/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.1 b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.1 new file mode 100644 index 000000000000..03e76bd83443 --- /dev/null +++ b/xfce-extra/xfce4-clipman/files/digest-xfce4-clipman-0.1 @@ -0,0 +1 @@ +MD5 7054204ed94cf2f477056e71f7035cc3 xfce4-clipman-plugin-0.1.tar.gz 204074 diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.1.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.1.ebuild new file mode 100644 index 000000000000..d9e8f7f13020 --- /dev/null +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.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.1.ebuild,v 1.1 2003/10/10 04:10:47 bcowan Exp $ + +IUSE="" +MY_P="${PN}-plugin-${PV}" +S=${WORKDIR}/${PN}-plugin + +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" + +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 +} |