summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-10-01 23:32:48 +0000
committerSven Wegener <swegener@gentoo.org>2004-10-01 23:32:48 +0000
commitdbc38cddb1d878cb9d603f2afa3b6aa50311adb2 (patch)
tree83657195b5e6fe1ec116f5c3e4b57207e02e95f2 /net-news
parentyes, we do have debian in mirrors. (Manifest recommit) (diff)
downloadgentoo-2-dbc38cddb1d878cb9d603f2afa3b6aa50311adb2.tar.gz
gentoo-2-dbc38cddb1d878cb9d603f2afa3b6aa50311adb2.tar.bz2
gentoo-2-dbc38cddb1d878cb9d603f2afa3b6aa50311adb2.zip
Removed old ebuild.
Diffstat (limited to 'net-news')
-rw-r--r--net-news/inn/ChangeLog5
-rw-r--r--net-news/inn/files/digest-inn-2.3.52
-rw-r--r--net-news/inn/inn-2.3.5.ebuild116
3 files changed, 4 insertions, 119 deletions
diff --git a/net-news/inn/ChangeLog b/net-news/inn/ChangeLog
index 99d2fe2032d1..deb86b7328a9 100644
--- a/net-news/inn/ChangeLog
+++ b/net-news/inn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-news/inn
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.15 2004/09/27 21:01:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.16 2004/10/01 23:32:48 swegener Exp $
+
+ 02 Oct 2004; Sven Wegener <swegener@gentoo.org> -inn-2.3.5.ebuild:
+ Removed old ebuild.
27 Sep 2004; Sven Wegener <swegener@gentoo.org> inn-2.4.1.ebuild:
Added elibtoolize to src_unpack() because the included libtool is broken.
diff --git a/net-news/inn/files/digest-inn-2.3.5 b/net-news/inn/files/digest-inn-2.3.5
deleted file mode 100644
index 9df419526121..000000000000
--- a/net-news/inn/files/digest-inn-2.3.5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 97223e05d37e568f2ba95793b8133246 inn-2.3.5.tar.gz 1421702
-MD5 d8a45b17cd7450ae2541fac311bff33b inn-2.3.5-gentoo.tar.gz 4536
diff --git a/net-news/inn/inn-2.3.5.ebuild b/net-news/inn/inn-2.3.5.ebuild
deleted file mode 100644
index 249855e4b666..000000000000
--- a/net-news/inn/inn-2.3.5.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/inn/inn-2.3.5.ebuild,v 1.10 2004/06/25 00:25:29 agriffis Exp $
-
-DESCRIPTION="The Internet News daemon, fully featured NNTP server"
-HOMEPAGE="http://www.isc.org/products/INN"
-SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz
- mirror://gentoo/${P}-gentoo.tar.gz"
-
-LICENSE="as-is BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="ssl tcltk"
-
-RDEPEND="app-crypt/gnupg
- virtual/mta
- tcltk? ( dev-lang/tcl )
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's/\$(P) //' site/Makefile storage/Makefile \
- || die "sed failed"
-}
-
-src_compile() {
- ./configure \
- --prefix=/usr/lib/news \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --with-etc-dir=/etc/news \
- --with-db-dir=/var/spool/news/db \
- --with-spool-dir=/var/spool/news \
- --with-log-dir=/var/log/news \
- --with-run-dir=/var/run/news \
- --with-tmp-path=/var/spool/news/tmp \
- --host=${CHOST} \
- --enable-libtool \
- --enable-setgid-inews \
- --enable-uucp-rnews \
- --with-python \
- --without-perl \
- `use_with tcltk tcl` \
- `use_with ssl openssl` \
- || die "configure died"
-
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make prefix=${D}/usr/lib/news \
- PATHETC=${D}/etc/news \
- PATHMAN=${D}/usr/share/man \
- PATHLIB=${D}/usr/lib/news/lib \
- PATHCONTROL=${D}/usr/lib/news/bin/control \
- PATHFILTER=${D}/usr/lib/news/bin/filter \
- PATHRUN=${D}/var/run/news \
- PATHLOG=${D}/var/log/news \
- PATHDB=${D}/var/spool/news/db \
- PATHSPOOL=${D}/var/spool/news \
- PATHTMP=${D}/var/spool/news/tmp \
- MAN1=${D}/usr/share/man/man1 \
- MAN3=${D}/usr/share/man/man3 \
- MAN5=${D}/usr/share/man/man5 \
- MAN8=${D}/usr/share/man/man8 \
- install || die "make install failed"
-
- keepdir \
- /var/spool/news/tmp/ \
- /var/spool/news/outgoing/ \
- /var/spool/news/overview/ \
- /var/spool/news/innfeed/ \
- /var/spool/news/articles/ \
- /var/spool/news/incoming/bad/ \
- /var/spool/news/archive/ \
- /var/run/news/ \
- /var/log/news/
-
- dodoc CONTRIBUTORS ChangeLog HACKING HISTORY INSTALL LICENSE \
- MANIFEST NEWS README* doc/control-messages doc/sample-control
-
-# So other programs can build against INN. (eg. Suck)
- insinto /usr/lib/news/include
- doins include/*.h
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/innd innd
-
- cd ${WORKDIR}
- doman send-uucp.pl.8.gz
- insinto /etc/news
- doins send-uucp.cf
- exeinto /usr/lib/news/bin
- newexe send-uucp.pl send-uucp.pl
-}
-
-pkg_postinst() {
- chown news:news ${ROOT}/etc/news/send-uucp.cf
- chown news:news ${ROOT}/usr/lib/news/bin/send-uucp.pl
- chown -R news:news ${ROOT}/var/spool/news
- chown -R news:news ${ROOT}/var/log/news/
-
- einfo 'Do not forget to update your cron entries, and also run'
- einfo 'makedbz if you need to. If this is a first-time installation'
- einfo 'a minimal active file has been installed. You will need to'
- einfo 'touch history and run "makedbz -i" to initialize the history'
- einfo 'database. See INSTALL for more information.'
- einfo ''
- einfo 'You need to assign a real shell to the news user, or else'
- einfo 'starting inn will fail. You can use "usermod -s /bin/bash news"'
- einfo 'for this.'
-}