public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/saku: saku-3.10.1-r1.ebuild saku-3.11.0-r1.ebuild ChangeLog saku-3.11.0.ebuild saku-3.10.1.ebuild
@ 2013-01-12  4:56 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2013-01-12  4:56 UTC (permalink / raw
  To: gentoo-commits

naota       13/01/12 04:56:54

  Modified:             ChangeLog
  Added:                saku-3.10.1-r1.ebuild saku-3.11.0-r1.ebuild
  Removed:              saku-3.11.0.ebuild saku-3.10.1.ebuild
  Log:
  No longer keepdir /var/run/saku. #451418 ; Fix doc path.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.5                  net-p2p/saku/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/saku/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Jul 2012 09:42:47 -0000	1.4
+++ ChangeLog	12 Jan 2013 04:56:54 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for net-p2p/saku
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/ChangeLog,v 1.4 2012/07/13 09:42:47 naota Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/ChangeLog,v 1.5 2013/01/12 04:56:54 naota Exp $
+
+*saku-3.11.0-r1 (12 Jan 2013)
+*saku-3.10.1-r1 (12 Jan 2013)
+
+  12 Jan 2013;  <naota@gentoo.org> +saku-3.10.1-r1.ebuild,
+  +saku-3.11.0-r1.ebuild, -saku-3.10.1.ebuild, -saku-3.11.0.ebuild, files/saku:
+  No longer keepdir /var/run/saku. #451418 ; Fix doc path.
 
   13 Jul 2012; Naohiro Aota <naota@gentoo.org> saku-3.10.1.ebuild,
   saku-3.11.0.ebuild:



1.1                  net-p2p/saku/saku-3.10.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/saku-3.10.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/saku-3.10.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: saku-3.10.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.10.1-r1.ebuild,v 1.1 2013/01/12 04:56:54 naota Exp $

EAPI=3

PYTHON_DEPEND="2:2.5"

inherit distutils eutils

DESCRIPTION="a clone of P2P anonymous BBS shinGETsu"
HOMEPAGE="http://shingetsu.info/"
SRC_URI="mirror://sourceforge/shingetsu/${P}.tar.gz"

LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/cheetah"
RDEPEND="${DEPEND}"

pkg_setup() {
	enewgroup saku
	enewuser saku -1 -1 /var/run/saku saku
}

src_prepare() {
	sed -i -e "/^prefix/s:/usr:${EPREFIX}/usr:" file/saku.ini || die
	sed -i -e "s:root/share/doc/saku/:root/share/doc/${PF}/:" setup.py || die
}

src_install() {
	distutils_src_install

	dodir /etc/saku
	insinto /etc/saku
	doins "${FILESDIR}"/saku.ini

	doinitd "${FILESDIR}"/saku

	diropts -o saku -g saku
	dodir /var/log/saku
	dodir /var/spool/saku
}



1.1                  net-p2p/saku/saku-3.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/saku-3.11.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/saku/saku-3.11.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: saku-3.11.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.11.0-r1.ebuild,v 1.1 2013/01/12 04:56:54 naota Exp $

EAPI=3

PYTHON_DEPEND="2:2.5"

inherit distutils eutils

DESCRIPTION="a clone of P2P anonymous BBS shinGETsu"
HOMEPAGE="http://shingetsu.info/"
SRC_URI="mirror://sourceforge/shingetsu/${P}.tar.gz"

LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/cheetah"
RDEPEND="${DEPEND}"

pkg_setup() {
	enewgroup saku
	enewuser saku -1 -1 /var/run/saku saku
}

src_prepare() {
	sed -i -e "/^prefix/s:/usr:${EPREFIX}/usr:" file/saku.ini || die
	sed -i -e "s:root/share/doc/saku/:root/share/doc/${PF}/:" setup.py || die
}

src_install() {
	distutils_src_install

	dodir /etc/saku
	insinto /etc/saku
	doins "${FILESDIR}"/saku.ini

	doinitd "${FILESDIR}"/saku

	diropts -o saku -g saku
	dodir /var/log/saku
	dodir /var/spool/saku
}





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

only message in thread, other threads:[~2013-01-12  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12  4:56 [gentoo-commits] gentoo-x86 commit in net-p2p/saku: saku-3.10.1-r1.ebuild saku-3.11.0-r1.ebuild ChangeLog saku-3.11.0.ebuild saku-3.10.1.ebuild Naohiro Aota (naota)

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