diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-10-10 04:14:24 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-10-10 04:14:24 +0000 |
commit | cc8191266d925f00dd844658774924e11a69cabf (patch) | |
tree | e77097544d23ee99a9c6f90afbf2830565d7384d /xfce-extra | |
parent | initial import (diff) | |
download | historical-cc8191266d925f00dd844658774924e11a69cabf.tar.gz historical-cc8191266d925f00dd844658774924e11a69cabf.tar.bz2 historical-cc8191266d925f00dd844658774924e11a69cabf.zip |
initial import
Diffstat (limited to 'xfce-extra')
-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 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/Manifest | 2 |
5 files changed, 39 insertions, 1 deletions
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 +} diff --git a/xfce-extra/xfce4-notes/ChangeLog b/xfce-extra/xfce4-notes/ChangeLog new file mode 100644 index 000000000000..92b41cfff989 --- /dev/null +++ b/xfce-extra/xfce4-notes/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for xfce-extra/xfce4-notes +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.1 2003/10/10 04:14:24 bcowan Exp $ + +*xfce4-notes-0.9.6 (10 Oct 2003) + + 10 Oct 2003; Brad Cowan <bcowan@gentoo.org> xfce4-notes-0.9.6.ebuild: + Initial import. + diff --git a/xfce-extra/xfce4-notes/Manifest b/xfce-extra/xfce4-notes/Manifest new file mode 100644 index 000000000000..fcb70e36b3f4 --- /dev/null +++ b/xfce-extra/xfce4-notes/Manifest @@ -0,0 +1,2 @@ +MD5 b5da60e2a3c32c99196dcabf7f38bf22 xfce4-notes-0.9.6.ebuild 687 +MD5 a56d078c211c4d4239767362630b45ab files/digest-xfce4-notes-0.9.6 76 |