diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-23 23:02:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-23 23:02:28 +0000 |
commit | 0f49d318b0e59d2cedaae87ce8a35262a8b8ee6f (patch) | |
tree | e48897bc93c851e8764f1f3de1570fd10f958dab /net-mail/qprint | |
parent | Version bump, fixing several bugs. Adjusted opal-3.6.8 dep on ptlib =< 2.10.8... (diff) | |
download | gentoo-2-0f49d318b0e59d2cedaae87ce8a35262a8b8ee6f.tar.gz gentoo-2-0f49d318b0e59d2cedaae87ce8a35262a8b8ee6f.tar.bz2 gentoo-2-0f49d318b0e59d2cedaae87ce8a35262a8b8ee6f.zip |
LICENSE is public-domain according to COPYING included in tarball.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-mail/qprint')
-rw-r--r-- | net-mail/qprint/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qprint/qprint-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qprint/ChangeLog b/net-mail/qprint/ChangeLog index eb6ba5112caf..48de1bf5826c 100644 --- a/net-mail/qprint/ChangeLog +++ b/net-mail/qprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.8 2011/06/24 13:51:24 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.9 2012/10/23 23:02:28 ulm Exp $ + + 23 Oct 2012; Ulrich Müller <ulm@gentoo.org> qprint-1.0.ebuild: + LICENSE is public-domain according to COPYING included in tarball. 24 Jun 2011; Fabian Groffen <grobian@gentoo.org> qprint-1.0.ebuild: Marked ~ppc-macos diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild index 16e7394f885d..a93f1d6f139b 100644 --- a/net-mail/qprint/qprint-1.0.ebuild +++ b/net-mail/qprint/qprint-1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.7 2011/06/24 13:51:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.8 2012/10/23 23:02:28 ulm Exp $ DESCRIPTION="MIME quoted-printable data encoding and decoding utility" HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/" SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ppc x86 ~ppc-macos" IUSE="" |