diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-28 17:48:15 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-28 17:48:15 +0000 |
commit | b524d3399b81fc58e703e578bb16f65dec16072c (patch) | |
tree | d393002f7f5d31148daa52a9ef8e15e98eea209d /x11-themes | |
parent | minor doc change closes bug# 9834 (diff) | |
download | gentoo-2-b524d3399b81fc58e703e578bb16f65dec16072c.tar.gz gentoo-2-b524d3399b81fc58e703e578bb16f65dec16072c.tar.bz2 gentoo-2-b524d3399b81fc58e703e578bb16f65dec16072c.zip |
Version bump, cleanin' house.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/conectiva-crystal/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild | 33 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild | 33 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild (renamed from x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild) | 2 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 | 1 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 | 1 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 | 1 | ||||
-rw-r--r-- | x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 | 1 |
8 files changed, 9 insertions, 71 deletions
diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index 9b3b8f3dc99f..158f10b5f68a 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2002/10/23 17:10:29 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.7 2002/10/28 17:48:15 satai Exp $ + +*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) diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild deleted file mode 100644 index 78b1e1f6d3f2..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-101102.ebuild,v 1.2 2002/10/22 15:45:01 bjb Exp $ -inherit kde # not kde-base since we don't need c++ deps - -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/${P}.tar.gz" -HOMEPAGE="http://www.conectiva.com.br" -KEYWORDS="x86 alpha" -SLOT="0" -LICENSE="as-is" - -# stripping hangs and we've no binaries -RESTRICT="$RESTRICT nostrip" - -src_compile() { - - cd ${S} - sed "s/Name=Conectiva Crystal .*/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop > index.temp - mv index.temp index.desktop - return 1 -} - -src_install(){ - - cd ${S} - dodir $PREFIX/share/icons/ - cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal-${PV} - -} diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild deleted file mode 100644 index 16ee63d2676a..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-101402.ebuild,v 1.2 2002/10/22 15:45:01 bjb Exp $ -inherit kde # not kde-base since we don't need c++ deps - -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/${P}.tar.gz" -HOMEPAGE="http://www.conectiva.com.br" -KEYWORDS="x86 alpha" -SLOT="0" -LICENSE="as-is" - -# stripping hangs and we've no binaries -RESTRICT="$RESTRICT nostrip" - -src_compile() { - - cd ${S} - sed "s/Name=Conectiva Crystal .*/Name=Conectiva Crystal Snapshot ${PV}/" index.desktop > index.temp - mv index.temp index.desktop - return 1 -} - -src_install(){ - - cd ${S} - dodir $PREFIX/share/icons/ - cp -rf ${S} ${D}/${PREFIX}/share/icons/Crystal-${PV} - -} diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild index d05f2d122295..73d4edd31951 100644 --- a/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild +++ b/x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-092502.ebuild,v 1.3 2002/10/22 15:45:01 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild,v 1.1 2002/10/28 17:48:15 satai Exp $ inherit kde # not kde-base since we don't need c++ deps need-kde 3 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 deleted file mode 100644 index 4e233d734d72..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-092502 +++ /dev/null @@ -1 +0,0 @@ -MD5 6fef3b64c19ed8736cb061b08c5e518a conectiva-crystal-092502.tar.gz 5858514 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 deleted file mode 100644 index 43f58ec56749..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101102 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe9c8819dd68b4a5b9af3dfe260c6f04 conectiva-crystal-101102.tar.gz 6666461 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 deleted file mode 100644 index b8ee5f06a1c1..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-101402 +++ /dev/null @@ -1 +0,0 @@ -MD5 a5b07bd116b154c73d7d2ce82cf58cbb conectiva-crystal-101402.tar.gz 6828100 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 new file mode 100644 index 000000000000..929a2a033a48 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 @@ -0,0 +1 @@ +MD5 a7be5eaa61d206576f2078dae0afcc22 conectiva-crystal-102802.tar.gz 7233392 |