public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.1.3.ebuild ChangeLog
@ 2009-12-22 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-12-22 21:16 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/12/22 21:16:24

  Modified:             ChangeLog
  Added:                viewvc-1.1.3.ebuild
  Log:
  Version bump.
  (Portage version: 15132-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 www-apps/viewvc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	24 Sep 2009 18:55:41 -0000	1.38
+++ ChangeLog	22 Dec 2009 21:16:24 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/viewvc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.38 2009/09/24 18:55:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.39 2009/12/22 21:16:24 arfrever Exp $
+
+*viewvc-1.1.3 (22 Dec 2009)
+
+  22 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +viewvc-1.1.3.ebuild:
+  Version bump.
 
   24 Sep 2009; Raúl Porcel <armin76@gentoo.org> viewvc-1.1.2.ebuild:
   sparc stable wrt #281576



1.1                  www-apps/viewvc/viewvc-1.1.3.ebuild

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

Index: viewvc-1.1.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.1 2009/12/22 21:16:24 arfrever Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit confutils eutils python webapp

WEBAPP_MANUAL_SLOT="yes"

DESCRIPTION="ViewVC, a web interface to CVS and Subversion"
HOMEPAGE="http://viewvc.org/"
SRC_URI="http://viewvc.tigris.org/files/documents/3330/47194/${P}.tar.gz"

LICENSE="viewcvs"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="cvs cvsgraph mod_python mysql pygments +subversion"
SLOT="0"

DEPEND=""
RDEPEND="
	cvs? (
		>=dev-lang/python-1.5.2
		app-text/rcs
	)

	subversion? (
		>=dev-lang/python-2.0
		>=dev-util/subversion-1.3.1[python]
	)

	mod_python? ( www-apache/mod_python )
	!mod_python? ( virtual/httpd-cgi )

	cvsgraph? ( >=dev-util/cvsgraph-1.5.0 )
	mysql? ( >=dev-python/mysql-python-0.9.0 )
	pygments? ( dev-python/pygments )
"
RESTRICT_PYTHON_ABIS="3.*"

pkg_setup() {
	webapp_pkg_setup

	confutils_require_any cvs subversion
}

src_prepare() {
	find bin/ -type f -print0 | xargs -0 sed -i \
		-e "s|\(^LIBRARY_DIR\)\(.*\$\)|\1 = \"$(python_get_sitedir)/${PN}\"|g" \
		-e "s|\(^CONF_PATHNAME\)\(.*\$\)|\1 = \"../conf/viewvc.conf\"|g"

	sed -i -e "s|\(self\.options\.template_dir\)\(.*\$\)|\1 = \"${MY_APPDIR}/templates\"|" \
		lib/config.py

	sed -i -e "s|^template_dir.*|#&|" conf/viewvc.conf.dist
	mv conf/viewvc.conf{.dist,}
	mv conf/cvsgraph.conf{.dist,}
	mv conf/mimetypes.conf{.dist,}
}

src_install() {
	webapp_src_preinst

	dodoc CHANGES COMMITTERS INSTALL README

	installation() {
		insinto "$(python_get_sitedir)/${PN}"
		doins -r lib/*
	}
	python_execute_function installation

	insinto "${MY_APPDIR}"
	doins -r templates/

	if use mysql; then
		exeinto "${MY_HOSTROOTDIR}"/bin
		doexe bin/{*dbadmin,make-database,loginfo-handler}
	fi

	insinto "${MY_HOSTROOTDIR}"/conf
	doins conf/{viewvc,cvsgraph,mimetypes}.conf

	if use mod_python; then
		insinto "${MY_HTDOCSDIR}"
		doins bin/mod_python/viewvc.py
		doins bin/mod_python/handler.py
		doins bin/mod_python/.htaccess
		use mysql && doins bin/mod_python/query.py
	else
		exeinto "${MY_CGIBINDIR}"
		doexe bin/cgi/viewvc.cgi
		use mysql && doexe bin/cgi/query.cgi
	fi

	webapp_configfile "${MY_HOSTROOTDIR}"/conf/{viewvc,cvsgraph}.conf

	webapp_src_install
}

pkg_postinst() {
	webapp_pkg_postinst
	python_mod_optimize viewvc
	elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
}

pkg_postrm() {
	python_mod_cleanup viewvc
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.1.3.ebuild ChangeLog
@ 2009-12-26 11:45 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-26 11:45 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/26 11:45:09

  Modified:             viewvc-1.1.3.ebuild ChangeLog
  Log:
  sparc/x86 stable wrt #298127
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.2                  www-apps/viewvc/viewvc-1.1.3.ebuild

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

Index: viewvc-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viewvc-1.1.3.ebuild	22 Dec 2009 21:16:24 -0000	1.1
+++ viewvc-1.1.3.ebuild	26 Dec 2009 11:45:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.1 2009/12/22 21:16:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.2 2009/12/26 11:45:09 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 SRC_URI="http://viewvc.tigris.org/files/documents/3330/47194/${P}.tar.gz"
 
 LICENSE="viewcvs"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 IUSE="cvs cvsgraph mod_python mysql pygments +subversion"
 SLOT="0"
 



1.40                 www-apps/viewvc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	22 Dec 2009 21:16:24 -0000	1.39
+++ ChangeLog	26 Dec 2009 11:45:09 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/viewvc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.39 2009/12/22 21:16:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.40 2009/12/26 11:45:09 armin76 Exp $
+
+  26 Dec 2009; Raúl Porcel <armin76@gentoo.org> viewvc-1.1.3.ebuild:
+  sparc/x86 stable wrt #298127
 
 *viewvc-1.1.3 (22 Dec 2009)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.1.3.ebuild ChangeLog
@ 2009-12-31 18:17 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-12-31 18:17 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/31 18:17:37

  Modified:             viewvc-1.1.3.ebuild ChangeLog
  Log:
  amd64 stable, bug #298127
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  www-apps/viewvc/viewvc-1.1.3.ebuild

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

Index: viewvc-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- viewvc-1.1.3.ebuild	26 Dec 2009 11:45:09 -0000	1.2
+++ viewvc-1.1.3.ebuild	31 Dec 2009 18:17:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.2 2009/12/26 11:45:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.3 2009/12/31 18:17:36 maekke Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 SRC_URI="http://viewvc.tigris.org/files/documents/3330/47194/${P}.tar.gz"
 
 LICENSE="viewcvs"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE="cvs cvsgraph mod_python mysql pygments +subversion"
 SLOT="0"
 



1.41                 www-apps/viewvc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Dec 2009 11:45:09 -0000	1.40
+++ ChangeLog	31 Dec 2009 18:17:36 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/viewvc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.40 2009/12/26 11:45:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.41 2009/12/31 18:17:36 maekke Exp $
+
+  31 Dec 2009; Markus Meier <maekke@gentoo.org> viewvc-1.1.3.ebuild:
+  amd64 stable, bug #298127
 
   26 Dec 2009; Raúl Porcel <armin76@gentoo.org> viewvc-1.1.3.ebuild:
   sparc/x86 stable wrt #298127






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.1.3.ebuild ChangeLog
@ 2010-01-07 15:59 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-07 15:59 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/07 15:59:50

  Modified:             viewvc-1.1.3.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #298127.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  www-apps/viewvc/viewvc-1.1.3.ebuild

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

Index: viewvc-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- viewvc-1.1.3.ebuild	31 Dec 2009 18:17:36 -0000	1.3
+++ viewvc-1.1.3.ebuild	7 Jan 2010 15:59:50 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.3 2009/12/31 18:17:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.3.ebuild,v 1.4 2010/01/07 15:59:50 josejx Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 SRC_URI="http://viewvc.tigris.org/files/documents/3330/47194/${P}.tar.gz"
 
 LICENSE="viewcvs"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="cvs cvsgraph mod_python mysql pygments +subversion"
 SLOT="0"
 



1.42                 www-apps/viewvc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	31 Dec 2009 18:17:36 -0000	1.41
+++ ChangeLog	7 Jan 2010 15:59:50 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/viewvc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.41 2009/12/31 18:17:36 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.42 2010/01/07 15:59:50 josejx Exp $
+
+  07 Jan 2010; Joseph Jezak <josejx@gentoo.org> viewvc-1.1.3.ebuild:
+  Marked ppc stable for bug #298127.
 
   31 Dec 2009; Markus Meier <maekke@gentoo.org> viewvc-1.1.3.ebuild:
   amd64 stable, bug #298127






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-07 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 15:59 [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.1.3.ebuild ChangeLog Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-31 18:17 Markus Meier (maekke)
2009-12-26 11:45 Raul Porcel (armin76)
2009-12-22 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)

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