diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-13 15:00:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-13 15:00:16 +0000 |
commit | 760d9e5aecb5b8b433fb889afec02f7ee4bde672 (patch) | |
tree | 104f27bb870e5004ed9e6504df4cad109433b526 /virtual/man/man-0.ebuild | |
parent | Mongodb rework/bump. Fix bugs #329167, #334081, #337085, #337593, #337973, #3... (diff) | |
download | gentoo-2-760d9e5aecb5b8b433fb889afec02f7ee4bde672.tar.gz gentoo-2-760d9e5aecb5b8b433fb889afec02f7ee4bde672.tar.bz2 gentoo-2-760d9e5aecb5b8b433fb889afec02f7ee4bde672.zip |
Initial import, bug 358839.
(Portage version: 2.1.9.45/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/man/man-0.ebuild')
-rw-r--r-- | virtual/man/man-0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/man/man-0.ebuild b/virtual/man/man-0.ebuild new file mode 100644 index 000000000000..449bb0d61242 --- /dev/null +++ b/virtual/man/man-0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/man/man-0.ebuild,v 1.1 2011/04/13 15:00:16 ulm Exp $ + +EAPI=3 + +DESCRIPTION="Virtual for man" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +RDEPEND="|| ( sys-apps/man + sys-apps/man-db )" |