diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 19:10:55 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 19:10:55 +0000 |
commit | 3435ea9618b811c72142d1b125d05b92cb9d2b35 (patch) | |
tree | 1ad22c6bacb200b1d2e15336b21508afa59bd9c8 /x11-misc | |
parent | Initial import. (diff) | |
download | gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.tar.gz gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.tar.bz2 gentoo-2-3435ea9618b811c72142d1b125d05b92cb9d2b35.zip |
Initial import.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfce4-toys/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 | 1 | ||||
-rw-r--r-- | x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild | 25 | ||||
-rw-r--r-- | x11-misc/xfdesktop/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfdesktop/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xfdesktop/files/digest-xfdesktop-3.90.0 | 1 | ||||
-rw-r--r-- | x11-misc/xfdesktop/xfdesktop-3.90.0.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/xfprint/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfprint/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xfprint/files/digest-xfprint-3.90.0 | 1 | ||||
-rw-r--r-- | x11-misc/xfprint/xfprint-3.90.0.ebuild | 28 |
12 files changed, 118 insertions, 4 deletions
diff --git a/x11-misc/xfce4-toys/ChangeLog b/x11-misc/xfce4-toys/ChangeLog new file mode 100644 index 000000000000..cf8dda46342d --- /dev/null +++ b/x11-misc/xfce4-toys/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xfce4-toys +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-toys/ChangeLog,v 1.1 2003/06/13 19:06:36 bcowan Exp $ + +*xfce4-toys-0.3.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-toys-0.3.0.ebuild: + Initial import. + diff --git a/x11-misc/xfce4-toys/Manifest b/x11-misc/xfce4-toys/Manifest index d4046d79ac14..804edf17a676 100644 --- a/x11-misc/xfce4-toys/Manifest +++ b/x11-misc/xfce4-toys/Manifest @@ -1,2 +1,3 @@ -MD5 d7575f3d45266982a3a2e4c2ce1e4790 xfce4-toys-0.2.0.ebuild 711 -MD5 a87bce2f687039522b0c5cf2e7d33beb files/digest-xfce4-toys-0.2.0 68 +MD5 3cafc1a5c699a272d4aa64028f3765ce xfce4-toys-0.3.0.ebuild 863 +MD5 7973cdb21ddf75e4b32ed18901e815a9 ChangeLog 343 +MD5 162a087e8f8fd6913e27e9e7c5fe8f0b files/digest-xfce4-toys-0.3.0 68 diff --git a/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 b/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 new file mode 100644 index 000000000000..aeb8074672b3 --- /dev/null +++ b/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 @@ -0,0 +1 @@ +MD5 24dbde1bd7d461466a8a9aa5d9120562 xfce4-toys-0.3.0.tar.gz 247043 diff --git a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild b/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild new file mode 100644 index 000000000000..8409b6eb1633 --- /dev/null +++ b/x11-misc/xfce4-toys/xfce4-toys-0.3.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/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild,v 1.1 2003/06/13 19:06:37 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 toys" +HOMEPAGE="http://www.xfce.org" +SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =x11-wm/xfce4-3.90.0" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} diff --git a/x11-misc/xfdesktop/ChangeLog b/x11-misc/xfdesktop/ChangeLog new file mode 100644 index 000000000000..2f2cb5218af8 --- /dev/null +++ b/x11-misc/xfdesktop/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xfdesktop +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfdesktop/ChangeLog,v 1.1 2003/06/13 19:08:32 bcowan Exp $ + +*xfdesktop-3.90.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfdesktop-3.90.0.ebuild: + Initial import. + diff --git a/x11-misc/xfdesktop/Manifest b/x11-misc/xfdesktop/Manifest index 0bd8edcf2aeb..073da4aa3ae5 100644 --- a/x11-misc/xfdesktop/Manifest +++ b/x11-misc/xfdesktop/Manifest @@ -1,2 +1,3 @@ -MD5 8bdf4a5767f7f4b8257b755925c558b0 xfdesktop-3.90.0.ebuild 901 +MD5 41598269b83ca8fe3c4e79e2358276ad ChangeLog 341 +MD5 e3ec11b59d69bdf645c9d9966a07a878 xfdesktop-3.90.0.ebuild 806 MD5 c6cf7c00bac72188466ef97425c12a3f files/digest-xfdesktop-3.90.0 69 diff --git a/x11-misc/xfdesktop/files/digest-xfdesktop-3.90.0 b/x11-misc/xfdesktop/files/digest-xfdesktop-3.90.0 new file mode 100644 index 000000000000..aa30fc6c9145 --- /dev/null +++ b/x11-misc/xfdesktop/files/digest-xfdesktop-3.90.0 @@ -0,0 +1 @@ +MD5 89b8a261b5f0d73d88bae8d504fec783 xfdesktop-3.90.0.tar.gz 1745254 diff --git a/x11-misc/xfdesktop/xfdesktop-3.90.0.ebuild b/x11-misc/xfdesktop/xfdesktop-3.90.0.ebuild new file mode 100644 index 000000000000..472237cb9e6f --- /dev/null +++ b/x11-misc/xfdesktop/xfdesktop-3.90.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 desktop" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://sourceforge/xfce/${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 + =x11-libs/libxfce4util-3.90.0 + =x11-libs/libxfcegui4-3.90.0 + =x11-libs/libxfce4mcs-3.90.0 + =x11-misc/xfce-mcs-manager-3.90.0" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} diff --git a/x11-misc/xfprint/ChangeLog b/x11-misc/xfprint/ChangeLog new file mode 100644 index 000000000000..dcf401a9bb01 --- /dev/null +++ b/x11-misc/xfprint/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xfprint +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfprint/ChangeLog,v 1.1 2003/06/13 19:10:42 bcowan Exp $ + +*xfprint-3.90.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.90.0.ebuild: + Initial import. + diff --git a/x11-misc/xfprint/Manifest b/x11-misc/xfprint/Manifest index d69180af9349..3ad412e1bd50 100644 --- a/x11-misc/xfprint/Manifest +++ b/x11-misc/xfprint/Manifest @@ -1,2 +1,3 @@ -MD5 8bdf4a5767f7f4b8257b755925c558b0 xfprint-3.90.0.ebuild 901 +MD5 93c695fc91ccd437c8d09c749a94ac6c xfprint-3.90.0.ebuild 818 +MD5 9f1dcd808a857589722c69cc7eda9e7b ChangeLog 333 MD5 33e4b8ddf3d5f0874a46ff4834dfaf09 files/digest-xfprint-3.90.0 66 diff --git a/x11-misc/xfprint/files/digest-xfprint-3.90.0 b/x11-misc/xfprint/files/digest-xfprint-3.90.0 new file mode 100644 index 000000000000..28ebe977fced --- /dev/null +++ b/x11-misc/xfprint/files/digest-xfprint-3.90.0 @@ -0,0 +1 @@ +MD5 107d69e07a81eb4e4bfefa413b4a937c xfprint-3.90.0.tar.gz 278162 diff --git a/x11-misc/xfprint/xfprint-3.90.0.ebuild b/x11-misc/xfprint/xfprint-3.90.0.ebuild new file mode 100644 index 000000000000..210718022231 --- /dev/null +++ b/x11-misc/xfprint/xfprint-3.90.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Printing plugin for XFCE4" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://sourceforge/xfce/${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 + =x11-libs/libxfce4util-3.90.0 + =x11-libs/libxfcegui4-3.90.0 + =x11-libs/libxfce4mcs-3.90.0 + =x11-misc/xfce-mcs-manager-3.90.0" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |