diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-05-18 16:36:15 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-05-18 16:36:15 +0000 |
commit | eda7e9e35bdd1223bb2d9b1a02b0c231b5370ee5 (patch) | |
tree | 75fd4aa0740e65278702e7d417a1ba5de640a2b0 /mail-mta/opensmtpd | |
parent | Stable for HPPA (bug #470262). (diff) | |
download | gentoo-2-eda7e9e35bdd1223bb2d9b1a02b0c231b5370ee5.tar.gz gentoo-2-eda7e9e35bdd1223bb2d9b1a02b0c231b5370ee5.tar.bz2 gentoo-2-eda7e9e35bdd1223bb2d9b1a02b0c231b5370ee5.zip |
Correct cvs issue.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'mail-mta/opensmtpd')
-rw-r--r-- | mail-mta/opensmtpd/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild | 3 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog index 69e6775aea21..ac88bf4adc94 100644 --- a/mail-mta/opensmtpd/ChangeLog +++ b/mail-mta/opensmtpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/opensmtpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.10 2013/05/18 14:51:00 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.11 2013/05/18 16:36:15 zx2c4 Exp $ + + 18 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> + opensmtpd-5.3.1.201305171950_p1.ebuild, opensmtpd-5.3.1_p1.ebuild: + Correct cvs issue. 18 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> opensmtpd-5.3.1.201305171950_p1.ebuild: diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild index 606c9376460c..51ee62ba6b89 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild,v 1.5 2013/05/18 14:51:00 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild,v 1.6 2013/05/18 16:36:15 zx2c4 Exp $ EAPI=5 @@ -8,6 +8,7 @@ inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools versiona DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" HOMEPAGE="http://www.opensmtpd.org/" + MY_DP="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_DP="${PN}-$(get_version_component_range 4-)" diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild index 2c9c4979a666..c2bbe2909213 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild,v 1.5 2013/05/18 14:50:40 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild,v 1.6 2013/05/18 16:36:15 zx2c4 Exp $ EAPI=5 @@ -9,6 +9,7 @@ inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools versiona DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" HOMEPAGE="http://www.opensmtpd.org/" MY_DP="${P}" + if [ $(get_last_version_component_index) -eq 4 ]; then MY_DP="${PN}-$(get_version_component_range 4-)" MY_P="${PN}-${PV/.$(get_version_component_range 4)}" @@ -44,6 +45,7 @@ S=${WORKDIR}/${MY_P/_} src_prepare() { epatch "${FILESDIR}"/build-warnings.patch + epatch_user eautoreconf } |