diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-28 09:56:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-28 09:56:23 +0000 |
commit | f50cfe86a83cc0f3ef8ee7774c88797d1e936ef7 (patch) | |
tree | 61986772b17db6a6e545f76406cbf00b25ab8435 /dev-util | |
parent | Bug #236185, version bump for fixes with Git-1.6. (diff) | |
download | gentoo-2-f50cfe86a83cc0f3ef8ee7774c88797d1e936ef7.tar.gz gentoo-2-f50cfe86a83cc0f3ef8ee7774c88797d1e936ef7.tar.bz2 gentoo-2-f50cfe86a83cc0f3ef8ee7774c88797d1e936ef7.zip |
Remove older versions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gitosis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gitosis/gitosis-0.2_p20071217.ebuild | 41 | ||||
-rw-r--r-- | dev-util/gitosis/gitosis-0.2_p20080319.ebuild | 41 |
3 files changed, 5 insertions, 83 deletions
diff --git a/dev-util/gitosis/ChangeLog b/dev-util/gitosis/ChangeLog index bdf20165d59a..4c77c8f87c48 100644 --- a/dev-util/gitosis/ChangeLog +++ b/dev-util/gitosis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gitosis # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis/ChangeLog,v 1.7 2008/10/28 09:55:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis/ChangeLog,v 1.8 2008/10/28 09:56:23 robbat2 Exp $ + + 28 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> + -gitosis-0.2_p20071217.ebuild, -gitosis-0.2_p20080319.ebuild: + Remove older versions. *gitosis-0.2_p20080825 (28 Oct 2008) diff --git a/dev-util/gitosis/gitosis-0.2_p20071217.ebuild b/dev-util/gitosis/gitosis-0.2_p20071217.ebuild deleted file mode 100644 index d62c13b6d0ca..000000000000 --- a/dev-util/gitosis/gitosis-0.2_p20071217.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis/gitosis-0.2_p20071217.ebuild,v 1.3 2008/04/04 07:14:10 robbat2 Exp $ - -inherit distutils - -DESCRIPTION="gitosis -- software for hosting git repositories" -HOMEPAGE="http://eagain.net/gitweb/?p=gitosis.git;a=summary" -# This is a snapshot taken from the upstream gitweb. -MY_PV="20071217-27bd3c9954fa8e4c4a5d900b0e63eaae3f88e64c" -MY_PN="${PN}.git" -MY_P="${MY_PN}-${MY_PV}" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" -DEPEND=">=dev-util/git-1.5.3.6 - >=dev-python/setuptools-0.6_rc5" -RDEPEND="${DEPEND} - !dev-util/gitosis-gentoo" - -S=${WORKDIR}/gitosis.git - -DOCS="example.conf gitweb.conf lighttpd-gitweb.conf TODO.rst" - -pkg_setup() { - enewgroup git - enewuser git -1 /bin/sh /var/spool/gitosis git -} - -src_install() { - distutils_src_install - keepdir /var/spool/gitosis - fowners git:git /var/spool/gitosis -} - -# We should handle more of this, but it requires the input of an SSH public key -# from the user, and they may want to set up more configuration first. -#pkg_config() { -#} diff --git a/dev-util/gitosis/gitosis-0.2_p20080319.ebuild b/dev-util/gitosis/gitosis-0.2_p20080319.ebuild deleted file mode 100644 index 1b874eee0c69..000000000000 --- a/dev-util/gitosis/gitosis-0.2_p20080319.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis/gitosis-0.2_p20080319.ebuild,v 1.1 2008/04/04 07:13:30 robbat2 Exp $ - -inherit distutils - -DESCRIPTION="gitosis -- software for hosting git repositories" -HOMEPAGE="http://eagain.net/gitweb/?p=gitosis.git;a=summary" -# This is a snapshot taken from the upstream gitweb. -MY_PV="20080319-4d8ba7788d10e62928404b0272de241580e00e92" -MY_PN="${PN}.git" -MY_P="${MY_PN}-${MY_PV}" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" -DEPEND=">=dev-util/git-1.5.3.6 - >=dev-python/setuptools-0.6_rc5" -RDEPEND="${DEPEND} - !dev-util/gitosis-gentoo" - -S=${WORKDIR}/gitosis - -DOCS="example.conf gitweb.conf lighttpd-gitweb.conf TODO.rst" - -pkg_setup() { - enewgroup git - enewuser git -1 /bin/sh /var/spool/gitosis git -} - -src_install() { - distutils_src_install - keepdir /var/spool/gitosis - fowners git:git /var/spool/gitosis -} - -# We should handle more of this, but it requires the input of an SSH public key -# from the user, and they may want to set up more configuration first. -#pkg_config() { -#} |