diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 06:55:33 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 06:55:33 +0000 |
commit | 1375274b669b438372435ccac42d87c7f035debf (patch) | |
tree | 86a98270969f7e1009d2048522903bda8561a757 /xfce-extra/xfce4-iconbox | |
parent | Xfce builds for new eclass and modular Xorg. (diff) | |
download | gentoo-2-1375274b669b438372435ccac42d87c7f035debf.tar.gz gentoo-2-1375274b669b438372435ccac42d87c7f035debf.tar.bz2 gentoo-2-1375274b669b438372435ccac42d87c7f035debf.zip |
Xfce builds for new eclass and modular Xorg.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/xfce4-iconbox')
-rw-r--r-- | xfce-extra/xfce4-iconbox/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-iconbox/Manifest | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-iconbox/files/digest-xfce4-iconbox-4.2.2-r1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-iconbox/xfce4-iconbox-4.2.2-r1.ebuild | 18 |
4 files changed, 28 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-iconbox/ChangeLog b/xfce-extra/xfce4-iconbox/ChangeLog index 4ea14572a053..5bd5767e01f8 100644 --- a/xfce-extra/xfce4-iconbox/ChangeLog +++ b/xfce-extra/xfce4-iconbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-iconbox # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-iconbox/ChangeLog,v 1.55 2005/07/12 12:44:26 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-iconbox/ChangeLog,v 1.56 2005/10/06 06:51:36 bcowan Exp $ + +*xfce4-iconbox-4.2.2-r1 (06 Oct 2005) + + 06 Oct 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-iconbox-4.2.2-r1.ebuild: + Xfce builds for new eclass and modular Xorg. 12 Jul 2005; Simon Stelling <blubb@gentoo.org> xfce4-iconbox-4.2.2.ebuild: stable on amd64 diff --git a/xfce-extra/xfce4-iconbox/Manifest b/xfce-extra/xfce4-iconbox/Manifest index ce396d77682a..05df9602dbcf 100644 --- a/xfce-extra/xfce4-iconbox/Manifest +++ b/xfce-extra/xfce4-iconbox/Manifest @@ -1,6 +1,2 @@ -MD5 1e9dbbf03132ef8c5abfbdabe720614d xfce4-iconbox-4.2.1.ebuild 394 -MD5 3114250c061b866fa14c1c134691392f xfce4-iconbox-4.2.2.ebuild 381 -MD5 4a95a16afafb827eed1218b2ea1d2ba6 ChangeLog 6875 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 -MD5 5f893748301a580b15184398cf6613bc files/digest-xfce4-iconbox-4.2.1 71 -MD5 aa53567f90f6508bc2d48db4fdeda41c files/digest-xfce4-iconbox-4.2.2 71 +MD5 a3029f2f595e3249e9ea3c322215aa63 xfce4-iconbox-4.2.2-r1.ebuild 395 +MD5 aa53567f90f6508bc2d48db4fdeda41c files/digest-xfce4-iconbox-4.2.2-r1 71 diff --git a/xfce-extra/xfce4-iconbox/files/digest-xfce4-iconbox-4.2.2-r1 b/xfce-extra/xfce4-iconbox/files/digest-xfce4-iconbox-4.2.2-r1 new file mode 100644 index 000000000000..9ba7aa9cb8f7 --- /dev/null +++ b/xfce-extra/xfce4-iconbox/files/digest-xfce4-iconbox-4.2.2-r1 @@ -0,0 +1 @@ +MD5 9c269aa3805ac2503029ad00e8d8c8a3 xfce4-iconbox-4.2.2.tar.gz 409710 diff --git a/xfce-extra/xfce4-iconbox/xfce4-iconbox-4.2.2-r1.ebuild b/xfce-extra/xfce4-iconbox/xfce4-iconbox-4.2.2-r1.ebuild new file mode 100644 index 000000000000..0a1301a543f3 --- /dev/null +++ b/xfce-extra/xfce4-iconbox/xfce4-iconbox-4.2.2-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-iconbox/xfce4-iconbox-4.2.2-r1.ebuild,v 1.1 2005/10/06 06:51:36 bcowan Exp $ + +inherit xfce42 + +DESCRIPTION="Xfce 4 icon box" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM ) + virtual/x11 ) + ~xfce-base/xfce4-panel-${PV}" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" + +core_package
\ No newline at end of file |