diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-02-02 18:42:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-02-02 18:42:30 +0000 |
commit | e6276d9159cfc0ceff0e472b972e2bdfde1b6935 (patch) | |
tree | ad2758010ca36ab0bd77a3ce8430e2ccf8ffb398 /net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild | |
parent | Fix LICENSE, bug 453166. (diff) | |
download | gentoo-2-e6276d9159cfc0ceff0e472b972e2bdfde1b6935.tar.gz gentoo-2-e6276d9159cfc0ceff0e472b972e2bdfde1b6935.tar.bz2 gentoo-2-e6276d9159cfc0ceff0e472b972e2bdfde1b6935.zip |
Fix LICENSE, bug 453166.
(Portage version: 2.1.11.48/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild')
-rw-r--r-- | net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild index 72cd72042653..bb0718fff14e 100644 --- a/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild +++ b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild @@ -1,21 +1,24 @@ -# Copyright 1999-2006 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/qmail-qsanity/qmail-qsanity-0.52.ebuild,v 1.4 2006/02/20 21:08:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild,v 1.5 2013/02/02 18:42:30 ulm Exp $ DESCRIPTION="qmail-qsanity checks your queue data structures for internal consistency." HOMEPAGE="http://www.qmail.org/" SRC_URI="mirror://qmail/${P}" -LICENSE="as-is" + +LICENSE="qmail-nelson" SLOT="0" # Should run on all platforms without issue KEYWORDS="x86 ~ppc ~hppa" IUSE="" + DEPEND="" RDEPEND="virtual/qmail dev-lang/perl" + S=${WORKDIR} src_unpack() { - cp ${DISTDIR}/${P} ${PN} + cp "${DISTDIR}"/${P} ${PN} } src_compile() { |