diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-02 06:02:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-12-02 06:02:42 +0000 |
commit | b0b3e91633b2e3e848d02a8eb6e209345c4ffe21 (patch) | |
tree | 724d2f1d7fcbeaba011fe98285be3ac1ebd6527e /net-mail/queue-fix | |
parent | initial commit, ebuild by robbat2@gentoo.org (diff) | |
download | historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.tar.gz historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.tar.bz2 historical-b0b3e91633b2e3e848d02a8eb6e209345c4ffe21.zip |
allow the qmail alternatives, and stable on many arches
Diffstat (limited to 'net-mail/queue-fix')
-rw-r--r-- | net-mail/queue-fix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/queue-fix/Manifest | 8 | ||||
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 9 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net-mail/queue-fix/ChangeLog b/net-mail/queue-fix/ChangeLog index fba59c408993..60c5381815a4 100644 --- a/net-mail/queue-fix/ChangeLog +++ b/net-mail/queue-fix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/queue-fix # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.7 2003/10/31 21:06:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.8 2003/12/02 06:02:40 robbat2 Exp $ + + 01 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> queue-fix-1.4-r2.ebuild: + allow the qmail alternatives, and stable on many arches 31 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> queue-fix-1.4-r2.ebuild: RDEPEND, not PDEPEND diff --git a/net-mail/queue-fix/Manifest b/net-mail/queue-fix/Manifest index e751b52aa472..60b48ace2a0a 100644 --- a/net-mail/queue-fix/Manifest +++ b/net-mail/queue-fix/Manifest @@ -1,6 +1,6 @@ +MD5 ca9bb6096a505f981e3e724d7ca3a5fb queue-fix-1.4-r2.ebuild 1048 +MD5 697ba55914b2790c9f0420426795e52d queue-fix-1.4-r1.ebuild 945 +MD5 d482834ca13c1c76f87c37a3e76c69fa ChangeLog 1167 +MD5 0f68a43285a6e05a1845bd3292552d6a metadata.xml 579 MD5 a35babdacffe4d387b623febfb88db5a files/digest-queue-fix-1.4-r1 127 MD5 a35babdacffe4d387b623febfb88db5a files/digest-queue-fix-1.4-r2 127 -MD5 bb00a6acd91caec731a169ff0aad0ed5 queue-fix-1.4-r2.ebuild 991 -MD5 ca9e722d6a394d18f82a6946900ca804 queue-fix-1.4-r1.ebuild 946 -MD5 d8fff122cba8ee161348ea91c1af6950 ChangeLog 1031 -MD5 0f68a43285a6e05a1845bd3292552d6a metadata.xml 579 diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index 16f0bb9fa96a..b09028820d75 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.4 2003/10/31 21:06:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.5 2003/12/02 06:02:40 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Qmail Queue Repair Application with support for big-todo" @@ -10,10 +10,13 @@ HOMEPAGE="http://www.netmeridian.com/e-huss/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc amd64 ia64" +KEYWORDS="x86 alpha ~arm ~hppa ~mips ppc sparc amd64 ia64" IUSE="" DEPEND="sys-devel/gcc-config" -RDEPEND="net-mail/qmail" +RDEPEND="|| ( net-mail/qmail + net-mail/qmail-mysql + net-mail/qmail-ldap + )" src_unpack() { unpack ${P}.tar.gz |