diff options
author | 2011-04-13 15:05:53 +0000 | |
---|---|---|
committer | 2011-04-13 15:05:53 +0000 | |
commit | ef657ec9036c004984389e3b38621f3b03f79acd (patch) | |
tree | 99bdd366e28b273b240baf8fcbc8b5182fb1aad5 | |
parent | Don't PROVIDE virtual/man, it is a new-style virtual now. Bug 358839. (diff) | |
download | gentoo-2-ef657ec9036c004984389e3b38621f3b03f79acd.tar.gz gentoo-2-ef657ec9036c004984389e3b38621f3b03f79acd.tar.bz2 gentoo-2-ef657ec9036c004984389e3b38621f3b03f79acd.zip |
Don't PROVIDE virtual/man, it is a new-style virtual now. Bug 358839.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/man-db/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.5.7-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.5.9.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index dfbeddb6d87c..f3a03894737f 100644 --- a/sys-apps/man-db/ChangeLog +++ b/sys-apps/man-db/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/man-db -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.14 2010/12/22 18:40:23 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.15 2011/04/13 15:05:52 ulm Exp $ + + 13 Apr 2011; Ulrich Mueller <ulm@gentoo.org> man-db-2.5.7-r1.ebuild, + man-db-2.5.9.ebuild: + Don't PROVIDE virtual/man, it is a new-style virtual now. Bug 358839. *man-db-2.5.9 (22 Dec 2010) diff --git a/sys-apps/man-db/man-db-2.5.7-r1.ebuild b/sys-apps/man-db/man-db-2.5.7-r1.ebuild index 5aa7c6e02f77..37fb24e58d3d 100644 --- a/sys-apps/man-db/man-db-2.5.7-r1.ebuild +++ b/sys-apps/man-db/man-db-2.5.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.7-r1.ebuild,v 1.1 2010/08/23 09:16:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.7-r1.ebuild,v 1.2 2011/04/13 15:05:53 ulm Exp $ EAPI="2" @@ -22,7 +22,6 @@ RDEPEND="berkdb? ( sys-libs/db ) !sys-apps/man" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -PROVIDE="virtual/man" pkg_setup() { enewgroup man 15 diff --git a/sys-apps/man-db/man-db-2.5.9.ebuild b/sys-apps/man-db/man-db-2.5.9.ebuild index d097f37fea6b..ed9bed149274 100644 --- a/sys-apps/man-db/man-db-2.5.9.ebuild +++ b/sys-apps/man-db/man-db-2.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.9.ebuild,v 1.1 2010/12/22 18:40:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.9.ebuild,v 1.2 2011/04/13 15:05:52 ulm Exp $ EAPI="2" @@ -22,7 +22,6 @@ RDEPEND="berkdb? ( sys-libs/db ) !sys-apps/man" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -PROVIDE="virtual/man" pkg_setup() { enewgroup man 15 |