diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-03 16:37:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-03 16:37:48 +0000 |
commit | 5d1bdf53e69787e508c382b53410201a1ef969b3 (patch) | |
tree | 2ee4445bace658b5c05d563ff7e2ff85119e7ec3 /x11-themes | |
parent | Workaround for Bug 4400 (diff) | |
download | historical-5d1bdf53e69787e508c382b53410201a1ef969b3.tar.gz historical-5d1bdf53e69787e508c382b53410201a1ef969b3.tar.bz2 historical-5d1bdf53e69787e508c382b53410201a1ef969b3.zip |
migrated to from x11-misc
Diffstat (limited to 'x11-themes')
3 files changed, 53 insertions, 0 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog new file mode 100644 index 000000000000..ba85f4a3e324 --- /dev/null +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for x11-themes/conectiva-crystal +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.1 2002/07/03 16:37:48 seemant Exp $ + +02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> : + +Relocated to x11-themes + +*conectiva-crystal-3.1_beta37 (22 June 2002) <verwilst@gentoo.org> + +*conectiva-crystal-3.1_beta35 (17 June 2002) <verwilst@gentoo.org> + + +*conectiva-crystal (18 May 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild new file mode 100644 index 000000000000..913386d7c543 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/x11-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild,v 1.1 2002/05/18 10:06:55 verwilst Exp + +S="${WORKDIR}/Crystal" +DESCRIPTION="Conectiva Crystal - Icon theme" +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/crystal-3.1_beta3.7.tar.gz" +HOMEPAGE="http://www.conectiva.com.br" + +SLOT="" + +src_compile() { + + return 1 +} + +src_install(){ + + cd ${S} + if [ -d ${KDE2DIR} ] ; then + mkdir -p ${D}/${KDE2DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE2DIR}/share/icons/Crystal + fi + + if [ -d ${KDE3DIR} ] ; then + mkdir -p ${D}/${KDE3DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal + fi + +} diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37 new file mode 100644 index 000000000000..079c90e39e54 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37 @@ -0,0 +1 @@ +MD5 7a4d93a277f1e40f14a1181fac51c782 crystal-3.1_beta3.7.tar.gz 1544793 |