diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-05-18 10:06:55 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-05-18 10:06:55 +0000 |
commit | 2e2f5b87775e500f0ee0c5ab7a971907ad319ff4 (patch) | |
tree | 525dd98ab32bd8995ee1fb6912e4f6fd104d9659 /x11-misc | |
parent | Udated the comment. (diff) | |
download | gentoo-2-2e2f5b87775e500f0ee0c5ab7a971907ad319ff4.tar.gz gentoo-2-2e2f5b87775e500f0ee0c5ab7a971907ad319ff4.tar.bz2 gentoo-2-2e2f5b87775e500f0ee0c5ab7a971907ad319ff4.zip |
initial ebuild
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/conectiva-crystal/ChangeLog | 13 | ||||
-rw-r--r-- | x11-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta | 1 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-misc/conectiva-crystal/ChangeLog b/x11-misc/conectiva-crystal/ChangeLog new file mode 100644 index 000000000000..2b0f5113307f --- /dev/null +++ b/x11-misc/conectiva-crystal/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-misc/conectiva-crystal +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/conectiva-crystal/ChangeLog,v 1.1 2002/05/18 10:06:55 verwilst Exp $ + +*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-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild b/x11-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild new file mode 100644 index 000000000000..17288d66a623 --- /dev/null +++ b/x11-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/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.conectiva.com.br/~nucleodecriacao/conectiva_crystal_beta3.1.tar.gz" +HOMEPAGE="http://www.conectiva.com.br" + +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-misc/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta b/x11-misc/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta new file mode 100644 index 000000000000..b6a26946b4dc --- /dev/null +++ b/x11-misc/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta @@ -0,0 +1 @@ +MD5 d623b0a6cafdfeeaf02a3e8842cfd563 conectiva_crystal_beta3.1.tar.gz 1422975 |