diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-15 07:57:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-15 07:57:29 +0000 |
commit | add5512368ac714ed09a24072a1481aec3d9b2ae (patch) | |
tree | fb35114a057b7e53e29673c7fe80d6ba20851fb2 /net-news/inn | |
parent | header fix (diff) | |
download | historical-add5512368ac714ed09a24072a1481aec3d9b2ae.tar.gz historical-add5512368ac714ed09a24072a1481aec3d9b2ae.tar.bz2 historical-add5512368ac714ed09a24072a1481aec3d9b2ae.zip |
clean older version
Diffstat (limited to 'net-news/inn')
-rw-r--r-- | net-news/inn/ChangeLog | 7 | ||||
-rw-r--r-- | net-news/inn/Manifest | 6 | ||||
-rw-r--r-- | net-news/inn/files/digest-inn-2.3.3 | 1 | ||||
-rw-r--r-- | net-news/inn/inn-2.3.3.ebuild | 75 |
4 files changed, 7 insertions, 82 deletions
diff --git a/net-news/inn/ChangeLog b/net-news/inn/ChangeLog index 75beb388c740..c1bf5f2fa4df 100644 --- a/net-news/inn/ChangeLog +++ b/net-news/inn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-news/inn -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.7 2003/12/08 05:48:57 mr_bones_ Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.8 2004/03/15 07:57:29 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> inn-2.3.3.ebuild: + clean older version 07 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org> inn-2.3.5.ebuild: chown x.y -> chown x:y (bug 35127) diff --git a/net-news/inn/Manifest b/net-news/inn/Manifest index 6e4f345c2648..5d5839c87094 100644 --- a/net-news/inn/Manifest +++ b/net-news/inn/Manifest @@ -1,6 +1,4 @@ -MD5 044b707255bc9b573bd5ea5d3509a056 ChangeLog 1082 -MD5 4586a7612d7b5e4842b2696c28c0afe2 inn-2.3.3.ebuild 1909 +MD5 154fa59eb2d5ec337d958f90636b29a5 ChangeLog 1178 MD5 84d8331cf1d81e53997e06b5d2cde59c inn-2.3.5.ebuild 3333 -MD5 5e094ec9d89dc4d773f912de4d3464dc files/digest-inn-2.3.3 62 MD5 ce3c00651e354a874cc9c60ae4f0255e files/digest-inn-2.3.5 128 -MD5 8e2a9161e43e1ef41c9ea386bbf0b944 files/innd 455 +MD5 a0feaaa2fab0632187ea12c0441668d5 files/innd 445 diff --git a/net-news/inn/files/digest-inn-2.3.3 b/net-news/inn/files/digest-inn-2.3.3 deleted file mode 100644 index cf98e1894daf..000000000000 --- a/net-news/inn/files/digest-inn-2.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 97080ce1dcdc5fe8f3dacd230c9d4a0a inn-2.3.3.tar.gz 1413433 diff --git a/net-news/inn/inn-2.3.3.ebuild b/net-news/inn/inn-2.3.3.ebuild deleted file mode 100644 index 0052c21dc2c0..000000000000 --- a/net-news/inn/inn-2.3.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/inn/inn-2.3.3.ebuild,v 1.8 2003/06/12 22:03:44 msterret Exp $ - -IUSE="ssl tcltk" - -S=${WORKDIR}/${P} -DESCRIPTION="The Internet News daemon, fully featured NNTP server" -SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/INN" - -SLOT="0" -LICENSE="as-is BSD" -KEYWORDS="x86" - -DEPEND="app-crypt/gnupg - tcltk? ( dev-lang/tcl ) - ssl? ( dev-libs/openssl )" - -src_compile() { - local myconf - use tcltk && myconf="${myconf} --with-tcl" - use ssl && myconf="${myconf} --with-openssl" - - ./configure --prefix=/usr/lib/news \ - --libexecdir=/usr/lib/awk \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-etc-dir=/etc/news \ - --with-db-dir=/var/spool/news \ - --with-spool-dir=/var/spool/news \ - --with-log-dir=/var/log/news \ - --with-run-dir=/var/run \ - --with-tmp-path=/tmp \ - --host=${CHOST} \ - --enable-libtool \ - --enable-tagged-hash \ - --with-gnu-ld \ - --with-perl --with-python \ - ${myconf} || die - - OLD_P=${P} - unset P - make || die - P=${OLD_P} -} - -src_install() { - OLD_P=${P} - unset P - 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 \ - PATHLOG=${D}/var/log/news \ - PATHDB=${D}/var/spool/news \ - PATHSPOOL=${D}/var/spool/news \ - PATHTMP=${D}/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 - P=${OLD_P} - - dodoc CONTRIBUTORS ChangeLog HACKING HISTORY INSTALL LICENSE - dodoc MANIFEST NEWS README* - dodoc doc/control-messages doc/sample-control - - dodir /etc/init.d - cp ${FILESDIR}/innd ${D}/etc/init.d -} |