diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-07-11 20:57:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-07-11 20:57:08 +0000 |
commit | d8415613eb4869d410e16631926b62425f02c527 (patch) | |
tree | 8f1b8d76b9b6f16cd01a1a22eb40bbd5a5c27196 /dev-util/gitosis-gentoo | |
parent | Add ~ia64/sparc stable (diff) | |
download | historical-d8415613eb4869d410e16631926b62425f02c527.tar.gz historical-d8415613eb4869d410e16631926b62425f02c527.tar.bz2 historical-d8415613eb4869d410e16631926b62425f02c527.zip |
Minor version bump: New version ignore comments and excess whitespace in SSH keys. Allows commenting of keydir contents.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64
Diffstat (limited to 'dev-util/gitosis-gentoo')
-rw-r--r-- | dev-util/gitosis-gentoo/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/gitosis-gentoo/Manifest | 4 | ||||
-rw-r--r-- | dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild | 40 |
3 files changed, 51 insertions, 2 deletions
diff --git a/dev-util/gitosis-gentoo/ChangeLog b/dev-util/gitosis-gentoo/ChangeLog index 6a6a64f4d1fe..186eaeec8eff 100644 --- a/dev-util/gitosis-gentoo/ChangeLog +++ b/dev-util/gitosis-gentoo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/gitosis-gentoo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/ChangeLog,v 1.1 2008/04/04 07:22:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/ChangeLog,v 1.2 2008/07/11 20:57:08 robbat2 Exp $ + +*gitosis-gentoo-0.2_p20080711 (11 Jul 2008) + + 11 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> + +gitosis-gentoo-0.2_p20080711.ebuild: + Minor version bump: New version ignore comments and excess whitespace in + SSH keys. Allows commenting of keydir contents. *gitosis-gentoo-0.2_p20080203 (04 Apr 2008) diff --git a/dev-util/gitosis-gentoo/Manifest b/dev-util/gitosis-gentoo/Manifest index 3a85b3c9f539..02c08963d232 100644 --- a/dev-util/gitosis-gentoo/Manifest +++ b/dev-util/gitosis-gentoo/Manifest @@ -1,4 +1,6 @@ +DIST gitosis-gentoo-20080711-800ac5b58a60de070a10cafce609f28fc2905691.tar.bz2 35787 RMD160 927b52e3d59be5f80cf8a441081501f6955a0c82 SHA1 221e41f47ffa5b995554607edbfcf9cc2efb6b03 SHA256 78119bea1dfa3b6a7aa3aa13095939f1bb8b4740b2e3cbda3bcd95efabd81320 DIST gitosis-gentoo.git-20080203-231e601545d0a09d84d3c5c2786d774f56fe9217.tar.bz2 35661 RMD160 f33f36e6984b9e601d5f632b3ee53b5617351612 SHA1 aad1cfa691274317e610f3621ead49812431f55a SHA256 7672209eb2fbf6960967ba20372bcb269ae2b539c628e6e099f9989884f34c21 EBUILD gitosis-gentoo-0.2_p20080203.ebuild 1233 RMD160 7e69005c25ce25fbefde32fdc018d99e080537be SHA1 67840262cf716383654c36c977ee6e3ad0f159e1 SHA256 9cd397bd6adb0fd1fb05bba7318cdd5fac58db0a66db613ab7e5aadb800897c4 -MISC ChangeLog 532 RMD160 6d949b55f6850645d153c215ba5ba5d65009dc5b SHA1 ddbfc8159d40b753e4192e7f8acab5cf863e608a SHA256 ab8035eb49bc881251176706d2837a6cb1f6a37e03b5687c7f2a81b071d01763 +EBUILD gitosis-gentoo-0.2_p20080711.ebuild 1205 RMD160 c7fd13f7c3f6824bf7750d9d1a69509d6e16507d SHA1 743af69658895d45d0297100e9e20c1419a9a31f SHA256 463968ec4e68e57f945bb6b2904fe3d181c570b433e3a1ebf0d78a40a655dee9 +MISC ChangeLog 796 RMD160 8a33b7b92381b5d97545975f4ff0a420e13224fe SHA1 bcfadff3d10e3f7792c5adb3342ac56113f22e94 SHA256 7c3ac844b27028bfcaea23565129249af543d5e2113a1e0a644b8acac5b3e6a1 MISC metadata.xml 377 RMD160 74cab863bd42cd43f0c07276c4be096e5fa38291 SHA1 c05576f5fc0e51708a151d73f8db0f04d3d36f8c SHA256 ea6084f3ae1cc0247c58bceae2259e7eb800e94f39678c2d004cfd4ae6c42b70 diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild new file mode 100644 index 000000000000..cbfab4c251eb --- /dev/null +++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.1 2008/07/11 20:57:08 robbat2 Exp $ + +inherit distutils + +DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork" +HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git" +# This is a snapshot taken from the Gentoo overlays gitweb. +MY_PV="20080711-800ac5b58a60de070a10cafce609f28fc2905691" +MY_P="${PN}-${MY_PV}" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +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" + +S=${WORKDIR}/${MY_P} + +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() { +#} |