diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-06 22:20:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-06 22:20:11 +0000 |
commit | a6a0139a98ab57b4b68370de5ec9a9118cc7443a (patch) | |
tree | 01ec6f721c8654db07168a880a08adaf8e5629a8 /net-dns/resolvconf-symlink | |
parent | Fixed bad sed command resulting in wrong script (bug #446263) (diff) | |
download | gentoo-2-a6a0139a98ab57b4b68370de5ec9a9118cc7443a.tar.gz gentoo-2-a6a0139a98ab57b4b68370de5ec9a9118cc7443a.tar.bz2 gentoo-2-a6a0139a98ab57b4b68370de5ec9a9118cc7443a.zip |
Change license as requested by ulm, bug #446296.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'net-dns/resolvconf-symlink')
-rw-r--r-- | net-dns/resolvconf-symlink/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-dns/resolvconf-symlink/ChangeLog b/net-dns/resolvconf-symlink/ChangeLog index 56077754d51d..564813f66370 100644 --- a/net-dns/resolvconf-symlink/ChangeLog +++ b/net-dns/resolvconf-symlink/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-dns/resolvconf-symlink -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-symlink/ChangeLog,v 1.1 2011/08/22 08:37:26 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-symlink/ChangeLog,v 1.2 2012/12/06 22:20:11 mgorny Exp $ + + 06 Dec 2012; Michał Górny <mgorny@gentoo.org> resolvconf-symlink-0.ebuild: + Change license as requested by ulm, bug #446296. *resolvconf-symlink-0 (22 Aug 2011) 22 Aug 2011; Michał Górny <mgorny@gentoo.org> +resolvconf-symlink-0.ebuild, +metadata.xml: Introduce the ebuild for making /etc/resolv.conf a symlink. - diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild index 9670b0aee61e..f2e8450948f8 100644 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild @@ -1,6 +1,6 @@ -# 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-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild,v 1.1 2011/08/22 08:37:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild,v 1.2 2012/12/06 22:20:11 mgorny Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="Make /etc/resolv.conf a symlink to a runtime-writable location" HOMEPAGE="http://www.gentoo.org" SRC_URI="" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+symlink" |