summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-23 15:39:56 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-23 15:39:56 +0000
commit3c90e35910bf37ca0788fae4bed80f78afbed03d (patch)
treefe080a9645714ef75d20eb048cc2fde3a2b731ce /dev-vcs/vcsh
parentCleanup due bug #65652 (diff)
downloadgentoo-2-3c90e35910bf37ca0788fae4bed80f78afbed03d.tar.gz
gentoo-2-3c90e35910bf37ca0788fae4bed80f78afbed03d.tar.bz2
gentoo-2-3c90e35910bf37ca0788fae4bed80f78afbed03d.zip
Prefer man-db as man provider (#467458)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs/vcsh')
-rw-r--r--dev-vcs/vcsh/ChangeLog6
-rw-r--r--dev-vcs/vcsh/metadata.xml2
-rw-r--r--dev-vcs/vcsh/vcsh-0.20120227.ebuild29
3 files changed, 6 insertions, 31 deletions
diff --git a/dev-vcs/vcsh/ChangeLog b/dev-vcs/vcsh/ChangeLog
index 8cedb7ad8a39..5d6c3f4e3a3a 100644
--- a/dev-vcs/vcsh/ChangeLog
+++ b/dev-vcs/vcsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/vcsh
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.3 2013/08/09 03:06:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.4 2013/12/23 15:39:56 pacho Exp $
+
+ 23 Dec 2013; Pacho Ramos <pacho@gentoo.org> -vcsh-0.20120227.ebuild,
+ metadata.xml:
+ Prefer man-db as man provider (#467458)
*vcsh-1.20130724 (09 Aug 2013)
diff --git a/dev-vcs/vcsh/metadata.xml b/dev-vcs/vcsh/metadata.xml
index 1cd39cbf2f60..91f4e72fb544 100644
--- a/dev-vcs/vcsh/metadata.xml
+++ b/dev-vcs/vcsh/metadata.xml
@@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>tove@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/dev-vcs/vcsh/vcsh-0.20120227.ebuild b/dev-vcs/vcsh/vcsh-0.20120227.ebuild
deleted file mode 100644
index 691178ed7d70..000000000000
--- a/dev-vcs/vcsh/vcsh-0.20120227.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/vcsh-0.20120227.ebuild,v 1.2 2012/04/22 11:54:05 tove Exp $
-
-EAPI=4
-GITHUB_ID=ffddb76
-
-DESCRIPTION='Manage config files in $HOME via fake bare git repositories'
-HOMEPAGE="https://github.com/RichiH/vcsh/blob/master/README.md"
-SRC_URI="http://github.com/RichiH/vcsh/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git"
-DEPEND="app-text/ronn"
-
-S="${WORKDIR}/RichiH-vcsh-${GITHUB_ID}"
-DOCS=( changelog )
-
-src_prepare() {
- default
- sed -i \
- -e 's,vendor-completions,site-functions,' \
- -e "s,share/doc/\$(self),share/doc/${PF}," \
- Makefile || die
-}