diff options
author | 2005-10-06 07:58:35 +0000 | |
---|---|---|
committer | 2005-10-06 07:58:35 +0000 | |
commit | 01a740db83d9d9853684817276409ffdd6c1d4f2 (patch) | |
tree | 8411916e1da4c6cc33f521b9e2278c7a38d8b68c /xfce-extra/xfce4-bglist-editor | |
parent | more xfce masking (diff) | |
download | historical-01a740db83d9d9853684817276409ffdd6c1d4f2.tar.gz historical-01a740db83d9d9853684817276409ffdd6c1d4f2.tar.bz2 historical-01a740db83d9d9853684817276409ffdd6c1d4f2.zip |
Xfce builds for new eclass and modular Xorg.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-extra/xfce4-bglist-editor')
4 files changed, 25 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-bglist-editor/ChangeLog b/xfce-extra/xfce4-bglist-editor/ChangeLog index 9f445cfe928c..ab6cdd61d616 100644 --- a/xfce-extra/xfce4-bglist-editor/ChangeLog +++ b/xfce-extra/xfce4-bglist-editor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-bglist-editor # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-bglist-editor/ChangeLog,v 1.1 2005/08/14 22:32:24 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-bglist-editor/ChangeLog,v 1.2 2005/10/06 07:43:45 bcowan Exp $ + +*xfce4-bglist-editor-4.2.0-r1 (06 Oct 2005) + + 06 Oct 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-bglist-editor-4.2.0-r1.ebuild: + Xfce builds for new eclass and modular Xorg. *xfce4-bglist-editor-4.2.0 (14 Aug 2005) diff --git a/xfce-extra/xfce4-bglist-editor/Manifest b/xfce-extra/xfce4-bglist-editor/Manifest index 85ecd4e57750..70f072fd1979 100644 --- a/xfce-extra/xfce4-bglist-editor/Manifest +++ b/xfce-extra/xfce4-bglist-editor/Manifest @@ -1,4 +1,6 @@ MD5 976d2235d521f58b205dae4f98121716 xfce4-bglist-editor-4.2.0.ebuild 438 -MD5 ea139be743845ece39f84612463a7744 ChangeLog 392 +MD5 c11254e9a3392a70fb06ec6df653e970 xfce4-bglist-editor-4.2.0-r1.ebuild 518 +MD5 62767db1e92d20009b69612eb982403c ChangeLog 571 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 +MD5 c3b66c0c64a28e2462ea042d4bac7d95 files/digest-xfce4-bglist-editor-4.2.0-r1 77 MD5 c3b66c0c64a28e2462ea042d4bac7d95 files/digest-xfce4-bglist-editor-4.2.0 77 diff --git a/xfce-extra/xfce4-bglist-editor/files/digest-xfce4-bglist-editor-4.2.0-r1 b/xfce-extra/xfce4-bglist-editor/files/digest-xfce4-bglist-editor-4.2.0-r1 new file mode 100644 index 000000000000..c46b4e086ca8 --- /dev/null +++ b/xfce-extra/xfce4-bglist-editor/files/digest-xfce4-bglist-editor-4.2.0-r1 @@ -0,0 +1 @@ +MD5 614a828b97171dd1d71ccb906fedd66d xfce4-bglist-editor-4.2.0.tar.gz 343211 diff --git a/xfce-extra/xfce4-bglist-editor/xfce4-bglist-editor-4.2.0-r1.ebuild b/xfce-extra/xfce4-bglist-editor/xfce4-bglist-editor-4.2.0-r1.ebuild new file mode 100644 index 000000000000..7a5bb806a614 --- /dev/null +++ b/xfce-extra/xfce4-bglist-editor/xfce4-bglist-editor-4.2.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-bglist-editor/xfce4-bglist-editor-4.2.0-r1.ebuild,v 1.1 2005/10/06 07:43:45 bcowan Exp $ + +inherit xfce42 + +DESCRIPTION="Xfce4 background list editor" +SRC_URI="http://download.berlios.de/xfce-goodies/${P}.tar.gz" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="${RDEPEND} + || ( ( x11-libs/libX11 + x11-proto/xproto ) + virtual/x11 )"
\ No newline at end of file |