Remove old versions.
authorPetteri Räty <betelgeuse@gentoo.org>
Sat, 14 Apr 2007 12:12:29 +0000 (12:12 +0000)
committerPetteri Räty <betelgeuse@gentoo.org>
Sat, 14 Apr 2007 12:12:29 +0000 (12:12 +0000)
Package-Manager: portage-2.1.2.3

26 files changed:
dev-dotnet/ml-pnet/ChangeLog
dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.10 [deleted file]
dev-dotnet/ml-pnet/files/digest-ml-pnet-0.7.0 [deleted file]
dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild [deleted file]
dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild [deleted file]
dev-dotnet/pnet/ChangeLog
dev-dotnet/pnet/files/digest-pnet-0.6.10 [deleted file]
dev-dotnet/pnet/files/digest-pnet-0.7.0 [deleted file]
dev-dotnet/pnet/files/digest-pnet-0.7.2 [deleted file]
dev-dotnet/pnet/pnet-0.6.10.ebuild [deleted file]
dev-dotnet/pnet/pnet-0.7.0.ebuild [deleted file]
dev-dotnet/pnet/pnet-0.7.2.ebuild [deleted file]
dev-dotnet/pnetc/ChangeLog
dev-dotnet/pnetc/files/digest-pnetc-0.6.10 [deleted file]
dev-dotnet/pnetc/files/digest-pnetc-0.7.0 [deleted file]
dev-dotnet/pnetc/files/digest-pnetc-0.7.2 [deleted file]
dev-dotnet/pnetc/pnetc-0.6.10.ebuild [deleted file]
dev-dotnet/pnetc/pnetc-0.7.0.ebuild [deleted file]
dev-dotnet/pnetc/pnetc-0.7.2.ebuild [deleted file]
dev-dotnet/pnetlib/ChangeLog
dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10 [deleted file]
dev-dotnet/pnetlib/files/digest-pnetlib-0.7.0 [deleted file]
dev-dotnet/pnetlib/files/digest-pnetlib-0.7.2 [deleted file]
dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild [deleted file]
dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild [deleted file]
dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild [deleted file]

index d27f0dc0b7682adb74ef061b67e7cfe642706301..47b8b9b2f3b82ef4fadfc08dfc523bdd97909873 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/ml-pnet
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.31 2007/03/27 14:10:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.32 2007/04/14 12:10:02 betelgeuse Exp $
+
+  14 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -ml-pnet-0.6.10.ebuild,
+  -ml-pnet-0.7.0.ebuild:
+  Remove old versions.
 
   27 Mar 2007; Raúl Porcel <armin76@gentoo.org> ml-pnet-0.7.4.ebuild:
   ia64 stable wrt bug 153036
diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.10 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.10
deleted file mode 100644 (file)
index 508917d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 01cac8a1712a64fa29d81e9dff379d54 ml-pnet-0.6.10.tar.gz 4362656
-RMD160 fbb9ee5fea130efd6f685fecd8a4bae65600ef75 ml-pnet-0.6.10.tar.gz 4362656
-SHA256 aa551057e4b2adbb141c92698935170eefa3f8cf362d23761e0655b7315d2ba0 ml-pnet-0.6.10.tar.gz 4362656
diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.7.0 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.7.0
deleted file mode 100644 (file)
index 85542b7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 365ad9dc376fcf1f932e0362660c0aac ml-pnet-0.7.0.tar.gz 3881120
-RMD160 3f53af5dd82d77e64bb8583aaad6e50e4dd4224f ml-pnet-0.7.0.tar.gz 3881120
-SHA256 7901654d719e14a522de8617611e3ce7b4f4e358e82ed4b3a45cb2f0233fc9d1 ml-pnet-0.7.0.tar.gz 3881120
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild
deleted file mode 100644 (file)
index 8ad72b5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild,v 1.7 2007/02/17 09:08:06 jer Exp $
-
-DESCRIPTION="Mono C# libraries for Portable .NET"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc x86"
-IUSE=""
-
-DEPEND="=dev-dotnet/pnetlib-${PV}*"
-
-src_compile() {
-       local lib_profile="framework1.1"
-       einfo "Using profile: ${lib_profile}"
-
-       econf --with-profile=${lib_profile} || die
-       emake || die
-}
-
-src_install() {
-       einstall || die
-       dodoc AUTHORS ChangeLog INSTALL NEWS README
-}
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild
deleted file mode 100644 (file)
index 2b478d7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild,v 1.5 2007/02/17 09:08:06 jer Exp $
-
-DESCRIPTION="Mono C# libraries for Portable.NET"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 X11 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="=dev-dotnet/pnetlib-${PV}*"
-
-src_compile() {
-       local lib_profile="framework1.1"
-       einfo "Using profile: ${lib_profile}"
-
-       econf --with-profile=${lib_profile} || die
-       emake || die
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog INSTALL NEWS README
-}
index 522a836409f8712ea94591ff224af84946a0df57..4fddaf202ea727846a1ac5c5cf5cfef4265ceb77 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/pnet
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.40 2007/03/27 14:06:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.41 2007/04/14 12:12:29 betelgeuse Exp $
+
+  14 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -pnet-0.6.10.ebuild,
+  -pnet-0.7.0.ebuild, -pnet-0.7.2.ebuild:
+  Remove old versions.
 
   27 Mar 2007; Raúl Porcel <armin76@gentoo.org> pnet-0.7.4.ebuild:
   ia64 stable wrt bug 153036
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.10 b/dev-dotnet/pnet/files/digest-pnet-0.6.10
deleted file mode 100644 (file)
index 4b9ae3f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 973c0153219e8781b413197d0dd87e60 pnet-0.6.10.tar.gz 3509852
-RMD160 3a7b98f173b3af01638f787aea8b6c1e08c8fcde pnet-0.6.10.tar.gz 3509852
-SHA256 023e89385bab4309c47ed3ab68709b6805ea05492aa22a5caf474b623bec75ac pnet-0.6.10.tar.gz 3509852
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.7.0 b/dev-dotnet/pnet/files/digest-pnet-0.7.0
deleted file mode 100644 (file)
index adef6c9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fbdb5cde8fdcd455579ed9e22fa3458d pnet-0.7.0.tar.gz 3529509
-RMD160 62afa0e199dd93a1fee4790d7e9afdec20203698 pnet-0.7.0.tar.gz 3529509
-SHA256 03e13db7307606ee40c5141558f8970a2f1f7508f12b9c057ffc609b20f0e205 pnet-0.7.0.tar.gz 3529509
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.7.2 b/dev-dotnet/pnet/files/digest-pnet-0.7.2
deleted file mode 100644 (file)
index f9c43d7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3300b2ae72d2b9d3389f40fca502dcb9 pnet-0.7.2.tar.gz 3576787
-RMD160 6223b574890fb3535c30a4efe1d884f02a3b9328 pnet-0.7.2.tar.gz 3576787
-SHA256 80f13764009dd4632daa27a02a4a401679317e890300be400bdda2f131c44ac1 pnet-0.7.2.tar.gz 3576787
diff --git a/dev-dotnet/pnet/pnet-0.6.10.ebuild b/dev-dotnet/pnet/pnet-0.6.10.ebuild
deleted file mode 100644 (file)
index 7688fd4..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.9 2007/01/28 06:20:58 genone Exp $
-
-DESCRIPTION="Portable. NET runtime, compiler, tools"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND=">=dev-util/treecc-0.3.0
-       !dev-lang/mono"
-
-src_install() {
-       einstall || die
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/gtk-sharp.HOWTO
-       dohtml doc/*.html
-
-       # init script
-       exeinto /etc/init.d ; newexe ${FILESDIR}/dotnet.init dotnet
-       insinto /etc/conf.d ; newins ${FILESDIR}/dotnet.conf dotnet
-}
-
-pkg_postinst() {
-       echo
-       elog "If you want to avoid typing '<runtime> program.exe'"
-       elog "you can configure your runtime in /etc/conf.d/dotnet"
-       elog "Use /etc/init.d/dotnet to register your runtime"
-       echo
-       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
-       elog "for DotGNU Portable.NET."
-       elog "For running and developing applications that use .NET APIs"
-       elog "you will also need to install the library: dev-dotnet/pnetlib"
-       echo
-}
diff --git a/dev-dotnet/pnet/pnet-0.7.0.ebuild b/dev-dotnet/pnet/pnet-0.7.0.ebuild
deleted file mode 100644 (file)
index fef864c..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.0.ebuild,v 1.5 2007/01/28 06:20:58 genone Exp $
-
-DESCRIPTION="Portable.NET runtime, compiler, tools"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/treecc-0.3.0"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       # Fix symlink for renamed executables
-       sed -i "s:ilasm.1.gz:ilasm.pnet.1.gz:" ilasm/Makefile.am
-       sed -i "s:al.1.gz:al.pnet.1.gz:" ilasm/Makefile.am
-}
-
-src_compile() {
-       ./auto_gen.sh
-       econf || die
-       emake || die
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-
-       # Rename file names conflicting with dev-lang/mono
-       # This should be removed again once we have 'dotnet-config'
-       # bug 39369
-       mv ${D}/usr/bin/al ${D}/usr/bin/al.pnet
-       mv ${D}/usr/bin/ilasm ${D}/usr/bin/ilasm.pnet
-       mv ${D}/usr/bin/resgen ${D}/usr/bin/resgen.pnet
-       mv ${D}/usr/share/man/man1/ilasm.1 ${D}/usr/share/man/man1/ilasm.pnet.1
-       mv ${D}/usr/share/man/man1/resgen.1 ${D}/usr/share/man/man1/resgen.pnet.1
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/gtk-sharp.HOWTO
-       dohtml doc/*.html
-
-       # init script
-       exeinto /etc/init.d ; newexe ${FILESDIR}/dotnet.init dotnet
-       insinto /etc/conf.d ; newins ${FILESDIR}/dotnet.conf dotnet
-}
-
-pkg_postinst() {
-       echo
-       elog "If you want to avoid typing '<runtime> program.exe'"
-       elog "you can configure your runtime in /etc/conf.d/dotnet"
-       elog "Use /etc/init.d/dotnet to register your runtime"
-       echo
-       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
-       elog "for DotGNU Portable.NET."
-       elog "For running and developing applications that use .NET APIs"
-       elog "you will also need to install the library: dev-dotnet/pnetlib"
-       echo
-}
diff --git a/dev-dotnet/pnet/pnet-0.7.2.ebuild b/dev-dotnet/pnet/pnet-0.7.2.ebuild
deleted file mode 100644 (file)
index 215de56..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.2.ebuild,v 1.3 2007/01/28 06:20:58 genone Exp $
-
-DESCRIPTION="Portable.NET runtime, compiler, tools"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/treecc-0.3.0"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       # Fix symlink for renamed executables
-       sed -i "s:ilasm.1.gz:ilasm.pnet.1.gz:" ilasm/Makefile.am
-       sed -i "s:al.1.gz:al.pnet.1.gz:" ilasm/Makefile.am
-}
-
-src_compile() {
-       ./auto_gen.sh
-       econf || die
-       emake || die
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-
-       # Rename file names conflicting with dev-lang/mono
-       # This should be removed again once we have 'dotnet-config'
-       # bug 39369
-       mv ${D}/usr/bin/al ${D}/usr/bin/al.pnet
-       mv ${D}/usr/bin/ilasm ${D}/usr/bin/ilasm.pnet
-       mv ${D}/usr/bin/resgen ${D}/usr/bin/resgen.pnet
-       mv ${D}/usr/share/man/man1/ilasm.1 ${D}/usr/share/man/man1/ilasm.pnet.1
-       mv ${D}/usr/share/man/man1/resgen.1 ${D}/usr/share/man/man1/resgen.pnet.1
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/gtk-sharp.HOWTO
-       dohtml doc/*.html
-
-       # init script
-       exeinto /etc/init.d ; newexe ${FILESDIR}/dotnet.init dotnet
-       insinto /etc/conf.d ; newins ${FILESDIR}/dotnet.conf dotnet
-}
-
-pkg_postinst() {
-       echo
-       elog "If you want to avoid typing '<runtime> program.exe'"
-       elog "you can configure your runtime in /etc/conf.d/dotnet"
-       elog "Use /etc/init.d/dotnet to register your runtime"
-       echo
-       elog "dev-dotnet/pnet is only the runtime, compiler and tools"
-       elog "for DotGNU Portable.NET."
-       elog "For running and developing applications that use .NET APIs"
-       elog "you will also need to install the library: dev-dotnet/pnetlib"
-       echo
-}
index e498d0c5a152561eb8ecc745aa30244cb62715f7..b9f0caff635374a4744bdbc67f562d7beed9c98f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/pnetc
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/ChangeLog,v 1.33 2007/03/27 14:09:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/ChangeLog,v 1.34 2007/04/14 12:10:03 betelgeuse Exp $
+
+  14 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -pnetc-0.6.10.ebuild,
+  -pnetc-0.7.0.ebuild, -pnetc-0.7.2.ebuild:
+  Remove old versions.
 
   27 Mar 2007; Raúl Porcel <armin76@gentoo.org> pnetc-0.7.4.ebuild:
   ia64 stable wrt bug 153036
diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.6.10 b/dev-dotnet/pnetc/files/digest-pnetc-0.6.10
deleted file mode 100644 (file)
index b79c73f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a3be7c181767bafa892ed3fb9f171dee pnetC-0.6.10.tar.gz 375319
-RMD160 6358ee399580812a6cbbc4c3001de24255f5334a pnetC-0.6.10.tar.gz 375319
-SHA256 068f4976c7446235eed98e1b106e89a99f9d305546be436a6534dd42b0d12889 pnetC-0.6.10.tar.gz 375319
diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.7.0 b/dev-dotnet/pnetc/files/digest-pnetc-0.7.0
deleted file mode 100644 (file)
index 9e3fb7d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5ae49470be4202c144a8c386be8095b5 pnetC-0.7.0.tar.gz 380636
-RMD160 aa96d41ff95bab6a375f42edf9dcd27886875aae pnetC-0.7.0.tar.gz 380636
-SHA256 14188312fcb14d3ff4cae5ecc41387015b3ab905a74044b79f1c816e7e5908ed pnetC-0.7.0.tar.gz 380636
diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.7.2 b/dev-dotnet/pnetc/files/digest-pnetc-0.7.2
deleted file mode 100644 (file)
index 1f60268..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6d2742379f29f7ba1bd040114d0e8010 pnetC-0.7.2.tar.gz 380684
-RMD160 d6fe52829d6e47e11be58b03041718935c0b5dba pnetC-0.7.2.tar.gz 380684
-SHA256 9c6a64783a7c393a130ca05d7d4cb7aa4a41e91db270129c6e6319be4479f2e1 pnetC-0.7.2.tar.gz 380684
diff --git a/dev-dotnet/pnetc/pnetc-0.6.10.ebuild b/dev-dotnet/pnetc/pnetc-0.6.10.ebuild
deleted file mode 100644 (file)
index 82865f8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.6.10.ebuild,v 1.6 2006/12/10 10:24:26 corsair Exp $
-
-MY_P=${P/c/C}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Portable .NET C library"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc x86"
-IUSE=""
-
-DEPEND="=dev-dotnet/pnetlib-${PV}*"
-
-src_install() {
-       einstall DESTDIR=${D} || die
-       dodoc AUTHORS ChangeLog INSTALL README doc/HACKING
-}
diff --git a/dev-dotnet/pnetc/pnetc-0.7.0.ebuild b/dev-dotnet/pnetc/pnetc-0.7.0.ebuild
deleted file mode 100644 (file)
index a2aaea1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.7.0.ebuild,v 1.4 2006/12/10 10:24:26 corsair Exp $
-
-MY_P=${P/c/C}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Portable.NET C library"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="=dev-dotnet/pnetlib-${PV}*"
-
-src_install() {
-       make DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog INSTALL README doc/HACKING
-}
diff --git a/dev-dotnet/pnetc/pnetc-0.7.2.ebuild b/dev-dotnet/pnetc/pnetc-0.7.2.ebuild
deleted file mode 100644 (file)
index 9cfa6ce..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.7.2.ebuild,v 1.2 2006/12/10 10:24:26 corsair Exp $
-
-MY_P=${P/c/C}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Portable.NET C library"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="=dev-dotnet/pnetlib-${PV}*"
-
-src_install() {
-       make DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog INSTALL README doc/HACKING
-}
index 4024cd8bdf7c69f08a89978ee58e4039cc32d8ad..639faac8b65edeae592c8970915057939dffb165 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/pnetlib
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.36 2007/03/27 14:07:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.37 2007/04/14 12:10:02 betelgeuse Exp $
+
+  14 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -pnetlib-0.6.10.ebuild,
+  -pnetlib-0.7.0.ebuild, -pnetlib-0.7.2.ebuild:
+  Remove old versions.
 
   27 Mar 2007; Raúl Porcel <armin76@gentoo.org> pnetlib-0.7.4.ebuild:
   ia64 stable wrt bug 153036
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10
deleted file mode 100644 (file)
index 2bca513..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 126ee95edda10a5865bd215bf831ccec pnetlib-0.6.10.tar.gz 3992051
-RMD160 284a75395689b3ae08dd868cd023c5e58da3a77b pnetlib-0.6.10.tar.gz 3992051
-SHA256 0e0d17ec4ff00f49c216bb18395eeac7bc66ead8b21e45529979f3d74c3973de pnetlib-0.6.10.tar.gz 3992051
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.7.0 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.7.0
deleted file mode 100644 (file)
index e8ddffd..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 701e071a77f65b50dc87952c6703a071 pnetlib-0.7.0.tar.gz 4035824
-RMD160 842311006cc3325271e846a27a753dd48f092525 pnetlib-0.7.0.tar.gz 4035824
-SHA256 751f6a49d0954eb71cb51c9071a7b05232b66439f0073375ef6a82bbef0530e5 pnetlib-0.7.0.tar.gz 4035824
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.7.2 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.7.2
deleted file mode 100644 (file)
index 25102b7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9a7125a222314a1a9ba666426b557386 pnetlib-0.7.2.tar.gz 4059838
-RMD160 4be81a68099c91c9db197529c132b80fb7029b16 pnetlib-0.7.2.tar.gz 4059838
-SHA256 cb74d04ab15ab57803488298004edb7520708608455ad9e045da15097377b2e0 pnetlib-0.7.2.tar.gz 4059838
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild
deleted file mode 100644 (file)
index b2e1530..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild,v 1.9 2006/12/10 10:30:10 corsair Exp $
-
-DESCRIPTION="Portable .NET C# library"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc x86"
-IUSE="truetype X"
-
-DEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )
-       =sys-devel/automake-1.4_p6"
-
-RDEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )"
-
-src_compile() {
-       local lib_profile="default1.1"
-       einfo "Using profile: ${lib_profile}"
-
-       econf --with-profile=${lib_profile} \
-               `use_enable truetype xft` || die
-       emake || die
-}
-
-src_install() {
-       einstall || die
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/*.txt
-       dohtml doc/*.html
-}
diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild
deleted file mode 100644 (file)
index b66567c..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild,v 1.6 2006/12/10 10:30:10 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable.NET C# library"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE="truetype X"
-
-DEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )
-       =sys-devel/automake-1.4_p6"
-
-RDEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       # patch configure.in to detect renamed resgen.pnet
-       # bug 39369
-       epatch ${FILESDIR}/${PV}-resgen.patch
-}
-
-src_compile() {
-       local lib_profile="default1.1"
-       einfo "Using profile: ${lib_profile}"
-
-       libtoolize --force --copy || die
-       aclocal || die
-       WANT_AUTOCONF=2.5 ./auto_gen.sh
-       econf --with-profile=${lib_profile} \
-               `use_enable truetype xft` || die
-       emake || die
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/*.txt
-       dohtml doc/*.html
-}
diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild
deleted file mode 100644 (file)
index 00ca973..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild,v 1.4 2006/12/10 10:30:10 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable.NET C# library"
-HOMEPAGE="http://www.dotgnu.org/"
-#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE="truetype X"
-
-DEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )
-       =sys-devel/automake-1.4_p6"
-
-RDEPEND="=dev-dotnet/pnet-${PV}*
-       X? ( || (
-       ( x11-libs/libSM
-       x11-libs/libXft )
-       virtual/x11 ) )
-       truetype? ( virtual/xft )"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       # patch configure.in to detect renamed resgen.pnet
-       # bug 39369
-       epatch ${FILESDIR}/0.7.0-resgen.patch
-}
-
-src_compile() {
-       local lib_profile="default1.1"
-       einfo "Using profile: ${lib_profile}"
-
-       libtoolize --force --copy || die
-       aclocal || die
-       WANT_AUTOCONF=2.5 ./auto_gen.sh
-       econf --with-profile=${lib_profile} \
-               `use_enable truetype xft` || die
-       emake || die
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-
-       dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
-       dodoc doc/*.txt
-       dohtml doc/*.html
-}