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 | 60524260757194dbf0003ecbab0b1fa24c0f4769 (patch) | |
tree | 09c67490f4f4504e718bd7d5a9f8d84fb92e8b9d /x11-themes/commonbox-styles-extra | |
parent | Fix dep for modular-x. (diff) | |
download | historical-60524260757194dbf0003ecbab0b1fa24c0f4769.tar.gz historical-60524260757194dbf0003ecbab0b1fa24c0f4769.tar.bz2 historical-60524260757194dbf0003ecbab0b1fa24c0f4769.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
Package-Manager: portage-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..ef0125341c3e 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 73f0f228c915fdcdfcba75b1b54b83a1 ChangeLog 2570 MD5 c5cbfb65fabd32f74fc7363a33383ec7 commonbox-styles-extra-0.2-r1.ebuild 760 +MD5 fd730622a506af60913c96c642a23c00 commonbox-styles-extra-0.2-r2.ebuild 868 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 |