diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-29 05:03:35 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-29 05:03:35 +0000 |
commit | 697326e0c2b60aa9622cc5274aa77216688a4e81 (patch) | |
tree | c1bb3b21a2bff76f42d66dd88d3bfdcceb6c1c4a /dev-libs/libdnsres | |
parent | Remove mask on test use flag for freerdp. (diff) | |
download | gentoo-2-697326e0c2b60aa9622cc5274aa77216688a4e81.tar.gz gentoo-2-697326e0c2b60aa9622cc5274aa77216688a4e81.tar.bz2 gentoo-2-697326e0c2b60aa9622cc5274aa77216688a4e81.zip |
Set proper license for package, wrt bug #444984. Thanks to Ulrich Müller for discovering this issue
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r-- | dev-libs/libdnsres/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libdnsres/ChangeLog b/dev-libs/libdnsres/ChangeLog index 84d3266a8347..0f02bcaefcdb 100644 --- a/dev-libs/libdnsres/ChangeLog +++ b/dev-libs/libdnsres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libdnsres -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.12 2010/12/02 17:27:28 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.13 2012/11/29 05:03:35 pinkbyte Exp $ + + 29 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> libdnsres-0.1a-r1.ebuild: + Set proper license for package, wrt bug #444984. Thanks to Ulrich Müller for + discovering this issue 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> libdnsres-0.1a-r1.ebuild, +files/libdnsres-0.1a-autotools.patch: diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild index c84559f8f08d..1758a328fa96 100644 --- a/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild +++ b/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.9 2010/12/02 17:27:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.10 2012/11/29 05:03:35 pinkbyte Exp $ inherit eutils autotools @@ -8,7 +8,7 @@ DESCRIPTION="A non-blocking DNS resolver library" HOMEPAGE="http://www.monkey.org/~provos/libdnsres/" SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz" -LICENSE="|| ( as-is BSD )" +LICENSE="BSD-4" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" |