public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/http-replicator: http-replicator-4.0_alpha2-r1.ebuild ChangeLog
@ 2013-06-05 13:32 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2013-06-05 13:32 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/06/05 13:32:57

  Modified:             ChangeLog
  Added:                http-replicator-4.0_alpha2-r1.ebuild
  Log:
  Revision bump, added missing Python modules. Fixes bug #472122 reported by Russell Knighton.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.38                 net-proxy/http-replicator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	4 Mar 2013 13:00:40 -0000	1.37
+++ ChangeLog	5 Jun 2013 13:32:57 -0000	1.38
@@ -1,6 +1,13 @@
 # ChangeLog for net-proxy/http-replicator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.37 2013/03/04 13:00:40 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.38 2013/06/05 13:32:57 tomwij Exp $
+
+*http-replicator-4.0_alpha2-r1 (05 Jun 2013)
+
+  05 Jun 2013; Tom Wijsman <TomWij@gentoo.org>
+  +http-replicator-4.0_alpha2-r1.ebuild:
+  Revision bump, added missing Python modules. Fixes bug #472122 reported by
+  Russell Knighton.
 
 *http-replicator-4.0_alpha2 (04 Mar 2013)
 



1.1                  net-proxy/http-replicator/http-replicator-4.0_alpha2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/http-replicator-4.0_alpha2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/http-replicator-4.0_alpha2-r1.ebuild?rev=1.1&content-type=text/plain

Index: http-replicator-4.0_alpha2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-4.0_alpha2-r1.ebuild,v 1.1 2013/06/05 13:32:57 tomwij Exp $

EAPI="5"

# Not 2.6, see bug #33907; not 3.0, see bug #411083.
PYTHON_COMPAT=( python2_7 )

inherit eutils python-r1

MY_P="${PN}_${PV/_/}"

DESCRIPTION="Proxy cache for Gentoo packages"
HOMEPAGE="http://sourceforge.net/projects/http-replicator"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"

S="${WORKDIR}/${MY_P}"

# Tests downloads files as well as breaks, should be turned into local tests.
RESTRICT="test"

src_test() {
	./unit-test && die
}

src_install(){
	python_export python2_7 EPYTHON PYTHON PYTHON_SITEDIR

	exeinto /usr/bin
	doexe http-replicator

	newexe "${FILESDIR}"/${PN}-3.0-callrepcacheman-0.1 repcacheman
	newexe "${FILESDIR}"/${PN}-3.0-repcacheman-0.44-r2 repcacheman.py

	python_domodule *.py

	newinitd "${FILESDIR}"/${PN}-3.0.init http-replicator
	newconfd "${FILESDIR}"/${PN}-3.0.conf http-replicator

	# Not 2.6, see bug #33907; not 3.0, see bug #411083.
	# python_convert_shebangs -r 2.7 "${ED}"

	dodoc README.user README.devel RELNOTES
}

pkg_postinst() {
	einfo
	einfo "Before starting ${PN}, please follow the next few steps:"
	einfo "- modify /etc/conf.d/${PN} if required"
	einfo "- run \`repcacheman\` to set up the cache"
	einfo "- add http_proxy=\"http://serveraddress:8080\" to make.conf on"
	einfo "  the server as well as on the client machines"
	einfo "- make sure GENTOO_MIRRORS in /etc/portage/make.conf"
	einfo "  starts with several good http mirrors"
	einfo
	einfo "For more information please refer to the following forum thread:"
	einfo "  http://forums.gentoo.org/viewtopic-t-173226.html"
	einfo
}





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

only message in thread, other threads:[~2013-06-05 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 13:32 [gentoo-commits] gentoo-x86 commit in net-proxy/http-replicator: http-replicator-4.0_alpha2-r1.ebuild ChangeLog Tom Wijsman (tomwij)

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