diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-13 17:45:03 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-13 17:45:03 +0000 |
commit | eb95f2c5e690dfba8c83cc34f1908251de8d4ac9 (patch) | |
tree | 3d0f63fb7ccb3fd412324a2133894a400f575406 /net-mail/uw-mailutils | |
parent | ppc stable, bug #254098 (diff) | |
download | historical-eb95f2c5e690dfba8c83cc34f1908251de8d4ac9.tar.gz historical-eb95f2c5e690dfba8c83cc34f1908251de8d4ac9.tar.bz2 historical-eb95f2c5e690dfba8c83cc34f1908251de8d4ac9.zip |
Version bump, #245425
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.25-gentoo-r7 x86_64
Diffstat (limited to 'net-mail/uw-mailutils')
-rw-r--r-- | net-mail/uw-mailutils/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/uw-mailutils/uw-mailutils-2007e.ebuild (renamed from net-mail/uw-mailutils/uw-mailutils-2004g.ebuild) | 19 |
2 files changed, 18 insertions, 11 deletions
diff --git a/net-mail/uw-mailutils/ChangeLog b/net-mail/uw-mailutils/ChangeLog index 3333377cb1cf..5729a82db6b6 100644 --- a/net-mail/uw-mailutils/ChangeLog +++ b/net-mail/uw-mailutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/uw-mailutils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.22 2008/09/20 10:02:50 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.23 2009/01/13 17:44:34 dertobi123 Exp $ + +*uw-mailutils-2007e (13 Jan 2009) + + 13 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -uw-mailutils-2004g.ebuild, +uw-mailutils-2007e.ebuild: + Version bump, #245425 20 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> uw-mailutils-2007b.ebuild: diff --git a/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild b/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild index 2cbe0104650e..15d36c553a99 100644 --- a/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild +++ b/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild @@ -1,32 +1,33 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-2004g.ebuild,v 1.13 2007/08/02 17:34:12 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007e.ebuild,v 1.1 2009/01/13 17:44:34 dertobi123 Exp $ inherit eutils flag-o-matic MY_P="imap-${PV}" -S=${WORKDIR}/${MY_P} +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="as-is" +LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc - !<net-mail/uw-imap-2004g-r1 !<mail-client/pine-4.64-r1" +RDEPEND="${DEPEND} + !<net-mail/uw-imap-${PV}" src_unpack() { unpack ${A} - chmod -R ug+w ${S} + chmod -R ug+w "${S}" - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${P}.patch || die "epatch failed" + epatch "${FILESDIR}/${PN}-2004g.patch" || die "epatch failed" sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" \ src/mailutil/Makefile \ |