diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-09-13 19:13:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-09-13 19:13:44 +0000 |
commit | f7860f48f06ba3a11d9e8d03037c2f2d7718176b (patch) | |
tree | 45ebcaa0e8b1bb2cbbea0ecf8f92ddd7b32913b0 /dev-vcs/git-sh | |
parent | Drop maintainer due retirement, bug #278944 (diff) | |
download | gentoo-2-f7860f48f06ba3a11d9e8d03037c2f2d7718176b.tar.gz gentoo-2-f7860f48f06ba3a11d9e8d03037c2f2d7718176b.tar.bz2 gentoo-2-f7860f48f06ba3a11d9e8d03037c2f2d7718176b.zip |
Drop maintainer due retirement, bug #278944; remove old.
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r-- | dev-vcs/git-sh/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.0-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-vcs/git-sh/metadata.xml | 3 |
3 files changed, 6 insertions, 40 deletions
diff --git a/dev-vcs/git-sh/ChangeLog b/dev-vcs/git-sh/ChangeLog index 9c09e1d445c8..f55f59625f17 100644 --- a/dev-vcs/git-sh/ChangeLog +++ b/dev-vcs/git-sh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-sh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.3 2011/03/27 15:06:22 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.4 2011/09/13 19:13:44 pacho Exp $ + + 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -git-sh-1.0-r1.ebuild, + metadata.xml: + Drop maintainer due retirement, bug #278944; remove old. *git-sh-1.1 (27 Mar 2011) diff --git a/dev-vcs/git-sh/git-sh-1.0-r1.ebuild b/dev-vcs/git-sh/git-sh-1.0-r1.ebuild deleted file mode 100644 index 2b946c7664f0..000000000000 --- a/dev-vcs/git-sh/git-sh-1.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.0-r1.ebuild,v 1.2 2010/03/17 16:36:41 sping Exp $ - -EAPI="2" - -DESCRIPTION="A customized bash environment suitable for git work." -HOMEPAGE="http://github.com/rtomayko/git-sh" -SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-vcs/git" - -S="${WORKDIR}/rtomayko-${PN}-bedba53" - -src_prepare() { - sed -e 's/git-completion\.bash //' -i Makefile || die "sed failed" -} - -src_install() { - dobin ${PN} || die "dobin failed" - insinto /usr/share/${PN} - doins gitshrc-example.bash || die "doins failed" - dodoc README.markdown || die "dodoc failed" -} - -pkg_postinst() { - einfo - einfo "For bash completion in git commands emerge dev-vcs/git" - einfo "with bash-completion USE flag." - einfo -} diff --git a/dev-vcs/git-sh/metadata.xml b/dev-vcs/git-sh/metadata.xml index a08205a8ebe9..216b90211b00 100644 --- a/dev-vcs/git-sh/metadata.xml +++ b/dev-vcs/git-sh/metadata.xml @@ -3,8 +3,7 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>ayoy@gentoo.org</email> - <name>Dominik Kapusta</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <longdescription lang="en"> </longdescription> |