summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-07-03 20:20:23 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-07-03 20:20:23 +0000
commitebeb3f500bc4c8887abd7e7d5b0dc753742e525f (patch)
treeab206b865015d03d637ad8a8965c4f0c04c448bb /x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild
parentQA: missing metadata.xml, need-kde after R/DEPEND (Manifest recommit) (diff)
downloadgentoo-2-ebeb3f500bc4c8887abd7e7d5b0dc753742e525f.tar.gz
gentoo-2-ebeb3f500bc4c8887abd7e7d5b0dc753742e525f.tar.bz2
gentoo-2-ebeb3f500bc4c8887abd7e7d5b0dc753742e525f.zip
part of kde since 3.1, so this ebuild is superfluous
Diffstat (limited to 'x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild')
-rw-r--r--x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild
deleted file mode 100644
index 95075951da86..000000000000
--- a/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild,v 1.10 2004/06/28 22:19:47 agriffis Exp $
-
-inherit kde
-
-need-kde 3
-
-S="${WORKDIR}/crystal"
-DESCRIPTION="Conectiva Crystal - Icon theme. Warning: included in >=kdeartwork-3.1!"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz"
-HOMEPAGE="http://www.conectiva.com.br"
-KEYWORDS="x86 alpha ppc"
-IUSE=""
-SLOT="0"
-LICENSE="as-is"
-DEPEND=">=sys-apps/sed-4"
-
-# stripping hangs and we've no binaries
-RESTRICT="$RESTRICT nostrip"
-
-src_compile() {
-
- cd ${S}
- sed -i "s/Name=Conectiva Crystal .*/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop
- return 1
-}
-
-src_install(){
-
- cd ${S}
- dodir $PREFIX/share/icons/
- cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal-${PV}
-
-}
-
-warning_msg() {
-
-eerror "WARNING: this app is now part of kdeartwork-3.1. It is very much recommended that you"
-eerror "upgrade to kde 3.1 instead of using this standalone package, because it is no longer being"
-eerror "updated or fixed."
-sleep 5
-
-}
-
-pkg_setup() {
- warning_msg
-}
-
-pkg_postinst() {
- warning_msg
-}