summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-24 17:04:29 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-24 17:04:29 +0000
commitd5eb6fa49c03c5e990244e214357d3bd841062d4 (patch)
treea477c733cf638d3ba801c03e52379a20fa16dbb1 /net-mail/qmhandle
parentstable on ia64 (diff)
downloadhistorical-d5eb6fa49c03c5e990244e214357d3bd841062d4.tar.gz
historical-d5eb6fa49c03c5e990244e214357d3bd841062d4.tar.bz2
historical-d5eb6fa49c03c5e990244e214357d3bd841062d4.zip
Removed old version
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/ChangeLog6
-rw-r--r--net-mail/qmhandle/Manifest4
-rw-r--r--net-mail/qmhandle/files/digest-qmhandle-1.1.11
-rw-r--r--net-mail/qmhandle/qmhandle-1.1.1.ebuild35
4 files changed, 6 insertions, 40 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog
index 86b182d44fa3..ee523cc11024 100644
--- a/net-mail/qmhandle/ChangeLog
+++ b/net-mail/qmhandle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/qmhandle
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.12 2005/06/18 10:04:51 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.13 2005/08/24 17:04:29 hansmi Exp $
+
+ 24 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ -qmhandle-1.1.1.ebuild:
+ Removed old version.
18 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> ChangeLog:
Stable on sparc.
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest
index 72fece27ad01..3edd0763c6a3 100644
--- a/net-mail/qmhandle/Manifest
+++ b/net-mail/qmhandle/Manifest
@@ -1,7 +1,5 @@
-MD5 c3ab6bf40997d1174107efa33d65fab8 qmhandle-1.1.1.ebuild 783
MD5 d9a7928122912bcde90f08cc24774217 metadata.xml 612
-MD5 401a7b1c21c7b7229e5410e38a8c8fb5 ChangeLog 1516
+MD5 320c99985a81280b0436c4e8f64c35c2 ChangeLog 1620
MD5 171a331299ac0ecee744c0dd59b546ef qmhandle-1.2.0.ebuild 806
MD5 7f13dc3b6f26e40d0bce83c6d3a98ec2 files/digest-qmhandle-1.2.0 65
MD5 3674410545148cf5c003bd4f8c9d7406 files/qmHandle-gentoo.patch 703
-MD5 16b0d5bca4caac432062b96b8b91865f files/digest-qmhandle-1.1.1 64
diff --git a/net-mail/qmhandle/files/digest-qmhandle-1.1.1 b/net-mail/qmhandle/files/digest-qmhandle-1.1.1
deleted file mode 100644
index dc01218c6a1b..000000000000
--- a/net-mail/qmhandle/files/digest-qmhandle-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed3d31647c386a5c33f1695e1444b558 qmhandle-1.1.1.tar.gz 5920
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
deleted file mode 100644
index 3f3f1f988a75..000000000000
--- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.12 2005/03/03 16:28:56 ciaranm Exp $
-
-inherit eutils
-
-DESCRIPTION="Qmail message queue tool"
-HOMEPAGE="http://qmhandle.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="|| ( mail-mta/qmail mail-mta/qmail-mysql mail-mta/qmail-ldap )
- dev-lang/perl
- sys-process/psmisc"
-DEPEND=""
-S=${WORKDIR}
-
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/qmHandle-gentoo.patch
-}
-
-src_compile() {
- einfo "Nothing to compile :-)"
-}
-
-src_install() {
- dobin qmHandle || die
- dodoc README HISTORY
-}