diff options
author | Torsten Veller <tove@gentoo.org> | 2005-03-21 11:33:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2005-03-21 11:33:02 +0000 |
commit | cdd779ab03dab7f3540e72ba2b2039624df1ac7b (patch) | |
tree | 1d4087b63dbbba439bdc79eda4e0df5e164c3a4a /net-mail/mairix | |
parent | Back into ~arch until mod_ssl is unbroken. (diff) | |
download | gentoo-2-cdd779ab03dab7f3540e72ba2b2039624df1ac7b.tar.gz gentoo-2-cdd779ab03dab7f3540e72ba2b2039624df1ac7b.tar.bz2 gentoo-2-cdd779ab03dab7f3540e72ba2b2039624df1ac7b.zip |
Removing old versions (0.10 and 0.15)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/mairix')
-rw-r--r-- | net-mail/mairix/files/digest-mairix-0.10 | 1 | ||||
-rw-r--r-- | net-mail/mairix/files/digest-mairix-0.15 | 1 | ||||
-rw-r--r-- | net-mail/mairix/mairix-0.10.ebuild | 23 | ||||
-rw-r--r-- | net-mail/mairix/mairix-0.15.ebuild | 29 |
4 files changed, 0 insertions, 54 deletions
diff --git a/net-mail/mairix/files/digest-mairix-0.10 b/net-mail/mairix/files/digest-mairix-0.10 deleted file mode 100644 index d4a611dc7eee..000000000000 --- a/net-mail/mairix/files/digest-mairix-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 a9d5f75acae6047cda6c40c8231039df mairix-0.10.tar.gz 59113 diff --git a/net-mail/mairix/files/digest-mairix-0.15 b/net-mail/mairix/files/digest-mairix-0.15 deleted file mode 100644 index 3260a4a54cb9..000000000000 --- a/net-mail/mairix/files/digest-mairix-0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 915405117b35e78641f2e28e6ae78244 mairix-0.15.tar.gz 118618 diff --git a/net-mail/mairix/mairix-0.10.ebuild b/net-mail/mairix/mairix-0.10.ebuild deleted file mode 100644 index aac378c6862c..000000000000 --- a/net-mail/mairix/mairix-0.10.ebuild +++ /dev/null @@ -1,23 +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/mairix/mairix-0.10.ebuild,v 1.8 2005/02/04 13:19:42 tove Exp $ - -DESCRIPTION="Indexes and searches Maildir/MH folders" -HOMEPAGE="http://www.rrbcurnow.freeuk.com/mairix/" -SRC_URI="http://www.rrbcurnow.freeuk.com/mairix/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 s390" -IUSE="" -DEPEND="virtual/libc - >=sys-apps/texinfo-4.2" - -src_compile() { - emake prefix=/usr CFLAGS="${CFLAGS}" all mairix.info || die -} - -src_install() { - dobin mairix - dodoc mairix.txt NEWS README - doinfo mairix.info -} diff --git a/net-mail/mairix/mairix-0.15.ebuild b/net-mail/mairix/mairix-0.15.ebuild deleted file mode 100644 index 116f2b7c226c..000000000000 --- a/net-mail/mairix/mairix-0.15.ebuild +++ /dev/null @@ -1,29 +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/mairix/mairix-0.15.ebuild,v 1.6 2005/02/04 13:19:42 tove Exp $ - -DESCRIPTION="Indexes and searches Maildir/MH folders" -HOMEPAGE="http://www.rpcurnow.force9.co.uk/mairix/" -SRC_URI="http://www.rpcurnow.force9.co.uk/mairix/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" -DEPEND="virtual/libc - >=sys-apps/texinfo-4.2" -RDEPEND="virtual/libc" - -src_compile() { - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --docdir=/usr/share/doc/${PF} || die - emake all mairix.info || die -} - -src_install() { - dobin mairix - doinfo mairix.info - dodoc NEWS README mairix.txt -} |