diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 20:31:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 20:31:36 +0000 |
commit | d66861d40182765449a98e4664a5c74c9a69a7f0 (patch) | |
tree | 8f307fd710ebdeee48460dcb01a7e5e5be88ac3e /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-d66861d40182765449a98e4664a5c74c9a69a7f0.tar.gz gentoo-2-d66861d40182765449a98e4664a5c74c9a69a7f0.tar.bz2 gentoo-2-d66861d40182765449a98e4664a5c74c9a69a7f0.zip |
Fix LICENSE, bug 444424.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/qmailanalog/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-mail/qmailanalog/ChangeLog b/net-mail/qmailanalog/ChangeLog index 5d43df5e88d5..52e3a3fc5486 100644 --- a/net-mail/qmailanalog/ChangeLog +++ b/net-mail/qmailanalog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmailanalog -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/ChangeLog,v 1.12 2011/08/26 14:44:03 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/ChangeLog,v 1.13 2013/01/01 20:31:36 ulm Exp $ + + 01 Jan 2013; Ulrich Müller <ulm@gentoo.org> qmailanalog-0.70-r1.ebuild: + Fix LICENSE, bug 444424. 26 Aug 2011; Diego E. Pettenò <flameeyes@gentoo.org> qmailanalog-0.70-r1.ebuild: diff --git a/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild b/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild index 9228062d4950..42f477a845da 100644 --- a/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild +++ b/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild,v 1.7 2011/08/26 14:44:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/qmailanalog-0.70-r1.ebuild,v 1.8 2013/01/01 20:31:36 ulm Exp $ inherit eutils fixheadtails toolchain-funcs @@ -8,8 +8,8 @@ DESCRIPTION="collection of tools to help you analyze qmail's activity record" SRC_URI="http://cr.yp.to/software/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/qmailanalog.html" +LICENSE="freedist public-domain" # public-domain for files/tai64nfrac.c SLOT="0" -LICENSE="as-is" KEYWORDS="x86 sparc ~amd64" IUSE="" @@ -17,8 +17,8 @@ DEPEND="sys-apps/groff" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-errno.patch + cd "${S}" + epatch "${FILESDIR}"/${PV}-errno.patch ht_fix_file auto_home.c.do default.do Makefile } @@ -28,7 +28,7 @@ src_compile() { echo "$(tc-getCC) ${LDFLAGS}" > conf-ld emake || die - $(tc-getCC) ${CFLAGS} ${FILESDIR}/tai64nfrac.c -o tai64nfrac || die + $(tc-getCC) ${CFLAGS} "${FILESDIR}"/tai64nfrac.c -o tai64nfrac || die } src_test() { :; } |