diff options
author | Eray Aslan <eras@gentoo.org> | 2012-03-09 14:08:35 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-03-09 14:08:35 +0000 |
commit | 1737e206e570dad3858676d39681f075cf63b719 (patch) | |
tree | 19632c23b112de029a3a5f0c50410c6c819a2d82 /net-mail/uw-mailutils | |
parent | version bump and remove old (diff) | |
download | gentoo-2-1737e206e570dad3858676d39681f075cf63b719.tar.gz gentoo-2-1737e206e570dad3858676d39681f075cf63b719.tar.bz2 gentoo-2-1737e206e570dad3858676d39681f075cf63b719.zip |
remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/uw-mailutils')
-rw-r--r-- | net-mail/uw-mailutils/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/uw-mailutils/uw-mailutils-2007e-r1.ebuild | 52 | ||||
-rw-r--r-- | net-mail/uw-mailutils/uw-mailutils-2007e.ebuild | 48 |
3 files changed, 5 insertions, 101 deletions
diff --git a/net-mail/uw-mailutils/ChangeLog b/net-mail/uw-mailutils/ChangeLog index 2fbe3fbb4f1a..2ceeb9f51407 100644 --- a/net-mail/uw-mailutils/ChangeLog +++ b/net-mail/uw-mailutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/uw-mailutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.40 2012/03/08 14:59:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.41 2012/03/09 14:08:35 eras Exp $ + + 09 Mar 2012; Eray Aslan <eras@gentoo.org> -uw-mailutils-2007e.ebuild, + -uw-mailutils-2007e-r1.ebuild: + remove old 08 Mar 2012; Brent Baude <ranger@gentoo.org> uw-mailutils-2007f.ebuild: Marking uw-mailutils-2007f ppc64 for bug 391353 diff --git a/net-mail/uw-mailutils/uw-mailutils-2007e-r1.ebuild b/net-mail/uw-mailutils/uw-mailutils-2007e-r1.ebuild deleted file mode 100644 index 755a3643e126..000000000000 --- a/net-mail/uw-mailutils/uw-mailutils-2007e-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007e-r1.ebuild,v 1.2 2011/06/06 19:50:05 eras Exp $ - -EAPI=4 - -inherit eutils flag-o-matic - -MY_P="imap-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Mail utilities from the UW" -HOMEPAGE="http://www.washington.edu/imap/" -SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="pam ssl" - -DEPEND="!<mail-client/pine-4.64-r1 - pam? ( virtual/pam ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND} - !<net-mail/uw-imap-${PV}" - -src_prepare() { - chmod -R ug+w "${S}" - - epatch "${FILESDIR}/${PN}-2004g.patch" - epatch "${FILESDIR}/${PN}-ssl.patch" - - sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" \ - src/mailutil/Makefile \ - src/mtest/Makefile || die "sed failed patching Makefile CFLAGS." - - append-flags -fPIC -} - -src_compile() { - local port=slx - use elibc_FreeBSD && port=bsf - use pam && port=lnp - local ssltype=none - use ssl && ssltype=nopwd - emake -j1 "${port}" EXTRACFLAGS="${CFLAGS}" EXTRALDFLAGS="${LDFLAGS}" SSLTYPE="${ssltype}" -} - -src_install() { - dobin mailutil/mailutil mtest/mtest - doman src/mailutil/mailutil.1 -} diff --git a/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild b/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild deleted file mode 100644 index 7816270d0025..000000000000 --- a/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild,v 1.8 2009/09/23 19:15:01 patrick Exp $ - -inherit eutils flag-o-matic - -MY_P="imap-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Mail utilities from the UW" -HOMEPAGE="http://www.washington.edu/imap/" -SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!<mail-client/pine-4.64-r1" -RDEPEND="${DEPEND} - !<net-mail/uw-imap-${PV}" - -src_unpack() { - unpack ${A} - chmod -R ug+w "${S}" - - cd "${S}" - - epatch "${FILESDIR}/${PN}-2004g.patch" || die "epatch failed" - - sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" \ - src/mailutil/Makefile \ - src/mtest/Makefile || die "sed failed patching Makefile CFLAGS." - - append-flags -fPIC -} - -src_compile() { - local port=slx - use elibc_FreeBSD && port=bsf - yes | make "${port}" EXTRACFLAGS="${CFLAGS}" SSLTYPE=none || die -} - -src_install() { - into /usr - dobin mailutil/mailutil mtest/mtest - doman src/mailutil/mailutil.1 -} |