From 9a345b8ab8b3b2551dd7c0dd54ca177d63453db1 Mon Sep 17 00:00:00 2001 From: Matthew Turk Date: Wed, 11 Dec 2002 05:39:15 +0000 Subject: Fixed versioning. Closed 11910. --- x11-themes/conectiva-crystal/ChangeLog | 10 +++++-- .../conectiva-crystal-021209.ebuild | 33 ++++++++++++++++++++++ .../conectiva-crystal-102302.ebuild | 33 ---------------------- .../conectiva-crystal-102802.ebuild | 33 ---------------------- .../conectiva-crystal-120902.ebuild | 33 ---------------------- .../files/digest-conectiva-crystal-021209 | 1 + .../files/digest-conectiva-crystal-102302 | 1 - .../files/digest-conectiva-crystal-102802 | 1 - .../files/digest-conectiva-crystal-120902 | 1 - x11-themes/noia/ChangeLog | 7 ++++- x11-themes/noia/files/digest-noia-021209 | 1 + x11-themes/noia/files/digest-noia-111902 | 1 - x11-themes/noia/files/digest-noia-120902 | 1 - x11-themes/noia/noia-021209.ebuild | 32 +++++++++++++++++++++ x11-themes/noia/noia-111902.ebuild | 32 --------------------- x11-themes/noia/noia-120902.ebuild | 32 --------------------- 16 files changed, 81 insertions(+), 171 deletions(-) create mode 100644 x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild delete mode 100644 x11-themes/conectiva-crystal/conectiva-crystal-102302.ebuild delete mode 100644 x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild delete mode 100644 x11-themes/conectiva-crystal/conectiva-crystal-120902.ebuild create mode 100644 x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 delete mode 100644 x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 delete mode 100644 x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 delete mode 100644 x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 create mode 100644 x11-themes/noia/files/digest-noia-021209 delete mode 100644 x11-themes/noia/files/digest-noia-111902 delete mode 100644 x11-themes/noia/files/digest-noia-120902 create mode 100644 x11-themes/noia/noia-021209.ebuild delete mode 100644 x11-themes/noia/noia-111902.ebuild delete mode 100644 x11-themes/noia/noia-120902.ebuild (limited to 'x11-themes') diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index faaf999f80f5..43ea44f6281f 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,8 +1,14 @@ # 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.8 2002/12/09 19:34:03 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.9 2002/12/11 05:39:15 satai Exp $ -*conectiva-crystal-120902 (09 Dec 02) +*conectiva-crystal-021209 (09 Dec 02) + + 09 Dec 02; Matthew Turk : + + Changed the name of the ebuilds; this preserves continuity across years. + +**conectiva-crystal-120902 (09 Dec 02) 09 Dec 02; Matthew Turk : diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild new file mode 100644 index 000000000000..a40ca85354f3 --- /dev/null +++ b/x11-themes/conectiva-crystal/conectiva-crystal-021209.ebuild @@ -0,0 +1,33 @@ +# 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-021209.ebuild,v 1.1 2002/12/11 05:39:15 satai 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-102302.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-102302.ebuild deleted file mode 100644 index fe0bcd34810c..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-102302.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-102302.ebuild,v 1.1 2002/10/23 17:10:29 satai 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-102802.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-102802.ebuild deleted file mode 100644 index 73d4edd31951..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-102802.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-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 - -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-120902.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-120902.ebuild deleted file mode 100644 index 7e3b48bcd8b1..000000000000 --- a/x11-themes/conectiva-crystal/conectiva-crystal-120902.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-120902.ebuild,v 1.1 2002/12/09 19:34:03 satai 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/files/digest-conectiva-crystal-021209 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 new file mode 100644 index 000000000000..cda3a370e0f0 --- /dev/null +++ b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-021209 @@ -0,0 +1 @@ +MD5 d7b93c3de908eebf96030e94ba482eab conectiva-crystal-021209.tar.gz 7341671 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 deleted file mode 100644 index aec08cfcdbc8..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102302 +++ /dev/null @@ -1 +0,0 @@ -MD5 89a33a16763008618fd93cfce1cf4106 conectiva-crystal-102302.tar.gz 6946592 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 deleted file mode 100644 index 929a2a033a48..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-102802 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7be5eaa61d206576f2078dae0afcc22 conectiva-crystal-102802.tar.gz 7233392 diff --git a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 b/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 deleted file mode 100644 index c52e23131304..000000000000 --- a/x11-themes/conectiva-crystal/files/digest-conectiva-crystal-120902 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7b93c3de908eebf96030e94ba482eab conectiva-crystal-120902.tar.gz 7341671 diff --git a/x11-themes/noia/ChangeLog b/x11-themes/noia/ChangeLog index a618a904bcdc..1f1b1ba92725 100644 --- a/x11-themes/noia/ChangeLog +++ b/x11-themes/noia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/noia # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/ChangeLog,v 1.3 2002/12/09 08:42:56 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/ChangeLog,v 1.4 2002/12/11 05:39:15 satai Exp $ + +*noia-021209 (10 Dec 02) + + 10 Dec 2002; Matthew Turk : + Fixed versioning. *noia-120902 (09 Dec 02) diff --git a/x11-themes/noia/files/digest-noia-021209 b/x11-themes/noia/files/digest-noia-021209 new file mode 100644 index 000000000000..040cc94a6a3f --- /dev/null +++ b/x11-themes/noia/files/digest-noia-021209 @@ -0,0 +1 @@ +MD5 e86b9911335bf8f85b337c39b1598dc9 noia-021209.tar.gz 6169594 diff --git a/x11-themes/noia/files/digest-noia-111902 b/x11-themes/noia/files/digest-noia-111902 deleted file mode 100644 index 5d994b68ea84..000000000000 --- a/x11-themes/noia/files/digest-noia-111902 +++ /dev/null @@ -1 +0,0 @@ -MD5 05b479fdb293437ff441aaa3e29ccd90 noia-111902.tar.gz 5451505 diff --git a/x11-themes/noia/files/digest-noia-120902 b/x11-themes/noia/files/digest-noia-120902 deleted file mode 100644 index e749c296818d..000000000000 --- a/x11-themes/noia/files/digest-noia-120902 +++ /dev/null @@ -1 +0,0 @@ -MD5 e86b9911335bf8f85b337c39b1598dc9 noia-120902.tar.gz 6169594 diff --git a/x11-themes/noia/noia-021209.ebuild b/x11-themes/noia/noia-021209.ebuild new file mode 100644 index 000000000000..3d9bce0b3aab --- /dev/null +++ b/x11-themes/noia/noia-021209.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/noia/noia-021209.ebuild,v 1.1 2002/12/11 05:39:15 satai Exp $ +inherit kde # not kde-base since we don't need c++ deps + +need-kde 3 + +S="${WORKDIR}/noia" +DESCRIPTION="Noia Icon Set for KDE" +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" +HOMEPAGE="http://www.carlitus.net" +KEYWORDS="~x86" +SLOT="0" +LICENSE="as-is" + +# stripping hangs and we've no binaries +RESTRICT="$RESTRICT nostrip" + +src_compile() { + cd ${S} + sed "s/Name=Noia KDE.*/Name=Noia Icon 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/Noia-${PV} + +} diff --git a/x11-themes/noia/noia-111902.ebuild b/x11-themes/noia/noia-111902.ebuild deleted file mode 100644 index 7eb88b549d25..000000000000 --- a/x11-themes/noia/noia-111902.ebuild +++ /dev/null @@ -1,32 +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/noia/noia-111902.ebuild,v 1.1 2002/11/20 04:40:40 satai Exp $ -inherit kde # not kde-base since we don't need c++ deps - -need-kde 3 - -S="${WORKDIR}/noia" -DESCRIPTION="Noia Icon Set for KDE" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" -HOMEPAGE="http://www.carlitus.net" -KEYWORDS="~x86" -SLOT="0" -LICENSE="as-is" - -# stripping hangs and we've no binaries -RESTRICT="$RESTRICT nostrip" - -src_compile() { - cd ${S} - sed "s/Name=Noia KDE.*/Name=Noia Icon 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/Noia-${PV} - -} diff --git a/x11-themes/noia/noia-120902.ebuild b/x11-themes/noia/noia-120902.ebuild deleted file mode 100644 index 9128023bcee4..000000000000 --- a/x11-themes/noia/noia-120902.ebuild +++ /dev/null @@ -1,32 +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/noia/noia-120902.ebuild,v 1.1 2002/12/09 08:42:57 satai Exp $ -inherit kde # not kde-base since we don't need c++ deps - -need-kde 3 - -S="${WORKDIR}/noia" -DESCRIPTION="Noia Icon Set for KDE" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" -HOMEPAGE="http://www.carlitus.net" -KEYWORDS="~x86" -SLOT="0" -LICENSE="as-is" - -# stripping hangs and we've no binaries -RESTRICT="$RESTRICT nostrip" - -src_compile() { - cd ${S} - sed "s/Name=Noia KDE.*/Name=Noia Icon 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/Noia-${PV} - -} -- cgit v1.2.3-65-gdbad