diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 00:25:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 00:25:07 +0000 |
commit | 54a012e70ea170bafa1f272bf43a59dc272b2eec (patch) | |
tree | 1bd2b6a4ef9ae7b06db9fd4a48a3207d5b014ab5 /x11-themes | |
parent | more tweaks (diff) | |
download | historical-54a012e70ea170bafa1f272bf43a59dc272b2eec.tar.gz historical-54a012e70ea170bafa1f272bf43a59dc272b2eec.tar.bz2 historical-54a012e70ea170bafa1f272bf43a59dc272b2eec.zip |
upstream tweaks
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/commonbox-styles/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.1-r1.ebuild | 23 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1-r1 | 1 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-themes/commonbox-styles/ChangeLog b/x11-themes/commonbox-styles/ChangeLog index 8546d2b277ed..f4a476265826 100644 --- a/x11-themes/commonbox-styles/ChangeLog +++ b/x11-themes/commonbox-styles/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/commonbox-styles # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.1 2002/07/14 22:16:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.2 2002/07/15 00:25:07 seemant Exp $ + +*commonbox-styles-0.1-r1 (14 Jul 2002) + + 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + commonbox-styles-0.1-r1.ebuild files/digest-commonbox-styles-0.1-r1 : + + mkeadle removed all duplicates, and converted names to uppercase. *commonbox-styles-0.1 (14 Jul 2002) diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.1-r1.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.1-r1.ebuild new file mode 100644 index 000000000000..522214ba4b15 --- /dev/null +++ b/x11-themes/commonbox-styles/commonbox-styles-0.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.1-r1.ebuild,v 1.1 2002/07/15 00:25:07 seemant Exp $ + +S=${WORKDIR} +DESCRIPTION="Common styles for flux|black|open(box)." +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://mkeadle.org/ebuilds/${P}.tar.bz2" +HOMEPAGE="http://mkeadle.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11" + +src_install () { + + insinto /usr/share/commonbox/styles + doins ${S}/styles/* + dodoc README.commonbox-styles COPYING + +} diff --git a/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1-r1 b/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1-r1 new file mode 100644 index 000000000000..280f35e8b819 --- /dev/null +++ b/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1-r1 @@ -0,0 +1 @@ +MD5 cf62552fae52f3c86e390eda87b65918 commonbox-styles-0.1.tar.bz2 12385 |