diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-17 07:59:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-17 07:59:01 +0000 |
commit | 13a9bb6680f097439c5af4b2348cf14cc5b3c3ed (patch) | |
tree | 1b94a6f91709f56feac548220a5fd1f8e8891010 /x11-themes/commonbox-styles-extra | |
parent | Fix dep for modular-x. (diff) | |
download | gentoo-2-13a9bb6680f097439c5af4b2348cf14cc5b3c3ed.tar.gz gentoo-2-13a9bb6680f097439c5af4b2348cf14cc5b3c3ed.tar.bz2 gentoo-2-13a9bb6680f097439c5af4b2348cf14cc5b3c3ed.zip |
Fix deps for modular-x. New revision as the build-time dep is removed, and replaced with RDEPENDs instead. No keywords changed to protect
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-themes/commonbox-styles-extra')
4 files changed, 42 insertions, 4 deletions
diff --git a/x11-themes/commonbox-styles-extra/ChangeLog b/x11-themes/commonbox-styles-extra/ChangeLog index 29fe29a364f5..172343dd9a46 100644 --- a/x11-themes/commonbox-styles-extra/ChangeLog +++ b/x11-themes/commonbox-styles-extra/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/commonbox-styles-extra -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.16 2005/10/02 19:27:51 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.17 2006/01/17 07:59:01 robbat2 Exp $ + +*commonbox-styles-extra-0.2-r2 (17 Jan 2006) + + 17 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> + +commonbox-styles-extra-0.2-r2.ebuild: + Fix deps for modular-x. New revision as the build-time dep is removed, and + replaced with RDEPENDs instead. 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> commonbox-styles-extra-0.2-r1.ebuild: diff --git a/x11-themes/commonbox-styles-extra/Manifest b/x11-themes/commonbox-styles-extra/Manifest index eddde88053e9..ead63e424764 100644 --- a/x11-themes/commonbox-styles-extra/Manifest +++ b/x11-themes/commonbox-styles-extra/Manifest @@ -1,4 +1,6 @@ -MD5 a64938ba85406bb5580b16332fb09aed metadata.xml 265 -MD5 26853a68f2ebc3da4faa4ac65b344141 ChangeLog 2319 +MD5 6444eb80c0f52b787455c73d62e960e1 ChangeLog 2571 MD5 c5cbfb65fabd32f74fc7363a33383ec7 commonbox-styles-extra-0.2-r1.ebuild 760 +MD5 83b61bb7469c59fd0239443537748553 commonbox-styles-extra-0.2-r2.ebuild 870 MD5 0b7b43c73100b935a09151ae49a0185f files/digest-commonbox-styles-extra-0.2-r1 80 +MD5 0b7b43c73100b935a09151ae49a0185f files/digest-commonbox-styles-extra-0.2-r2 80 +MD5 a64938ba85406bb5580b16332fb09aed metadata.xml 265 diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild new file mode 100644 index 000000000000..143d029ccafc --- /dev/null +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v 1.1 2006/01/17 07:59:01 robbat2 Exp $ + +IUSE="" +DESCRIPTION="Extra styles pack for flux|black|open(box)." +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://mkeadle.org/distfiles/${P}.tar.bz2" +HOMEPAGE="http://mkeadle.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" + +# xv is there so *box can convert backgrounds/textures to use +DEPEND="" +RDEPEND="media-gfx/xv + || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" + +src_install () { + insinto /usr/share/commonbox/styles + doins ${S}/styles/* + + insinto /usr/share/commonbox/backgrounds + doins ${S}/backgrounds/* + + dodoc README.commonbox-styles-extra +} diff --git a/x11-themes/commonbox-styles-extra/files/digest-commonbox-styles-extra-0.2-r2 b/x11-themes/commonbox-styles-extra/files/digest-commonbox-styles-extra-0.2-r2 new file mode 100644 index 000000000000..2cc4e8e7bc3c --- /dev/null +++ b/x11-themes/commonbox-styles-extra/files/digest-commonbox-styles-extra-0.2-r2 @@ -0,0 +1 @@ +MD5 d6f0d20a4a415eb037eb65f145e95ecc commonbox-styles-extra-0.2.tar.bz2 8155158 |