summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-30 10:25:02 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-30 10:25:02 +0000
commit7af583a14f37dc29bb4c8859e706fe6c31e703b5 (patch)
tree23255bfb96893bdeca7be76d73f703b45e10578b
parentCleanups (diff)
downloadgentoo-2-7af583a14f37dc29bb4c8859e706fe6c31e703b5.tar.gz
gentoo-2-7af583a14f37dc29bb4c8859e706fe6c31e703b5.tar.bz2
gentoo-2-7af583a14f37dc29bb4c8859e706fe6c31e703b5.zip
Cleanup
-rw-r--r--app-sci/snns/ChangeLog6
-rw-r--r--app-sci/snns/Manifest6
-rw-r--r--app-sci/snns/files/digest-snns-4.22
-rw-r--r--app-sci/snns/files/digest-snns-4.2-r12
-rw-r--r--app-sci/snns/snns-4.2-r1.ebuild65
-rw-r--r--app-sci/snns/snns-4.2.ebuild65
6 files changed, 6 insertions, 140 deletions
diff --git a/app-sci/snns/ChangeLog b/app-sci/snns/ChangeLog
index 29ac559d527f..a4e2b9425680 100644
--- a/app-sci/snns/ChangeLog
+++ b/app-sci/snns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/snns
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.4 2003/02/12 05:19:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.5 2003/07/30 10:24:53 phosphan Exp $
+
+ 30 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> snns-4.2-r1.ebuild,
+ snns-4.2.ebuild:
+ Cleanup
*snns-4.2-r2 (11 Nov 2002)
diff --git a/app-sci/snns/Manifest b/app-sci/snns/Manifest
index 9f2c57a4501d..a3dbf8a487dd 100644
--- a/app-sci/snns/Manifest
+++ b/app-sci/snns/Manifest
@@ -1,9 +1,5 @@
MD5 bd5bc0dc7f30f2f19135632fde7dae39 snns-4.2-r2.ebuild 1521
-MD5 3dedce2f7e1959d13211b238ccca7964 snns-4.2.ebuild 1514
-MD5 fe4a88481ab719cc4539038b5cf736c9 snns-4.2-r1.ebuild 1517
-MD5 85a3a4919e663199d766d2567a9fbdf5 ChangeLog 615
+MD5 873ee3ec513deccf89eab34b6104970d ChangeLog 720
MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220
-MD5 1d0f7b62cbc65aedb05a087699dc2968 files/digest-snns-4.2-r1 126
MD5 1d0f7b62cbc65aedb05a087699dc2968 files/digest-snns-4.2-r2 126
-MD5 1d0f7b62cbc65aedb05a087699dc2968 files/digest-snns-4.2 126
MD5 0e1758a84418fd063c5891951a5348a1 files/snns-4.2-gentoo.patch 1054
diff --git a/app-sci/snns/files/digest-snns-4.2 b/app-sci/snns/files/digest-snns-4.2
deleted file mode 100644
index 5777b9a356d0..000000000000
--- a/app-sci/snns/files/digest-snns-4.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4609dfd61714bfbb0842d4e8e905e584 SNNSv4.2.tar.gz 2170375
-MD5 e91242fdc43877013ade3b5f2213659a SNNSv4.2.Manual.pdf 2103861
diff --git a/app-sci/snns/files/digest-snns-4.2-r1 b/app-sci/snns/files/digest-snns-4.2-r1
deleted file mode 100644
index 5777b9a356d0..000000000000
--- a/app-sci/snns/files/digest-snns-4.2-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4609dfd61714bfbb0842d4e8e905e584 SNNSv4.2.tar.gz 2170375
-MD5 e91242fdc43877013ade3b5f2213659a SNNSv4.2.Manual.pdf 2103861
diff --git a/app-sci/snns/snns-4.2-r1.ebuild b/app-sci/snns/snns-4.2-r1.ebuild
deleted file mode 100644
index 855e53631e8b..000000000000
--- a/app-sci/snns/snns-4.2-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/snns-4.2-r1.ebuild,v 1.2 2003/02/13 09:25:49 vapier Exp $
-
-MY_P="SNNSv${PV}"
-DESCRIPTION="Stuttgart Neural Network Simulator"
-HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/"
-SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz
- doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf )"
-
-LICENSE="SNNS-${PV}"
-KEYWORDS="x86"
-SLOT="0"
-IUSE="X doc"
-
-DEPEND="X? ( virtual/x11 )
- virtual/glibc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed"
-}
-
-src_compile() {
- local myconf="--enable-global"
- local compileopts="compile-kernel compile-tools"
-
- if [ `use X` ] ; then
- myconf="${myconf} --with-x"
- compileopts="${compileopts} compile-xgui"
- else
- myconf="${myconf} --without-x"
- fi
-
- econf ${myconf}
- emake ${compileopts} || die "emake failed"
-}
-
-src_install() {
- for file in `find tools -type f -perm +100`; do
- dobin $file
- done
-
- if [ `use X` ] ; then
- newbin xgui/sources/xgui snns
-
- dodir /etc/env.d
- echo XGUILOADPATH=/usr/share/doc/${P}/ > ${D}/etc/env.d/99snns
-
- insinto /usr/share/doc/${P}
- dodoc default.cfg help.hdoc
- fi
-
- insinto /usr/share/doc/${P}
- use doc && dodoc ${DISTDIR}/${MY_P}.Manual.pdf
-
- insinto /usr/share/doc/${P}/examples
- doins examples/*
-
- doman man/man*/*
-}
diff --git a/app-sci/snns/snns-4.2.ebuild b/app-sci/snns/snns-4.2.ebuild
deleted file mode 100644
index 9131d1c10925..000000000000
--- a/app-sci/snns/snns-4.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/snns-4.2.ebuild,v 1.3 2003/02/13 09:25:59 vapier Exp $
-
-MY_P="SNNSv${PV}"
-DESCRIPTION="Stuttgart Neural Network Simulator"
-HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/"
-SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz
- doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf )"
-
-LICENSE="SNNS-${PV}"
-KEYWORDS="x86"
-SLOT="0"
-IUSE="X doc"
-
-DEPEND="X? ( virtual/x11 )
- virtual/glibc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed"
-}
-
-src_compile() {
- local myconf="--enable-global"
- local compileopts="compile-kernel compile-tools"
-
- if [ `use X` ] ; then
- myconf="${myconf} --without-x"
- else
- myconf="${myconf} --with-x"
- compileopts="${compileopts} compile-xgui"
- fi
-
- econf ${myconf}
- emake ${compileopts} || die "emake failed"
-}
-
-src_install() {
- for file in `find tools -type f -perm +100`; do
- dobin $file
- done
-
- if [ `use X` ] ; then
- newbin xgui/sources/xgui snns
-
- dodir /etc/env.d
- echo XGUILOADPATH=/usr/share/doc/${P}/ > ${D}/etc/env.d/99snns
-
- insinto /usr/share/doc/${P}
- dodoc default.cfg help.hdoc
- fi
-
- insinto /usr/share/doc/${P}
- use doc && dodoc ${DISTDIR}/${MY_P}.Manual.pdf
-
- insinto /usr/share/doc/${P}/examples
- doins examples/*
-
- doman man/man*/*
-}