public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/gitweb: ChangeLog gitweb-1.5.2.ebuild metadata.xml gitweb-1.5.4.2.ebuild gitweb-1.5.1.6.ebuild gitweb-1.5.0.7.ebuild
@ 2008-02-23 22:40 Benedikt Boehm (hollow)
  0 siblings, 0 replies; only message in thread
From: Benedikt Boehm (hollow) @ 2008-02-23 22:40 UTC (permalink / raw
  To: gentoo-commits

hollow      08/02/23 22:40:39

  Modified:             ChangeLog gitweb-1.5.2.ebuild metadata.xml
  Added:                gitweb-1.5.4.2.ebuild
  Removed:              gitweb-1.5.1.6.ebuild gitweb-1.5.0.7.ebuild
  Log:
  version bump; ebuild cleanup wrt #208584; fix metadata
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.26                 www-apps/gitweb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitweb/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	14 Oct 2007 19:05:45 -0000	1.25
+++ ChangeLog	23 Feb 2008 22:40:38 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/gitweb
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/ChangeLog,v 1.25 2007/10/14 19:05:45 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/ChangeLog,v 1.26 2008/02/23 22:40:38 hollow Exp $
+
+*gitweb-1.5.4.2 (23 Feb 2008)
+
+  23 Feb 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml,
+  -gitweb-1.5.0.7.ebuild, -gitweb-1.5.1.6.ebuild, gitweb-1.5.2.ebuild,
+  +gitweb-1.5.4.2.ebuild:
+  version bump; ebuild cleanup wrt #208584; fix metadata
 
   14 Oct 2007; Markus Ullmann <jokey@gentoo.org> gitweb-1.5.2.ebuild:
   Keyword ~sparc for bug #195881



1.3                  www-apps/gitweb/gitweb-1.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild?r1=1.2&r2=1.3

Index: gitweb-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gitweb-1.5.2.ebuild	14 Oct 2007 19:05:45 -0000	1.2
+++ gitweb-1.5.2.ebuild	23 Feb 2008 22:40:38 -0000	1.3
@@ -1,14 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild,v 1.2 2007/10/14 19:05:45 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-1.5.2.ebuild,v 1.3 2008/02/23 22:40:38 hollow Exp $
 
 inherit webapp
 
-GIT_VERSION="${PV}"
-
 DESCRIPTION="Web interface to GIT repositories"
 HOMEPAGE="http://git.or.cz/"
-SRC_URI="mirror://kernel/software/scm/git/git-${GIT_VERSION}.tar.bz2"
+SRC_URI="mirror://kernel/software/scm/git/git-${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
@@ -16,9 +14,11 @@
 
 DEPEND=""
 RDEPEND="dev-lang/perl
->=dev-util/git-${PV}"
+	>=dev-util/git-${PV}"
+
+need_httpd_cgi
 
-S="${WORKDIR}"/git-${GIT_VERSION}/gitweb
+S="${WORKDIR}"/git-${PV}/gitweb
 
 src_compile() {
 	sed -i \
@@ -31,11 +31,12 @@
 
 src_install() {
 	webapp_src_preinst
+
 	dodoc README "${FILESDIR}"/README.gentoo
-	rm -f README
 
-	cp gitweb.{cgi,css} git-{favicon,logo}.png "${D}/${MY_HTDOCSDIR}"
-	cp "${FILESDIR}"/apache.htaccess "${D}/${MY_HTDOCSDIR}"/.htaccess
+	insinto "${MY_HTDOCSDIR}"
+	doins gitweb.{cgi,css} git-{favicon,logo}.png
+	newins "${FILESDIR}"/apache.htaccess .htaccess
 
 	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
 	webapp_src_install



1.2                  www-apps/gitweb/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitweb/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	5 Oct 2005 16:31:35 -0000	1.1
+++ metadata.xml	23 Feb 2008 22:40:38 -0000	1.2
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
+	<herd>web-apps</herd>
 	<maintainer>
 		<email>ferdy@gentoo.org</email>
 		<name>Fernando J. Pereda</name>
 	</maintainer>
 </pkgmetadata>
-



1.1                  www-apps/gitweb/gitweb-1.5.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/gitweb-1.5.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gitweb/gitweb-1.5.4.2.ebuild?rev=1.1&content-type=text/plain

Index: gitweb-1.5.4.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-1.5.4.2.ebuild,v 1.1 2008/02/23 22:40:38 hollow Exp $

inherit webapp

DESCRIPTION="Web interface to GIT repositories"
HOMEPAGE="http://git.or.cz/"
SRC_URI="mirror://kernel/software/scm/git/git-${PV}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/perl
	>=dev-util/git-${PV}"

need_httpd_cgi

S="${WORKDIR}"/git-${PV}/gitweb

src_compile() {
	sed -i \
		-e 's~^\(GITWEB_PROJECTROOT =\).*$~\1 /var/git~g' \
		-e 's~^\(GITWEB_SITE_HEADER =\).*$~\1 header.html~g' \
		-e 's~^\(GITWEB_SITE_FOOTER =\).*$~\1 footer.html~g' \
		../Makefile || die "failed to sed Makefile"
	emake -C .. prefix=/usr gitweb/gitweb.cgi || die "emake failed"
}

src_install() {
	webapp_src_preinst

	dodoc README "${FILESDIR}"/README.gentoo

	insinto "${MY_HTDOCSDIR}"
	doins gitweb.{cgi,css} git-{favicon,logo}.png
	newins "${FILESDIR}"/apache.htaccess .htaccess

	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
	webapp_src_install
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-23 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23 22:40 [gentoo-commits] gentoo-x86 commit in www-apps/gitweb: ChangeLog gitweb-1.5.2.ebuild metadata.xml gitweb-1.5.4.2.ebuild gitweb-1.5.1.6.ebuild gitweb-1.5.0.7.ebuild Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox