summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-nntp/klibido/ChangeLog7
-rw-r--r--net-nntp/klibido/files/0.2.3-availablegroups.patch24
-rw-r--r--net-nntp/klibido/files/digest-klibido-0.2.3-r13
-rw-r--r--net-nntp/klibido/files/digest-klibido-0.2.4.13
-rw-r--r--net-nntp/klibido/klibido-0.2.3-r1.ebuild38
-rw-r--r--net-nntp/klibido/klibido-0.2.4.1.ebuild41
-rw-r--r--net-nntp/klibido/klibido-0.2.5.ebuild5
-rw-r--r--net-nntp/newspost/ChangeLog5
-rw-r--r--net-nntp/newspost/files/digest-newspost-2.0-r13
-rw-r--r--net-nntp/newspost/newspost-2.0-r1.ebuild41
-rw-r--r--net-nntp/nget/ChangeLog8
-rw-r--r--net-nntp/nget/files/digest-nget-0.263
-rw-r--r--net-nntp/nget/files/digest-nget-0.273
-rw-r--r--net-nntp/nget/nget-0.26.ebuild47
-rw-r--r--net-nntp/nget/nget-0.27.ebuild46
-rw-r--r--net-nntp/pan/Manifest24
-rw-r--r--net-nntp/tin/ChangeLog5
-rw-r--r--net-nntp/tin/files/digest-tin-1.8.23
-rw-r--r--net-nntp/tin/tin-1.8.2.ebuild54
19 files changed, 39 insertions, 324 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog
index 1d432844dc41..fb413cfbb513 100644
--- a/net-nntp/klibido/ChangeLog
+++ b/net-nntp/klibido/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nntp/klibido
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.22 2007/04/12 21:56:33 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.23 2007/04/15 00:04:17 swegener Exp $
+
+ 15 Apr 2007; Sven Wegener <swegener@gentoo.org>
+ -files/0.2.3-availablegroups.patch, -klibido-0.2.3-r1.ebuild,
+ -klibido-0.2.4.1.ebuild, klibido-0.2.5.ebuild:
+ Cleanup.
12 Apr 2007; philantrop@gentoo.org klibido-0.2.5.ebuild:
Added support for sys-libs/db-4.5*.
diff --git a/net-nntp/klibido/files/0.2.3-availablegroups.patch b/net-nntp/klibido/files/0.2.3-availablegroups.patch
deleted file mode 100644
index 877b7761e6cd..000000000000
--- a/net-nntp/klibido/files/0.2.3-availablegroups.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/availablegroups.cpp 2005-03-01 01:58:57.000000000 +0100
-+++ src/availablegroups.cpp.fixed 2005-05-18 10:58:03.000000000 +0200
-@@ -30,8 +30,9 @@
- int ret;
- if ((ret=groupDb->open(NULL, dbName, NULL, DB_BTREE, DB_CREATE | DB_THREAD, 0644)) != 0)
- qDebug("Error opening database: %s", dbEnv->strerror(ret));
-+ else qDebug("AvailableGroups database opened");
- updating=false;
--
-+ m_view=0;
-
-
- }
-@@ -77,7 +78,9 @@
- data=new Dbt;
- Dbc *cursor;
- Group *g;
-- groupDb->cursor(NULL, &cursor, 0);
-+ if (groupDb->cursor(NULL, &cursor, 0))
-+ kdDebug() << "Error opening cursor\n";
-+ else kdDebug() << "Cursor openend\n";
- int ret;
- int count=0;
- KListViewItem *item;
diff --git a/net-nntp/klibido/files/digest-klibido-0.2.3-r1 b/net-nntp/klibido/files/digest-klibido-0.2.3-r1
deleted file mode 100644
index aad9d5fce665..000000000000
--- a/net-nntp/klibido/files/digest-klibido-0.2.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 adffc4df2df4f339794a49d5e06248b3 klibido-0.2.3.tar.gz 718043
-RMD160 e43cbe053ee25b39f5caee100d57ac2cc7e3a57a klibido-0.2.3.tar.gz 718043
-SHA256 a7af6c5b0d04d64ba177d892c6fa452f498060badc90cb3caeb5e66fefc0441c klibido-0.2.3.tar.gz 718043
diff --git a/net-nntp/klibido/files/digest-klibido-0.2.4.1 b/net-nntp/klibido/files/digest-klibido-0.2.4.1
deleted file mode 100644
index c9910d49e9a8..000000000000
--- a/net-nntp/klibido/files/digest-klibido-0.2.4.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 111a6e714509d0619a0b29e20a4ded65 klibido-0.2.4.1.tar.gz 798084
-RMD160 52b09d4af13ab261677204ff68fb5c94445c5a41 klibido-0.2.4.1.tar.gz 798084
-SHA256 c8a1d015b929490cb18fa9deff876a3ce4b3c17ea4ed91783d83302782efcaf1 klibido-0.2.4.1.tar.gz 798084
diff --git a/net-nntp/klibido/klibido-0.2.3-r1.ebuild b/net-nntp/klibido/klibido-0.2.3-r1.ebuild
deleted file mode 100644
index af89b96e3ee7..000000000000
--- a/net-nntp/klibido/klibido-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.3-r1.ebuild,v 1.5 2005/11/17 08:50:46 flameeyes Exp $
-
-inherit kde versionator
-
-DESCRIPTION="KDE Linux Binaries Downloader"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://klibido.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/db-4.1"
-DEPEND="${RDEPEND}
- dev-libs/uulib"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- cd "${S}"
- epatch "${FILESDIR}"/${PV}-availablegroups.patch
-}
-
-src_compile() {
- local libdbver="$(best_version sys-libs/db)"
- libdbver="${libdbver/sys-libs\/db-/}"
- libdbver="$(get_version_component_range 1-2 ${libdbver})"
-
- myconf="${myconf}
- --with-extra-includes=/usr/include/db${libdbver}/
- $(use_enable debug)
- "
- kde_src_compile
-}
diff --git a/net-nntp/klibido/klibido-0.2.4.1.ebuild b/net-nntp/klibido/klibido-0.2.4.1.ebuild
deleted file mode 100644
index 3776692a8fe1..000000000000
--- a/net-nntp/klibido/klibido-0.2.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.4.1.ebuild,v 1.3 2006/05/21 10:29:17 pauldv Exp $
-
-inherit kde db-use
-
-DESCRIPTION="KDE Linux Binaries Downloader"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://klibido.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/db-4.1"
-DEPEND="${RDEPEND}
- dev-libs/uulib"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- dbincldir="$(db_includedir 4.4 4.3 4.2 4.1)" || die "unable to find db"
- einfo "db include dir = ${dbincldir}"
- if [ ! -d ${dbincldir} ]; then
- die "Db include dir does not exist"
- fi
- sed -i -e "s,-I/usr/include/db4,-I${dbincldir}," ${S}/src/Makefile.am
- sed -i -e "s,-I/usr/include/db4,-I${dbincldir}," ${S}/src/Makefile.in
-}
-
-src_compile() {
-# dbincldir="$(db_includedir 4.4 4.3 4.2 4.1)" || die "unable to find db"
-# --with-extra-includes="${dbincldir}/"
-
- myconf="${myconf}
- $(use_enable debug)
- "
- kde_src_compile
-}
diff --git a/net-nntp/klibido/klibido-0.2.5.ebuild b/net-nntp/klibido/klibido-0.2.5.ebuild
index da42ac1d1c16..b6683530a490 100644
--- a/net-nntp/klibido/klibido-0.2.5.ebuild
+++ b/net-nntp/klibido/klibido-0.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.5 2007/04/12 21:56:33 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.6 2007/04/15 00:04:17 swegener Exp $
inherit kde db-use
@@ -26,12 +26,13 @@ src_unpack() {
einfo "db include dir = ${dbincldir}"
if [ ! -d ${dbincldir} ]; then
- die "Db include dir does not exist"
+ die "db include dir does not exist"
fi
sed -i \
-e "s,-I/usr/include/db4,-I${dbincldir}," \
"${S}"/src/Makefile.{am,in}
+
epatch "${FILESDIR}/${P}-gcc4.1.diff"
}
diff --git a/net-nntp/newspost/ChangeLog b/net-nntp/newspost/ChangeLog
index 3d2c445f8b63..04ee9ba8e7ff 100644
--- a/net-nntp/newspost/ChangeLog
+++ b/net-nntp/newspost/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/newspost
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.8 2007/02/09 04:57:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/ChangeLog,v 1.9 2007/04/15 00:12:09 swegener Exp $
+
+ 15 Apr 2007; Sven Wegener <swegener@gentoo.org> -newspost-2.0-r1.ebuild:
+ Cleanup.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-nntp/newspost/files/digest-newspost-2.0-r1 b/net-nntp/newspost/files/digest-newspost-2.0-r1
deleted file mode 100644
index ab27d1029524..000000000000
--- a/net-nntp/newspost/files/digest-newspost-2.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 664f96c37b2a6566cf55dc4e040648fe newspost-2.0.tar.gz 58001
-RMD160 4362fd1d76c524f7d7215cfa03f8334c2c4167a1 newspost-2.0.tar.gz 58001
-SHA256 9effecc7ca6662af5eabd4dadf59461eb1dcbe4ae6fbe2121ec3f088e3a56714 newspost-2.0.tar.gz 58001
diff --git a/net-nntp/newspost/newspost-2.0-r1.ebuild b/net-nntp/newspost/newspost-2.0-r1.ebuild
deleted file mode 100644
index eaeb79819651..000000000000
--- a/net-nntp/newspost/newspost-2.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/newspost/newspost-2.0-r1.ebuild,v 1.5 2005/09/13 20:13:05 metalgod Exp $
-
-inherit eutils
-
-DESCRIPTION="a usenet binary autoposter for unix"
-HOMEPAGE="http://newspost.unixcab.org/"
-SRC_URI="http://newspost.unixcab.org/download/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-# NOTE: This package should work on PPC but not tested!
-# It also has a solaris make file but we don't do solaris.
-# but it should mean that it is 64bit clean.
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=""
-DEPEND=">=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/CAN-2005-0101.patch
-
- sed -i \
- -e "s:OPT_FLAGS = :OPT_FLAGS = ${CFLAGS}#:" Makefile \
- || die "sed Makefile failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install () {
- dobin newspost || die "dobin failed"
- doman man/man1/newspost.1 || die "doman failed"
- dodoc README CHANGES || die "dodoc failed"
-}
diff --git a/net-nntp/nget/ChangeLog b/net-nntp/nget/ChangeLog
index ca76f2409a4c..8f698b460f33 100644
--- a/net-nntp/nget/ChangeLog
+++ b/net-nntp/nget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nntp/nget
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.9 2006/07/15 11:08:30 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.10 2007/04/15 00:08:45 swegener Exp $
+
+ 15 Apr 2007; Sven Wegener <swegener@gentoo.org> -nget-0.26.ebuild,
+ -nget-0.27.ebuild:
+ Cleanup.
15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove rphillips from metadata.xml as he's retired.
diff --git a/net-nntp/nget/files/digest-nget-0.26 b/net-nntp/nget/files/digest-nget-0.26
deleted file mode 100644
index a894a3634441..000000000000
--- a/net-nntp/nget/files/digest-nget-0.26
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ec1a82fffa87a0c9602fd32690365ecd nget-0.26+uulib.tar.gz 564255
-RMD160 f040cc733e8366482a6be9455be2ed8ddd5cfc25 nget-0.26+uulib.tar.gz 564255
-SHA256 21d2983ef38724889ec4add5909a2c1536d77013805a7383a26f78b82e443b44 nget-0.26+uulib.tar.gz 564255
diff --git a/net-nntp/nget/files/digest-nget-0.27 b/net-nntp/nget/files/digest-nget-0.27
deleted file mode 100644
index b80405309088..000000000000
--- a/net-nntp/nget/files/digest-nget-0.27
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 55fca5c127961cf7ef4c77b2eab8e41e nget-0.27.tar.gz 488693
-RMD160 85b7a285bbf2e1705f3be639ba2d41d1fb34b623 nget-0.27.tar.gz 488693
-SHA256 68c1d09af8abde0ada247a9ea8b13b1ecd0a24e9da85c150cc36196f6d79f02d nget-0.27.tar.gz 488693
diff --git a/net-nntp/nget/nget-0.26.ebuild b/net-nntp/nget/nget-0.26.ebuild
deleted file mode 100644
index 3012b8a352e2..000000000000
--- a/net-nntp/nget/nget-0.26.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/nget-0.26.ebuild,v 1.2 2005/07/15 00:26:15 agriffis Exp $
-
-NPVER=20011209
-DESCRIPTION="Network utility to retrieve files from an NNTP news server"
-HOMEPAGE="http://nget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nget/${P}+uulib.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 arm"
-IUSE="static"
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- dev-libs/popt"
-
-src_compile() {
- local myconf
-# use nls || myconf="--disable-nls"
-# use ssl && myconf="${myconf} --with-ssl"
-# use ssl || myconf="${myconf} --without-ssl --disable-opie --disable-digest"
-# use debug && myconf="${myconf} --disable-debug"
-# use ssl && CFLAGS="${CFLAGS} -I/usr/include/openssl"
- ./configure \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $myconf || die
- if use static; then
- make LDFLAGS="--static" || die
- else
- make || die
- fi
-}
-
-src_install() {
- if use build; then
- insinto /usr
- dobin ${S}/src/nget
- return
- fi
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man infodir=${D}/usr/share/info install || die
- dodoc COPYING ChangeLog FAQ README TODO .ngetrc
-}
diff --git a/net-nntp/nget/nget-0.27.ebuild b/net-nntp/nget/nget-0.27.ebuild
deleted file mode 100644
index b840b52f7088..000000000000
--- a/net-nntp/nget/nget-0.27.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/nget-0.27.ebuild,v 1.1 2005/01/17 20:05:02 swegener Exp $
-
-DESCRIPTION="Network utility to retrieve files from an NNTP news server"
-HOMEPAGE="http://nget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~arm ~ppc ~amd64"
-IUSE="static debug ipv6 pcre zlib"
-
-RDEPEND="virtual/libc
- dev-libs/popt
- pcre? ( dev-libs/libpcre )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- dev-libs/uulib"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ipv6) \
- $(use_with pcre) \
- $(use_with zlib) \
- || die "econf failed"
-
- if use static ; then
- emake LDFLAGS="-static" || die "emake failed"
- else
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die "install failed"
-
- dodoc COPYING Changelog FAQ README TODO
- newdoc .ngetrc ngetrc.sample
-}
diff --git a/net-nntp/pan/Manifest b/net-nntp/pan/Manifest
index 12e887189b25..d7c5b560319d 100644
--- a/net-nntp/pan/Manifest
+++ b/net-nntp/pan/Manifest
@@ -11,6 +11,7 @@ RMD160 cca70799a8507af85b2c60857bade4618f7fa75d files/pan-0.14.2.91-gcc4-2.patch
SHA256 fd2ecb4b72c8046d30ef9dec43c088d5d346690c332a7b7dd9b66076b3ff7538 files/pan-0.14.2.91-gcc4-2.patch 698
DIST pan-0.124.tar.bz2 1428046 RMD160 b346b725934acb042ba6d24ec9a02d856a1c1b4d SHA1 2785d1ec5d7c714f5fe10d1b9aaa1d143b669c3c SHA256 777af9aec026838b77ac93260c18ec815e10757cd8aca1226085793b407eb483
DIST pan-0.125.tar.bz2 1428995 RMD160 10dd61ee0e946e8398707bcb6a118c9b58fd5717 SHA1 e763dfa37740c5d07bf7a564eb27ed0288e8f360 SHA256 37961fd6312b56f540217fb2a4580f48e7f8f45e72661d1cfdbf6bb6185c5a60
+DIST pan-0.127.tar.bz2 1456884 RMD160 a75002ff093b9eae56c9dcbd60e0ca53ebc90e64 SHA1 68550b4fd9f13f5ec07e7a45e7b1e47d52170ed6 SHA256 d73282fe00bb28a324868a20847218ef36788ab88448820b5b78edff2a91db17
DIST pan-0.14.2.91.tar.bz2 1919099 RMD160 372012f9f23ef1654125977ff4dee193021fb733 SHA1 1a321bd7425350a1991e6802b05bcea8b744f923 SHA256 1658c22fbe29ac0b88d2ae8e487247bad40618809719819297ecf0b7ae69a9ab
DIST pan-0.14.2.tar.bz2 1834784 RMD160 0dff24b1d83b6fabfb9cc38a7dea5f9e99513009 SHA1 39c0128906d389524e24d55691e017cf509516a0 SHA256 d864907d3179cde5bdd7afa02c8a2bd00f1d23ce6053f704f64e7814c7f6aba4
EBUILD pan-0.124.ebuild 956 RMD160 112b479eb489e01eb774b819ea616a34bf6a3ad4 SHA1 d50907824f3baf06e8c71a9aeac0451b6bc8319c SHA256 e26c83d22438e4950863469d686188135f7d59d746b58ba6d61caa8133a5c014
@@ -21,6 +22,10 @@ EBUILD pan-0.125.ebuild 956 RMD160 264fe9233c5f0a01428410d1156ec8b6ce15a868 SHA1
MD5 112b4b1edac5ab83dc9f9ebcb11fdaa9 pan-0.125.ebuild 956
RMD160 264fe9233c5f0a01428410d1156ec8b6ce15a868 pan-0.125.ebuild 956
SHA256 850b730f809aa4a930764e919e9af419886c38595422f5db14383d27a7c514a4 pan-0.125.ebuild 956
+EBUILD pan-0.127.ebuild 956 RMD160 6312ee28fb6cc3f9f7cc82d7c9a7d6d4ced0d94f SHA1 f87415605219e3cba1eda5bbe2b0b54301d24b3e SHA256 8b266af01ae87fab6d5fe4e427ca2b97c80d7302961f42b6199b06ff398ccb7b
+MD5 410986a481c9e4650e9c6c8394fb1c43 pan-0.127.ebuild 956
+RMD160 6312ee28fb6cc3f9f7cc82d7c9a7d6d4ced0d94f pan-0.127.ebuild 956
+SHA256 8b266af01ae87fab6d5fe4e427ca2b97c80d7302961f42b6199b06ff398ccb7b pan-0.127.ebuild 956
EBUILD pan-0.14.2-r1.ebuild 1484 RMD160 24508dee2aa5a7919ef30651de1755e3a0436002 SHA1 f1f70098ae91f832e022a6690fb66ec14be866f9 SHA256 466d09bd6fe0d988d07cd9b9945b6a2fd633286b4affb2eceea7ca11cd37ebb4
MD5 e25e95e8dfe658066636d5d0ec8da65a pan-0.14.2-r1.ebuild 1484
RMD160 24508dee2aa5a7919ef30651de1755e3a0436002 pan-0.14.2-r1.ebuild 1484
@@ -37,10 +42,10 @@ EBUILD pan-0.14.2.ebuild 1428 RMD160 41f6e981fda0f4b5759a35965811674b6cf1b4b9 SH
MD5 826516c2e873bbfd2e9759b74bac8734 pan-0.14.2.ebuild 1428
RMD160 41f6e981fda0f4b5759a35965811674b6cf1b4b9 pan-0.14.2.ebuild 1428
SHA256 7372d3323f32d5668acde7e57964f355fa1bcdb2a6a9c42693531fd7d66d8a24 pan-0.14.2.ebuild 1428
-MISC ChangeLog 11658 RMD160 20d6419896c782d4284f0b38b034340391d4473e SHA1 884786e8a82ccc2039629809ec019cef2a6c41e8 SHA256 7b891ce76e9401acc609f706d6e5c785fb7f3a45566061e0eb5eef6219cd32c8
-MD5 4921c1e4426ecfd8eee8bebdc3afcc99 ChangeLog 11658
-RMD160 20d6419896c782d4284f0b38b034340391d4473e ChangeLog 11658
-SHA256 7b891ce76e9401acc609f706d6e5c785fb7f3a45566061e0eb5eef6219cd32c8 ChangeLog 11658
+MISC ChangeLog 11770 RMD160 eaa43eb11bb34547245af099b28c4bbed46f1a51 SHA1 cd0777482a5d3ffabd4e07f8fb42a2f122567393 SHA256 b34e65c4316cab72ac52fcf220efcc5dfaa3700c2726af511cf8bd84578d3e94
+MD5 3df60705aa362618a2c252007d7a7610 ChangeLog 11770
+RMD160 eaa43eb11bb34547245af099b28c4bbed46f1a51 ChangeLog 11770
+SHA256 b34e65c4316cab72ac52fcf220efcc5dfaa3700c2726af511cf8bd84578d3e94 ChangeLog 11770
MISC metadata.xml 180 RMD160 797b69d3fd6f36d441bda500c1310c91837720a4 SHA1 e2e177f18436d4250aadeadfd6ec27639861290e SHA256 1bb112215f4f710d26b79a43b61ec93003963663cfdec7b3b7173cfdbf85f52c
MD5 b379ecb012e58dcb29c4feee0f5219f2 metadata.xml 180
RMD160 797b69d3fd6f36d441bda500c1310c91837720a4 metadata.xml 180
@@ -51,6 +56,9 @@ SHA256 76e06b3828e9f6f2629c9d885c72542177fbb0b54605ed7e239697590904b5ea files/di
MD5 9eedcd4d1593c868ae73893cd3a66385 files/digest-pan-0.125 235
RMD160 02c9514942d744e19b63d8db6aa88775f0df979d files/digest-pan-0.125 235
SHA256 d6d93262cd5538fd6a8ba5f9c54c40fc46403d1a070e0317a62174f6cc4bea4f files/digest-pan-0.125 235
+MD5 1f6f5dbc443fa60aa9d99274bd26edaf files/digest-pan-0.127 235
+RMD160 2f61682bf33c8953b09eaa095a53b2505df89f55 files/digest-pan-0.127 235
+SHA256 578dae0957a45ad4dd26a1e594a7c2fb6abe5237b419de503d5fd262364a060f files/digest-pan-0.127 235
MD5 72c35710e002d771c38f77fafe79a81e files/digest-pan-0.14.2 238
RMD160 0692796f69e5d5031dec0c6184cc2f0472ff2ca3 files/digest-pan-0.14.2 238
SHA256 0d4a0d22cbed45ce133c3985187ad22f4546d158518158b2c1aa9436774752de files/digest-pan-0.14.2 238
@@ -64,9 +72,9 @@ MD5 d152a8653dee5ea6431db5edf1755d13 files/digest-pan-0.14.2.91-r3 247
RMD160 c0e544450dd8022c47ba3b5280903cf4dc843ae4 files/digest-pan-0.14.2.91-r3 247
SHA256 fe8c623cf540b747754d6a036dcc2676907148e285b791833c73a891c3a52677 files/digest-pan-0.14.2.91-r3 247
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.2 (GNU/Linux)
+Version: GnuPG v2.0.3 (GNU/Linux)
-iD8DBQFF3fr0I1lqEGTUzyQRAg26AJ9RF5Qp4QfVamwQtH22rJtcD4AizwCdHFrq
-fZNbRtepdQW3OtFyWvBzZo8=
-=E/hB
+iD8DBQFGIW6dI1lqEGTUzyQRAleUAJ90gWpcKm/P7zNpnOnNvo265rY+dgCfRNlh
+FOK3jvRsUZbpv9wqs8LT3ww=
+=ZNI/
-----END PGP SIGNATURE-----
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog
index 7fc19583ebf0..af8bc49ab37a 100644
--- a/net-nntp/tin/ChangeLog
+++ b/net-nntp/tin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/tin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.16 2007/02/11 13:47:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.17 2007/04/15 00:13:52 swegener Exp $
+
+ 15 Apr 2007; Sven Wegener <swegener@gentoo.org> -tin-1.8.2.ebuild:
+ Cleanup.
*tin-1.8.3 (11 Feb 2007)
diff --git a/net-nntp/tin/files/digest-tin-1.8.2 b/net-nntp/tin/files/digest-tin-1.8.2
deleted file mode 100644
index 64ae7765724a..000000000000
--- a/net-nntp/tin/files/digest-tin-1.8.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b6726c7f3e01b821b3b20d446ac2da9b tin-1.8.2.tar.bz2 1436706
-RMD160 2af922eb2fdc10fd6b305d6a3d033fd116db25ae tin-1.8.2.tar.bz2 1436706
-SHA256 6b4f45e8b5e142bc9191116972e1408e45c037242bdef22d156ddd5500139677 tin-1.8.2.tar.bz2 1436706
diff --git a/net-nntp/tin/tin-1.8.2.ebuild b/net-nntp/tin/tin-1.8.2.ebuild
deleted file mode 100644
index 5d11387196bd..000000000000
--- a/net-nntp/tin/tin-1.8.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.2.ebuild,v 1.7 2006/11/12 04:44:48 vapier Exp $
-
-inherit versionator eutils
-
-DESCRIPTION="A threaded NNTP and spool based UseNet newsreader"
-HOMEPAGE="http://www.tin.org/"
-SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm ia64 ~ppc-macos sparc x86"
-IUSE="crypt debug ipv6 ncurses nls"
-
-DEPEND="ncurses? ( sys-libs/ncurses )
- nls? ( sys-devel/gettext )
- crypt? ( app-crypt/gnupg )"
-RDEPEND="${DEPEND}
- net-misc/urlview"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PV}-various.patch
-}
-
-src_compile() {
- econf \
- --enable-nntp-only \
- --enable-prototypes \
- --disable-echo \
- --disable-mime-strict-charset \
- --with-coffee \
- --enable-fascist-newsadmin \
- --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \
- $(use_enable ncurses curses) \
- $(use_with ncurses) \
- $(use_enable ipv6) \
- $(use_enable debug) \
- $(use_enable crypt pgp-gpg) \
- $(use_enable nls) \
- || die "econf failed"
- emake build || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,*.sample,*.txt} || die "dodoc failed"
- insinto /etc/tin
- doins doc/tin.defaults || die "doins failed"
-}