diff options
6 files changed, 0 insertions, 180 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog deleted file mode 100644 index a3306273cbba..000000000000 --- a/x11-themes/conectiva-crystal/ChangeLog +++ /dev/null @@ -1,89 +0,0 @@ -# ChangeLog for x11-themes/conectiva-crystal -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.15 2004/06/28 22:19:47 agriffis Exp $ - - 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> - conectiva-crystal-021209.ebuild: - sync IUSE, add sed-4 dep - - 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - conectiva-crystal-3.1_beta37-r1.ebuild: - Added IUSE. - - 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> - conectiva-crystal-021209.ebuild, conectiva-crystal-3.1_beta37-r1.ebuild: - inherit kde instead of deprecated kde-base - - 23 Apr 2003; Dan Armak <danarmak@gentoo.org> - conectiva-crystal-021209.ebuild: - Added warning message about this theme being part of kdeartwork-3.1. - -*conectiva-crystal-021209 (09 Dec 02) - - 09 Dec 02; Matthew Turk <satai@gentoo.org> : - - Changed the name of the ebuilds; this preserves continuity across years. - -**conectiva-crystal-120902 (09 Dec 02) - - 09 Dec 02; Matthew Turk <satai@gentoo.org> : - - Version bump, tons of new icons for actions and apps. - -*conectiva-crystal-102802 (28 Oct 02) - - 28 Oct 02; Matthew Turk <satai@gentoo.org> : - - Version bump (180 more icons). - -*conectiva-crystal-102302 (23 Oct 02) - - 23 Oct 02; Matthew Turk <satai@gentoo.org> : - - Version bump (20 more icons) - -*conectiva-crystal-101402 (14 Oct 02) - - 14 Oct 02; Matthew Turk <satai@gentoo.org> : - - Version bump (80 more icons) - -*conectiva-crystal-101202 (12 Oct 02) - - 12 Oct 02; Matthew Turk <satai@gentoo.org> : - - Version bump - -*conectiva-crystal-092502 (01 Oct 02) - - 01 Oct 02; Matthew Turk <satai@gentoo.org> : - - Updating to snapshot. Taking over maintainership. Also changing - index.desktop. - -*conectiva-crystal-3.1_beta37-r1 (29 Jul 2002) - - 29 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : - - Fix bug #5259 - now it will install into the correct location in accordance - with the latest eclasses (it didn't use the eclasses before). Note that - kde 3.1 already has this icon theme. - -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/Manifest b/x11-themes/conectiva-crystal/Manifest deleted file mode 100644 index d9d9a61d9cab..000000000000 --- a/x11-themes/conectiva-crystal/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 02e4be770c01211ccaac12ff781358ca conectiva-crystal-3.1_beta37-r1.ebuild 765 -MD5 7f3bea909bfa1b2b2174face8cb7b8ac conectiva-crystal-021209.ebuild 1189 -MD5 08929555ef38b25093578c35823525b6 ChangeLog 2705 -MD5 7142370ffad6294acc35251db95eb337 files/digest-conectiva-crystal-021209 77 -MD5 e4a3b418fe2295eb05191873c4af09d9 files/digest-conectiva-crystal-3.1_beta37-r1 72 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 -} diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild deleted file mode 100644 index 1e84205bcaaf..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild +++ /dev/null @@ -1,32 +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-3.1_beta37-r1.ebuild,v 1.7 2004/06/24 23:24:36 agriffis Exp $ - -inherit kde - -need-kde 3 - -S="${WORKDIR}/Crystal" -DESCRIPTION="Conectiva Crystal - Icon theme. WARNING: already included in >=kde-3.1." -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/crystal-3.1_beta3.7.tar.gz" -HOMEPAGE="http://www.conectiva.com.br" -KEYWORDS="x86 ppc alpha" -SLOT="0" -LICENSE="as-is" -IUSE="" - -# stripping hangs and we've no binaries -RESTRICT="$RESTRICT nostrip" - -src_compile() { - - return 1 -} - -src_install(){ - - cd ${S} - dodir $PREFIX/share/icons/ - cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal - -} diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 deleted file mode 100644 index cda3a370e0f0..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7b93c3de908eebf96030e94ba482eab conectiva-crystal-021209.tar.gz 7341671 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 deleted file mode 100644 index 079c90e39e54..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-3.1_beta37-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a4d93a277f1e40f14a1181fac51c782 crystal-3.1_beta3.7.tar.gz 1544793 |