mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
misc: prune various obsolete and unused ebuilds
This commit is contained in:
parent
4255818378
commit
b108deb5a7
@ -1 +0,0 @@
|
||||
DIST zinnia-0.06.tar.gz 457415 RMD160 7ade98fa37144f2750b027278c1b55d810612974 SHA1 bc67d65857186bb49710a712a2fc8f8cb81211c0 SHA256 ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b
|
@ -1,13 +0,0 @@
|
||||
Index: zinnia-0.06/perl/Makefile.PL
|
||||
===================================================================
|
||||
--- zinnia-0.06.orig/perl/Makefile.PL
|
||||
+++ zinnia-0.06/perl/Makefile.PL
|
||||
@@ -4,7 +4,7 @@ WriteMakefile(
|
||||
'CC' => 'c++',
|
||||
'LD' => 'c++',
|
||||
'INC' => '',
|
||||
- 'LIBS' => '-lzinnia',
|
||||
+ 'LIBS' => '-L../.libs -lzinnia',
|
||||
# 'VERSION' => '0.1',
|
||||
'OBJECT' => 'zinnia_wrap.o'
|
||||
);
|
@ -1,20 +0,0 @@
|
||||
Index: zinnia-0.06/configure.in
|
||||
===================================================================
|
||||
--- zinnia-0.06.orig/configure.in
|
||||
+++ zinnia-0.06/configure.in
|
||||
@@ -59,15 +59,6 @@ AC_ARG_WITH(pkgconfigdir,
|
||||
AC_SUBST([pkgconfigdir])
|
||||
AC_MSG_NOTICE([pkgconfig directory is ${pkgconfigdir}])
|
||||
|
||||
-dnl
|
||||
-dnl check gcc
|
||||
-dnl
|
||||
-if test -n "$GCC"; then
|
||||
- CFLAGS="-O3 -Wall"
|
||||
- CXXFLAGS="-O3 -Wall"
|
||||
- AC_MSG_RESULT($ac_cv_x86_sse)
|
||||
-fi
|
||||
-
|
||||
AC_DEFUN(ADD_CC_FLAG, [
|
||||
AC_MSG_CHECKING(whether ${CC-cc} accepts $1)
|
||||
AC_LANG_SAVE
|
@ -1,77 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia/zinnia-0.06-r1.ebuild,v 1.2 2011/04/07 23:02:45 flameeyes Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit perl-module flag-o-matic toolchain-funcs autotools
|
||||
|
||||
DESCRIPTION="Online hand recognition system with machine learning"
|
||||
HOMEPAGE="http://zinnia.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/zinnia/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
#IUSE="perl python ruby"
|
||||
IUSE="perl"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-ricedown.patch"
|
||||
epatch "${FILESDIR}/${P}-perl.patch"
|
||||
eautoreconf
|
||||
|
||||
if use perl ; then
|
||||
(
|
||||
cd "${S}/perl"
|
||||
perl-module_src_prepare
|
||||
)
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
base_src_compile
|
||||
|
||||
if use perl ; then
|
||||
(
|
||||
cd "${S}/perl"
|
||||
|
||||
# We need to run this here as otherwise it won't pick up the
|
||||
# just-built -lzinnia and cause the extension to have
|
||||
# undefined symbols.
|
||||
perl-module_src_configure
|
||||
|
||||
append-cppflags "-I${S}"
|
||||
append-ldflags "-L${S}/.libs"
|
||||
|
||||
emake \
|
||||
LDDLFLAGS="-shared" \
|
||||
OTHERLDFLAGS="${LDFLAGS}" \
|
||||
CC="$(tc-getCXX)" LD="$(tc-getCXX)" \
|
||||
OPTIMIZE="${CPPFLAGS} ${CXXFLAGS}" \
|
||||
|| die
|
||||
)
|
||||
fi
|
||||
}
|
||||
|
||||
# no tests present
|
||||
src_test() { :; }
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
find "${D}" -name '*.la' -delete
|
||||
|
||||
if use perl ; then
|
||||
(
|
||||
cd "${S}/perl"
|
||||
perl-module_src_install
|
||||
)
|
||||
fi
|
||||
|
||||
dodoc AUTHORS ChangeLog NEWS README || die
|
||||
dohtml doc/*.html doc/*.css || die
|
||||
}
|
@ -1,415 +0,0 @@
|
||||
# ChangeLog for app-misc/ca-certificates
|
||||
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.87 2014/01/17 04:23:20 vapier Exp $
|
||||
|
||||
17 Jan 2014; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20130119.ebuild, ca-certificates-20130610.ebuild,
|
||||
ca-certificates-20130906.ebuild:
|
||||
Add arm64 keywords.
|
||||
|
||||
*ca-certificates-20130906 (16 Sep 2013)
|
||||
|
||||
16 Sep 2013; Tim Harder <radhermit@gentoo.org>
|
||||
+ca-certificates-20130906.ebuild:
|
||||
Version bump.
|
||||
|
||||
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for x86, wrt bug #473290
|
||||
|
||||
02 Jul 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for sh, wrt bug #473290
|
||||
|
||||
30 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for s390, wrt bug #473290
|
||||
|
||||
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for sparc, wrt bug #473290
|
||||
|
||||
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for arm, wrt bug #473290
|
||||
|
||||
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for ia64, wrt bug #473290
|
||||
|
||||
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for alpha, wrt bug #473290
|
||||
|
||||
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for ppc64, wrt bug #473290
|
||||
|
||||
24 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for ppc, wrt bug #473290
|
||||
|
||||
20 Jun 2013; Chema Alonso <nimiux@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
Stable for amd64 wrt bug #473290
|
||||
|
||||
15 Jun 2013; Jeroen Roovers <jer@gentoo.org> ca-certificates-20130119.ebuild:
|
||||
Stable for HPPA (bug #473290).
|
||||
|
||||
*ca-certificates-20130610 (14 Jun 2013)
|
||||
|
||||
14 Jun 2013; Tim Harder <radhermit@gentoo.org>
|
||||
+ca-certificates-20130610.ebuild:
|
||||
Version bump (bug #473288).
|
||||
|
||||
08 Jun 2013; Christoph Junghans <ottxor@gentoo.org>
|
||||
ca-certificates-20130119.ebuild:
|
||||
fix for EPREFIX starting with .
|
||||
|
||||
*ca-certificates-20130119 (23 Mar 2013)
|
||||
|
||||
23 Mar 2013; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20130119.ebuild:
|
||||
Version bump #458658 by Manuel Rüger.
|
||||
|
||||
19 Feb 2013; Zac Medico <zmedico@gentoo.org> ca-certificates-20121114.ebuild:
|
||||
Add ~arm-linux keyword.
|
||||
|
||||
*ca-certificates-20121114 (17 Dec 2012)
|
||||
|
||||
17 Dec 2012; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20121114.ebuild:
|
||||
Version bump #447132 by Manuel Rüger.
|
||||
|
||||
*ca-certificates-20120623 (28 Jun 2012)
|
||||
|
||||
28 Jun 2012; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20120623.ebuild:
|
||||
Version bump #423897 by Manuel Rüger.
|
||||
|
||||
*ca-certificates-20120212 (11 May 2012)
|
||||
|
||||
11 May 2012; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20120212.ebuild:
|
||||
Version bump #415395 by Manuel Rüger.
|
||||
|
||||
26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
keyword ~amd64-fbsd
|
||||
|
||||
25 Jan 2012; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
Mark ppc64 stable #394223.
|
||||
|
||||
04 Jan 2012; Brent Baude <ranger@gentoo.org> ca-certificates-20111025.ebuild:
|
||||
Marking ca-certificates-20111025 ppc for bug 394223
|
||||
|
||||
01 Jan 2012; Raúl Porcel <armin76@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
alpha/ia64/m68k/s390/sh/sparc stable wrt #394223
|
||||
|
||||
31 Dec 2011; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
Block older portages which do not handle unicode filenames in non-unicode
|
||||
locales #394223.
|
||||
|
||||
26 Dec 2011; Markus Meier <maekke@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
arm stable, bug #394223
|
||||
|
||||
22 Dec 2011; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
Stable for X86, wrt bug #394223
|
||||
|
||||
12 Dec 2011; Agostino Sarubbo <ago@gentoo.org>
|
||||
ca-certificates-20111025.ebuild:
|
||||
Stable for AMD64, wrt bug #394223
|
||||
|
||||
12 Dec 2011; Jeroen Roovers <jer@gentoo.org> ca-certificates-20111025.ebuild:
|
||||
Stable for HPPA (bug #394223).
|
||||
|
||||
*ca-certificates-20111025 (29 Oct 2011)
|
||||
|
||||
29 Oct 2011; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20111025.ebuild:
|
||||
Bug #388845: version bump, includes new CACert intermediate SHA256 certs.
|
||||
|
||||
07 Sep 2011; Fabian Groffen <grobian@gentoo.org>
|
||||
ca-certificates-20110502-r4.ebuild:
|
||||
Fix compilation on platforms where /bin/sh is bourne, but not POSIX shell
|
||||
(e.g. Solaris, AIX, etc.)
|
||||
|
||||
07 Sep 2011; Fabian Groffen <grobian@gentoo.org>
|
||||
ca-certificates-20110502-r4.ebuild:
|
||||
Update RELPATH to compensate for the added offset.
|
||||
|
||||
*ca-certificates-20110502-r4 (07 Sep 2011)
|
||||
|
||||
07 Sep 2011; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20110502-r4.ebuild,
|
||||
+files/ca-certificates-20110502-root.patch:
|
||||
Generate relative symlinks to certs when using --root so c_rehash works
|
||||
properly.
|
||||
|
||||
07 Sep 2011; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20110502-r3.ebuild:
|
||||
Remove old mktemp depends, and move deb2targz to DEPEND since it is only
|
||||
needed to unpack the pkg.
|
||||
|
||||
*ca-certificates-20110502-r3 (05 Sep 2011)
|
||||
|
||||
05 Sep 2011; Fabian Groffen <grobian@gentoo.org>
|
||||
+ca-certificates-20110502-r3.ebuild:
|
||||
Fix for Prefix migration gone bad. Make sure update-ca-certificates knows
|
||||
about the offset, such that it doesn't generate symlinks pointing outside the
|
||||
offset. Bug #381937
|
||||
|
||||
03 Sep 2011; Fabian Groffen <grobian@gentoo.org>
|
||||
ca-certificates-20110502-r2.ebuild:
|
||||
Create ED, so we can actually copy files into it, when D != ED (on Prefix)
|
||||
|
||||
03 Sep 2011; Raúl Porcel <armin76@gentoo.org>
|
||||
ca-certificates-20110502-r1.ebuild:
|
||||
arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #381169
|
||||
|
||||
03 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org>
|
||||
ca-certificates-20110502-r1.ebuild:
|
||||
ppc/ppc64 stable wrt #381169
|
||||
|
||||
03 Sep 2011; Jeroen Roovers <jer@gentoo.org>
|
||||
ca-certificates-20110502-r1.ebuild:
|
||||
Stable for HPPA (bug #381169).
|
||||
|
||||
02 Sep 2011; Jeremy Olexa <darkside@gentoo.org>
|
||||
ca-certificates-20110502-r2.ebuild:
|
||||
Add Gentoo Prefix support, convert to EAPI3, use prefix variables, modify
|
||||
ROOT variable in update-ca-certificates script. Signed off by maintainer with
|
||||
discussion
|
||||
|
||||
*ca-certificates-20110502-r2 (02 Sep 2011)
|
||||
|
||||
02 Sep 2011; Mike Frysinger <vapier@gentoo.org>
|
||||
+files/ca-certificates-20090709-root.patch,
|
||||
+ca-certificates-20110502-r2.ebuild:
|
||||
Move the config file generation to src_compile for most people to make
|
||||
binpkgs easier to deploy.
|
||||
|
||||
01 Sep 2011; Tony Vroon <chainsaw@gentoo.org>
|
||||
ca-certificates-20110502-r1.ebuild:
|
||||
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in
|
||||
security bug #381169 filed by Alex "a3li" Legler.
|
||||
|
||||
01 Sep 2011; Tobias Klausmann <klausman@gentoo.org>
|
||||
ca-certificates-20110502-r1.ebuild:
|
||||
Stable on alpha, bug #381169
|
||||
|
||||
*ca-certificates-20110502-r1 (01 Sep 2011)
|
||||
|
||||
01 Sep 2011; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20110502-r1.ebuild:
|
||||
One more version bump to 20110502+nmu1 that actually has the DigiNotar CA
|
||||
removed.
|
||||
|
||||
*ca-certificates-20110502 (31 Aug 2011)
|
||||
|
||||
31 Aug 2011; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20110502.ebuild:
|
||||
Version bump for bug #381169
|
||||
|
||||
*ca-certificates-20110421 (16 May 2011)
|
||||
|
||||
16 May 2011; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20110421.ebuild:
|
||||
Version bump #367007 by Matija Šuklje.
|
||||
|
||||
16 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
Stabilizing for ppc, bug 287409
|
||||
|
||||
09 Oct 2009; Richard Freeman <rich0@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
amd64 stable - 287409
|
||||
|
||||
06 Oct 2009; Jeroen Roovers <jer@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
Stable for HPPA (bug #287409).
|
||||
|
||||
04 Oct 2009; Raúl Porcel <armin76@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #287409
|
||||
|
||||
03 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
stable x86, bug 287409
|
||||
|
||||
03 Oct 2009; Brent Baude <ranger@gentoo.org>
|
||||
ca-certificates-20090709.ebuild:
|
||||
Marking ca-certificates-20090709 ppc64 for bug 287409
|
||||
|
||||
*ca-certificates-20090709 (20 Jul 2009)
|
||||
|
||||
20 Jul 2009; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20090709.ebuild:
|
||||
Version bump.
|
||||
|
||||
28 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
ca-certificates-20080809.ebuild:
|
||||
ppc stable, bug #252532
|
||||
|
||||
27 Dec 2008; Brent Baude <ranger@gentoo.org>
|
||||
ca-certificates-20080809.ebuild:
|
||||
stable ppc64, bug 252532
|
||||
|
||||
27 Dec 2008; Guy Martin <gmsoft@gentoo.org>
|
||||
ca-certificates-20080809.ebuild:
|
||||
hppa stable, #252532
|
||||
|
||||
27 Dec 2008; Jeremy Olexa <darkside@gentoo.org>
|
||||
ca-certificates-20080809.ebuild:
|
||||
amd64 stable, bug 252532
|
||||
|
||||
26 Dec 2008; Raúl Porcel <armin76@gentoo.org>
|
||||
ca-certificates-20080809.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #252532
|
||||
|
||||
27 Nov 2008; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild, ca-certificates-20080809.ebuild:
|
||||
Fixup find arguments #249092 by Maryasin Semen.
|
||||
|
||||
08 Nov 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild, ca-certificates-20080809.ebuild:
|
||||
Add help on how to batch remove for now.
|
||||
|
||||
26 Oct 2008; nixnut <nixnut@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild:
|
||||
Stable on ppc wrt bug 244416
|
||||
|
||||
*ca-certificates-20080809 (20 Aug 2008)
|
||||
|
||||
20 Aug 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20080809.ebuild:
|
||||
Version bump.
|
||||
|
||||
18 Aug 2008; Brent Baude <ranger@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild:
|
||||
stable ppc64, bug 233576
|
||||
|
||||
18 Aug 2008; Jeroen Roovers <jer@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild:
|
||||
Stable for HPPA (bug #233576).
|
||||
|
||||
16 Aug 2008; Olivier Crête <tester@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild:
|
||||
Stable on amd64, bug #233576
|
||||
|
||||
16 Aug 2008; Raúl Porcel <armin76@gentoo.org>
|
||||
ca-certificates-20080514-r2.ebuild:
|
||||
alpha/ia64/sparc/x86 stable wrt #233576
|
||||
|
||||
16 Aug 2008; nixnut <nixnut@gentoo.org>
|
||||
ca-certificates-20080514-r1.ebuild:
|
||||
Stable on ppc wrt bug 233576
|
||||
|
||||
*ca-certificates-20080514-r2 (16 Aug 2008)
|
||||
|
||||
16 Aug 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+files/ca-certificates-20080514-warn-on-bad-symlinks.patch,
|
||||
+ca-certificates-20080514-r2.ebuild:
|
||||
Patch per bug #234816, give a warning for every broken symlink - as their
|
||||
existence can cause various SSL validation routines to fail.
|
||||
|
||||
10 Jun 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
ca-certificates-20080514-r1.ebuild:
|
||||
Update the RDEPEND per bug #225759.
|
||||
|
||||
31 May 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild, ca-certificates-20080514.ebuild,
|
||||
ca-certificates-20080514-r1.ebuild:
|
||||
Fix up the HOMEPAGE, as it merely contains cacert stuff, but it's actually
|
||||
from Debian.
|
||||
|
||||
31 May 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
Drop to ~mips to make repoman happy.
|
||||
|
||||
*ca-certificates-20080514-r1 (31 May 2008)
|
||||
|
||||
31 May 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20080514-r1.ebuild:
|
||||
Include a bit of CONFIG_PROTECT_MASK magic, so that the
|
||||
/etc/ca-certificates.conf is updated before update-ca-certificates is run,
|
||||
resolves bug #177397.
|
||||
|
||||
*ca-certificates-20080514 (25 May 2008)
|
||||
|
||||
25 May 2008; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+ca-certificates-20080514.ebuild:
|
||||
Version bump for ca-certificates.
|
||||
|
||||
28 Mar 2008; Alexis Ballier <aballier@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
freebsd-ubin also provides mktemp, this allows us to install
|
||||
ca-certificates again; bug #215209
|
||||
|
||||
27 Mar 2008; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
RDEPEND on mktemp since the update script uses it.
|
||||
|
||||
31 Jan 2008; Doug Klima <cardoe@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
need coreutils-6.10-r1
|
||||
|
||||
31 Jan 2008; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
Depend on mktemp or coreutils #208258 by Chris Gianelloni.
|
||||
|
||||
23 Jun 2007; Daniel Drake <dsd@gentoo.org>
|
||||
ca-certificates-20050804.ebuild, ca-certificates-20061027.2.ebuild,
|
||||
ca-certificates-20070303-r1.ebuild:
|
||||
Change LICENSE to MPL-1.1, bug #176002
|
||||
|
||||
*ca-certificates-20070303-r1 (06 May 2007)
|
||||
|
||||
06 May 2007; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20070303-r1.ebuild:
|
||||
Fix ca-certificates.conf generation #177298 by Remy Blank.
|
||||
|
||||
*ca-certificates-20070303 (05 May 2007)
|
||||
|
||||
05 May 2007; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20070303.ebuild:
|
||||
Version bump #175999 by Daniel Drake.
|
||||
|
||||
*ca-certificates-20061027.2 (20 Feb 2007)
|
||||
|
||||
20 Feb 2007; Mike Frysinger <vapier@gentoo.org>
|
||||
+ca-certificates-20061027.2.ebuild:
|
||||
Version bump #167608 by Peter Gantner.
|
||||
|
||||
03 Feb 2007; Mike Frysinger <vapier@gentoo.org>
|
||||
ca-certificates-20050804.ebuild:
|
||||
Fixup doc installation #164995 by Krzysiek Pawlik.
|
||||
|
||||
17 Oct 2006; Roy Marples <uberlord@gentoo.org>
|
||||
ca-certificates-20050804.ebuild:
|
||||
Added ~sparc-fbsd keyword.
|
||||
|
||||
27 Apr 2006; Alec Warner <antarus@gentoo.org>
|
||||
files/digest-ca-certificates-20050518,
|
||||
files/digest-ca-certificates-20050804, Manifest:
|
||||
Fixing duff SHA256 digests: Bug # 131293
|
||||
|
||||
30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
|
||||
ca-certificates-20050804.ebuild:
|
||||
Add ~x86-fbsd keyword.
|
||||
|
||||
*ca-certificates-20050804 (04 Sep 2005)
|
||||
|
||||
04 Sep 2005; Daniel Black <dragonheart@gentoo.org>
|
||||
+ca-certificates-20050804.ebuild:
|
||||
version bump
|
||||
|
||||
*ca-certificates-20050518 (23 May 2005)
|
||||
|
||||
23 May 2005; Mike Frysinger <vapier@gentoo.org> :
|
||||
Initial import. Ebuild submitted by me for #93520.
|
@ -1,49 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX ca-certificates-20090709-root.patch 2842 SHA256 701da246597154c37b5c9ff6999730fe8b76fe10811f71b2d1eded50a2f4f175 SHA512 d7aa7f51099ffb254184bbe84a9129e2b682311eed585f43286c716a4e1d3857144ebb40074b1ec921a16d6a3a771b37d74300bf581b3ca8427d18998fad8ebe WHIRLPOOL 7c10e00fa48abe1756533f599364aab26253ede01c9b6d0563ae1848ec62657b863eb897ce0c16c53e0a353024025c0c5b9d112fdbfcb3f5754882e4a8feabce
|
||||
AUX ca-certificates-20110502-root.patch 2942 SHA256 7f2273b748140c5806c37e954bb27846cb0b8bdddda15ba0f23d3fcae6e77e28 SHA512 972798239229d7d32b4e3c52a962f67db79eaafcbfac03683283861d2ed049daa5d2c77ef05343606afaed108bd8513c9aa588545049263ec8be598dfdb20d96 WHIRLPOOL 667d62670c3e498a69e46ba7d384fdacb37631ed887e7c4b110745905a8a28fdcc69e97778e1d177eb2ce68d724f0852e66f324025ecf059b1bc615c2cdf9d53
|
||||
DIST ca-certificates_20090709_all.deb 154620 SHA256 de1e35997eb39c7ba5713f206aba034ff8ce8aa3aebebfc7eb1823de9968d767 SHA512 2237f03c6794f33e5dde2acc05c04447daf2b8a41fc4182297d971cf4bc1eb2ae1abdf21561fb8fdf9dad27465e63c17b8bd2060d3b270edcfdf22c5c5cb094d WHIRLPOOL 174facc0da0677baae403a0e9234692768d6a6342a1894116561a2c41878850cdc603c3556961641ba743fe347c436adef1d914060b23767549dd40041c4120c
|
||||
DIST ca-certificates_20110421_all.deb 176778 SHA256 a60a9c0faf1847df4553ce13ffe337412b88dd1b9d502741ac1760204c0bdda3 SHA512 11c9ba3f483cd17ca964f19e6ec394a2239fd74187f57224d7b13d1c0bf5dc55bb6c66217c1dd8273695ff92710617a897f7a40be6e4ec9960276f1bfe6b2bbb WHIRLPOOL 67dee5217526d5abec740f367fe28ce0f823d3c21b99fc988b73e75859e47beb00cb76e3d83572e704c3924e45bd9f6a7c818a1a1b2dd3bf7594864c9d9b2c5f
|
||||
DIST ca-certificates_20110502+nmu1_all.deb 174242 SHA256 d44284ee9b733b9890a54516f66b68a382ac5fb2c0bdceafed4cf229aa3b05a1 SHA512 2ba33346689d21846632390ad55f2a6102a333cc32019a6e00d85c00970a6f744b4a4d548b68bf9b6369d0cfc2b06009db4b4be4ffafd3629bf05737fdc096d2 WHIRLPOOL 88ffbbc68e1299a2b3cc243e1b17160f9862c469279e8dca03841c45defb238c034c8d81abe811a3d32f9968d7754f6d8c64a697cbcba0c2eb4be9d513d527e9
|
||||
DIST ca-certificates_20110502_all.deb 175556 SHA256 fa14c729b48ed58f5c048b8721f09fded9824c1f450a656fb2cc396195935a98 SHA512 12b148987c292320e90b7124bf5d0194a3b7d8f1807b13b05461b18798e6a5346e205b065256d0bbdce7bf13d5db2b9c756b0f5a63a309d9164eff973179a363 WHIRLPOOL 79a8dd9c27f094dbe687d61f41d39c26229a21d02713134c71dd0878927eefcbe325cf801b63caf4421a6c97dd21731dd49862e931cef7a5895734039ad877b2
|
||||
DIST ca-certificates_20111025_all.deb 185800 SHA256 7d743b307ab31138176d6da4fff1f4c7f6bd246b42698662894bfb1b74e55647 SHA512 4be682158891110d32e8f065af64c597da09476263fdebb860d08387c873e7839b106b6f9ad6be7acfb4e0eb568274e2196377b4e0bbb61aafaeaecaeef88284 WHIRLPOOL 78568cc1b4f21ef7ca747dd9c60d43a98b15da9236c76ce928d416ad0875bd5ec2a1096d7e0551fada838d6ffbfe30366080f698ea4a35ef4748b9833c1550f8
|
||||
DIST ca-certificates_20120212_all.deb 176812 SHA256 7e4277a0a5a0ac42c370a93f986839b4e3ff82646581caa8c5135ad0a41d01d7 SHA512 c22cb3b3472deb7819bae6518b136a5af27e4cb29610b12713908ce7effbe5e39f9f1856efd75d071d70016462e66b34d5800ab061a2b3a213e4f2969330f8f0 WHIRLPOOL 306cbafa408ddb0444d5cb547ff201ca5709527db0ca5f4798db751d8ef8df147ef8ffe382adda3cefadd110197104af9bc8e45a6276a2d7739d59ffccd498c5
|
||||
DIST ca-certificates_20120623_all.deb 183022 SHA256 41f719a63b8cace12a6cd69dce3fea9720c2702511205c2bab20c5d05528ede7 SHA512 970478971f545919e15f1af7e774043113fee725c7dba89bff27969814d60e1187219fb7f87e250261c54bc0cb03098b69748c33b625f5e5061df65c6bbe019a WHIRLPOOL 07b693dabae839bde3c31548e11d8cb8b0940de6aa1838eab3834ad3a5206f4a32a3cd7d134c9722ce244ac5ed21c5a222b74899972be9f5ae59876c4b61fc22
|
||||
DIST ca-certificates_20121114_all.deb 192630 SHA256 f6991820d1c6431a7db42e92efa51f4058e921bdcc491a906dc1309e9ba35286 SHA512 b2810d1b728c71189100352706fda17c6d87f53b5c6fc2dfb78be13fcfb5758ddd7f5a4bb69742c18241bd05809cbbe67b7a4c179e678b8cf46e277b54d77869 WHIRLPOOL a75ef6c7cbb12ab24070ef7cc016dbd03509dc1cee95634281210fc45bd4a620b5854a76349e060f46f1f0844d774a5f53aeac5c34f73e025b890364b70be1ee
|
||||
DIST ca-certificates_20130119_all.deb 185428 SHA256 08f8e5a1fab74a365c284ed4e353b4f14596f5ef533fced6395ead81fb3a76f7 SHA512 b93621e578dfa5ea224b3528839ca250fd9470dc28b17dd82e8669d64a631cb62218f1c53ebdb165ea3fffcaa8717210132215b5407ea0185e76ac2a11c0d157 WHIRLPOOL 9cedaba913d90f9f10ce7c97bcd248400b17c4fc3016e2fc3fca81333094f33ce60997da49144763fe86d705c458a273fd1e279a0237a1e855ae8ffe6d1e4c51
|
||||
DIST ca-certificates_20130610_all.deb 184342 SHA256 ab20ee409012c980725a6392d71ac0464bb87edd1645221d0eb4ecb32c2e00bd SHA512 6f5f3523d4f70b1a5f2ec45ee36ae2bd706fc713edfdcddab4bafe27c42c2c169f87852abfc7e9daf4d597b633bfcaea08cb0a36ea3a88b770a45c62c134e248 WHIRLPOOL 7dd5e5a0dc0c8a3bc1556aefea5d5544183af68fce234899e56678fcdba4ac988c07f8a76a4f05e4861ed086cc3c1d1c15601d3372bbc4431c8d8e7bb54f1c4a
|
||||
DIST ca-certificates_20130906_all.deb 185064 SHA256 b2326834479192de2298c607bc020715c949cbd4dc5dd6be28a1b3f348eb9b76 SHA512 0410d11843e36fb488698a5ce7e1eda473b91d476c99d8e3bd006705167c9f2ac9a554e7fce1595f3717f1781a1390af345b3e7e4bc1e58c055e0a11321ececa WHIRLPOOL b9cf04b0e080752567a82c8fecffd033d10f19e41c0ecb1e676246947a34d1380002f9860539611dd79b04c47d19f6631a126c5887cff7ee52ff866b36c50109
|
||||
EBUILD ca-certificates-20090709.ebuild 2126 SHA256 86820ea4d33d9e0e779c0a0d631242b12821bf4135ec6bccd2c284e948c51b19 SHA512 5c47bd113f19d733219b57c5f5845617fd37802a1a2556af928c6affdb30a210ce91d2b9f97a55c13a22c586f20abe0865a8ec7237ba1841bfadd5cba4184e3a WHIRLPOOL 472cffbb69b7888aeca35faf6e03ae7d862f839b74fef6617d2008f12d8ed6b5f9451ea0f536141b7fd80fd6a121dc8617ad1b87634127fe95557c95f74e1089
|
||||
EBUILD ca-certificates-20110421.ebuild 2119 SHA256 1223e4710e2d72fbb97f93bfa77351912b20b6ea07e83c7672bd24b1d812a634 SHA512 324615e914c150b991576df567b5f5042e527d05cd4674e44060771cf7e0e68cfa8495e432fa925d074b6602334d9b80cec50fdad7ae64cb3633c4c9726b42d6 WHIRLPOOL dffadcbc624cee7b9203c8ff6bba375508679c8d87ebb8a12da543d68cc937159b3f26b95bca94c444522e40c30b5b06741f1116233a6af3c6df5a428218fa16
|
||||
EBUILD ca-certificates-20110502-r1.ebuild 2116 SHA256 39b705809344be81df5d717a63f7909127481f9ec052c2169d74ac2eda508e68 SHA512 570c7611404cb2cd230bf5925967230aa9e2f90f84bad157d6da522ab5d49c08ae8e6a2170694a094331c549373b2d253388d67a69032f775f9a94dfe476c794 WHIRLPOOL c24f06ad859f69187caacb83ff2835d40d17a7e1e6c03c16cbaf7794c9eab1a2cfb01b7b58290d72abb4f36cec6a655e79efb9a9acd53e99ee5c6d75caf8193e
|
||||
EBUILD ca-certificates-20110502-r2.ebuild 2858 SHA256 3c67bf66b6bf7d4f17fe3cf4eeb696331e62e201b51cdacd6bfc523ec3b2b0c6 SHA512 fe021b02d31e1cd399bbe98822631018a1a79ed45755d26b642e4aacdd0713e2d3c946d8f60309ecea05790792a02ce5631d52708d82f01b98d21ac0caa0bb94 WHIRLPOOL 6d5f93185329cc7a4ab1362f849a09dfe545826eb91e8fa26dedaa476e7e72d53caf89a9b7ce7b78693662aa1cc7fbbf7f9b1eacd13c2438808c9abe62a8c6e5
|
||||
EBUILD ca-certificates-20110502-r3.ebuild 3028 SHA256 878b924558f6dcbf177a2ca5dbc4a4f8fa2410a43a89e003308b34d4eb629a75 SHA512 2881451c22ce8ac6ea2868facd977ea31e0f1ff38d406ccd8e35a5c6a50d001d9ae098c9cd74f8f27603046b77157862dbad92505b55b677aad47119fc7d27c4 WHIRLPOOL 27d82d9d6ea3983fadf024b32a256852188c495c7489fc9aad6a4390510ed48365f8fa1df8bc39dc3d76a8a99c8a29c261bd650498c27322f5e5f54f227c3fae
|
||||
EBUILD ca-certificates-20110502-r4.ebuild 3144 SHA256 bd241a8fa57a078e1b7ec9412fa116866783b6cd48becaf0bec20b9030851ba7 SHA512 5a88fe08d5e91ff2eca272ab5d18516e6300fd720f3080388745a0a91d13b138175fb63de379fd9fa2d9e80ca6ba8bc8832cd258ee8fbc8d9f81e88f71d28649 WHIRLPOOL a33b739a1254d7c6e586c2e6852e532624c1ab3280860f0ad10ca79d3e575bdbc0585653af4ba380e91eae560a417bf57a0e981acf64894413375ad676492f2e
|
||||
EBUILD ca-certificates-20110502.ebuild 2120 SHA256 11ba88945cc66cc74f3e2236f0be28ed5e55162b7f1133929f7c4d6c7081dc05 SHA512 88636252ff41dd4a240a9eeead5b9f4458f79c04a7cb222e04da48e24f7d31b8525b282833ddeea72407eed794db4346094641bb3c7965e50e3e1a0d9e9c7e75 WHIRLPOOL a4ed56054a8cd6f7bfa4b1f31311deb89f2f2ce850c652f78924230ad02047360d978bd43d3a2c71bff6fec9861207726d904c11a87dc6f4b8d3c819da1cacb5
|
||||
EBUILD ca-certificates-20111025.ebuild 3204 SHA256 8b581d2b09083fd1c7ff07bfc28fdc9e5390a64842aa1e5848ccbf6d80534167 SHA512 d57818033cf6212050aa350261cb52be0b193d93e26ddc5f6d68424d571778b0d0ec1756bc618374b9fa3640af5fd7208c8e8363cf08ce62b31aa6bcbcef6117 WHIRLPOOL 75a0e9d66889fec86c0a1dae08a27791f48a63720cf1cb875c5cf0aefe736fa14c16feca3028c3dc1d83c0dd9245830cb17cde9287d629c0362c26c6b8436b7f
|
||||
EBUILD ca-certificates-20120212.ebuild 3213 SHA256 191ee71a0d3d37354066c470f9a5825552705464b25d55e31a0d7fe258f5dd80 SHA512 0868fb43a91f47650a32d54a16a42a597fbf575c04c9bd44f8e2c375547c83582ff970a614fa08931e2ed8943eaa222fccfbd888f7f072086f1724f596f3252b WHIRLPOOL 40a419ca3d5edebfeff6c012c016efb8c9dfa24fbd9d82d45c9fc98b666a7037dc8c808f17859ec4d3732d2db628d0587dd4b9eefe4b928e0bde1cdbcacd9409
|
||||
EBUILD ca-certificates-20120623.ebuild 3213 SHA256 18144e8009cba175977e1a2214aea47d9598b0efb5a882ec667fd98bae9ebfe9 SHA512 e538c873e0a8a3a0889f1c613233ea32cdd68baca9b87ecd1f5bd49ac5b1d3631a1571c09961d0f537c89f0796459766cc7cdc12de8d23e2adcc4682d8eb5233 WHIRLPOOL 17813bfb5d2565cc95b84f7e46b4303d6f8dbfbc6a2b75596e441772a16293bae112b74d9d7bca397ea0a535a598e92ee98c9d179f9c8263535cc089ac9cb8f9
|
||||
EBUILD ca-certificates-20121114.ebuild 3225 SHA256 d7fd5b94ac5931d221ffacc1ed9f45907cf413df60360a44974581cb6d44fb0f SHA512 31cfea64701d6e643015f876a798e0790a8df551c3b6079486ddb5ef72c908f8be5caa1228b4e8d7058f7761c8dab246f786b83dc10194b8d42a7c4c09d22a31 WHIRLPOOL a2ab5fea5ca0c298e1451d6eb5e2502bdc8c201706305b815bc1f4595fe41956eeeb7436d49537d100d281f264a4f1b68bdf298fb6b2df142e43eb95e6be7b28
|
||||
EBUILD ca-certificates-20130119.ebuild 3163 SHA256 3aaec3295ddb8ce08d1c9834835961ff4dfd0b3e1eb18c7cb3447ea6b481a6d8 SHA512 174393d515abdace8945ea7efad61fa08f1a08829a6cf91e9603a2de2f3b0bf733a8e258d016a5480616d5d2ca2065c2307c8e8f88943952a81cd0949827888f WHIRLPOOL aeaacbebac5861d58b065ae279af0e79a8ecb23f66a283a1a4856e32b8b3d8cba77039fe75e021e06a2f560327f2554609fe9787091105e7853d39cdd30b24bc
|
||||
EBUILD ca-certificates-20130610.ebuild 3161 SHA256 f0f9a61e15ba170bbb3ac882ed077d2c02413fa723a53e0786b73f2cd08a9320 SHA512 7fba2c6963cda448346065ea96c251429b6c65db6204b970720e0398003bc2b6949f383a4fdeb66457d5612454d5943f38a010c369de8a01946393629821dcf5 WHIRLPOOL 1b6351270751804f6e896e34a9ab2efbb6f9755c2e00df5a526683a26de908fc9034bfeaa639937fdc572986be6af5bb171da7d2e87e3b1176f81ec3d3b1a1d0
|
||||
EBUILD ca-certificates-20130906.ebuild 3161 SHA256 bc72f87e56f9288b9b3baac6cce7bae3dd2ff0d8f9e0162e164d177df2319287 SHA512 913b8594652d1fb60d15ba1843a80a7cec56e70a731b020d2a2010900cf0dd85309538be668a19efabb7e0d5aa63d072ec4dab3352ef9d33ba586f6985f5f2f2 WHIRLPOOL e4ca603b6205af39529dc0703a3daca727320859cb1b4d7f8886e8b970595ba67463172807eb3493912e73df4fcead8689207f38c6c5f15aa9eb9b068142e8a7
|
||||
MISC ChangeLog 13506 SHA256 1c39486ee55a8dae79b08eede7ffae8a30e8a84567b97988e219869772bba6d4 SHA512 a0313edff9797ef81848462b3fa5d6cb80dcc0f354cab58f60614cdd6ef153e283bdfe30551dece289d505ffea6625cd1b448b9390bd8cbc463774dfc0222e41 WHIRLPOOL 034541ae0e99ff5a30e46e57915b36051076149e866e60541b694eb81a81d00ed28ac045b96f2694c21f68026dbedb34d4aaef226df10f87f256bb5c82fcfb3b
|
||||
MISC metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 SHA512 8eb0d5153d388f6ea069c64b93882244816a0a09aecc0d73cb872121ce0eb24c5ccafa96aad0b620b2300f319e1af101fa7fa6c5d0d561719d49bb07da0a2eca WHIRLPOOL 11a1441bddb7a6c69653c663902b7da5767ae6ad515ac2aabfc42fe37927a1ccc21472deeee454009ff720201a41c3e4a912df42661a0a87150fb46126da2d52
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iQIcBAEBCAAGBQJS2LA/AAoJEPGu1DbS6WIAt1MP/AhpAKcKx05jhNn53vBMJrlH
|
||||
/mDglCj3t4OO9tVyK1OkVlt+t026YP31l0Dq0tT/CO52SEjt1e4C4D62uk3QkpuX
|
||||
rFIVfd4ie1/N5ITerU2gDpV414jdQGGRSD5cHARA1yPGScwbaTlY8AOGUp8hZxXs
|
||||
3XyZa6Iveyt1KPIWVVztKKjuOlRA1Nt0N68g7FMctUjPJWqMT43XbWz6cOLYERky
|
||||
sWmNU8+ebCKklE8K9x13t9uGlRZMIxb0K37DCeWKhzwcOmnPJPH9y+jaKAD9JRED
|
||||
GZZ0/St7sW7h+fwlhNqsAeAI0hDk20TeSm9+3gWDy2oeF0U39Q/HEZbryMhxcR5w
|
||||
8LLGHDw1xiSXfay+m9n6EHdvfwYVytP4IpTnJ55wQsZbOlSwVKDDgQMobup4fX0+
|
||||
MepLtKD30yFXmnobyiHxNvLZxiTB5xezUHae/lBwIbwMS4DGUb3gEbPbU8akNXux
|
||||
ZJD2Uveo8V5jrb7Kd+D+F8PFZRXbXjTBcl7qqOHp1MLFmK48J8nl8n263OLlpX1z
|
||||
wMl/DW0mbWMKkTkSIVuQWJ7h0Pw7DUyZTQqF7SIvPehgNtY9kTUidl6UQGO6IOrb
|
||||
LFDRGRxLJga5cDWNhsi8yHc52fzA5TBLJpNv22gx6qH6XeOFyD39o0L9nuCQjlK3
|
||||
ebNZ17lTF4Qzw/ZAvQDO
|
||||
=GRe7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20090709.ebuild,v 1.7 2009/10/21 21:08:59 volkmar Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f /etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die "installing data failed"
|
||||
|
||||
(
|
||||
echo "# Automatically generated by ${CAT}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${D}"/usr/share/ca-certificates
|
||||
find . -name '*.crt' | sort | cut -b3-
|
||||
) > "${D}"/etc/ca-certificates.conf
|
||||
|
||||
mv "${D}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ "${ROOT}" = "/" ] ; then
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
update-ca-certificates
|
||||
fi
|
||||
|
||||
local badcerts=0
|
||||
for c in $(find -L "${ROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${ROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110421.ebuild,v 1.1 2011/05/16 03:11:56 vapier Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f /etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${D}"/usr/share/ca-certificates
|
||||
find . -name '*.crt' | sort | cut -b3-
|
||||
) > "${D}"/etc/ca-certificates.conf
|
||||
|
||||
mv "${D}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ "${ROOT}" = "/" ] ; then
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
update-ca-certificates
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${ROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${ROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r1.ebuild,v 1.6 2011/09/03 13:14:16 armin76 Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}+nmu1_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f /etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${D}"/usr/share/ca-certificates
|
||||
find . -name '*.crt' | sort | cut -b3-
|
||||
) > "${D}"/etc/ca-certificates.conf
|
||||
|
||||
mv "${D}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ "${ROOT}" = "/" ] ; then
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
update-ca-certificates
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${ROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${ROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,87 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r2.ebuild,v 1.3 2011/09/03 17:33:45 grobian Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}+nmu1_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils
|
||||
kernel_AIX? ( app-arch/deb2targz )" # platforms like AIX don't have a good ar
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-20090709-root.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}"/etc/ca-certificates.conf
|
||||
|
||||
sed -i "/^ROOT=""/s:=.*:='${EPREFIX}':" "${S}"/usr/sbin/update-ca-certificates || die
|
||||
"${S}"/usr/sbin/update-ca-certificates --root "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${ED}"
|
||||
cp -pPR * "${ED}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r3.ebuild,v 1.2 2011/09/07 00:39:11 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}+nmu1_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20090709-root.patch
|
||||
sed -i -e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
"${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,98 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502-r4.ebuild,v 1.3 2011/09/07 16:31:55 grobian Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}+nmu1_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20110502.ebuild,v 1.1 2011/08/31 17:25:31 robbat2 Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f /etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${D}"/usr/share/ca-certificates
|
||||
find . -name '*.crt' | sort | cut -b3-
|
||||
) > "${D}"/etc/ca-certificates.conf
|
||||
|
||||
mv "${D}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ "${ROOT}" = "/" ] ; then
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
update-ca-certificates
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${ROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${ROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,100 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20111025.ebuild,v 1.10 2012/04/26 13:57:53 aballier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,100 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20120212.ebuild,v 1.1 2012/05/11 00:39:05 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,100 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20120623.ebuild,v 1.1 2012/06/28 18:14:34 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,100 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20121114.ebuild,v 1.2 2013/02/19 02:38:32 zmedico Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack ${A}
|
||||
unpack ./data.tar.gz
|
||||
rm -f control.tar.gz data.tar.gz debian-binary
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR * "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,98 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20130119.ebuild,v 1.14 2014/01/17 04:23:20 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils unpacker
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack_deb ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR . "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
prepalldocs
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,97 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20130610.ebuild,v 1.2 2014/01/17 04:23:20 vapier Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils unpacker
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack_deb ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR . "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,97 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20130906.ebuild,v 1.2 2014/01/17 04:23:20 vapier Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils unpacker
|
||||
|
||||
DESCRIPTION="Common CA Certificates PEM files"
|
||||
HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
|
||||
#NMU_PR="1"
|
||||
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE=""
|
||||
|
||||
# platforms like AIX don't have a good ar
|
||||
DEPEND="kernel_AIX? ( app-arch/deb2targz )
|
||||
!<sys-apps/portage-2.1.10.41"
|
||||
# openssl: we run `c_rehash`
|
||||
# debianutils: we run `run-parts`
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/openssl
|
||||
sys-apps/debianutils"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_setup() {
|
||||
# For the conversion to having it in CONFIG_PROTECT_MASK,
|
||||
# we need to tell users about it once manually first.
|
||||
[[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
|
||||
|| ewarn "You should run update-ca-certificates manually after etc-update"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${EPREFIX} ]] ; then
|
||||
# need to perform everything in the offset, #381937
|
||||
mkdir -p "./${EPREFIX}"
|
||||
cd "./${EPREFIX}" || die
|
||||
fi
|
||||
unpack_deb ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cd "./${EPREFIX}" || die
|
||||
epatch "${FILESDIR}"/${PN}-20110502-root.patch
|
||||
local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
|
||||
sed -i \
|
||||
-e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
|
||||
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
|
||||
usr/sbin/update-ca-certificates || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
(
|
||||
echo "# Automatically generated by ${CATEGORY}/${PF}"
|
||||
echo "# $(date -u)"
|
||||
echo "# Do not edit."
|
||||
cd "${S}${EPREFIX}"/usr/share/ca-certificates
|
||||
find * -name '*.crt' | LC_ALL=C sort
|
||||
) > "${S}${EPREFIX}"/etc/ca-certificates.conf
|
||||
|
||||
sh "${S}${EPREFIX}"/usr/sbin/update-ca-certificates --root "${S}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cp -pPR . "${D}"/ || die
|
||||
|
||||
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
|
||||
|
||||
echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
|
||||
doenvd 98ca-certificates
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
|
||||
# if the user has local certs, we need to rebuild again
|
||||
# to include their stuff in the db.
|
||||
# However it's too overzealous when the user has custom certs in place.
|
||||
# --fresh is to clean up dangling symlinks
|
||||
"${EROOT}"/usr/sbin/update-ca-certificates --root "${EROOT}"
|
||||
fi
|
||||
|
||||
local c badcerts=0
|
||||
for c in $(find -L "${EROOT}"etc/ssl/certs/ -type l) ; do
|
||||
ewarn "Broken symlink for a certificate at $c"
|
||||
badcerts=1
|
||||
done
|
||||
if [ $badcerts -eq 1 ]; then
|
||||
ewarn "You MUST remove the above broken symlinks"
|
||||
ewarn "Otherwise any SSL validation that use the directory may fail!"
|
||||
ewarn "To batch-remove them, run:"
|
||||
ewarn "find -L ${EROOT}etc/ssl/certs/ -type l -exec rm {} +"
|
||||
fi
|
||||
}
|
@ -1,107 +0,0 @@
|
||||
--- a/usr/sbin/update-ca-certificates
|
||||
+++ b/usr/sbin/update-ca-certificates
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
verbose=0
|
||||
fresh=0
|
||||
+ROOT=""
|
||||
while [ $# -gt 0 ];
|
||||
do
|
||||
case $1 in
|
||||
@@ -30,6 +31,9 @@
|
||||
verbose=1;;
|
||||
--fresh|-f)
|
||||
fresh=1;;
|
||||
+ --root|-r)
|
||||
+ ROOT=$(readlink -f "$2")
|
||||
+ shift;;
|
||||
--help|-h|*)
|
||||
- echo "$0: [--verbose] [--fresh]"
|
||||
+ echo "$0: [--verbose] [--fresh] [--root <dir>]"
|
||||
exit;;
|
||||
@@ -37,11 +41,11 @@
|
||||
shift
|
||||
done
|
||||
|
||||
-CERTSCONF=/etc/ca-certificates.conf
|
||||
-CERTSDIR=/usr/share/ca-certificates
|
||||
-LOCALCERTSDIR=/usr/local/share/ca-certificates
|
||||
+CERTSCONF="$ROOT/etc/ca-certificates.conf"
|
||||
+CERTSDIR="$ROOT/usr/share/ca-certificates"
|
||||
+LOCALCERTSDIR="$ROOT/usr/local/share/ca-certificates"
|
||||
CERTBUNDLE=ca-certificates.crt
|
||||
-ETCCERTSDIR=/etc/ssl/certs
|
||||
+ETCCERTSDIR="$ROOT/etc/ssl/certs"
|
||||
|
||||
cleanup() {
|
||||
rm -f "$TEMPBUNDLE"
|
||||
@@ -66,7 +70,7 @@
|
||||
-e 's/,/_/g').pem"
|
||||
if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "$CERT" ]
|
||||
then
|
||||
- ln -sf "$CERT" "$PEM"
|
||||
+ ln -sf "${CERT#$ROOT}" "$PEM"
|
||||
echo +$PEM >> "$ADDED"
|
||||
fi
|
||||
cat "$CERT" >> "$TEMPBUNDLE"
|
||||
@@ -78,22 +82,22 @@
|
||||
if test -L "$PEM"
|
||||
then
|
||||
rm -f "$PEM"
|
||||
- echo -$PEM >> "$REMOVED"
|
||||
+ echo "-$PEM" >> "$REMOVED"
|
||||
fi
|
||||
}
|
||||
|
||||
-cd $ETCCERTSDIR
|
||||
+cd "$ETCCERTSDIR"
|
||||
if [ "$fresh" = 1 ]; then
|
||||
echo -n "Clearing symlinks in $ETCCERTSDIR..."
|
||||
find . -type l -print | while read symlink
|
||||
do
|
||||
- case $(readlink $symlink) in
|
||||
- $CERTSDIR*) rm -f $symlink;;
|
||||
+ case $(readlink "$symlink") in
|
||||
+ "$CERTSDIR"*) rm -f "$symlink";;
|
||||
esac
|
||||
done
|
||||
find . -type l -print | while read symlink
|
||||
do
|
||||
- test -f $symlink || rm -f $symlink
|
||||
+ test -f "$symlink" || rm -f "$symlink"
|
||||
done
|
||||
echo "done."
|
||||
fi
|
||||
@@ -102,12 +106,12 @@
|
||||
|
||||
# Handle certificates that should be removed. This is an explicit act
|
||||
# by prefixing lines in the configuration files with exclamation marks (!).
|
||||
-sed -n -e '/^$/d' -e 's/^!//p' $CERTSCONF | while read crt
|
||||
+sed -n -e '/^$/d' -e 's/^!//p' "$CERTSCONF" | while read crt
|
||||
do
|
||||
remove "$CERTSDIR/$crt"
|
||||
done
|
||||
|
||||
-sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
|
||||
+sed -e '/^$/d' -e '/^#/d' -e '/^!/d' "$CERTSCONF" | while read crt
|
||||
do
|
||||
if ! test -f "$CERTSDIR/$crt"
|
||||
then
|
||||
@@ -146,14 +150,14 @@
|
||||
|
||||
echo "$ADDED_CNT added, $REMOVED_CNT removed; done."
|
||||
|
||||
-HOOKSDIR=/etc/ca-certificates/update.d
|
||||
+HOOKSDIR="$ROOT/etc/ca-certificates/update.d"
|
||||
echo -n "Running hooks in $HOOKSDIR...."
|
||||
VERBOSE_ARG=
|
||||
[ "$verbose" = 0 ] || VERBOSE_ARG=--verbose
|
||||
-eval run-parts $VERBOSE_ARG --test -- $HOOKSDIR | while read hook
|
||||
+eval run-parts $VERBOSE_ARG --test -- \""$HOOKSDIR"\" | while read hook
|
||||
do
|
||||
( cat $ADDED
|
||||
- cat $REMOVED ) | $hook || echo E: $hook exited with code $?.
|
||||
+ cat $REMOVED ) | "$hook" || echo E: "$hook" exited with code $?.
|
||||
done
|
||||
echo "done."
|
||||
|
@ -1,110 +0,0 @@
|
||||
--- a/usr/sbin/update-ca-certificates
|
||||
+++ b/usr/sbin/update-ca-certificates
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
verbose=0
|
||||
fresh=0
|
||||
+ROOT=""
|
||||
+RELPATH=""
|
||||
while [ $# -gt 0 ];
|
||||
do
|
||||
case $1 in
|
||||
@@ -30,6 +31,11 @@
|
||||
verbose=1;;
|
||||
--fresh|-f)
|
||||
fresh=1;;
|
||||
+ --root|-r)
|
||||
+ ROOT=$(readlink -f "$2")
|
||||
+ # needed as c_rehash wants to read the files directly
|
||||
+ RELPATH="../../.."
|
||||
+ shift;;
|
||||
--help|-h|*)
|
||||
- echo "$0: [--verbose] [--fresh]"
|
||||
+ echo "$0: [--verbose] [--fresh] [--root <dir>]"
|
||||
exit;;
|
||||
@@ -37,11 +41,11 @@
|
||||
shift
|
||||
done
|
||||
|
||||
-CERTSCONF=/etc/ca-certificates.conf
|
||||
-CERTSDIR=/usr/share/ca-certificates
|
||||
-LOCALCERTSDIR=/usr/local/share/ca-certificates
|
||||
+CERTSCONF="$ROOT/etc/ca-certificates.conf"
|
||||
+CERTSDIR="$ROOT/usr/share/ca-certificates"
|
||||
+LOCALCERTSDIR="$ROOT/usr/local/share/ca-certificates"
|
||||
CERTBUNDLE=ca-certificates.crt
|
||||
-ETCCERTSDIR=/etc/ssl/certs
|
||||
+ETCCERTSDIR="$ROOT/etc/ssl/certs"
|
||||
|
||||
cleanup() {
|
||||
rm -f "$TEMPBUNDLE"
|
||||
@@ -66,7 +70,7 @@
|
||||
-e 's/,/_/g').pem"
|
||||
if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "$CERT" ]
|
||||
then
|
||||
- ln -sf "$CERT" "$PEM"
|
||||
+ ln -sf "${RELPATH}${CERT#$ROOT}" "$PEM"
|
||||
echo +$PEM >> "$ADDED"
|
||||
fi
|
||||
cat "$CERT" >> "$TEMPBUNDLE"
|
||||
@@ -78,22 +82,22 @@
|
||||
if test -L "$PEM"
|
||||
then
|
||||
rm -f "$PEM"
|
||||
- echo -$PEM >> "$REMOVED"
|
||||
+ echo "-$PEM" >> "$REMOVED"
|
||||
fi
|
||||
}
|
||||
|
||||
-cd $ETCCERTSDIR
|
||||
+cd "$ETCCERTSDIR"
|
||||
if [ "$fresh" = 1 ]; then
|
||||
echo -n "Clearing symlinks in $ETCCERTSDIR..."
|
||||
find . -type l -print | while read symlink
|
||||
do
|
||||
- case $(readlink $symlink) in
|
||||
- $CERTSDIR*) rm -f $symlink;;
|
||||
+ case $(readlink "$symlink") in
|
||||
+ "$CERTSDIR"*) rm -f "$symlink";;
|
||||
esac
|
||||
done
|
||||
find . -type l -print | while read symlink
|
||||
do
|
||||
- test -f $symlink || rm -f $symlink
|
||||
+ test -f "$symlink" || rm -f "$symlink"
|
||||
done
|
||||
echo "done."
|
||||
fi
|
||||
@@ -102,12 +106,12 @@
|
||||
|
||||
# Handle certificates that should be removed. This is an explicit act
|
||||
# by prefixing lines in the configuration files with exclamation marks (!).
|
||||
-sed -n -e '/^$/d' -e 's/^!//p' $CERTSCONF | while read crt
|
||||
+sed -n -e '/^$/d' -e 's/^!//p' "$CERTSCONF" | while read crt
|
||||
do
|
||||
remove "$CERTSDIR/$crt"
|
||||
done
|
||||
|
||||
-sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
|
||||
+sed -e '/^$/d' -e '/^#/d' -e '/^!/d' "$CERTSCONF" | while read crt
|
||||
do
|
||||
if ! test -f "$CERTSDIR/$crt"
|
||||
then
|
||||
@@ -146,14 +150,14 @@
|
||||
|
||||
echo "$ADDED_CNT added, $REMOVED_CNT removed; done."
|
||||
|
||||
-HOOKSDIR=/etc/ca-certificates/update.d
|
||||
+HOOKSDIR="$ROOT/etc/ca-certificates/update.d"
|
||||
echo -n "Running hooks in $HOOKSDIR...."
|
||||
VERBOSE_ARG=
|
||||
[ "$verbose" = 0 ] || VERBOSE_ARG=--verbose
|
||||
-eval run-parts $VERBOSE_ARG --test -- $HOOKSDIR | while read hook
|
||||
+eval run-parts $VERBOSE_ARG --test -- \""$HOOKSDIR"\" | while read hook
|
||||
do
|
||||
( cat $ADDED
|
||||
- cat $REMOVED ) | $hook || echo E: $hook exited with code $?.
|
||||
+ cat $REMOVED ) | "$hook" || echo E: "$hook" exited with code $?.
|
||||
done
|
||||
echo "done."
|
||||
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>base-system</herd>
|
||||
</pkgmetadata>
|
@ -1,423 +0,0 @@
|
||||
# ChangeLog for dev-python/jinja
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.74 2013/08/04 13:42:14 ago Exp $
|
||||
|
||||
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> jinja-2.6-r1.ebuild:
|
||||
Stable for ppc64, wrt bug #477970
|
||||
|
||||
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> jinja-2.6-r1.ebuild:
|
||||
Stable for ppc, wrt bug #477970
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> jinja-2.7.ebuild:
|
||||
Only build docs if USE=doc is set.
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> +files/jinja-2.7-docs.patch,
|
||||
jinja-2.7.ebuild:
|
||||
Fix error building docs, bug 470856.
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> jinja-2.7.ebuild:
|
||||
Simplify docs build.
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org>
|
||||
files/jinja-2.6-python3.3.patch, jinja-2.6-r2.ebuild:
|
||||
Cleanup python3.3 patch based on feedback from Arfrever.
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> jinja-2.6-r100.ebuild:
|
||||
Don't apply python3.3 patch.
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> jinja-2.6-r100.ebuild:
|
||||
Don't install the vim syntax files in the compat ebuild.
|
||||
|
||||
*jinja-2.6-r100 (23 May 2013)
|
||||
|
||||
23 May 2013; Mike Gilbert <floppym@gentoo.org> +jinja-2.6-r100.ebuild:
|
||||
Create 'compat' slot for packages requiring python 2.5, 3.1, or 3.2, which
|
||||
>=jinja-2.7 does not support.
|
||||
|
||||
*jinja-2.7 (20 May 2013)
|
||||
|
||||
20 May 2013; Dirkjan Ochtman <djc@gentoo.org> +jinja-2.7.ebuild:
|
||||
Version bump jinja to 2.7.
|
||||
|
||||
*jinja-2.6-r2 (28 Apr 2013)
|
||||
|
||||
28 Apr 2013; Patrick McLean <chutzpah@gentoo.org> +jinja-2.6-r2.ebuild,
|
||||
+files/jinja-2.6-python3.3.patch:
|
||||
Revision bump, add patch to improve python 3.3 support (fixes bug #451928).
|
||||
|
||||
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> jinja-2.6-r1.ebuild:
|
||||
Stable for x86, wrt bug #454314
|
||||
|
||||
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> jinja-2.6-r1.ebuild:
|
||||
Stable for amd64, wrt bug #454314
|
||||
|
||||
*jinja-2.6-r1 (13 Jan 2013)
|
||||
|
||||
13 Jan 2013; Michał Górny <mgorny@gentoo.org> +jinja-2.6-r1.ebuild:
|
||||
Migrate to distutils-r1. Remove unnecessary USE flags.
|
||||
|
||||
09 May 2012; Alexis Ballier <aballier@gentoo.org> jinja-2.6.ebuild:
|
||||
keyword ~amd64-fbsd
|
||||
|
||||
01 May 2012; Kacper Kowalik <xarthisius@gentoo.org> -jinja-2.5.5.ebuild,
|
||||
jinja-2.6.ebuild:
|
||||
Fix building docs with python3 wrt #410873 by Ian Abbott <ian@abbott.org>.
|
||||
Thanks to Arfrever and Ian Delaney for solution and patch respectively. Drop
|
||||
old
|
||||
|
||||
10 Mar 2012; Justin Lecher <jlec@gentoo.org> jinja-2.6.ebuild, metadata.xml:
|
||||
Move to EAPI=4 and import pypy fixes from progress overlay, thanks Arfrever
|
||||
for the work
|
||||
|
||||
21 Feb 2012; Patrick Lauer <patrick@gentoo.org> jinja-2.5.5.ebuild,
|
||||
jinja-2.6.ebuild:
|
||||
Restricting pypy
|
||||
|
||||
13 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> jinja-2.6.ebuild:
|
||||
ppc64 stable wrt #386053
|
||||
|
||||
01 Feb 2012; Brent Baude <ranger@gentoo.org> jinja-2.6.ebuild:
|
||||
Marking jinja-2.6 ppc for bug 386053
|
||||
|
||||
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> jinja-2.6.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #386053
|
||||
|
||||
17 Oct 2011; Jeroen Roovers <jer@gentoo.org> jinja-2.6.ebuild:
|
||||
Stable for HPPA (bug #386053).
|
||||
|
||||
15 Oct 2011; Markus Meier <maekke@gentoo.org> jinja-2.6.ebuild:
|
||||
arm stable, bug #386053
|
||||
|
||||
13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jinja-2.6.ebuild:
|
||||
x86 stable wrt bug #386053
|
||||
|
||||
09 Oct 2011; Markos Chandras <hwoarang@gentoo.org> jinja-2.6.ebuild:
|
||||
Stable on amd64 wrt bug #386053
|
||||
|
||||
22 Aug 2011; Markus Duft <mduft@gentoo.org> jinja-2.6.ebuild:
|
||||
keyworded ~x86-interix
|
||||
|
||||
*jinja-2.6 (24 Jul 2011)
|
||||
|
||||
24 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org> +jinja-2.6.ebuild:
|
||||
Version bump.
|
||||
|
||||
13 Feb 2011; Fabian Groffen <grobian@gentoo.org> jinja-2.5.5.ebuild:
|
||||
Marked ~sparc-solaris and ~sparc64-solaris
|
||||
|
||||
03 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja-2.5.5.ebuild:
|
||||
Add "vim-syntax" USE flag (bug #273474).
|
||||
|
||||
07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-jinja-2.3.1.ebuild, -files/jinja2-2.3.1-python-3.2.patch,
|
||||
-files/jinja2-2.3.1-python-3.patch, -jinja-2.5.ebuild, -jinja-2.5.2.ebuild:
|
||||
Delete.
|
||||
|
||||
07 Jan 2011; Brent Baude <ranger@gentoo.org> jinja-2.5.5.ebuild:
|
||||
Marking jinja-2.5.5 ppc for bug 347109
|
||||
|
||||
31 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja-2.5.5.ebuild:
|
||||
Fix building with Jython.
|
||||
|
||||
27 Dec 2010; Brent Baude <ranger@gentoo.org> jinja-2.5.5.ebuild:
|
||||
Marking jinja-2.5.5 ppc64 for bug 347109
|
||||
|
||||
18 Dec 2010; Raúl Porcel <armin76@gentoo.org> jinja-2.5.5.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #347109
|
||||
|
||||
11 Dec 2010; Markus Meier <maekke@gentoo.org> jinja-2.5.5.ebuild:
|
||||
arm stable, bug #347109
|
||||
|
||||
04 Dec 2010; Markos Chandras <hwoarang@gentoo.org> jinja-2.5.5.ebuild:
|
||||
Stable on amd64 wrt bug #347109
|
||||
|
||||
03 Dec 2010; Christian Faulhammer <fauli@gentoo.org> jinja-2.5.5.ebuild:
|
||||
stable x86, bug 347109
|
||||
|
||||
29 Nov 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.5.5.ebuild:
|
||||
Stable for HPPA (bug #347109).
|
||||
|
||||
27 Nov 2010; Raúl Porcel <armin76@gentoo.org> jinja-2.5.2.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #338913
|
||||
|
||||
*jinja-2.5.5 (23 Oct 2010)
|
||||
|
||||
23 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-jinja-2.4.1.ebuild, -files/jinja2-2.4.1-object_type_repr.patch,
|
||||
-jinja-2.5.4.ebuild, +jinja-2.5.5.ebuild:
|
||||
Version bump.
|
||||
|
||||
21 Oct 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.5.2.ebuild:
|
||||
Stable for HPPA (bug #338913).
|
||||
|
||||
18 Oct 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.5.2.ebuild,
|
||||
jinja-2.5.4.ebuild:
|
||||
Marked ~hppa (bug #337663).
|
||||
|
||||
*jinja-2.5.4 (17 Oct 2010)
|
||||
|
||||
17 Oct 2010; Dirkjan Ochtman <djc@gentoo.org> +jinja-2.5.4.ebuild:
|
||||
Version bump to 2.5.4.
|
||||
|
||||
13 Oct 2010; Markus Meier <maekke@gentoo.org> jinja-2.5.2.ebuild:
|
||||
arm stable, bug #338913
|
||||
|
||||
12 Oct 2010; Raúl Porcel <armin76@gentoo.org> jinja-2.5.2.ebuild:
|
||||
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #337663
|
||||
|
||||
08 Oct 2010; Mart Raudsepp <leio@gentoo.org> jinja-2.5.2.ebuild:
|
||||
Add ~mips keyword.
|
||||
|
||||
06 Oct 2010; Markus Meier <maekke@gentoo.org> jinja-2.5.2.ebuild:
|
||||
x86 stable, bug #338913
|
||||
|
||||
29 Sep 2010; Brent Baude <ranger@gentoo.org> jinja-2.5.2.ebuild:
|
||||
Marking jinja-2.5.2 ppc for bug 338913
|
||||
|
||||
27 Sep 2010; Markos Chandras <hwoarang@gentoo.org> jinja-2.5.2.ebuild:
|
||||
Stable on amd64 wrt bug #338913
|
||||
|
||||
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja-2.5.2.ebuild:
|
||||
Build jinja2._debugsupport extension. Don't install .py[co] files.
|
||||
|
||||
18 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> jinja-2.3.1.ebuild,
|
||||
jinja-2.4.1.ebuild, jinja-2.5.ebuild:
|
||||
Use pypi mirrors.
|
||||
|
||||
*jinja-2.5.2 (18 Aug 2010)
|
||||
|
||||
18 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> +jinja-2.5.2.ebuild:
|
||||
Version bump to 2.5.2.
|
||||
|
||||
18 Jul 2010; Raúl Porcel <armin76@gentoo.org> jinja-2.5.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #325905
|
||||
|
||||
11 Jul 2010; Christian Faulhammer <fauli@gentoo.org> jinja-2.5.ebuild:
|
||||
stable x86, bug 325905
|
||||
|
||||
08 Jul 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.5.ebuild:
|
||||
Stable for PPC (bug #325905).
|
||||
|
||||
08 Jul 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.5.ebuild:
|
||||
Stable for HPPA (bug #325905).
|
||||
|
||||
28 Jun 2010; Christoph Mende <angelos@gentoo.org> jinja-2.5.ebuild:
|
||||
Stable on amd64 wrt bug #325905
|
||||
|
||||
20 Jun 2010; Raúl Porcel <armin76@gentoo.org> jinja-2.4.1.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #321349
|
||||
|
||||
11 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jinja-2.4.1.ebuild:
|
||||
x86 stable wrt bug #321349
|
||||
|
||||
10 Jun 2010; Jeroen Roovers <jer@gentoo.org> jinja-2.4.1.ebuild:
|
||||
Stable for HPPA (bug #321349).
|
||||
|
||||
*jinja-2.5 (29 May 2010)
|
||||
|
||||
29 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+jinja-2.5.ebuild:
|
||||
Version bump.
|
||||
|
||||
26 May 2010; Pacho Ramos <pacho@gentoo.org> jinja-2.4.1.ebuild:
|
||||
stable amd64, bug 321349
|
||||
|
||||
21 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-jinja2-2.3.1.ebuild, -jinja2-2.4.1.ebuild, +jinja-2.3.1.ebuild,
|
||||
+jinja-2.4.1.ebuild, metadata.xml:
|
||||
dev-python/jinja2 renamed to dev-python/jinja.
|
||||
|
||||
19 May 2010; Raúl Porcel <armin76@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #310665
|
||||
|
||||
11 May 2010; Brent Baude <ranger@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
stable ppc64, bug 310665
|
||||
|
||||
30 Apr 2010; Fabian Groffen <grobian@gentoo.org> jinja2-2.4.1.ebuild:
|
||||
Marked ~x64-macos (bug #316787) and ~ppc-macos
|
||||
|
||||
25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> jinja-1.2.ebuild:
|
||||
Keyworded ~x86-fbsd.
|
||||
|
||||
*jinja2-2.4.1 (20 Apr 2010)
|
||||
|
||||
20 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+jinja2-2.4.1.ebuild, +files/jinja2-2.4.1-object_type_repr.patch:
|
||||
Version bump.
|
||||
|
||||
18 Apr 2010; <nixnut@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
ppc stable #310665
|
||||
|
||||
*jinja2-2.4 (13 Apr 2010)
|
||||
|
||||
13 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> +jinja2-2.4.ebuild:
|
||||
Version bump to 2.4.
|
||||
|
||||
09 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
amd64 stable, bug 310665
|
||||
|
||||
05 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
x86 stable wrt bug #310665
|
||||
|
||||
02 Apr 2010; Jeroen Roovers <jer@gentoo.org> jinja2-2.3.1.ebuild:
|
||||
Stable for HPPA (bug #310665).
|
||||
|
||||
21 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja2-2.3.1.ebuild, +files/jinja2-2.3.1-python-3.2.patch:
|
||||
Fix tests with Python 3.2 (bug #306215).
|
||||
|
||||
21 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja2-2.3.1.ebuild, +files/jinja2-2.3.1-python-3.patch:
|
||||
Support Python 3.
|
||||
|
||||
*jinja2-2.3.1 (21 Feb 2010)
|
||||
|
||||
21 Feb 2010; Patrick Lauer <patrick@gentoo.org> +jinja2-2.3.1.ebuild:
|
||||
Bump for #306065, thanks to Priit Laes for the test fixes
|
||||
|
||||
*jinja2-2.3 (10 Feb 2010)
|
||||
|
||||
10 Feb 2010; Dirkjan Ochtman <djc@gentoo.org> +jinja2-2.3.ebuild:
|
||||
Version bump to 2.3.
|
||||
|
||||
14 Nov 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
ia64/s390/sh/sparc stable wrt #287618
|
||||
|
||||
10 Nov 2009; Brent Baude <ranger@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
Marking jinja2-2.2.1 ppc64 for bug 287618
|
||||
|
||||
30 Oct 2009; Markus Meier <maekke@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
arm stable, bug #287618
|
||||
|
||||
18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
Stable on alpha, bug #287618
|
||||
|
||||
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
Stable for HPPA (bug #287618).
|
||||
|
||||
11 Oct 2009; Markus Meier <maekke@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
amd64/x86 stable, bug #287618
|
||||
|
||||
10 Oct 2009; Fabian Groffen <grobian@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
Merge from Prefix
|
||||
|
||||
10 Oct 2009; nixnut <nixnut@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
ppc stable #287618
|
||||
|
||||
24 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
|
||||
jinja2-2.1.1-r1.ebuild:
|
||||
stable x86, bug 285307
|
||||
|
||||
22 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja2-2.2.1.ebuild:
|
||||
Update dependencies (bug #285939).
|
||||
|
||||
21 Sep 2009; Tom Gall <tgall@gentoo.org> jinja2-2.2.1.ebuild,
|
||||
jinja2-2.1.1-r1.ebuild:
|
||||
keywording for ppc64
|
||||
|
||||
17 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> jinja2-2.2.1.ebuild:
|
||||
Keywording for ppc. Bug 263948
|
||||
|
||||
*jinja2-2.2.1 (15 Sep 2009)
|
||||
|
||||
15 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-jinja2-2.2.ebuild, +jinja2-2.2.1.ebuild:
|
||||
Version bump. Build C extensions (bug #284968).
|
||||
|
||||
*jinja2-2.2 (13 Sep 2009)
|
||||
|
||||
13 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-jinja2-2.0.ebuild, -jinja2-2.1.ebuild, +jinja2-2.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
10 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja2-2.1.1-r1.ebuild:
|
||||
Set SUPPORT_PYTHON_ABIS.
|
||||
|
||||
09 Aug 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #278978
|
||||
|
||||
28 Jul 2009; Jeroen Roovers <jer@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Stable for HPPA (bug #278978).
|
||||
|
||||
18 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
jinja-1.2.ebuild:
|
||||
Add dependency on dev-lang/python[threads] (bug #278207).
|
||||
|
||||
*jinja2-2.1.1-r1 (13 Jul 2009)
|
||||
|
||||
13 Jul 2009; Jesus Rivero <neurogeek@gentoo.org>
|
||||
+files/jinja2_docs_sphinx.patch, +jinja2-2.1.1-r1.ebuild:
|
||||
Added patch to make Jinja2 compile with doc USE flag. Closes bug #277462.
|
||||
Thanks to plevine457@verizon.net for the heads up. Change to EAPI 2
|
||||
|
||||
05 Jul 2009; Alexis Ballier <aballier@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
keyword ~x86-fbsd
|
||||
|
||||
10 Jun 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Add ~alpha
|
||||
|
||||
09 Jun 2009; Raúl Porcel <armin76@gentoo.org> jinja-1.2.ebuild:
|
||||
sparc stable
|
||||
|
||||
23 May 2009; nixnut <nixnut@gentoo.org> jinja-1.2.ebuild:
|
||||
ppc stable #270089
|
||||
|
||||
21 May 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Add ~arm/~sh/~sparc
|
||||
|
||||
17 May 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Add ~s390
|
||||
|
||||
14 May 2009; Jeroen Roovers <jer@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Marked ~hppa (bug #233554).
|
||||
|
||||
15 Apr 2009; Markus Meier <maekke@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
amd64/x86 stable, bug #261887
|
||||
|
||||
15 Apr 2009; Markus Meier <maekke@gentoo.org> jinja-1.2.ebuild:
|
||||
amd64/x86 stable, bug #261887
|
||||
|
||||
02 Apr 2009; Raúl Porcel <armin76@gentoo.org> jinja2-2.1.1.ebuild:
|
||||
Add ~ia64 wrt #263948
|
||||
|
||||
*jinja2-2.1.1 (24 Jan 2009)
|
||||
|
||||
24 Jan 2009; Patrick Lauer <patrick@gentoo.org> +jinja2-2.1.1.ebuild:
|
||||
Bump to 2.1.1, fixes #255445
|
||||
|
||||
*jinja2-2.1 (06 Dec 2008)
|
||||
|
||||
06 Dec 2008; Patrick Lauer <patrick@gentoo.org> +jinja2-2.1.ebuild:
|
||||
Bumping to 2.1, closing #248752
|
||||
|
||||
18 Nov 2008; Jeremy Olexa <darkside@gentoo.org> jinja2-2.0.ebuild:
|
||||
add ~amd64, bug #246605
|
||||
|
||||
*jinja2-2.0 (24 Oct 2008)
|
||||
|
||||
24 Oct 2008; Jesus Rivero <neurogeek@gentoo.org>
|
||||
+files/jinja2-2.0_no_docs.patch, +metadata.xml, +jinja2-2.0.ebuild:
|
||||
Initial commit. Bug #237036
|
||||
|
||||
06 Oct 2008; Brent Baude <ranger@gentoo.org> jinja-1.2.ebuild:
|
||||
Marking jinja-1.2 ~ppc64 for bug 236705
|
||||
|
||||
29 Jun 2008; Raúl Porcel <armin76@gentoo.org> jinja-1.2.ebuild:
|
||||
Add ~ia64/~sparc wrt #229393
|
||||
|
||||
25 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> ChangeLog:
|
||||
Add ~ppc keyword
|
||||
|
||||
23 Jun 2008; Cédric Krier <cedk@gentoo.org> jinja-1.2.ebuild:
|
||||
Add ~x86 keyword
|
||||
|
||||
*jinja-1.2 (07 Jun 2008)
|
||||
|
||||
07 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> +metadata.xml,
|
||||
+jinja-1.2.ebuild:
|
||||
Initial ebuild (written by me)
|
@ -1,31 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
|
||||
AUX jinja-2.6-python3.3.patch 591 SHA256 38a97d3ffc527d9d12dcb6e103b8a214b95d8d554995f095532915e514ef5251 SHA512 430dcb663bc623c639d1863a7e0c0fd8687f601b570ea4df4fd6ddfe1a7e03c63a90bd30fb53c1ecb11fd57fdc92eb451d243be1d46c5135516d992c102a5011 WHIRLPOOL ab2d5e4fd1d769a0019296e65fff5b3323ed47067aaca9e1a6f59e3fd430bb91aa8517e46fdf7ea4e51b973cb35311d3f673b2e9dc7f948d8e8adbe40a8e8336
|
||||
AUX jinja-2.7-docs.patch 1945 SHA256 d3299aff0ed48f0b89a7ad07ba092b02696fb85692d30ec569d308e0925744f7 SHA512 5cfb134597eb3d39426a6e79d871d7381d776e9709b3a9f606c2d5772eacfb508105637e95fcab88fbf2705f3997d9d0f92bc85f92c790603c95ca1f096d013a WHIRLPOOL a27f652d0fea41df7e8b079950a1b7c928386dab954e5dab423906a4f97206573b72280c9073cacfd80f90c6ef112c9f1ffabeb45965f187daf4e288040f5eb7
|
||||
DIST Jinja2-2.6.tar.gz 389741 SHA256 a85e185375db75c109f99ecde3d55415f035e7068a82252cf4f16c667ac38f49 SHA512 6603bd6a7e4956433746da15b18b1206b67c901262337aab8352ddff154efca9eb6d652c244c63e8ffad492d204c724db3e86222ae371e75e3f5f2011244554e WHIRLPOOL d6d27867a6d4d9f82e956d5d116faae4adfb5f1fea4ecc067fec61d67eca0d16ee6dc80d8585f34a49a89a2da18c65395a4d615b5723241866ff27e3362f915f
|
||||
DIST Jinja2-2.7.tar.gz 377603 SHA256 474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d SHA512 44d0c18babcdb84160eeea077ec6dbd63bc4669ee81b0f5849bc42a9d9665b3e6647ce64ea2e15f04940807a67f25ebcf937da217318dea3d3dc1531800422b1 WHIRLPOOL 7978e27b8b97b832ef0ba910569678c8a931593a8fae16b247b8d8e7516f08b80e4086beca00e6890c9a4dd193d3fb87c49dd40ec9e738dbb4b018df6e762b8f
|
||||
EBUILD jinja-2.6-r1.ebuild 1832 SHA256 b111a49c3edc9b76f038a4e57d59fb6047519a19b8a1149bbff0e11b4ad84a63 SHA512 87e92d780b5ded1a1d91431a495b210cfe9ead01131dd0981936a753e30b42de01616bef0deff65bd20cbf060d2db324f4e4ed46e2be6edb74bb35d5fc5d135d WHIRLPOOL 93d1115e6a5137de32afe7e38d623257defd46f0905f4806bb77df69784fa2c81150ec2ed71f73ee97885cec8df96fd7eedfc5585f96b4da0d4f3da29673431f
|
||||
EBUILD jinja-2.6-r100.ebuild 1796 SHA256 c674d63babbf53700b1739dbcf41440bda5f1bb3071d89aecebcbf236673bfd0 SHA512 9a7996df2db53d06f91d5c5909c514f2abff041b202c3e151cf33e28a8f4c10573dfe9ebab73c9a7391a1dc31a0ec717df91b9a870824d7e91194f9a8bf12524 WHIRLPOOL c1891127e75ec5cbedfa6d657a78d922578ed119fcb7a92fc7104fb59aec256911e00324affc53bf9d60ed7e50608014bf43f61e820ca03b99e606b814c7c916
|
||||
EBUILD jinja-2.6-r2.ebuild 1894 SHA256 30e423e8d4cc103957d74be2fd21f544cffcf1b8a647ec0d7dfd50d54193d9d2 SHA512 b6ece75eee1b9f6424e8a53bbcd42d03c64252e540d6a5275283d8dc59941b6f53e09d4250f558d0329a252a1c28a15c71eb7e9f0eed8e09a622a2d7de3091ff WHIRLPOOL 58360533f339b58fc91790dbbf7bc412dbab38a001039bed2c2dc9e0f994e2e9dcdbd750f330c9bab0c0394313edcc681921230e52c175b03360a1fd37386eab
|
||||
EBUILD jinja-2.6.ebuild 1885 SHA256 ca7229d425db7195fdb936ce819b014664de41a9847face956612288e0e6a9e1 SHA512 88d8513f5132d5877704db80d320b3cf1210b56118d2bca034aa6cb4a5135fdd330cafc3439f357746c721af49d2368c095d6501e63ef14525fab0fc97034e6c WHIRLPOOL f5eb57b60bcc43905da22da49f58aaa6c4f6a23e00322281149d63588ef1d8430bad8b2364b510efa0cee760450d0855464a0a409d8e34b4e2657cb9a49b55c7
|
||||
EBUILD jinja-2.7.ebuild 1715 SHA256 45f53cf4ab87fca4cef8d09062424009e3282d620fb936620bf6946737f861d3 SHA512 809a759807d4758a915d602f2c619a695492df60c9fee688095527da4bcd7fce5b0f41fa14242d020a7f6e113e8720c8db5f107ac987136acc16db235b85c940 WHIRLPOOL fb0f0769ef59ca4fd6fb93cc920bab463a2553a52e8b4710d72715b9e2f303e55ca225641eff185b44da79a12025562a6d74a911f225c2d4814938b037a01cb1
|
||||
MISC ChangeLog 14167 SHA256 6c857708921ca45f8507fddccabd33fd29cf3ba587cb3dc76d547774081cab16 SHA512 9bfd500ee77ade76ae1abde170c04ce5c50adc3f4104cb32419b5065ac2ef47c8f98d7ffd8fc40e03bcc758217c4e1c594f8d1d239c25fcf9476825d906317cb WHIRLPOOL 7eac59503013cbf84048ab0199c297971901a516632cf69527fdccdc509380d73024be40135b45ed6c54671509e37a932f907436fdfb9f0c6f747482f1b0b1a5
|
||||
MISC metadata.xml 260 SHA256 bda84a3528019ac7c58b2435d70ad4a5f5c5fa29f0f8643569b4710081c2e555 SHA512 ac8108e6022705d5954c6ea7e504f0fb9dfd618c22d126ea6d22d181f6784dbd504ed705dc995cbd6c444067d43f46acb1cda58481b1c5459e4f9df7f260a81b WHIRLPOOL f6d4bb49f06a00d8ecc5d2e28ebdb80dee4dca9a77ce5d1926b45386301a2c267c943c991375ffdcde1473a8e30073803512a9e2f091e318fe6401d039c4c696
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.20 (GNU/Linux)
|
||||
|
||||
iQIcBAEBCgAGBQJR/ll3AAoJELp701BxlEWftwQP/RFDUcVz3iOwDGKhVOZTi8Wf
|
||||
G8TJHUkVg3Dqf9nl1IUQhZyMCdrOFr8Ucmzkd1cfK4Uhu/dmlQn5tsM0UZmkwYZ8
|
||||
Cq1wsG+Cd/krYJ7wMOZamplTfFyQ9wAueDhYSJEwJJX3D0LQQwY5LszNBXQvwcgU
|
||||
DBXmHYAnwFyQqA/G1FhfZp5Dba2/6S4WqKtC3IDQkSunjU8pK66tzqhnLoMLNvuB
|
||||
RQhIWbiDbwpKE7GF8tJlQB8fMrce6wCFtSsggCKhz5K/W7jYQJSOepmELE+yVhBJ
|
||||
d+UOL21brUKvhzZeahsG/l+X/Wp0WnaLqXC6HN/c2f2YCnP9KhmqHdD1hz4MFks4
|
||||
jxqh96WAiMg3+r0kxkVLJoCod6RnHXrg5s4KhTl0zN1TvpZ9HINcAfAIveLa6xdT
|
||||
yfDq8odf2ZJGo4/Diy/OcnMWUwBUR2CnvyPOWmpZ+hX8i2XXFIaqTWsUWmfeiqNo
|
||||
GmB/Q1aJ1yGgQ0vM9c8cslSWX66vhV3yQdCDYAKafjH9rlhCI37hD/1bQ/3/CBKP
|
||||
OGqfi5jgigp1TndV+a8nb2XOkQ/TPd99XJQEfHI2qvhowZh6iSqg43YNHTob2uSU
|
||||
vDuLyF7eluMBU3VevWFy95zWuMmHKIVdLChWyDV5G9XUoyR7P9TlDnzltARr8uop
|
||||
IE54LKxNhSgHBqLTJJCq
|
||||
=7fe1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,15 +0,0 @@
|
||||
diff --git a/jinja2/environment.py b/jinja2/environment.py
|
||||
index ebb5454..1b5dc40 100644
|
||||
--- a/jinja2/environment.py
|
||||
+++ b/jinja2/environment.py
|
||||
@@ -570,6 +570,10 @@ class Environment(object):
|
||||
py_header = imp.get_magic() + \
|
||||
u'\xff\xff\xff\xff'.encode('iso-8859-15')
|
||||
|
||||
+ # Python 3.3 added a source filesize to the header
|
||||
+ if sys.version_info >= (3, 3):
|
||||
+ py_header += u'\x00\x00\x00\x00'.encode('iso-8859-15')
|
||||
+
|
||||
def write_file(filename, data, mode):
|
||||
if zip:
|
||||
info = ZipInfo(filename)
|
@ -1,53 +0,0 @@
|
||||
From da94a8b504d981cb5f877219811d169823a2095e Mon Sep 17 00:00:00 2001
|
||||
From: Armin Ronacher <armin.ronacher@active-4.com>
|
||||
Date: Mon, 20 May 2013 14:06:59 +0100
|
||||
Subject: [PATCH] Fixed docs not building
|
||||
|
||||
---
|
||||
docs/faq.rst | 2 +-
|
||||
docs/jinjaext.py | 2 +-
|
||||
docs/templates.rst | 2 +-
|
||||
3 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/docs/faq.rst b/docs/faq.rst
|
||||
index 4db5079..00a4d0d 100644
|
||||
--- a/docs/faq.rst
|
||||
+++ b/docs/faq.rst
|
||||
@@ -157,7 +157,7 @@ Python 2.3 support you either have to use `Jinja 1`_ or other templating
|
||||
engines that still support 2.3.
|
||||
|
||||
My Macros are overridden by something
|
||||
-------------------------------------
|
||||
+-------------------------------------
|
||||
|
||||
In some situations the Jinja scoping appears arbitrary:
|
||||
|
||||
diff --git a/docs/jinjaext.py b/docs/jinjaext.py
|
||||
index 8395a55..3c217f8 100644
|
||||
--- a/docs/jinjaext.py
|
||||
+++ b/docs/jinjaext.py
|
||||
@@ -23,7 +23,7 @@
|
||||
from pygments.token import Keyword, Name, Comment, String, Error, \
|
||||
Number, Operator, Generic
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
-from jinja2.utils import next
|
||||
+from jinja2._compat import next
|
||||
|
||||
|
||||
def parse_rst(state, content_offset, doc):
|
||||
diff --git a/docs/templates.rst b/docs/templates.rst
|
||||
index e0a19fa..4a6a379 100644
|
||||
--- a/docs/templates.rst
|
||||
+++ b/docs/templates.rst
|
||||
@@ -579,7 +579,7 @@ Inside of a for-loop block you can access some special variables:
|
||||
| `loop.depth` | Indicates how deep in deep in a recursive loop |
|
||||
| | the rendering currently is. Starts at level 1 |
|
||||
+-----------------------+---------------------------------------------------+
|
||||
-| `loop.depth0 | Indicates how deep in deep in a recursive loop |
|
||||
+| `loop.depth0` | Indicates how deep in deep in a recursive loop |
|
||||
| | the rendering currently is. Starts at level 0 |
|
||||
+-----------------------+---------------------------------------------------+
|
||||
|
||||
--
|
||||
1.8.1.6
|
||||
|
@ -1,81 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6-r1.ebuild,v 1.5 2013/08/04 13:42:14 ago Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=Jinja2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure Python"
|
||||
HOMEPAGE="http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6 )"
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
wrap_opts() {
|
||||
local mydistutilsargs=()
|
||||
|
||||
if [[ ${EPYTHON} == python* ]]; then
|
||||
mydistutilargs+=( --with-debugsupport )
|
||||
fi
|
||||
|
||||
"${@}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_opts distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
cd docs || die
|
||||
|
||||
if [[ ${EPYTHON} == python3* ]]; then
|
||||
# https://github.com/mitsuhiko/jinja2/issues/115
|
||||
2to3 -n -w --no-diffs jinjaext.py || die
|
||||
fi
|
||||
|
||||
emake html
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins ext/Vim/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
@ -1,79 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6-r100.ebuild,v 1.3 2013/05/23 01:17:33 floppym Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_5,3_1,3_2} )
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
MY_PN=Jinja2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure Python"
|
||||
HOMEPAGE="http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="compat"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
!<dev-python/jinja-2.7:0"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6 )"
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
wrap_opts() {
|
||||
local mydistutilsargs=()
|
||||
|
||||
if [[ ${EPYTHON} == python* ]]; then
|
||||
mydistutilargs+=( --with-debugsupport )
|
||||
fi
|
||||
|
||||
"${@}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_opts distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
cd docs || die
|
||||
|
||||
if [[ ${EPYTHON} == python3* ]]; then
|
||||
# https://github.com/mitsuhiko/jinja2/issues/115
|
||||
2to3 -n -w --no-diffs jinjaext.py || die
|
||||
fi
|
||||
|
||||
emake html
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6-r2.ebuild,v 1.2 2013/05/23 01:28:07 floppym Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
MY_PN=Jinja2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure Python"
|
||||
HOMEPAGE="http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6 )"
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
PATCHES=( "${FILESDIR}"/${P}-python3.3.patch )
|
||||
|
||||
wrap_opts() {
|
||||
local mydistutilsargs=()
|
||||
|
||||
if [[ ${EPYTHON} == python* ]]; then
|
||||
mydistutilargs+=( --with-debugsupport )
|
||||
fi
|
||||
|
||||
"${@}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_opts distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
cd docs || die
|
||||
|
||||
if [[ ${EPYTHON} == python3* ]]; then
|
||||
# https://github.com/mitsuhiko/jinja2/issues/115
|
||||
2to3 -n -w --no-diffs jinjaext.py || die
|
||||
fi
|
||||
|
||||
emake html
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins ext/Vim/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6.ebuild,v 1.14 2012/05/09 00:15:37 aballier Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
DISTUTILS_SRC_TEST="setup.py"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN=Jinja2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure python."
|
||||
HOMEPAGE="http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
|
||||
IUSE="doc examples i18n vim-syntax"
|
||||
|
||||
RDEPEND="dev-python/markupsafe
|
||||
dev-python/setuptools
|
||||
i18n? ( >=dev-python/Babel-0.9.3 )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6 )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DOCS="CHANGES"
|
||||
PYTHON_MODNAME="jinja2"
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("*-cpython --with-debugsupport")
|
||||
|
||||
src_compile(){
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
if [[ "$(python_get_version -f -l --major)" == "3" ]]; then
|
||||
# https://github.com/mitsuhiko/jinja2/issues/115
|
||||
2to3-$(PYTHON -f --ABI) -nw --no-diffs jinjaext.py || die
|
||||
fi
|
||||
PYTHONPATH="$(ls -d ../build-$(PYTHON -f --ABI)/lib*)" emake html
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install(){
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
delete_tests() {
|
||||
rm -fr "${ED}$(python_get_sitedir)/jinja2/testsuite"
|
||||
}
|
||||
python_execute_function -q delete_tests
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/_build/html/*
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
|
||||
if use vim-syntax; then
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins ext/Vim/*
|
||||
fi
|
||||
}
|
@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild,v 1.4 2013/05/23 13:26:43 floppym Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
MY_PN=Jinja2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure Python"
|
||||
HOMEPAGE="http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6 )"
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
PATCHES=( "${FILESDIR}/jinja-2.7-docs.patch" )
|
||||
|
||||
wrap_opts() {
|
||||
local mydistutilsargs=()
|
||||
|
||||
if [[ ${EPYTHON} == python* ]]; then
|
||||
mydistutilargs+=( --with-debugsupport )
|
||||
fi
|
||||
|
||||
"${@}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_opts distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins ext/Vim/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<use>
|
||||
<flag name="i18n">Enables support for i18n with <pkg>dev-python/Babel</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -1,116 +0,0 @@
|
||||
# ChangeLog for dev-python/sqlalchemy-migrate
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.26 2013/06/21 15:43:36 prometheanfire Exp $
|
||||
|
||||
*sqlalchemy-migrate-0.7.2-r1 (21 Jun 2013)
|
||||
|
||||
21 Jun 2013; Matthew Thode <prometheanfire@gentoo.org>
|
||||
+sqlalchemy-migrate-0.7.2-r1.ebuild:
|
||||
eapi5ifying sqlalchemy-migrate
|
||||
|
||||
24 Mar 2013; Mike Gilbert <floppym@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.1.ebuild, sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Adjust sqlalchemy dependency, thanks to Arfrever.
|
||||
|
||||
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for sh, wrt bug #449426
|
||||
|
||||
20 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for s390, wrt bug #449426
|
||||
|
||||
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for alpha, wrt bug #449426
|
||||
|
||||
16 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for ppc, wrt bug #449426
|
||||
|
||||
06 Jan 2013; Markus Meier <maekke@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
arm stable, bug #449426
|
||||
|
||||
05 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for sparc, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for x86, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for amd64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for ia64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for ppc64, wrt bug #449426
|
||||
|
||||
31 Dec 2012; Jeroen Roovers <jer@gentoo.org> sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Stable for HPPA (bug #449426).
|
||||
|
||||
07 Oct 2012; Raúl Porcel <armin76@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.1.ebuild, sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Add ~ia64/~s390/~sh/~sparc wrt #381709
|
||||
|
||||
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.2.ebuild:
|
||||
keyword ~ppc64, bug #381709
|
||||
|
||||
*sqlalchemy-migrate-0.7.2 (08 Feb 2012)
|
||||
|
||||
08 Feb 2012; Patrick Lauer <patrick@gentoo.org>
|
||||
+sqlalchemy-migrate-0.7.2.ebuild:
|
||||
Bump for #401963
|
||||
|
||||
01 Feb 2012; Brent Baude <ranger@gentoo.org> sqlalchemy-migrate-0.7.1.ebuild:
|
||||
Marking sqlalchemy-migrate-0.7.1 ~ppc for bug 381709
|
||||
|
||||
19 Jan 2012; Tobias Klausmann <klausman@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.1.ebuild:
|
||||
Keyworded on alpha, bug #381709
|
||||
|
||||
11 Sep 2011; Markus Meier <maekke@gentoo.org>
|
||||
sqlalchemy-migrate-0.7.1.ebuild:
|
||||
add ~arm, bug #381709
|
||||
|
||||
10 Sep 2011; Jeroen Roovers <jer@gentoo.org> sqlalchemy-migrate-0.7.1.ebuild:
|
||||
Marked ~hppa (bug #381709).
|
||||
|
||||
*sqlalchemy-migrate-0.7.1 (03 Sep 2011)
|
||||
|
||||
03 Sep 2011; Dirkjan Ochtman <djc@gentoo.org>
|
||||
+sqlalchemy-migrate-0.7.1.ebuild:
|
||||
Version bump to 0.7.1.
|
||||
|
||||
*sqlalchemy-migrate-0.6.1 (11 Feb 2011)
|
||||
|
||||
11 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-migrate-0.6.ebuild, +sqlalchemy-migrate-0.6.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
*sqlalchemy-migrate-0.6 (24 Jul 2010)
|
||||
|
||||
24 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-migrate-0.5.4.ebuild, +sqlalchemy-migrate-0.6.ebuild:
|
||||
Version bump (bug #327845).
|
||||
|
||||
09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
sqlalchemy-migrate-0.5.4.ebuild:
|
||||
Set SUPPORT_PYTHON_ABIS.
|
||||
|
||||
16 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
|
||||
sqlalchemy-migrate-0.5.4.ebuild:
|
||||
Add missing decorator dependency; drop ~ppc.
|
||||
|
||||
*sqlalchemy-migrate-0.5.4 (16 Jul 2009)
|
||||
|
||||
16 Jul 2009; Luca Barbato <lu_zero@gentoo.org> +metadata.xml,
|
||||
+sqlalchemy-migrate-0.5.4.ebuild:
|
||||
Initial commit
|
@ -1,29 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST sqlalchemy-migrate-0.6.1.tar.gz 100766 SHA256 4c46ffeb09d6b1fe14787ef97168111e8f8101a62eccdb93ba8d0bde829bd73e SHA512 acc0e9084970a2596edd4ff503c4862b0e369480b1aa04ce3b712661503c2b264071756fa978397e6057395a415f70b983952860c32bca5fe282b2fb81d6e6c9 WHIRLPOOL 2b5d02f470b51bd3548d4f75c846f49ef20f4875e90a1a7b1dfaea63eb16095a3c997cc10bee0cb77c1a50f6a9f3387c419d7cd887d906e8ccffca2f242caecb
|
||||
DIST sqlalchemy-migrate-0.7.1.tar.gz 101369 SHA256 11ebee99663118d94dadf41035f73bb2d7ac0e4492c29b59824a8aaddb28b9f8 SHA512 1a00a26b27271c231209216e1ff98eb605c9532363f55c8a1fc046dc1bd2f8d0eaf49fb25054030c4af1d0949682724dc498d8fe160a5bf9936eb057d6144d03 WHIRLPOOL 86bda74280caebe127ce149b7c458b37471af698ebffcefc9bcb5a98c3b818d48fa670e33fe4225e7ce9eb99f59305a6de439bc55beca8d6e009d07cdaf49a85
|
||||
DIST sqlalchemy-migrate-0.7.2.tar.gz 105862 SHA256 7f55c768ee26f143fedb11b365a4c57c3bbdb5211e049c7f04b8ae8107c28333 SHA512 31c56da755ccccdc0aa5eacddcb097a4bd6431ab72a5b964689b0943b50ae4b23e034ae84d8dad4707d4cf9bea5b538e015ff755318685cc17dd82497a4cb4a9 WHIRLPOOL 51a058edea0b48db8377a69366f2b30a44e0ed9621d662fa347df3b2a6b9605ee8866ee21e86153c649f5e4e627fef39dc1a68d333c5f334e96be2cf20aceee1
|
||||
EBUILD sqlalchemy-migrate-0.6.1.ebuild 755 SHA256 4c8d69e9fb864ac36350accf42d7115fff71d8f60a065e3fdbe5e4142fce0c9a SHA512 da0add34fd41bad4093771d4a3a9b3745bb15fe350dc8feb7d1d4a748bb132428a51bd045727e8d3e44981a12e8bf98310dcd925acf226f7e3abe969ec920de8 WHIRLPOOL 290f8589e394ee196be77ce7c3619cbcc09c728a84cf58d9675cf867a98e553f69585c6ec00d59ca0130290af07eeb7d9ddd85532c4778a68c493523e99452fd
|
||||
EBUILD sqlalchemy-migrate-0.7.1.ebuild 866 SHA256 1a007c22fdb438395db4b3d6f7c3b072511692bf25977796fb8c28543032a61c SHA512 2e16ceff80ea30f2436934a1e0c6436263be5b2d3db67d8dbc8dd815606559ef38893b44bff683e6cc2e96f35b1ef981949ab0785a5e3c4aad592528d25d160c WHIRLPOOL 770201c67ec9139bf3e371c96e3c131d7075f32fefb3af41720df3d630e61ab1bd344dbde3f6b01dde08ca4647a12997101c6a221862b1ce0d655d11f9dbae74
|
||||
EBUILD sqlalchemy-migrate-0.7.2-r1.ebuild 939 SHA256 584360f99f0b6242946eb7d345736a1d7b7d33d43dcf63af00cc3f371e3384a3 SHA512 e2ccee60d41c2e8dbeb273315b8ac21bbb025a9e1aae50483f3dc5bf0f21f00bb96bae9f108960f49bfbf3571ae8c144e5e79dbd2966b7fbf88e2ad717072629 WHIRLPOOL 2b79c58da43ea533e84e5b07d7629e101eece88354f2f5fcf0e305c63e9cfb61fb405cee2112fb9ee4ea8e5542dccb0060b05150e0e6b6820d8b57fa5fc0b5bf
|
||||
EBUILD sqlalchemy-migrate-0.7.2.ebuild 863 SHA256 7b04cd2ac842b5f2203207cb9266e091849dad20ea5cd6fe77e0efa2bc185b32 SHA512 024f5214eaf0ab9ef83e3890c1c6fb8ec9b1fd0f8ec6423ceed7de03083d35249c32a56c5d0a3c279274f27c69b8af404e95e2b393e86f3a23ee20442c09692a WHIRLPOOL 512b088a914955a854b8d9ee5966ed6bb4e583c03e5e68ea7f118d2dbb1621f641593f7260f2a48ca60f6c2c663523fca1fa5023fe66de694068c9e12b7ed222
|
||||
MISC ChangeLog 3788 SHA256 86e6f782cbd0dd7263b091b2d1913fc57e01cfe756d862e342bd447ee3335908 SHA512 828f28e6201bd8b70983ac9c29b5a529429a7bdeee3ba5c54c3accc890dfeebe2f6e86170946f5c18b97001223ce29450e34f644cc76e4a3c191c9f605f203b4 WHIRLPOOL 82f9d5396f36d4ed2622cb2fe4b2191785ca6aa4f3273d30786b6122af3fb8df6e5595dd28b79ebc19f3fe2582a8b5865bfb3173f5339c0267582e0dc8ce7a8e
|
||||
MISC metadata.xml 248 SHA256 eaade8fd980ee70f3d7ee2ec32c51f17b7ab45d9d3af1088a0d3199ab82d6f28 SHA512 a304fe185c48b7ee1a117b68893f6b1a5ef48fbbafbbc991ffae95502c5a9aa505f0d7366106e015496d38917e17c70dd6b12cc293141d4114346e1ca19d78f8 WHIRLPOOL 65281debfc3d9317e69a82f4bb84a95127943adfe72f5c12680829a2ec0cffbc3267f530433fdde92493c32f94e4e5e16c88bb8a6271655b257fa735f924cb9f
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.19 (GNU/Linux)
|
||||
|
||||
iQIcBAEBCAAGBQJRxHS1AAoJECRx6z5ArFrDRO4QAIQBwp6JJkdo05e7pFb+G/T2
|
||||
r8Xc0S6JeKKRBdCdhEc2t4Im1gfnibkG1RVwzry6N4GYOwvV7ENrS8vPmAJw5GKP
|
||||
Ao+aYnCzhTqa3CRBfzytefgKVhft4lhE8RiIvDnmoscb/T2MEeGVnKYpBHumSwch
|
||||
Y/YaG9Bd5zeHU+dt6I0R6Lgm65kJ7nDnj3HA1+MXqRPoYZhCDw8njKkVxDttX+UU
|
||||
jbXHCHERPHmp2Wk8gYD2DOXZSIQQ7CeNruRLc/6CjqXyghGf6yVlkhQU5RrQDHi1
|
||||
tBoRzeshixXI8ZT56qNVX5rxcBadEtdvkrmo4EMqb5WDYCQFjRWYQxZhBUTZiHDT
|
||||
xpa4+6uhJI62ZYS/9ywZ+RjmdY1RPXgU41JNyR54npV9Asg3Mk2zyyh54wKVQ502
|
||||
zgFjfAQCr/diOiDZ51vsBRZsIYlm68x8ELbIR/jkRGKMa+kdjToHElfkrtWOyl7B
|
||||
zMug2YzeEV6f8Hxb3mSnt/t9bjvkXsq3NT373/Wz5x9x+2g3fsyovV17Sl78naUD
|
||||
iZXxImBC5HL+iYJFgwdRU1MdqLsL2+kDfaRpa6jjdvnLSapO5ooMCuqqJGjaLMoH
|
||||
hn3X9umaV8mYVl/QMFgSyqAJKA3mDZlfVi3eoromfgPS4XIV4mMA9gO2HXbGVaDc
|
||||
a/g6i7BZOrht84eTXhrP
|
||||
=Iuq1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="google-code">sqlalchemy-migrate</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.1.ebuild,v 1.1 2011/02/11 21:50:13 arfrever Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="SQLAlchemy Schema Migration Tools"
|
||||
HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/decorator
|
||||
dev-python/setuptools
|
||||
>=dev-python/sqlalchemy-0.5
|
||||
dev-python/tempita"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="migrate"
|
@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.1.ebuild,v 1.7 2013/03/24 20:05:38 floppym Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="SQLAlchemy Schema Migration Tools"
|
||||
HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/decorator
|
||||
dev-python/setuptools
|
||||
>=dev-python/sqlalchemy-0.5
|
||||
<dev-python/sqlalchemy-0.8
|
||||
dev-python/tempita"
|
||||
RDEPEND="${DEPEND}"
|
||||
# for tests: unittest2 and scripttest
|
||||
|
||||
PYTHON_MODNAME="migrate"
|
@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v 1.1 2013/06/21 15:43:36 prometheanfire Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="SQLAlchemy Schema Migration Tools"
|
||||
HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/decorator[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-0.6[${PYTHON_USEDEP}]
|
||||
<dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
|
||||
dev-python/tempita[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
# for tests: unittest2 and scripttest
|
||||
|
||||
PYTHON_MODNAME="migrate"
|
@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild,v 1.15 2013/03/24 20:05:38 floppym Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="SQLAlchemy Schema Migration Tools"
|
||||
HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/decorator
|
||||
dev-python/setuptools
|
||||
>=dev-python/sqlalchemy-0.6
|
||||
<dev-python/sqlalchemy-0.8
|
||||
dev-python/tempita"
|
||||
RDEPEND="${DEPEND}"
|
||||
# for tests: unittest2 and scripttest
|
||||
|
||||
PYTHON_MODNAME="migrate"
|
@ -1,471 +0,0 @@
|
||||
# ChangeLog for dev-python/sqlalchemy
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.103 2013/07/08 05:51:58 patrick Exp $
|
||||
|
||||
*sqlalchemy-0.8.2 (08 Jul 2013)
|
||||
|
||||
08 Jul 2013; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.8.2.ebuild:
|
||||
Bump
|
||||
|
||||
10 May 2013; Patrick Lauer <patrick@gentoo.org> sqlalchemy-0.8.1.ebuild:
|
||||
Whitespace
|
||||
|
||||
*sqlalchemy-0.8.1 (02 May 2013)
|
||||
|
||||
02 May 2013; Ian Delaney <idella4@gentoo.org>
|
||||
+files/sqlalchemy-0.8.1-pypy-fixtests.patch, +sqlalchemy-0.8.1.ebuild:
|
||||
bump
|
||||
|
||||
30 Apr 2013; Ian Delaney <idella4@gentoo.org> sqlalchemy-0.7.10.ebuild,
|
||||
sqlalchemy-0.8.0.ebuild:
|
||||
0.7.10, correct install phase. 0.8.0; Add py3, pypy support in exchange of
|
||||
dropping IUSE firebird mssql mysql postgres, dep list adjusted accordingly,
|
||||
-fno-strict-aliasing set excluded for py3, python_test adjusted accordingly,
|
||||
install phase reduced using vars, postinst added offsetting dropping use flags
|
||||
& informing user via elog && has_version
|
||||
|
||||
19 Mar 2013; Mike Gilbert <floppym@gentoo.org> sqlalchemy-0.8.0.ebuild:
|
||||
Fixup deps and python_install_all function. Enable parallel build, but disable
|
||||
parallel tests.
|
||||
|
||||
*sqlalchemy-0.8.0 (17 Mar 2013)
|
||||
|
||||
17 Mar 2013; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.8.0.ebuild:
|
||||
Bump
|
||||
|
||||
27 Feb 2013; Mike Gilbert <floppym@gentoo.org>
|
||||
+files/sqlalchemy-0.7-logging.handlers.patch,
|
||||
-files/sqlalchemy-0.7-logging.patch, sqlalchemy-0.7.10.ebuild,
|
||||
sqlalchemy-0.7.9.ebuild:
|
||||
Replace patch with simpler version, submitted upstream.
|
||||
|
||||
*sqlalchemy-0.7.10 (26 Feb 2013)
|
||||
|
||||
26 Feb 2013; Ian Delaney <idella4@gentoo.org>
|
||||
+files/sqlalchemy-0.7-logging.patch, +sqlalchemy-0.7.10.ebuild,
|
||||
sqlalchemy-0.7.9.ebuild:
|
||||
bump, drop py25; Added -logging.patch, fixes import errors in test for 0.7.9 &
|
||||
0.7.10, closes #Bug 458686
|
||||
|
||||
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for sh, wrt bug #449426
|
||||
|
||||
20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for s390, wrt bug #449426
|
||||
|
||||
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for alpha, wrt bug #449426
|
||||
|
||||
16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for ppc, wrt bug #449426
|
||||
|
||||
06 Jan 2013; Markus Meier <maekke@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
arm stable, bug #449426
|
||||
|
||||
05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for sparc, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for x86, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for amd64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for ia64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.9.ebuild:
|
||||
Stable for ppc64, wrt bug #449426
|
||||
|
||||
31 Dec 2012; Jeroen Roovers <jer@gentoo.org> sqlalchemy-0.7.6.ebuild:
|
||||
Stable for HPPA (bug #449426).
|
||||
|
||||
*sqlalchemy-0.7.9 (30 Oct 2012)
|
||||
|
||||
30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.9.ebuild:
|
||||
Bump
|
||||
|
||||
30 Sep 2012; Raúl Porcel <armin76@gentoo.org> sqlalchemy-0.7.8.ebuild:
|
||||
Add ~ia64/~s390/~sh/~sparc wrt #381709
|
||||
|
||||
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> sqlalchemy-0.7.8.ebuild:
|
||||
keyword ~ppc64, bug #381709
|
||||
|
||||
*sqlalchemy-0.7.8 (28 Jun 2012)
|
||||
|
||||
28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.8.ebuild:
|
||||
Bump
|
||||
|
||||
21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sqlalchemy-0.7.6.ebuild:
|
||||
x86 stable wrt bug #415849
|
||||
|
||||
*sqlalchemy-0.7.7 (21 May 2012)
|
||||
|
||||
21 May 2012; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.7.ebuild:
|
||||
Bump for #416799
|
||||
|
||||
14 May 2012; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.6.ebuild:
|
||||
Stable for amd64, wrt bug #415849
|
||||
|
||||
*sqlalchemy-0.7.6 (22 Mar 2012)
|
||||
|
||||
22 Mar 2012; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.6.ebuild:
|
||||
Bump
|
||||
|
||||
08 Mar 2012; Marien Zwart <marienz@gentoo.org> -sqlalchemy-0.6.7.ebuild,
|
||||
-sqlalchemy-0.7.1.ebuild, -sqlalchemy-0.7.2.ebuild:
|
||||
Remove old versions, fixing bug #407437 (remove versions < 0.7 vulnerable to
|
||||
SQL injection).
|
||||
|
||||
*sqlalchemy-0.7.5 (24 Feb 2012)
|
||||
|
||||
24 Feb 2012; Marien Zwart <marienz@gentoo.org> +sqlalchemy-0.7.5.ebuild:
|
||||
Version bump (bug #405279 by Ian Delaney). Unrestrict pypy as it seems to
|
||||
work. Bump ebuild to EAPI 4 and cleanups suggested by Arfrever on IRC.
|
||||
|
||||
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sqlalchemy-0.7.4.ebuild:
|
||||
x86 stable wrt bug #404981
|
||||
|
||||
21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> sqlalchemy-0.7.4.ebuild:
|
||||
Stable for amd64, wrt bug #404981
|
||||
|
||||
21 Feb 2012; Patrick Lauer <patrick@gentoo.org> sqlalchemy-0.6.7.ebuild,
|
||||
sqlalchemy-0.7.1.ebuild, sqlalchemy-0.7.2.ebuild, sqlalchemy-0.7.4.ebuild:
|
||||
Restricting pypy
|
||||
|
||||
19 Jan 2012; Tobias Klausmann <klausman@gentoo.org> sqlalchemy-0.7.4.ebuild:
|
||||
Keyworded on alpha, bug #381709
|
||||
|
||||
19 Jan 2012; Tobias Klausmann <klausman@gentoo.org>
|
||||
+files/lru_cache_timestamping.patch, sqlalchemy-0.7.4.ebuild:
|
||||
Add patch to make test suite pass on arches with low-precision time.time()
|
||||
|
||||
*sqlalchemy-0.7.4 (24 Dec 2011)
|
||||
|
||||
24 Dec 2011; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.4.ebuild:
|
||||
Bump for #394311
|
||||
|
||||
11 Sep 2011; Markus Meier <maekke@gentoo.org> sqlalchemy-0.7.2.ebuild:
|
||||
add ~arm, bug #381709
|
||||
|
||||
10 Sep 2011; Jeroen Roovers <jer@gentoo.org> sqlalchemy-0.7.2.ebuild:
|
||||
Marked ~hppa (bug #381709).
|
||||
|
||||
*sqlalchemy-0.7.2 (12 Aug 2011)
|
||||
|
||||
12 Aug 2011; Dirkjan Ochtman <djc@gentoo.org> +sqlalchemy-0.7.2.ebuild:
|
||||
Version bump to 0.7.2.
|
||||
|
||||
*sqlalchemy-0.7.1 (28 Jul 2011)
|
||||
|
||||
28 Jul 2011; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.7.1.ebuild:
|
||||
Bump for #369143
|
||||
|
||||
23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -sqlalchemy-0.6.6.ebuild:
|
||||
Remove old ebuilds. Requested by Arfrever
|
||||
|
||||
14 Jun 2011; Markus Meier <maekke@gentoo.org> sqlalchemy-0.6.7.ebuild:
|
||||
x86 stable, bug #367301
|
||||
|
||||
15 May 2011; Christoph Mende <angelos@gentoo.org> sqlalchemy-0.6.7.ebuild:
|
||||
Stable on amd64 wrt bug #367301
|
||||
|
||||
*sqlalchemy-0.6.7 (14 Apr 2011)
|
||||
|
||||
14 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.6.7.ebuild:
|
||||
Version bump.
|
||||
|
||||
11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> sqlalchemy-0.6.6.ebuild:
|
||||
Stable on amd64 wrt bug #354181
|
||||
|
||||
10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
sqlalchemy-0.6.6.ebuild:
|
||||
x86 stable wrt bug #354181
|
||||
|
||||
*sqlalchemy-0.6.6 (10 Jan 2011)
|
||||
|
||||
10 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.6.6.ebuild:
|
||||
Version bump.
|
||||
|
||||
08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
sqlalchemy-0.6.3.ebuild, sqlalchemy-0.6.4.ebuild, sqlalchemy-0.6.5.ebuild:
|
||||
Restrict Jython ABIs.
|
||||
|
||||
09 Dec 2010; Markos Chandras <hwoarang@gentoo.org> sqlalchemy-0.6.5.ebuild:
|
||||
Stable on amd64 wrt bug #348075
|
||||
|
||||
*sqlalchemy-0.6.5 (24 Oct 2010)
|
||||
|
||||
24 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-0.5.8.ebuild, +sqlalchemy-0.6.5.ebuild:
|
||||
Version bump.
|
||||
|
||||
21 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
sqlalchemy-0.6.4.ebuild:
|
||||
stable x86, bug 341343
|
||||
|
||||
18 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
sqlalchemy-0.6.4.ebuild:
|
||||
Stable on amd64 wrt bug #341343
|
||||
|
||||
*sqlalchemy-0.6.4 (15 Sep 2010)
|
||||
|
||||
15 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.6.4.ebuild:
|
||||
Version bump.
|
||||
|
||||
13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.5.8.ebuild:
|
||||
Restore for old versions of Gourmet.
|
||||
|
||||
13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-0.5.8.ebuild, -sqlalchemy-0.6.1.ebuild,
|
||||
-sqlalchemy-0.6.2.ebuild:
|
||||
Delete.
|
||||
|
||||
23 Aug 2010; Markus Meier <maekke@gentoo.org> sqlalchemy-0.6.3.ebuild:
|
||||
x86 stable, bug #333203
|
||||
|
||||
19 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
sqlalchemy-0.6.3.ebuild:
|
||||
Stable on amd64 wrt bug #333203
|
||||
|
||||
16 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
sqlalchemy-0.6.1.ebuild:
|
||||
stable x86, bug 326811
|
||||
|
||||
*sqlalchemy-0.6.3 (15 Jul 2010)
|
||||
|
||||
15 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.6.3.ebuild:
|
||||
Version bump. Disable unreliable tests (bug #298493).
|
||||
|
||||
*sqlalchemy-0.6.2 (07 Jul 2010)
|
||||
|
||||
07 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-0.6.0.ebuild, +sqlalchemy-0.6.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
sqlalchemy-0.6.1.ebuild:
|
||||
Stable on amd64 wrt bug #326811
|
||||
|
||||
*sqlalchemy-0.6.1 (01 Jun 2010)
|
||||
|
||||
01 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-sqlalchemy-0.5.7.ebuild, +sqlalchemy-0.6.1.ebuild:
|
||||
Version bump. Install extension modules (bug #319469).
|
||||
|
||||
25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org>
|
||||
sqlalchemy-0.6.0.ebuild:
|
||||
Keyworded ~x86-fbsd.
|
||||
|
||||
*sqlalchemy-0.6.0 (19 Apr 2010)
|
||||
|
||||
19 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> +sqlalchemy-0.6.0.ebuild:
|
||||
Version bump to 0.6.
|
||||
|
||||
27 Feb 2010; Fabian Groffen <grobian@gentoo.org> sqlalchemy-0.5.8.ebuild:
|
||||
Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
|
||||
|
||||
27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
sqlalchemy-0.5.8.ebuild:
|
||||
x86 stable wrt bug #306109, arch-tested by Thomas Kahle
|
||||
|
||||
21 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
sqlalchemy-0.5.8.ebuild:
|
||||
Stable on amd64 wrt bug #306109
|
||||
|
||||
17 Feb 2010; Markus Meier <maekke@gentoo.org> sqlalchemy-0.5.7.ebuild:
|
||||
x86 stable, bug #302354
|
||||
|
||||
03 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
sqlalchemy-0.5.7.ebuild:
|
||||
Stable on amd64 wrt bug #302354
|
||||
|
||||
*sqlalchemy-0.5.8 (17 Jan 2010)
|
||||
|
||||
17 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.5.8.ebuild:
|
||||
Version bump.
|
||||
|
||||
28 Dec 2009; Markus Meier <maekke@gentoo.org> sqlalchemy-0.5.6.ebuild:
|
||||
amd64/x86 stable, bug #294730
|
||||
|
||||
*sqlalchemy-0.5.7 (27 Dec 2009)
|
||||
|
||||
27 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.5.7.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 Dec 2009; Fabian Groffen <grobian@gentoo.org> sqlalchemy-0.5.6.ebuild:
|
||||
Merged keywords from Prefix
|
||||
|
||||
*sqlalchemy-0.5.6 (13 Nov 2009)
|
||||
|
||||
13 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+sqlalchemy-0.5.6.ebuild:
|
||||
Version bump (bug #285530). Set SUPPORT_PYTHON_ABIS.
|
||||
|
||||
04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -sqlalchemy-0.3.10.ebuild,
|
||||
-sqlalchemy-0.4.6.ebuild, -sqlalchemy-0.4.7_p1.ebuild,
|
||||
-sqlalchemy-0.5.0_beta3.ebuild, -sqlalchemy-0.5.2.ebuild,
|
||||
-sqlalchemy-0.5.2-r1.ebuild, -sqlalchemy-0.5.3.ebuild:
|
||||
Remove old
|
||||
|
||||
16 Jul 2009; Jesus Rivero <neurogeek@gentoo.org> sqlalchemy-0.5.5.ebuild,
|
||||
+files/sqlalchemy-0.5.5_tests.patch:
|
||||
Fixed tests wrt bug #278030
|
||||
|
||||
*sqlalchemy-0.5.5 (16 Jul 2009)
|
||||
|
||||
16 Jul 2009; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.5.5.ebuild:
|
||||
Bump to 0.5.5, closes #278030. Test fixups by <moonstruxx at gmx.de>
|
||||
|
||||
*sqlalchemy-0.5.3 (23 Apr 2009)
|
||||
|
||||
23 Apr 2009; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.5.3.ebuild:
|
||||
Bump to 0.5.3, fixes #266916
|
||||
|
||||
*sqlalchemy-0.5.2-r1 (01 Apr 2009)
|
||||
|
||||
01 Apr 2009; Patrick Lauer <patrick@gentoo.org>
|
||||
+sqlalchemy-0.5.2-r1.ebuild:
|
||||
Bump to EAPI-2 to force sqlite deps so that tests have a chance of not
|
||||
failing
|
||||
|
||||
20 Mar 2009; Joseph Jezak <josejx@gentoo.org> sqlalchemy-0.4.7_p1.ebuild,
|
||||
sqlalchemy-0.5.2.ebuild:
|
||||
Marked ~ppc for bug #256071.
|
||||
|
||||
*sqlalchemy-0.5.2 (02 Feb 2009)
|
||||
|
||||
02 Feb 2009; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.5.2.ebuild:
|
||||
Bump to 0.5.2. Fixes #238261
|
||||
|
||||
*sqlalchemy-0.5.0_beta3 (16 Aug 2008)
|
||||
*sqlalchemy-0.4.7_p1 (16 Aug 2008)
|
||||
|
||||
16 Aug 2008; Tiziano Müller <dev-zero@gentoo.org>
|
||||
-sqlalchemy-0.4.4.ebuild, -sqlalchemy-0.4.5.ebuild,
|
||||
+sqlalchemy-0.4.7_p1.ebuild, +sqlalchemy-0.5.0_beta3.ebuild:
|
||||
Version bump (bug #233982). Dropped old versions.
|
||||
|
||||
*sqlalchemy-0.4.6 (31 May 2008)
|
||||
|
||||
31 May 2008; Ali Polatel <hawking@gentoo.org> +sqlalchemy-0.4.6.ebuild:
|
||||
Version bump.
|
||||
|
||||
*sqlalchemy-0.4.5 (16 Apr 2008)
|
||||
|
||||
16 Apr 2008; Ali Polatel <hawking@gentoo.org> +sqlalchemy-0.4.5.ebuild:
|
||||
Version bump.
|
||||
|
||||
*sqlalchemy-0.4.4 (13 Mar 2008)
|
||||
|
||||
13 Mar 2008; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
-sqlalchemy-0.4.2.ebuild, +sqlalchemy-0.4.4.ebuild:
|
||||
Version bump (bug #213140). Dropped old version.
|
||||
|
||||
*sqlalchemy-0.4.2 (05 Jan 2008)
|
||||
|
||||
05 Jan 2008; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
-sqlalchemy-0.4.0.ebuild, +sqlalchemy-0.4.2.ebuild:
|
||||
Version bump. Dropped old version.
|
||||
|
||||
*sqlalchemy-0.4.0 (01 Nov 2007)
|
||||
|
||||
01 Nov 2007; Ali Polatel <hawking@gentoo.org> +sqlalchemy-0.4.0.ebuild:
|
||||
version bump.
|
||||
|
||||
*sqlalchemy-0.3.10 (21 Jul 2007)
|
||||
|
||||
21 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
-sqlalchemy-0.3.8.ebuild, -sqlalchemy-0.3.9.ebuild,
|
||||
+sqlalchemy-0.3.10.ebuild:
|
||||
Version bump. Dropped old versions.
|
||||
|
||||
*sqlalchemy-0.3.9 (16 Jul 2007)
|
||||
|
||||
16 Jul 2007; Rob Cakebread <pythonhead@gentoo.org>
|
||||
+sqlalchemy-0.3.9.ebuild:
|
||||
Version bump.
|
||||
|
||||
24 Jun 2007; Christoph Mende <angelos@gentoo.org> sqlalchemy-0.3.7.ebuild:
|
||||
Stable on amd64 wrt bug 178027
|
||||
|
||||
24 Jun 2007; Raúl Porcel <armin76@gentoo.org> sqlalchemy-0.3.7.ebuild:
|
||||
x86 stable wrt #178027
|
||||
|
||||
15 Jun 2007; Daniel Gryniewicz <dang@gentoo.org> sqlalchemy-0.3.7.ebuild:
|
||||
Marked ~amd64 Oops, pymssql not stable; fricken repoman
|
||||
|
||||
15 Jun 2007; Daniel Gryniewicz <dang@gentoo.org> sqlalchemy-0.3.7.ebuild:
|
||||
Marked stable on amd64 for bug #178027
|
||||
|
||||
*sqlalchemy-0.3.8 (03 Jun 2007)
|
||||
|
||||
03 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
+sqlalchemy-0.3.8.ebuild:
|
||||
Version bump.
|
||||
|
||||
10 May 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
sqlalchemy-0.3.7.ebuild:
|
||||
Fixed sqlite deps, removed src_unpack. Thanks to Betelgeuse.
|
||||
|
||||
*sqlalchemy-0.3.7 (03 May 2007)
|
||||
|
||||
03 May 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
-sqlalchemy-0.3.6.ebuild, +sqlalchemy-0.3.7.ebuild:
|
||||
Version bump, bug #176931.
|
||||
|
||||
*sqlalchemy-0.3.6 (24 Mar 2007)
|
||||
|
||||
24 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
-sqlalchemy-0.3.4.ebuild, -sqlalchemy-0.3.5.ebuild,
|
||||
+sqlalchemy-0.3.6.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
sqlalchemy-0.3.5.ebuild:
|
||||
Fixed tests to die on failure. Excluded testorderby and testorderby_desc
|
||||
which cause failure with sqlite-3.3.12.
|
||||
|
||||
*sqlalchemy-0.3.5 (25 Feb 2007)
|
||||
|
||||
25 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org>
|
||||
+sqlalchemy-0.3.5.ebuild:
|
||||
Version bump, cleanup, added doc/examples use flags.
|
||||
|
||||
*sqlalchemy-0.3.4 (24 Jan 2007)
|
||||
|
||||
24 Jan 2007; Tiziano Müller <dev-zero@gentoo.org>
|
||||
-sqlalchemy-0.3.3.ebuild, +sqlalchemy-0.3.4.ebuild:
|
||||
Version bump.
|
||||
|
||||
*sqlalchemy-0.3.3 (26 Dec 2006)
|
||||
|
||||
26 Dec 2006; Tiziano Müller <dev-zero@gentoo.org>
|
||||
-sqlalchemy-0.2.7.ebuild, -sqlalchemy-0.2.8.ebuild,
|
||||
+sqlalchemy-0.3.3.ebuild:
|
||||
Version bump (bug #155660) with some corrections (bug #155658, thanks to
|
||||
Brad Walker). Dropped old versions.
|
||||
|
||||
*sqlalchemy-0.2.8 (13 Oct 2006)
|
||||
|
||||
13 Oct 2006; Rob Cakebread <pythonhead@gentoo.org>
|
||||
+sqlalchemy-0.2.8.ebuild:
|
||||
Version bump. bug #149091
|
||||
|
||||
12 Sep 2006; Marien Zwart <marienz@gentoo.org> sqlalchemy-0.2.7.ebuild:
|
||||
Add mssql to IUSE and fix dependencies for <dev-python/psycopg-2. Closes bug
|
||||
#146248, thanks to Jakub Moc for reporting.
|
||||
|
||||
*sqlalchemy-0.2.7 (02 Sep 2006)
|
||||
|
||||
02 Sep 2006; Alastair Tse <liquidx@gentoo.org> +metadata.xml,
|
||||
+sqlalchemy-0.2.7.ebuild:
|
||||
initial ebuild. based on ebuild from gentoo-sunrise submitted by Tiziano
|
||||
Müller (dev-zero) (#132037)
|
@ -1,25 +0,0 @@
|
||||
AUX lru_cache_timestamping.patch 1088 SHA256 e4bbc35e94b5091f9abb1cede122d2773bfa3f96a21a62a090fb1c1733a9f0ac SHA512 9d7ad6990b312dec26ede2c1c0717447cb034c4d701435aa278dd9d0214115c6d94d02c6a608c0aab0e28da69c3bfa7cf8bc1c9d61b3bc3dfdca1eb47f63eda8 WHIRLPOOL 149302829080935d5f620c7d6f97cb939b027b944f24c5d5650e009cbbe1bdba8ce2f7172eb2ca761b5a3ab1513c078710f679ccd61b23909423e4b2c1b0ae10
|
||||
AUX sqlalchemy-0.7-logging.handlers.patch 466 SHA256 3e2034457bbd4f4cd775f41cad156e27006c0b87cb3bec502b9b405a969d1099 SHA512 a09af91fdd6a1cc9f219c9b45fbe2fa5d9a675d2c2dc769545af52fda44ced40f673426975a09dd943e6ba5087cf0c0caa771c106e0eb755c3ed97c4ddc267fa WHIRLPOOL 8691dd7dbb09a45296dc6890644b06de63bd779cefbfe7b90d2d5753d7d752c5f6836151e26734090e69e928deb396b9a7c70fe8c980bf1a8442e623211ebdc6
|
||||
AUX sqlalchemy-0.8.1-pypy-fixtests.patch 1899 SHA256 b0ce43c79adf3aa04ec33b87780e4e3132379ee572bb29487eb02ac3f2fde439 SHA512 746e08c1b745fcb0c41be1e6df8e3d95fbe7a037dfbc7aae8b0178973c7977a78f6ffbca1900dbecc8854633a93dc13b34c5df5c50cef1b075e95a2ab3ed5715 WHIRLPOOL 2fb7c28d5f9aecd18217f072dd1a5fa23bdfd4a67b57854dc82cecd4eb0b1582baaa36278777d4f4c1fde736716bdbdd83a94a2650182256a57ac1d9d9219131
|
||||
DIST SQLAlchemy-0.7.10.tar.gz 3541639 SHA256 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 SHA512 631bc4ffb419defa531a66d82449fe48f93c88371ba0b8ab4217d900a0d1d90efe9699d8a9048d5c2ed33948c6d2f7cae46452ee45d442914018f3361e804367 WHIRLPOOL 74ffc17efbcbb2ac67712b9e11aa48431d18970f46ae5985aaa345aa8691f96e4acc4cf6fa37606699fbba83fcb7f74b0360fea2ac5e93a451585019e110f2ed
|
||||
DIST SQLAlchemy-0.7.4.tar.gz 2514647 SHA256 86157a5579dd67cb61600dcab9eb3edebe4cf344fa42e46e8f3edf1890cdfa87 SHA512 9ec00288a08bb4cc0ef8afc74c488fdff6db692eb86805b70ca4d0ed79b5fa2533b296dbfccf4a61f94272871010fd5530caec66f241a54431a2ca36e5f243cf WHIRLPOOL c934770d12a2098f7a211713811e0ea85b49d4df5b26f75fde160715190456598678a49e033252ddcd97c0f13619b472424acaa1d9150865b30e81e3f393aa4f
|
||||
DIST SQLAlchemy-0.7.5.tar.gz 2562719 SHA256 7e31190a15753694dcb6f4399ce7d02091b0bccf825272d6254e56144debfd18 SHA512 c49529fb13c7b6d705045352bdc2a7e077c85242179f5efb8902c97ad19e6175687c5ff2ef9446cc5b97eb94fc4be488a36ed3d7bccb8c50284fc93a842ed71c WHIRLPOOL e7756227c912dc231be056f2e88d838d5510fc2fe9c582b730e1b33e5664150df8d938c1f20e85931141d1ef31c2b5a0805baeb6cd8b8ff4d7d59255fceb8bbd
|
||||
DIST SQLAlchemy-0.7.6.tar.gz 2597214 SHA256 606a48a2d53ad959043347dec1d9f9cc561d9b66d79f463a7a8fe302058119e5 SHA512 1e5b2274a87542160c65cd6a09272e6dd45aef8f9499c29e5b0eef5cde961fcabbffb1ebe801d2815f480866816e71a3b0dabda8b77e74a778fac0541a379d47 WHIRLPOOL f820e86f5db896d7f0d51787f9c9e1f6f12b8aa9e292ecb0dc4f4821dc3293e06fbcc321bb7a7d53b16aa91fe91a083e3c0791bde43f2dc1c00755d385b4240a
|
||||
DIST SQLAlchemy-0.7.7.tar.gz 2602780 SHA256 b405621bba1b2c1e760e670a9b06d7315aea5f2921b3270bd417a45b415c0502 SHA512 02ee0d77a54d1fd12993d29264f3f03f29a0fc18a10ea19e03ac7860f853954ca9ba45a6550591d76b729cc635cd562c02e8fcca23ec356c3af829b547a8bb62 WHIRLPOOL 32ae95fae63d3bac010be2f6b0e678a3d03555817ff6c0deeef92a72faf5a303dc506d9eb9415df4f00ac9d3a4cf5aabad4df1bd9186e1d97e338228407c0420
|
||||
DIST SQLAlchemy-0.7.8.tar.gz 2611374 SHA256 13daccf34a660ab4708766bb18f49b50368bdbd6a1a8b409104f725f7f562dc8 SHA512 976ffd18ca4c824debbbdb7c66d6eed377a7eda0850873334f8b238318a321556303353a2abd03fae2e82c6abb9fb79b8eb46102cfd6ac7932bcfd9a9864f381 WHIRLPOOL 1d0c690fec18adbbd747f3d9dd922aaaa43e94a14c74054b82991371634ff75fd6d72f8885f130f5bd6bf735576a589b711b32b139d1729fbf8a6f1c9af55f02
|
||||
DIST SQLAlchemy-0.7.9.tar.gz 2649932 SHA256 4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7 SHA512 b221bd854d33c6d59386c060e39594947761248108b8f7ddad16d243a70171bce93f6fa30e8d563d058f969fb2bd9f4c1b6bd5b8a2d097f0bbba8de860cb0e0f WHIRLPOOL a532e07e27fc676d32e184fc7ff0074dad44918985dbac82da404521e851cd2839785a2762826d47141c0091d3f84a938ae3aa074eb37c572fe08af1e30b3ca7
|
||||
DIST SQLAlchemy-0.8.0.tar.gz 3751669 SHA256 8929dc6f3d4aedf4d8c59600cdefc99e7731791f346cbed605bb9779b0038129 SHA512 5d8089179f670e55cba993d690f0c4b7a63789a0da218fa6afeda6b3064a99aeaa0495cbf8c264f0c88ecd41938cf534eb115365a5f214458f5b5f34d0c49a1f WHIRLPOOL ee7c89a761fe86ff029f44f61f63b0acb046fe9392984aa08a526ec2fc57c09e6215e7dc7ec44fd802b50f0c6265056511af6e397674e1b1aa97eb2c1e6caf3b
|
||||
DIST SQLAlchemy-0.8.1.tar.gz 3776304 SHA256 5646f87ab781755b116d718433637a341b74c8214999e606c2e4134279ba5bbb SHA512 61540df1f4248c5d5c52e413d917284cac4503f93bf275599ef0d6de95f6740979c1d420cc4bb6d05a657080060fdc051681509f4d6f694a7de7370fc0c51400 WHIRLPOOL fb666da56f17e9fb32729a210f186d542588ad8ca485bff4a93bbb7b879bb47a701151287b58c4c90ac90dc137c546251a69d9c8c10fc994fcc5d80db831078b
|
||||
DIST SQLAlchemy-0.8.2.tar.gz 3816467 SHA256 71ce685f0e643bae95c7d4ace7ff8d6dcb37e99605cab3cf31c2be006c17905f SHA512 e08287319f42b4dbdf9f3182668c72fb39e30f248978758257c526c41ef2bccf0fb1f9c3afe767931f2b6de2ea5a3cac08eded450dda64872f87da9176d48ebb WHIRLPOOL cc8e0f35c7b695825112e188faade15e1d110f3723996ba8089758f9b3d8ce7fc47d64839ab4ebd59db9f9cd4178f5e370076b2c0d5439120f31e660711811d8
|
||||
EBUILD sqlalchemy-0.7.10.ebuild 1782 SHA256 0e2897637d09157f29e9903cade53a2e19460704558a6dc20585c69b239d4a9d SHA512 609c690f4135ca57b0993bae5cdfd7badd0442483e90a9126bf6365a984f823896173f71fbdbc7d08c202d704eb01485ff22cc35f2b30994292b16f06e675c86 WHIRLPOOL e2a3552cf574bc021b249bdfd033ec19fcb318464a3582aafb0fcdf0c3dd3ce656ec17d4a5605936eab2ed6584482b35955ae398cb57a95f20589952ed65b5e7
|
||||
EBUILD sqlalchemy-0.7.4.ebuild 2397 SHA256 b67e5031f8c672b6ca31779771af997dd4e9f33d44008a0e0f6651a3b57d01e0 SHA512 59926ae932b99209a0534ae16397ebc40cf90e70fce0b193d3e7ee4efc784df41ae2e3820ac6b7ef6579c53e90666c0690e091bfc2bc2f17c0670f13a50e582f WHIRLPOOL 43c787cd0b69415287e4026e9a7452ef86161d191607f0e9ee397395f2e3516e26abec2160c45485c57b96e778f0b5911a7f5b549167a5d61325364744f28feb
|
||||
EBUILD sqlalchemy-0.7.5.ebuild 1869 SHA256 54700ee6aa0f3fbb53c0fcc72384a90ae441ec8c8e56cf80e24ef6330e102196 SHA512 8f56d0fb0532f58165ced51883294517adb3df286bc82bbe28bcf77717349c53f9ca09921607dd4ff41516d8b5e553c4a2bfb4c469d08544da15b5c8b9b6aebb WHIRLPOOL d81bfa8d998dfd3eb98e1a10c6fe417ab755a1425d4b63799bd95db1612e45f8db2acb44af6cc7ca4d30fd8d310f57127d1291a09b45cf4589cd5f652aa7585d
|
||||
EBUILD sqlalchemy-0.7.6.ebuild 1873 SHA256 8663a56b2bba5be2f41b1da9405872252e3ae6735a874f405e2a8513ac896ee8 SHA512 fdb4076cabb5bce787892296f9d9472962f1b992929b95b1f0b6d405ec1bc228e58d6a5aa509e709660d97d1ef8bab27b5dd55b5e245f4e1ef9e255d356858bc WHIRLPOOL f5b27718ec7ae0b9a9f1f6565b1bbc544f0d0c0a15377591c303655eef91ef6998aeeda2a997ee71b5ceb04c2b3a12af36aba96a2b1d66976722f43cb545d305
|
||||
EBUILD sqlalchemy-0.7.7.ebuild 1880 SHA256 40bd4517bf6a4533a91a3a151762a917c22f7818aa7c654eb97745ca3c035892 SHA512 2dc3cbf311a55e9c20bb7abbdb5961e4c65f27bbe84832afed848e2f0bdad6589654f392ffd1c18c2df871c8cd3a34667bbb66612746acddccf0dfb52b585031 WHIRLPOOL 9a03e6f9a80b6654d17d3185a17b78b2c540a230c960140114b29b0a0dd8692e28afc005d850c1b987536969cede77f6c3de17011f5653c204358f9ca574b366
|
||||
EBUILD sqlalchemy-0.7.8.ebuild 1910 SHA256 4fa40481cd84b3fcdc28f0e0c14270623279e3af4ff28ecadd4fef9189791366 SHA512 c50aa7d79db8e46fa2b09118d22da54c19fdf0cddcce89bbcc49f3e63892fcf695bbb8c45e6fcf4a51e1d649c6419aadc3b1c1bf05f84106e404b48702c67111 WHIRLPOOL 7f5b5a44ff27e81f9d146b291cb600be130c7a3abb8d82040c5f061119319d1f8919d0522ea4afc5df7c670d18d365b8bbca9b5708d0c1205dd0c14d00051fe9
|
||||
EBUILD sqlalchemy-0.7.9.ebuild 1965 SHA256 47fd350c76b2dcb834ac8d75b677cdb27da09ec8e6b2b78b9df067fb997dd5a9 SHA512 6023a022a3e5836f4c6b94516870b580acb9602c42a59404b4eaefc1ad250b902032693c7425b8b3f3b047d8fcc4c772f71763bfc235df054a65c89b675c9839 WHIRLPOOL 69f562b311cfdca31b56fbaee3dd5b740c4014e74af2ed266f617c4ff661c2940d36f47128851e3f3c6c9dd12b500a60002ffde9593a41499ba00f4177dcfcaa
|
||||
EBUILD sqlalchemy-0.8.0.ebuild 2098 SHA256 878442ae368a27545dfedda073970e8c2523e7cebd2f2cf3ec3f60931259ebef SHA512 48ca088fabc9c92184d0c017410e548f25dad9c45badaa2135886942ac83cd8cf16a57db6a3acd2be239172afac5433bfef35ee3dedee5ce4c19b60d30c9b1e6 WHIRLPOOL f9e8c42679e4d26322ff6967c7f2d9072f78608151004136ef8f0c22117bd6b72123c77e63d55dc366b452398137f610e1e7cc996c6fffe153de9090abe7240b
|
||||
EBUILD sqlalchemy-0.8.1.ebuild 2256 SHA256 535fc7a9ea0d9053ece5594ab9369b680531dddb9144957d1e7220920c0ed32a SHA512 94488adb1788505df5320ea457e57e0000fca291d7d95d4e3d2e98e7eb999db171a0bd4d7c2af08352311d63b4c8d6666f78c63312a10a995ac027abeaedffd4 WHIRLPOOL 900cef5879cbe23e75f191b6833fe09e2547eec0cccdb326162c0eafcfdc059160427adfd3de0535c0de525a57467ecfb918660df9d639f8afb7886b993f8658
|
||||
EBUILD sqlalchemy-0.8.2.ebuild 2241 SHA256 b691b35713547f33ea536a03632ac1b72d45bd7a80e357f888fc06d28cc7a3eb SHA512 41bcc124633c8fe1333a7718ebf60460f28d874fc2fbd8e362221e3046b09c5ce230dd4c2892e6a527e5372389c6db63633e504b8058f809782167319cbc32dc WHIRLPOOL 6e8414860895ff87626b05dcf7a61b568c03ca59cebfd37084ca2832bea9dc380b46b2973b21a1a4264f69cb44d4b47be7b0a5b1baf3732ff77f1631ee5fe203
|
||||
MISC ChangeLog 15435 SHA256 26a4b6b194cfc03800795418905b54166e3ae2a321924739bf17fa2bfeec0a7f SHA512 8ce0db3069d4c936c262fee0d822d2e584f919976cbe562827288b766abc2b42ced38fe45e9b93a83d9718ea9caab661a732aa59fcc10a1e23df045e3cdf3103 WHIRLPOOL 09e9c258ce9937eea95d36630864ce88d865c9822a2dad5b1e523785498da5741d6ec5f58a64e66198af96e2226bcaefa6346920cc9ca44b6c4acde4577129c5
|
||||
MISC metadata.xml 233 SHA256 77ca0910fec09997d5679f4de22c824a0b0de12d9ac12b253ad544ae7357f720 SHA512 1521eab2401d4b820c053a13680ec44b9bf4931516f4f4c1508ca92b288bf6cae2db36a875ddc5c2475e862c16d3e92cb662c093958950ead4eb72e463abcff6 WHIRLPOOL 9279e4a60e5c11a72f329dcc13bd9c18d3bbfc1fcaab98f46df1336835f407a8471b4a76b61e74a5fa1bb8e24156cd5e3c2e8418752a412479f37b6193b74ec6
|
@ -1,33 +0,0 @@
|
||||
diff -r d1c7b3df098a lib/sqlalchemy/util/_collections.py
|
||||
|
||||
Index: lib/sqlalchemy/util/_collections.py
|
||||
===================================================================
|
||||
--- a/lib/sqlalchemy/util/_collections.py Wed Jan 18 12:42:54 2012 -0500
|
||||
+++ b/lib/sqlalchemy/util/_collections.py Thu Jan 19 10:01:28 2012 -0500
|
||||
@@ -769,10 +769,15 @@
|
||||
def __init__(self, capacity=100, threshold=.5):
|
||||
self.capacity = capacity
|
||||
self.threshold = threshold
|
||||
+ self._counter = 0
|
||||
+
|
||||
+ def _inc_counter(self):
|
||||
+ self._counter += 1
|
||||
+ return self._counter
|
||||
|
||||
def __getitem__(self, key):
|
||||
item = dict.__getitem__(self, key)
|
||||
- item[2] = time_func()
|
||||
+ item[2] = self._inc_counter()
|
||||
return item[1]
|
||||
|
||||
def values(self):
|
||||
@@ -788,7 +793,7 @@
|
||||
def __setitem__(self, key, value):
|
||||
item = dict.get(self, key)
|
||||
if item is None:
|
||||
- item = [key, value, time_func()]
|
||||
+ item = [key, value, self._inc_counter()]
|
||||
dict.__setitem__(self, key, item)
|
||||
else:
|
||||
item[1] = value
|
||||
|
@ -1,12 +0,0 @@
|
||||
https://bitbucket.org/sqlalchemy/sqlalchemy/pull-request/41
|
||||
--- a/test/engine/test_execute.py
|
||||
+++ b/test/engine/test_execute.py
|
||||
@@ -9,7 +9,7 @@
|
||||
import sqlalchemy as tsa
|
||||
from test.lib import testing, engines
|
||||
from test.lib.engines import testing_engine
|
||||
-import logging
|
||||
+import logging, logging.handlers
|
||||
from sqlalchemy.dialects.oracle.zxjdbc import ReturningParam
|
||||
from sqlalchemy.engine import base, default
|
||||
from sqlalchemy.engine.base import Connection, Engine
|
@ -1,50 +0,0 @@
|
||||
# http://www.sqlalchemy.org/trac/ticket/2719
|
||||
diff -ur SQLAlchemy-0.8.1.orig/test/ext/test_serializer.py SQLAlchemy-0.8.1/test/ext/test_serializer.py
|
||||
--- test/ext/test_serializer.py 2013-04-28 05:24:34.000000000 +0800
|
||||
+++ test/ext/test_serializer.py 2013-05-02 01:02:25.376203511 +0800
|
||||
@@ -114,6 +114,7 @@
|
||||
Address(email='ed@lala.com'),
|
||||
Address(email='ed@bettyboop.com')])
|
||||
|
||||
+ @testing.skip_if(lambda: util.pypy, "problems with pypy pickle reported")
|
||||
def test_query_two(self):
|
||||
q = \
|
||||
Session.query(User).join(User.addresses).\
|
||||
@@ -123,6 +124,7 @@
|
||||
eq_(q2.all(), [User(name='fred')])
|
||||
eq_(list(q2.values(User.id, User.name)), [(9, u'fred')])
|
||||
|
||||
+ @testing.skip_if(lambda: util.pypy, "problems with pypy pickle reported")
|
||||
def test_query_three(self):
|
||||
ua = aliased(User)
|
||||
q = \
|
||||
@@ -136,6 +138,7 @@
|
||||
ua_2 = q2._entities[0].entity_zero.entity
|
||||
eq_(list(q2.values(ua_2.id, ua_2.name)), [(9, u'fred')])
|
||||
|
||||
+ @testing.skip_if(lambda: util.pypy, "problems with pypy pickle reported")
|
||||
def test_orm_join(self):
|
||||
from sqlalchemy.orm.util import join
|
||||
|
||||
diff -ur SQLAlchemy-0.8.1.orig/test/orm/test_manytomany.py SQLAlchemy-0.8.1/test/orm/test_manytomany.py
|
||||
--- test/orm/test_manytomany.py 2013-04-28 05:24:34.000000000 +0800
|
||||
+++ test/orm/test_manytomany.py 2013-05-02 01:05:08.073213015 +0800
|
||||
@@ -233,6 +233,9 @@
|
||||
p2 = Place('place2')
|
||||
p3 = Place('place3')
|
||||
|
||||
+ sess = Session()
|
||||
+ sess.add_all([p3, p1, t1, t2, p2, t3])
|
||||
+
|
||||
t1.inputs.append(p1)
|
||||
t1.inputs.append(p2)
|
||||
t1.outputs.append(p3)
|
||||
@@ -240,8 +243,6 @@
|
||||
p2.inputs.append(t2)
|
||||
p3.inputs.append(t2)
|
||||
p1.outputs.append(t1)
|
||||
- sess = Session()
|
||||
- sess.add_all((t1, t2, t3, p1, p2, p3))
|
||||
sess.commit()
|
||||
|
||||
self.assert_result([t1],
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">SQLAlchemy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,69 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
# py3 appears underdone,
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1 eutils flag-o-matic
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
|
||||
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13 )"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
# py26 tests needs
|
||||
DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.7-logging.handlers.patch" )
|
||||
|
||||
python_prepare_all() {
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_configure_all() {
|
||||
append-flags -fno-strict-aliasing
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" sqla_nose.py || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.4.ebuild,v 1.6 2012/02/24 15:25:08 phajdan.jr Exp $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
inherit eutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
# In EAPI="4":
|
||||
# DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/lru_cache_timestamping.patch"
|
||||
distutils_src_prepare
|
||||
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
set_global_options() {
|
||||
# Extension modules fail to build with Python 3.
|
||||
if [[ "$(python_get_implementation)" != "Jython" && "${PYTHON_ABI}" == 2.* ]]; then
|
||||
DISTUTILS_GLOBAL_OPTIONS=("--with-cextensions")
|
||||
else
|
||||
DISTUTILS_GLOBAL_OPTIONS=()
|
||||
fi
|
||||
}
|
||||
|
||||
distutils_src_compile_pre_hook() {
|
||||
set_global_options
|
||||
}
|
||||
|
||||
distutils_src_install_pre_hook() {
|
||||
set_global_options
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
[[ "$(python_get_implementation)" == "Jython" || "${PYTHON_ABI}" == 3.* ]] && return
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.5.ebuild,v 1.1 2012/02/24 21:32:20 marienz Exp $
|
||||
|
||||
EAPI="4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.6.ebuild,v 1.4 2012/12/31 19:20:49 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm hppa ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.7.ebuild,v 1.1 2012/05/21 07:12:14 patrick Exp $
|
||||
|
||||
EAPI="4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.8.ebuild,v 1.3 2012/09/30 16:58:07 armin76 Exp $
|
||||
|
||||
EAPI="4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,75 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.9.ebuild,v 1.13 2013/02/27 20:22:37 floppym Exp $
|
||||
|
||||
EAPI="4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython-* 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
firebird? ( dev-python/kinterbasdb )
|
||||
mssql? ( dev-python/pymssql )
|
||||
mysql? ( dev-python/mysql-python )
|
||||
postgres? ( >=dev-python/psycopg-2 )
|
||||
sqlite? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4
|
||||
|| ( >=dev-lang/python-2.5[sqlite] dev-python/pysqlite )
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --with-cextensions")
|
||||
PYTHON_MODNAME="sqlalchemy"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
epatch "${FILESDIR}"/${PN}-0.7-logging.handlers.patch
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
rm -fr test/aaa_profiling
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" sqla_nose.py
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
pushd doc > /dev/null
|
||||
rm -fr build
|
||||
dohtml -r [a-z]* _images _static
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
@ -1,80 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit distutils-r1 eutils flag-o-matic
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
|
||||
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
sqlite? ( >=dev-db/sqlite-3.3.13 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
# Required for testsuite, mainly py3
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_prepare() {
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
if [[ "${EPYTHON}" == 'python2.6' ]]; then
|
||||
rm -fr test/aaa_profiling
|
||||
fi
|
||||
}
|
||||
|
||||
python_configure() {
|
||||
if [[ "${EPYTHON}" != python3* ]]; then
|
||||
append-flags -fno-strict-aliasing
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# No longer has postgresql support
|
||||
if [[ "${EPYTHON}" == python3* ]]; then
|
||||
"${PYTHON}" sa2to3.py --no-diffs -w lib test examples
|
||||
fi
|
||||
"${PYTHON}" sqla_nose.py -I test_postgresql* || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( doc/. )
|
||||
|
||||
use examples && local EXAMPLES=( examples )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z ${REPLACING_VERSIONS} ]]; then
|
||||
if ! has_version dev-python/mysql-python; then
|
||||
elog "For MySQL support, install dev-python/mysql-python"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/pymssql; then
|
||||
elog "For mssql support, install dev-python/pymssql"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/psycopg:2; then
|
||||
elog "For postgresql support, install dev-python/psycopg:2"
|
||||
fi
|
||||
fi
|
||||
}
|
@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.1.ebuild,v 1.2 2013/05/10 05:09:56 patrick Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit distutils-r1 eutils flag-o-matic
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
|
||||
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
sqlite? ( >=dev-db/sqlite-3.3.13 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
# Required for testsuite, mainly py3
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
PATCHES=( "${FILESDIR}"/${P}-pypy-fixtests.patch )
|
||||
|
||||
python_prepare() {
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
if [[ "${EPYTHON}" == 'python2.5' || "${EPYTHON}" == 'python2.6' ]]; then
|
||||
rm -fr test/aaa_profiling
|
||||
fi
|
||||
}
|
||||
|
||||
python_configure() {
|
||||
if [[ "${EPYTHON}" != python3* ]]; then
|
||||
append-flags -fno-strict-aliasing
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
# No longer has postgresql support
|
||||
if [[ "${EPYTHON}" == python3* ]]; then
|
||||
"${PYTHON}" sa2to3.py --no-diffs -w lib test examples
|
||||
fi
|
||||
"${PYTHON}" sqla_nose.py -I test_postgresql || die "Testsuite failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( doc/. )
|
||||
|
||||
use examples && local EXAMPLES=( examples )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z ${REPLACING_VERSIONS} ]]; then
|
||||
if ! has_version dev-python/mysql-python; then
|
||||
elog "For MySQL support, install dev-python/mysql-python"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/pymssql; then
|
||||
elog "For mssql support, install dev-python/pymssql"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/psycopg:2; then
|
||||
elog "For postgresql support, install dev-python/psycopg:2"
|
||||
fi
|
||||
fi
|
||||
}
|
@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.2.ebuild,v 1.1 2013/07/08 05:51:58 patrick Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit distutils-r1 eutils flag-o-matic
|
||||
|
||||
MY_PN="SQLAlchemy"
|
||||
MY_P="${MY_PN}-${PV/_}"
|
||||
|
||||
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
|
||||
HOMEPAGE="http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
|
||||
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples +sqlite test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
sqlite? ( >=dev-db/sqlite-3.3.13 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-db/sqlite-3.3.13
|
||||
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
# Required for testsuite, mainly py3
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_prepare() {
|
||||
# Disable tests hardcoding function call counts specific to Python versions.
|
||||
if [[ "${EPYTHON}" == 'python2.5' || "${EPYTHON}" == 'python2.6' ]]; then
|
||||
rm -fr test/aaa_profiling
|
||||
fi
|
||||
}
|
||||
|
||||
python_configure() {
|
||||
if [[ "${EPYTHON}" != python3* ]]; then
|
||||
append-flags -fno-strict-aliasing
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
# No longer has postgresql support
|
||||
if [[ "${EPYTHON}" == python3* ]]; then
|
||||
"${PYTHON}" sa2to3.py --no-diffs -w lib test examples
|
||||
fi
|
||||
"${PYTHON}" sqla_nose.py -I test_postgresql || die "Testsuite failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( doc/. )
|
||||
|
||||
use examples && local EXAMPLES=( examples )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z ${REPLACING_VERSIONS} ]]; then
|
||||
if ! has_version dev-python/mysql-python; then
|
||||
elog "For MySQL support, install dev-python/mysql-python"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/pymssql; then
|
||||
elog "For mssql support, install dev-python/pymssql"
|
||||
fi
|
||||
|
||||
if ! has_version dev-python/psycopg:2; then
|
||||
elog "For postgresql support, install dev-python/psycopg:2"
|
||||
fi
|
||||
fi
|
||||
}
|
@ -1,731 +0,0 @@
|
||||
# ChangeLog for dev-python/twisted-core
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.8 2013/08/27 17:11:45 mgorny Exp $
|
||||
|
||||
*twisted-core-13.0.0-r3 (27 Aug 2013)
|
||||
|
||||
27 Aug 2013; Michał Górny <mgorny@gentoo.org> +twisted-core-13.0.0-r3.ebuild,
|
||||
-twisted-core-13.0.0-r2.ebuild:
|
||||
Symlink the real egg-info file instead of creating a dummy one.
|
||||
|
||||
26 Aug 2013; Mike Gilbert <floppym@gentoo.org> twisted-core-13.0.0-r2.ebuild:
|
||||
Make previous change PyPy-compatible.
|
||||
|
||||
*twisted-core-13.0.0-r2 (26 Aug 2013)
|
||||
|
||||
26 Aug 2013; Mike Gilbert <floppym@gentoo.org> +twisted-core-13.0.0-r2.ebuild,
|
||||
-twisted-core-13.0.0-r1.ebuild:
|
||||
Install missing egg-info file, bug 428478.
|
||||
|
||||
23 Aug 2013; Jeroen Roovers <jer@gentoo.org> twisted-core-12.3.0.ebuild:
|
||||
Stable for HPPA (bug #468150).
|
||||
|
||||
09 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-core-13.0.0-r1.ebuild:
|
||||
Fix python_prepare_all() call order.
|
||||
|
||||
*twisted-core-13.0.0-r1 (09 Aug 2013)
|
||||
|
||||
09 Aug 2013; Michał Górny <mgorny@gentoo.org> +twisted-core-13.0.0-r1.ebuild:
|
||||
Migrate to twisted-r1.
|
||||
|
||||
06 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-core-12.2.0.ebuild,
|
||||
twisted-core-12.3.0.ebuild, twisted-core-13.0.0.ebuild:
|
||||
Fix patch paths. Bug #479942.
|
||||
|
||||
*twisted-13.0.0 (08 Apr 2013)
|
||||
|
||||
08 Apr 2013; Patrick Lauer <patrick@gentoo.org> +twisted-13.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
*twisted-12.3.0 (14 Jan 2013)
|
||||
|
||||
14 Jan 2013; Patrick Lauer <patrick@gentoo.org> +twisted-12.3.0.ebuild:
|
||||
Bump
|
||||
|
||||
08 Jan 2013; Mike Gilbert <floppym@gentoo.org> files/twistd.init:
|
||||
Remove bashism, #450806 by kensington.
|
||||
|
||||
08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-12.2.0.ebuild:
|
||||
Tighten python version dependency (spotted by Arfrever).
|
||||
|
||||
05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-10.2.0.ebuild,
|
||||
twisted-11.0.0.ebuild:
|
||||
Restrict pypy in twisted < 11.1.0 (bug #420653).
|
||||
|
||||
*twisted-12.2.0 (27 Sep 2012)
|
||||
|
||||
27 Sep 2012; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-12.1.0-remove-tests-conch-dependency.patch,
|
||||
+twisted-12.2.0.ebuild:
|
||||
Bump to 12.2.0 (bug #423777) with some test-related ebuild improvements.
|
||||
|
||||
08 May 2012; Alexis Ballier <aballier@gentoo.org> twisted-12.0.0.ebuild:
|
||||
keyword ~amd64-fbsd
|
||||
|
||||
13 Apr 2012; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-12.0.0-fix-test-timeFormatting.patch, twisted-12.0.0.ebuild:
|
||||
Fix a test that fails in some timezones (bug #409329).
|
||||
|
||||
*twisted-12.0.0 (22 Mar 2012)
|
||||
|
||||
22 Mar 2012; Patrick Lauer <patrick@gentoo.org> +twisted-12.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
29 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted-11.1.0.ebuild:
|
||||
Fix line wrapping.
|
||||
|
||||
29 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted-11.1.0.ebuild:
|
||||
Call python_get_implementation_and_version from src_test.
|
||||
|
||||
*twisted-11.1.0 (27 Dec 2011)
|
||||
|
||||
27 Dec 2011; Mike Gilbert <floppym@gentoo.org> +twisted-11.1.0.ebuild:
|
||||
Version bump for bug 395825 by Ian Delaney. Bits and pieces by Arfrever.
|
||||
|
||||
17 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> twisted-11.0.0.ebuild:
|
||||
ppc64 stable wrt #366131
|
||||
|
||||
17 Jun 2011; Jeroen Roovers <jer@gentoo.org> twisted-11.0.0.ebuild:
|
||||
Stable for HPPA (bug #366131).
|
||||
|
||||
12 Jun 2011; Raúl Porcel <armin76@gentoo.org> twisted-11.0.0.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #366131
|
||||
|
||||
03 Jun 2011; Brent Baude <ranger@gentoo.org> twisted-11.0.0.ebuild:
|
||||
Marking twisted-11.0.0 ppc stable for bug 366131
|
||||
|
||||
02 Jun 2011; Markus Meier <maekke@gentoo.org> twisted-11.0.0.ebuild:
|
||||
arm stable, bug #366131
|
||||
|
||||
26 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> twisted-11.0.0.ebuild:
|
||||
x86 stable wrt bug #366131
|
||||
|
||||
09 May 2011; Markos Chandras <hwoarang@gentoo.org> twisted-11.0.0.ebuild:
|
||||
Stable on amd64 wrt bug #366131
|
||||
|
||||
*twisted-11.0.0 (04 Apr 2011)
|
||||
|
||||
04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-11.0.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> twisted-10.2.0.ebuild:
|
||||
Stable for HPPA (bug #350894).
|
||||
|
||||
21 Jan 2011; Thomas Kahle <tomka@gentoo.org> twisted-10.2.0.ebuild:
|
||||
x86 stable per bug 350894
|
||||
|
||||
12 Jan 2011; Markos Chandras <hwoarang@gentoo.org> twisted-10.2.0.ebuild:
|
||||
Stable on amd64 wrt bug #350894
|
||||
|
||||
06 Jan 2011; Brent Baude <ranger@gentoo.org> twisted-10.2.0.ebuild:
|
||||
Marking twisted-10.2.0 ppc stable for bug 350894
|
||||
|
||||
06 Jan 2011; Raúl Porcel <armin76@gentoo.org> twisted-10.2.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #333211
|
||||
|
||||
29 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-10.2.0.ebuild:
|
||||
Avoid test failures with root permissions.
|
||||
|
||||
28 Dec 2010; Brent Baude <ranger@gentoo.org> twisted-10.2.0.ebuild:
|
||||
Marking twisted-10.2.0 ppc64 for bug 333211
|
||||
|
||||
23 Dec 2010; Thomas Kahle <tomka@gentoo.org> twisted-10.1.0.ebuild:
|
||||
x86 stable per bug 333389
|
||||
|
||||
*twisted-10.2.0 (22 Dec 2010)
|
||||
|
||||
22 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-10.2.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-10.1.0.ebuild:
|
||||
Stable for HPPA (bug #333211).
|
||||
|
||||
10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-10.1.0.ebuild:
|
||||
Set MY_PACKAGE. Use twisted.eclass instead of distutils.eclass. Use
|
||||
twisted_pkg_postinst() and twisted_pkg_postrm() and avoid custom
|
||||
regeneration of Twisted plugin cache.
|
||||
|
||||
18 Aug 2010; Markos Chandras <hwoarang@gentoo.org> twisted-10.1.0.ebuild:
|
||||
Stable on amd64 wrt bug #333211
|
||||
|
||||
*twisted-10.1.0 (09 Jul 2010)
|
||||
|
||||
09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-10.1.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
23 Apr 2010; Fabian Groffen <grobian@gentoo.org> twisted-10.0.0.ebuild:
|
||||
Fix src_test for Prefix, thanks Dan Wallis in bug #316739
|
||||
|
||||
*twisted-10.0.0 (17 Mar 2010)
|
||||
|
||||
17 Mar 2010; Patrick Lauer <patrick@gentoo.org> +twisted-10.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
13 Feb 2010; Raúl Porcel <armin76@gentoo.org> twisted-9.0.0-r1.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #300702
|
||||
|
||||
10 Feb 2010; Jeroen Roovers <jer@gentoo.org> twisted-9.0.0-r1.ebuild:
|
||||
Stable for HPPA (bug #300702).
|
||||
|
||||
08 Feb 2010; Peter Volkov <pva@gentoo.org> twisted-8.2.0-r2.ebuild,
|
||||
twisted-9.0.0-r1.ebuild:
|
||||
Add inherit eutils for epatch.
|
||||
|
||||
17 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
twisted-9.0.0-r1.ebuild:
|
||||
stable x86, bug 300702
|
||||
|
||||
13 Jan 2010; Markus Duft <mduft@gentoo.org> twisted-9.0.0-r1.ebuild:
|
||||
fixed ${D} -> ${D%/}${EPREFIX} for prefix support
|
||||
|
||||
*twisted-9.0.0-r1 (12 Jan 2010)
|
||||
|
||||
12 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-9.0.0-r1.ebuild,
|
||||
+files/twisted-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch:
|
||||
Install Twisted egg-info (bug #299736). Respect
|
||||
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable, which should be set in
|
||||
ebuilds of some other packages to avoid permission errors.
|
||||
|
||||
20 Dec 2009; Raúl Porcel <armin76@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #289680
|
||||
|
||||
20 Dec 2009; Fabian Groffen <grobian@gentoo.org> twisted-9.0.0.ebuild:
|
||||
Merged keywords from Prefix, added small Prefix changes, bug #295035
|
||||
|
||||
16 Dec 2009; Brent Baude <ranger@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
Marking twisted-8.2.0-r2 ppc64 stable for bug 289680
|
||||
|
||||
01 Dec 2009; Markus Meier <maekke@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
amd64/x86 stable, bug #289680
|
||||
|
||||
*twisted-9.0.0 (30 Nov 2009)
|
||||
|
||||
30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-9.0.0.ebuild:
|
||||
Version bump (bug #294924).
|
||||
|
||||
29 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
Stable for ppc, bug 289680
|
||||
|
||||
15 Nov 2009; Raúl Porcel <armin76@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
Revert to ~alpha
|
||||
|
||||
11 Nov 2009; Jeroen Roovers <jer@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
Stable for HPPA (bug #289680).
|
||||
|
||||
08 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
|
||||
twisted-8.2.0-r2.ebuild:
|
||||
Stable on alpha, bug #289680
|
||||
|
||||
01 Nov 2009; Raúl Porcel <armin76@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
Revert keywords until all twisted-8.2.0-related packages are stable as
|
||||
well
|
||||
|
||||
30 Oct 2009; Markus Meier <maekke@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
amd64/x86 stable, bug #289680
|
||||
|
||||
24 Oct 2009; nixnut <nixnut@gentoo.org> twisted-8.2.0-r2.ebuild:
|
||||
ppc stable #289680
|
||||
|
||||
04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-8.1.0.ebuild, twisted-8.2.0-r2.ebuild:
|
||||
net-zope/zopeinterface renamed to net-zope/zope-interface.
|
||||
|
||||
10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
files/twistd.init:
|
||||
Export PYTHONPATH in init script (bug #260322).
|
||||
|
||||
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> twisted-1.2.0.ebuild,
|
||||
twisted-1.3.0.ebuild, -files/twisted-2.0.1-echo-less.patch,
|
||||
-files/twisted-2.1.0-trial-tests.patch,
|
||||
-files/twisted-2.1.0-trial-tests2.patch, twisted-8.1.0.ebuild,
|
||||
twisted-8.2.0.ebuild:
|
||||
Remove unused patch. Fix repoman complains.
|
||||
|
||||
*twisted-8.2.0-r2 (28 Aug 2009)
|
||||
|
||||
28 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-twisted-8.2.0-r1.ebuild, +twisted-8.2.0-r2.ebuild,
|
||||
-files/twisted-8.2.0_deprecations.patch, files/twisted-8.2.0_tests.patch:
|
||||
Set SUPPORT_PYTHON_ABIS. Disable broken tests (bug #181470 and bug
|
||||
#190433). Remove broken patch (bug #268737).
|
||||
|
||||
*twisted-8.2.0-r1 (16 Jul 2009)
|
||||
|
||||
16 Jul 2009; Jesus Rivero <neurogeek@gentoo.org>
|
||||
+files/twisted-8.2.0_deprecations.patch, +files/twisted-8.2.0_tests.patch,
|
||||
+twisted-8.2.0-r1.ebuild:
|
||||
Fixed test failures wrt bug #190433. Changed to EAPI 2. Added patches for
|
||||
py26 deprecations
|
||||
|
||||
08 Jan 2009; Patrick Lauer <patrick@gentoo.org> +twisted-1.2.0.ebuild:
|
||||
Undoing breakage
|
||||
|
||||
08 Jan 2009; Patrick Lauer <patrick@gentoo.org> +twisted-1.3.0.ebuild:
|
||||
Readding 1.3.0. Ooopsie ...
|
||||
|
||||
08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -twisted-1.2.0.ebuild,
|
||||
-twisted-1.3.0.ebuild, -twisted-2.0.1.ebuild, -twisted-2.1.0.ebuild,
|
||||
-twisted-2.2.0.ebuild, -twisted-2.4.0.ebuild, -twisted-2.5.0.ebuild,
|
||||
-twisted-8.0.1.ebuild:
|
||||
Remove old
|
||||
|
||||
*twisted-8.2.0 (08 Jan 2009)
|
||||
|
||||
08 Jan 2009; Patrick Lauer <patrick@gentoo.org> +twisted-8.2.0.ebuild:
|
||||
Bump to 8.2.0
|
||||
|
||||
20 Dec 2008; nixnut <nixnut@gentoo.org> twisted-8.1.0.ebuild:
|
||||
Stable on ppc wrt bug 231675
|
||||
|
||||
04 Sep 2008; Rob Cakebread <pythonhead@gentoo.org> twisted-8.1.0.ebuild:
|
||||
Remove test if not using Python 2.5+ bug# 234370
|
||||
|
||||
13 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> twisted-8.1.0.ebuild:
|
||||
amd64 stable wrt bug #231675
|
||||
|
||||
08 Aug 2008; Raúl Porcel <armin76@gentoo.org> twisted-8.1.0.ebuild:
|
||||
alpha/ia64/x86 stable wrt #231675
|
||||
|
||||
08 Aug 2008; Markus Rothe <corsair@gentoo.org> twisted-8.1.0.ebuild:
|
||||
Stable on ppc64; bug #231675
|
||||
|
||||
08 Aug 2008; Jeroen Roovers <jer@gentoo.org> twisted-8.1.0.ebuild:
|
||||
Stable for HPPA (bug #231675).
|
||||
|
||||
06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml:
|
||||
add GLEP 56 USE flag desc from use.local.desc
|
||||
|
||||
05 Aug 2008; Ferris McCormick <fmccor@gentoo.org> twisted-8.1.0.ebuild:
|
||||
Sparc stable, part of Bug #231675.
|
||||
|
||||
*twisted-8.1.0 (25 May 2008)
|
||||
|
||||
25 May 2008; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.2.0.ebuild,
|
||||
twisted-1.3.0.ebuild, +twisted-8.1.0.ebuild:
|
||||
Version bump to 8.1.0 + some minor fixes to older ebuilds
|
||||
|
||||
*twisted-8.0.1 (13 May 2008)
|
||||
|
||||
13 May 2008; Ali Polatel <hawking@gentoo.org> +twisted-8.0.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
|
||||
Removing Marien Zwart (marienz, #107204) from metadata.xml.
|
||||
|
||||
12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> twisted-2.4.0.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
12 Mar 2007; Raúl Porcel <armin76@gentoo.org> twisted-2.4.0.ebuild:
|
||||
x86 stable
|
||||
|
||||
09 Feb 2007; Marien Zwart <marienz@gentoo.org> files/digest-twisted-2.2.0,
|
||||
Manifest:
|
||||
Fix broken digest. Thanks to Benjamin Gehrels for reporting, closes bug
|
||||
#166124.
|
||||
|
||||
*twisted-2.5.0 (11 Jan 2007)
|
||||
|
||||
11 Jan 2007; Marien Zwart <marienz@gentoo.org>
|
||||
-files/twisted-2.4.0-python-2.5-compat.patch,
|
||||
-files/twisted-2.4.0-remove-newjelly.patch,
|
||||
-files/twisted-2.4.0-trial-attempted-fix.patch,
|
||||
-files/twisted-2.4.0-trial-python-2.5-compat.patch,
|
||||
-files/twisted-2.4.0-unjellyable.patch, -twisted-2.4.0-r1.ebuild,
|
||||
+twisted-2.5.0.ebuild:
|
||||
Version bump, drop revision patched to work with python 2.5 (use the new
|
||||
bump instead).
|
||||
|
||||
20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> twisted-2.4.0.ebuild:
|
||||
Stable on Alpha.
|
||||
|
||||
25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
|
||||
twisted-2.4.0-r1.ebuild:
|
||||
Add ~x86-fbsd keyword.
|
||||
|
||||
*twisted-2.4.0-r1 (20 Sep 2006)
|
||||
|
||||
20 Sep 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-2.4.0-python-2.5-compat.patch,
|
||||
+files/twisted-2.4.0-remove-newjelly.patch,
|
||||
+files/twisted-2.4.0-trial-attempted-fix.patch,
|
||||
+files/twisted-2.4.0-trial-python-2.5-compat.patch,
|
||||
+files/twisted-2.4.0-unjellyable.patch, +twisted-2.4.0-r1.ebuild:
|
||||
Add a couple of patches from upstream to work with python 2.5. Does not
|
||||
quite pass its tests, that needs a fix in zopeinterface.
|
||||
|
||||
16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
twisted-2.4.0.ebuild:
|
||||
hppa stable, bug #139612
|
||||
|
||||
13 Jul 2006; Aron Griffis <agriffis@gentoo.org> twisted-2.2.0.ebuild,
|
||||
twisted-2.4.0.ebuild:
|
||||
Mark 2.2.0 and 2.4.0 stable on ia64
|
||||
|
||||
02 Jul 2006; Lars Weiler <pylon@gentoo.org> twisted-2.4.0.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-2.0.1.ebuild:
|
||||
Stable on alpha wrt Bug #128688.
|
||||
|
||||
28 Jun 2006; Luis Medinas <metalgod@gentoo.org> twisted-2.4.0.ebuild:
|
||||
Stable on amd64. See bug #124293.
|
||||
|
||||
22 Jun 2006; Marien Zwart <marienz@gentoo.org> twisted-2.0.1.ebuild,
|
||||
twisted-2.1.0.ebuild, twisted-2.2.0.ebuild, twisted-2.4.0.ebuild:
|
||||
Block twisted-docs (the manpages collide).
|
||||
|
||||
04 Jun 2006; Brent Baude <ranger@gentoo.org> twisted-2.4.0.ebuild:
|
||||
Marking twisted-2.4.0 ppc64 stable to handle net-dns/avahi deps per Mr Bones
|
||||
|
||||
29 May 2006; Simon Stelling <blubb@gentoo.org> twisted-2.0.1.ebuild:
|
||||
stable on amd64
|
||||
|
||||
*twisted-2.4.0 (26 May 2006)
|
||||
|
||||
26 May 2006; Marien Zwart <marienz@gentoo.org> +twisted-2.4.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
25 May 2006; Michael Hanselmann <hansmi@gentoo.org> twisted-2.0.1.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
12 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
twisted-2.2.0.ebuild:
|
||||
Added ~hppa
|
||||
|
||||
03 May 2006; Mark Loeser <halcy0n@gentoo.org> twisted-2.0.1.ebuild:
|
||||
Stable on x86; bug #128688
|
||||
|
||||
01 May 2006; Markus Rothe <corsair@gentoo.org> twisted-2.2.0.ebuild:
|
||||
Added ~ppc64
|
||||
|
||||
27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-twisted-1.2.0,
|
||||
files/digest-twisted-1.3.0, Manifest:
|
||||
Fixing SHA256 digest, pass four
|
||||
|
||||
09 Apr 2006; Marien Zwart <marienz@gentoo.org> twisted-2.0.1.ebuild,
|
||||
twisted-2.1.0.ebuild, twisted-2.2.0.ebuild:
|
||||
Add PYTHONPATH to tests to make them work without userpriv in FEATURES.
|
||||
|
||||
03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> twisted-2.0.1.ebuild:
|
||||
Stable on sparc wrt #128688
|
||||
|
||||
03 Apr 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-2.0.1-echo-less.patch,
|
||||
+files/twisted-2.1.0-echo-less.patch, twisted-2.0.1.ebuild,
|
||||
twisted-2.1.0.ebuild, twisted-2.2.0.ebuild:
|
||||
Make the process tests work on a slower or loaded cpu, thanks to gustavoz
|
||||
for reporting.
|
||||
|
||||
13 Feb 2006; Marien Zwart <marienz@gentoo.org> twisted-2.2.0.ebuild:
|
||||
Fix minimal python requirement.
|
||||
|
||||
*twisted-2.2.0 (13 Feb 2006)
|
||||
|
||||
13 Feb 2006; Marien Zwart <marienz@gentoo.org> +twisted-2.2.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
06 Feb 2006; Aron Griffis <agriffis@gentoo.org> twisted-1.3.0.ebuild:
|
||||
Mark 1.3.0 stable on alpha
|
||||
|
||||
02 Feb 2006; Marien Zwart <marienz@gentoo.org> Manifest:
|
||||
Fix rmd160 digests.
|
||||
|
||||
31 Jan 2006; Aron Griffis <agriffis@gentoo.org> twisted-1.3.0.ebuild,
|
||||
twisted-2.1.0.ebuild:
|
||||
Mark 1.3.0 stable on ia64, mark 2.1.0 ~ia64
|
||||
|
||||
04 Dec 2005; Marien Zwart <marienz@gentoo.org> twisted-2.0.1.ebuild,
|
||||
twisted-2.1.0.ebuild:
|
||||
Remove einfo referring to nonexistant meta-ebuild (thanks to TFKyle for
|
||||
noticing)
|
||||
|
||||
30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-2.0.0.ebuild:
|
||||
Remove old ebuild.
|
||||
|
||||
*twisted-2.0.1 (27 Nov 2005)
|
||||
|
||||
27 Nov 2005; Marien Zwart <marienz@gentoo.org> +twisted-2.0.1.ebuild:
|
||||
Version bump to 2.0.1 for people who cannot use 2.1.0 for some reason (based
|
||||
on the 2.1.0 ebuild, not the 2.0.0 ebuild, bug #80639)
|
||||
|
||||
23 Nov 2005; Marien Zwart <marienz@gentoo.org> twisted-2.1.0.ebuild:
|
||||
Clean up after running the tests.
|
||||
|
||||
*twisted-2.1.0 (23 Nov 2005)
|
||||
|
||||
23 Nov 2005; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-2.1.0-trial-tests.patch,
|
||||
+files/twisted-2.1.0-trial-tests2.patch,
|
||||
+files/twisted-2.1.0-zsh-head.patch, +files/twistd.conf,
|
||||
+files/twistd.init, metadata.xml, +twisted-2.1.0.ebuild:
|
||||
version bump to 2.1.0 to fix bug 110388, and a lot of ebuild changes to fix
|
||||
part of bug 80639. Taking over maintainership.
|
||||
|
||||
05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> twisted-2.0.0.ebuild:
|
||||
marked ~alpha wrt bug #110575
|
||||
|
||||
03 Nov 2005; Alastair Tse <liquidx@gentoo.org> -twisted-1.1.0.ebuild,
|
||||
-twisted-1.1.1.ebuild, twisted-1.2.0.ebuild, -twisted-1.2.1_alpha2.ebuild,
|
||||
twisted-1.3.0.ebuild, twisted-2.0.0.ebuild:
|
||||
removed gtk2 useflag
|
||||
|
||||
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> twisted-1.3.0.ebuild:
|
||||
add ~ia64
|
||||
|
||||
22 May 2005; Simon Stelling <blubb@gentoo.org> twisted-2.0.0.ebuild:
|
||||
added ~amd64 keyword
|
||||
|
||||
05 May 2005; Sven Wegener <swegener@gentoo.org> twisted-1.1.0.ebuild,
|
||||
twisted-1.1.1.ebuild, twisted-1.2.0.ebuild, twisted-1.2.1_alpha2.ebuild,
|
||||
twisted-1.3.0.ebuild, twisted-2.0.0.ebuild:
|
||||
Removed trailing * from <, <=, >= and > dependencies.
|
||||
|
||||
30 Apr 2005; David Holm <dholm@gentoo.org> twisted-2.0.0.ebuild:
|
||||
Added to ~ppc
|
||||
|
||||
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> twisted-1.2.0.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
21 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> :
|
||||
added zope.interface dep.
|
||||
Thanks to Stephan Wienczny <Stephan@Wienczny.de> for pointing this out.
|
||||
|
||||
08 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> twisted-2.0.0.ebuild:
|
||||
Version bump (package split now look out for twisted-web, twisted-mail,
|
||||
twisted-conch,... within the next few days)
|
||||
|
||||
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
|
||||
Change encoding to UTF-8 for GLEP 31 compliance
|
||||
|
||||
23 Oct 2004; Jason Wever <weeve@gentoo.org> twisted-1.3.0.ebuild:
|
||||
Added ~sparc keyword.
|
||||
|
||||
17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> twisted-1.2.0.ebuild:
|
||||
stable on amd64.
|
||||
|
||||
17 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> twisted-1.1.1.ebuild,
|
||||
twisted-1.2.0.ebuild, twisted-1.2.1_alpha2.ebuild, twisted-1.3.0.ebuild:
|
||||
Fix pyopenssl dependencies.
|
||||
|
||||
04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> twisted-1.2.0.ebuild:
|
||||
Stable on alpha.
|
||||
|
||||
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> twisted-1.1.0.ebuild,
|
||||
twisted-1.1.1.ebuild, twisted-1.2.0.ebuild, twisted-1.2.1_alpha2.ebuild,
|
||||
twisted-1.3.0.ebuild:
|
||||
Fix use invocation
|
||||
|
||||
*twisted-1.3.0 (19 May 2004)
|
||||
|
||||
19 May 2004; Thomas Raschbacher <lordvan@gentoo.org> +twisted-1.3.0.ebuild:
|
||||
Version bump
|
||||
|
||||
*twisted-1.2.1_alpha2 (06 May 2004)
|
||||
|
||||
06 May 2004; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.2.0.ebuild,
|
||||
+twisted-1.2.1_alpha2.ebuild:
|
||||
added 1.2.1_alpha2
|
||||
marked 1.2.0 stable on x86
|
||||
|
||||
22 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> twisted-1.2.0.ebuild:
|
||||
Added ~alpha to keywords.
|
||||
|
||||
06 Mar 2004; David Holm <dholm@gentoo.org> twisted-1.2.0.ebuild:
|
||||
Added to ~ppc.
|
||||
|
||||
*twisted-1.2.0 (05 Mar 2004)
|
||||
|
||||
05 Mar 2004; Thomas Raschbacher <lordvan@gentoo.org>
|
||||
twisted-1.2.0.ebuild:
|
||||
Version Bump (~arch for now)
|
||||
|
||||
|
||||
16 Dec 2003; Jason Wever <weeve@gentoo.org> twisted-1.1.0.ebuild:
|
||||
Changed sparc keyword to ~sparc as dependency dev-python/pycrypto was missing
|
||||
any sparc keywords.
|
||||
|
||||
*twisted-1.1.1 (13 Dec 2003)
|
||||
|
||||
21 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.1.1.ebuild,
|
||||
twisted-1.1.0.ebuild:
|
||||
fixed gtk,gtk2 deps
|
||||
|
||||
13 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> twisted-1.1.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
06 Dec 2003; Alastair Tse <liquidx@gentoo.org> twisted-1.0.6.ebuild,
|
||||
twisted-1.0.7.ebuild, twisted-1.0.7_rc1.ebuild, twisted-1.1.0.ebuild:
|
||||
cleanup and fix gtk2 useflags (#34558)
|
||||
|
||||
*twisted-1.1.0 (27 Oct 2003)
|
||||
03 Nov 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.1.0.ebuild:
|
||||
fixed dep for TwistedDocs -> twisted-docs move
|
||||
|
||||
27 Oct 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.1.0.ebuild:
|
||||
version bump
|
||||
using _NoDocs tarball now (dev-python/twisted-docs created)
|
||||
|
||||
*twisted-1.0.7 (13 Sep 2003)
|
||||
13 Sep 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.0.7.ebuild:
|
||||
version bump
|
||||
|
||||
*twisted-1.0.7-rc1 (30 Aug 2003)
|
||||
30 Aug 2003; Thomas Raschbacher<lordvan@gentoo.org>:
|
||||
removed alpha5
|
||||
added rc1
|
||||
|
||||
*twisted-1.0.7-alpha5 (21 Aug 2003)
|
||||
21 Aug 2003; Thomas Raschbacher <lordvan@gentoo.org>:
|
||||
removed 1.0.7alpha4
|
||||
added 1.0.7alpha5
|
||||
|
||||
19 Jul 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml,
|
||||
twisted-1.0.1-r1.ebuild, twisted-1.0.2.ebuild, twisted-1.0.3-r1.ebuild,
|
||||
twisted-1.0.3.ebuild, twisted-1.0.4.ebuild, twisted-1.0.5.ebuild:
|
||||
cleaned out old versions because of security issues pre-1.0.6. added lordvan
|
||||
one of the maintainers
|
||||
|
||||
*twisted-1.0.6 (29 Jun 2003)
|
||||
29 Jun 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.0.6.ebuild:
|
||||
new version (with security bugfix for twisted.web)
|
||||
|
||||
12 Jun 2003; <msterret@gentoo.org> twisted-1.0.2.ebuild:
|
||||
add Header
|
||||
|
||||
*twisted-1.0.5 (09 May 2003)
|
||||
09 May 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.0.5.ebuild:
|
||||
new ebuild (does not support python-2.1 anymore!
|
||||
|
||||
*twisted-1.0.4 (18 Apr 2003)
|
||||
18 Apr 2003; Thomas Raschbacher <lordvan@gentoo.org> twisted-1.0.4.ebuild
|
||||
new version
|
||||
|
||||
*twisted-1.0.3-r1 (10 Apr 2003)
|
||||
|
||||
10 Apr 2003; Alastair Tse <liquidx@gentoo.org> twisted-1.0.3-r1.ebuild:
|
||||
added pygtk deps, and fix manhole to use pygtk2 is requested
|
||||
|
||||
*twisted-1.0.3 (16 Feb 2003)
|
||||
|
||||
05 Apr 2003; Alastair Tse <liquidx@gentoo.org> twisted-1.0.1.ebuild,
|
||||
twisted-1.0.1.ebuild, twisted-1.0.2_alpha4.ebuild,
|
||||
twisted-1.0.2_alpha4.ebuild, twisted-1.0.3.ebuild:
|
||||
bump to stable
|
||||
|
||||
16 Feb 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.3.ebuild
|
||||
version bump (~arch)
|
||||
|
||||
*twisted-1.0.2 (29 Jan 2003)
|
||||
29 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.2.ebuild
|
||||
version bump (~arch cuz of freeze)
|
||||
|
||||
*twisted-1.0.2_alpha4 (23 Jan 2003)
|
||||
23 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.2_alpha4.ebuild
|
||||
version bump ~arch masked
|
||||
26 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.2_alpha4.ebuild
|
||||
fixed typo in WORKDIR (fixed bug #14471)
|
||||
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
||||
|
||||
*twisted-1.0.1-r1 (05 Dec 2002)
|
||||
05 Dec 2002; Thomas Raschbacher <lordvan@gentoo.org>: twisted-1.0.1-r1
|
||||
Added dep for dev-python/pycrypto
|
||||
Added IUSE
|
||||
|
||||
*twisted-1.0.1 (29 Nov 2002) Bart Verwilst <verwilst@gentoo.org>
|
||||
|
||||
New version, with lots of bugfixes to the ebuild itself as well,
|
||||
provided by Thomas Raschbacher.
|
||||
|
||||
*twisted-1.0.0 (26 Okt 2002) Bart Verwilst <verwilst@gentoo.org>
|
||||
|
||||
*twisted-0.99.4 (14 Okt 2002) Bart Verwilst <verwilst@gentoo.org>
|
||||
|
||||
Long overdue new version. Masked for testing (~x86) because of the freeze.
|
||||
|
||||
|
||||
*twisted-0.19.0 (1 Aug 2002)
|
||||
1 Aug 2002; Jon Nelson <jnelson@gentoo.org> twisted-0.18.0.ebuild twisted-0.19.0.ebuild :
|
||||
|
||||
Add KEYWORDS to 0.18.0 and update to 0.19.0 at the same time
|
||||
0.19.0 uses distutils eclass
|
||||
|
||||
Update LICENSE to use LGPL-2.1
|
||||
|
||||
*twisted-0.18.0 (03 Jun 2002)
|
||||
|
||||
03 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> twisted-0.18.0.ebuild files/digest-twisted-0.18.0 :
|
||||
|
||||
From the web page:
|
||||
|
||||
What Is Twisted?
|
||||
An Application Suite
|
||||
|
||||
Twisted is a collection of servers and clients, which can be used
|
||||
either by developers of new applications or directly. Instance Messenger
|
||||
and Twisted Web are both available out of the box as applications for
|
||||
the desktop user.
|
||||
|
||||
A Development Tool
|
||||
|
||||
Twisted is a framework, written in Python, for writing networked
|
||||
applications. It includes implementations of a number of commonly used
|
||||
network services such as a web server, an IRC chat server, a mail
|
||||
server, a relational database interface and an object broker. Developers
|
||||
can build applications using all of these services as well as custom
|
||||
services that they write themselves. Twisted also includes a user
|
||||
authentication system that controls access to services and provides
|
||||
services with user context information to implement their own security
|
||||
models.
|
||||
|
||||
An Integrated Environment
|
||||
|
||||
Twisted is an integration point for network services that were
|
||||
previously unable to interoperate. Services within a Twisted server can
|
||||
communicate with each other and share information providing a very
|
||||
integrated programming environment that can re-use large amounts of
|
||||
infrastructure across multiple network mediums (such as chat, web, and
|
||||
mail).
|
||||
|
||||
As well as servers, Twisted supports several different kinds of
|
||||
clients and GUIs. This means that the client can re-use large portions
|
||||
of the server's code, improving test coverage and reliability while
|
||||
reducing code size.
|
||||
|
||||
All at Once?
|
||||
|
||||
A common reaction to this amount of functionality all in one box is that
|
||||
it's overwhelming. Why are chat and web in the same server? Why network
|
||||
your client with the same infrastructure that you're using on the
|
||||
server? Why give programmers and users the same tool? And how do you
|
||||
achieve that while remaining lightweight and minimal-impact?
|
||||
|
||||
At first glance, these are really different problems requiring different
|
||||
solutions -- at least, in the traditional way of thinking about them.
|
||||
However, the traditional approach to network software development has
|
||||
erected artificial barriers between applications. Those barriers prevent
|
||||
developers from easily adding useful functionality. As an example,
|
||||
putting a web administration interface on your IRC server can be
|
||||
difficult, if it's even possible. Once you've done it, chances are you
|
||||
can't use that same web server you set up to serve your filesystem.
|
||||
|
||||
Unless you're using Twisted. In that case, your chat server's web
|
||||
interface is running with the same industrial strength application
|
||||
server that runs your whole web site. The connections are automatic,
|
||||
since servers that need to talk to each other already have a robust
|
||||
client in them. As a user, you don't need to learn much programming in
|
||||
order to enhance your Twisted environment; your favorite new feature is
|
||||
just a Python script away.
|
||||
|
||||
And strangely enough, integrating all this functionality reduces bloat.
|
||||
Apache, the industry-standard HTTP daemon, weighs in at 3.7 megabytes;
|
||||
Twisted is a mere 0.5 megabytes.
|
||||
|
||||
|
||||
Ebuild submitted by Gontran Zepeda <gontran@gontran.net>.
|
@ -1,46 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX twistd.conf 277 SHA256 aa2ffa5b128973bc0c58a1251b8bbb56f6f890728bc902805ea2db7606416119 SHA512 76d44caebab8404f16937c2515ad9ae8236732a48c7127366f7fa22c6ed3d88ace2d33b832a6d95f775973d41b7caf75344805fe5b01e964c04eb710bf3c89fb WHIRLPOOL 89223406ed730b82c5bf7b8d62bd0f12dbe1a1ab0ac69943fb0192970ea98870d369397a0dccbf0952d9e44abfaf2e897063c6e398efc6b4a7050fbf01593289
|
||||
AUX twistd.init 562 SHA256 043e426b3ba25b0d1cfb4a04122f8e17b0890fed2b1adde79f35d4d31be87d09 SHA512 8e348df0e925b3566e364b566b2b8eef03273fe0914d11a29e464e28b13fef58cc3e7ce765f3135b393cd2eab36e9cd2277f57ddd04699e216222b093cc38011 WHIRLPOOL 0479a0346130c0a65497e47b395fb42a426c20cb0da488354f7caf00519cc21b4d4f689b4884b4f0901d13f8718bd3cfddc0b21400d4de10481e44990bd13953
|
||||
AUX twisted-core-12.0.0-fix-test-timeFormatting.patch 850 SHA256 90ff427a74a6b88fcd617795ef21ecc6732e1a3e245a70e13d8993f333e11664 SHA512 3fa895bd3bce5585834880b9d961b2e9d00538756bde37eb7d62459e75287372af6fecb3e60f6dcab3683893403b5068fd8d0d8f7126b069b1b9e9512fcad966 WHIRLPOOL ef6e388c5a124539c99b708d69cb7a32409a1b4a887f189a572c8f4f47abfbb6b83b123fe237eec5f01121542884d1b5ee14c19c08effeee5403736ecd2a6b02
|
||||
AUX twisted-core-12.1.0-remove-tests-conch-dependency.patch 459 SHA256 a0d301adb3e8f6af04c15d9155c50959634c79ec5dc9b52de5628f5fbc056326 SHA512 bb68becc92aabb539658b0435f12c03612fc825eee1d1b63873d008f1b8fd18806d3dc00987931aae4e3cc86e5f57b94c17e1c1227f1019e17bbce9930f919d9 WHIRLPOOL ba485f8713ddda2f18b5878ebb5eb4368abd7df9149f07af3caec4b9714fc6a0ca71c5423a48cdc84edca0ec2fd4625796227d37724cdaff6c1f5142d00fc4d2
|
||||
AUX twisted-core-2.1.0-echo-less.patch 269 SHA256 1f190151c00c37dc5055f9b2b1dd7b0943523f29d57f78d5ca5f57723e3d9705 SHA512 74e8ab5de6545a09159cbaeae63688e0bb3fe1bf7c78fc14945cef0c8d017ee5157fdf41e0730bdf2bb47d2405978fffea1c2c6c660e3838a659b523e6ef0f2d WHIRLPOOL 66a8d5ec67e2dfc18172c62f11b72a36accf2c437418bb54572f6c21ad85e3600d8377e9bef938aaa537546978fdcb846cee60f5a8f53d72111b912b085dec33
|
||||
AUX twisted-core-2.1.0-zsh-head.patch 592 SHA256 c9b8a994685159f21a3b0512eed1144876453db09f8d6843529dc0ef8d886029 SHA512 cee8720118937f8c19feee03dc89e80d1b0ec42b529c51f461230bb19f75585c7c2c1054741b69460f96a6b6f0b4fbc675800411ab8c8cb3b6a48e528de70485 WHIRLPOOL 068ce5a810f7880b54c727b8d54ddb22297dc93b0cf133908a5fec85f69bf427ddc0f245a072747d69ea6f48b19ea05295584da7f8c0cb4cd1e0bcf22cdcb7e8
|
||||
AUX twisted-core-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch 419 SHA256 f8e35bfeb14010ddd2c372fc5a9ae2ce0c72aa67bd452b2ccd12368f31c28818 SHA512 b77cdc6f7df5a283075f1bde7f974482cb5c5f49c9189b0f3fc3a39da18fbb7ade30a115cd76cc4241d5bc8727994cfcc1e96aaa835c68f753b6ac3523438a63 WHIRLPOOL 8cf0d43049624a779d370f785cd45c1de5ed0ac0a9de661ef48442f05f54cb773a6e0cbf2b0408bae0a689f5693e91fd259d156520f58b2097dd0fdb1572bf29
|
||||
DIST TwistedCore-10.2.0.tar.bz2 1359631 SHA256 38e4fa66713a3cb3eae052c5183e492aa4b363e00ffad2af91bf99c0cad538f6 SHA512 a7468fe21f1aea3dedc7f04c579819bde0db45dc31e65282e691fa2612b2506d201c90dc28abe55dd1a40f99672a885e9d6ad11e2959a3be4f9cc243af17784d WHIRLPOOL 810f4458238dadbbdfcc007560df370462946f43cebcb78f4bd554400e5e793e458feaf5369a984fe52f669f58c5f727a1f7b9b620a171e8ebb93f0435e6175b
|
||||
DIST TwistedCore-11.0.0.tar.bz2 1396224 SHA256 46ea3d9390ec94a3234589544fc154c48fb5714121362a582db62cd873133f2f SHA512 95a5c91d7fc102d4c31552ba67cf6d9026e3319c0ba9f938890f7a6a7164848c408df3579573cd25124c187e6fded73db7d9f2cb609f4245e3019b54b2ef3fb1 WHIRLPOOL 65ccf7947aee9a37a68c99d18722be1c6564dd583c2e6d93f958685d172634359ce4540bff57405843440bbdf77af53fb17ed25408bcbc07167284a48cfa2ee4
|
||||
DIST TwistedCore-11.1.0.tar.bz2 1455613 SHA256 0041b5c38cd7c40043f64c4aaeb5fcc4631c229776c896cfa188fd2b567fd76d SHA512 437041b00a0ce85fc3658db136e6b782787aecb6e74c1bafd3e49e72aa0e2a5685ffc3fa0b65839be04c7b68e6e83b66d37c48460a33b8e1809625d9aab50ba9 WHIRLPOOL dca72cff3c0a55fba18442c168ea1327d41ee2ace51fdd044f6e967b17a052aae066401d84e9149aef4c80e7f38a259ecbf34ebd78d9fc60b94c63f267cada84
|
||||
DIST TwistedCore-12.0.0.tar.bz2 1394195 SHA256 b5414a0da8e18ff97cfcb246fa61fc417dca0d05e5a70eaa6f93f1d095f6cd3f SHA512 adac30ffc4c8b0f035aa04131104d7d1eb4bf1e3cf011f823c127a67744d2481472edf27318824cdd5f3508d2096ddf1d19c2c32a7478cf5cf7aa05632ddaf59 WHIRLPOOL d5ef72a5f7644dd457ed9e552894953384b9606cfd30281c0bada61b3f146b4cffffbf98922a8f18d8ff815509974df0fb185b3967b727d61bb79a3c7628f251
|
||||
DIST TwistedCore-12.2.0.tar.bz2 1431188 SHA256 a09316a164597cb3ed54621e6e5bc72ba8f3a83544cb90375a14535ae487d2ea SHA512 843600df91812766f0264a04146415c6ce33c9e54f74887206512a65a1503e12895d8c363b33685c2035e81d309d672d0f6944e28e8b48b86232e2b055e879e8 WHIRLPOOL e9335d45b1bac97081af032cb8b6f33f28c9674f1c7223c3fbbe98a2d2c55188541bf4767af7c803e615df8eaa7f10f3abede3f622bfbccecd51d60afc2546bf
|
||||
DIST TwistedCore-12.3.0.tar.bz2 1480622 SHA256 343dd7372b05d4aa0805406bcbee7db40514b6bb48aa2840e0e56d88a8970900 SHA512 86e9bbd4b8b0b5f70b62757f9ce93fd03c2766b4cb9722028ec7863d1b9dd19e6d3771472a86f1373a8320a98f5081ac76400ac6bb25a950b6fc50fb241ebeb8 WHIRLPOOL 77cb88bd53a5c489ad8781ebef10987766dfd42d8ad3bcd599b9ba2bbc77cf41bee8507a29727cb6d88590d8cb2ac118b1eeb553c034107513502cf7ae62f6aa
|
||||
DIST TwistedCore-13.0.0.tar.bz2 1495753 SHA256 989706fd39c8a28785bdecaa0145b81f7e159b9209d463b5885be7e5c34ff32f SHA512 624d73d267742cb5b97bed2a39e78caeb01ee5fa871a0a2133455809b1d2a695f0d375c022ae21e91ef20f92fdee05a08a11db7b6b1e92ec810d3e097f929972 WHIRLPOOL 02c25eb94ad0aaafea8e1599df387607c6a1323ac55c31b0e98a366f927da2245fc839f5a3509367ed18690694f8599ebb22c0b21b8c90dfbfe2e3727a7846ff
|
||||
EBUILD twisted-core-10.2.0.ebuild 3489 SHA256 9ab3b0d4bf8d8bf2b5d1ec17578c345690893f919e0b1866a0e311f48c95b678 SHA512 f2fc90b758dd075b98301f086abebf6762f46a3c998c6f8569c9b1f06eb8a6408630e9aa0b240534f550ff4293dcaaced174f4089c901633eb9f299f1f43c97f WHIRLPOOL f0ab33566cc68494a17635ea74a297b8f7423c2f62cc0fb2ffd85aa78bedd672aaa7dbc96cd818e35fa77d37abcac9201f99e8a589c01678157509c1389914a5
|
||||
EBUILD twisted-core-11.0.0.ebuild 3489 SHA256 89b7f6602b68d43ef4a5c2ca86cc145f88c80c54b0d3c98a1b8c569f94620437 SHA512 5c5cc19bd9d332fe1205d9b2b591890457ea72a746fb047b41278f30344f9fec1c37c39ed57923866033d26d14992f4b390777ab27b7ae3a72f77e0db949bdd7 WHIRLPOOL e0df4b01b88b936176bfaf62054689f5438fe2d1061fbc5a0523f07adac4108fac5ed14688a14ba5150da62812f1ce7999232a536b08b68e08635c330805c1cf
|
||||
EBUILD twisted-core-11.1.0.ebuild 3348 SHA256 0818d997f36c4e3a2bcde77b2a66ffc00d82695124ae1eb95e7ce095fdf39d57 SHA512 15bae1ff5996fbe62afed09b6304ca5d5e8c0de8046ed646fd99017d3d6f6ddfa514a444f7e2318265d50267950152678b54e50d3397b171c0372592cc7e4b2d WHIRLPOOL 7278533155f450380b6a73137d9a326ccd313af0565f3211c3996c5ea02f4f905774c53bb6880661cd18099e2f9a1f7958b24736d1fcef64a0db9a61d17e3402
|
||||
EBUILD twisted-core-12.0.0.ebuild 3462 SHA256 187c01a4bf5128fae428a2f483cd76c37c552859ed370191bb46d5a7c8e7c345 SHA512 f53a1177f98ab8ec518ba7396d2261e0171d71eeb080fee2a59da1fb6a0ff1865339c616dbfab397ed8741c730ca0a12934f71041f3080ac05b06cc6723010f2 WHIRLPOOL 8159fa9db3797b21906528544bb94c2e9a122722ff7e565f8ee2885cb4e68e812581f5ac93d3e58a1cca7f02c822c1e71d85b90a127772f73dc64628fc31c297
|
||||
EBUILD twisted-core-12.2.0.ebuild 4064 SHA256 6c902dc0e0c74576ebc98bdc1a3217f6c9fa26d9fe3742e9cd13145626854960 SHA512 4024e2aa71a9287802c190c409eb10115686a792cee0342f17314b8d5454f66e82ad6efb598e1adf9cd871432a5f9342e1c520f76462befb878d8097902587cf WHIRLPOOL 85cb14c7a488d7f40f0827ff57d925883083e70b7c2dbad72e4c69d93d6b650b54b22a5c7642dc618db521d1c1cce4afdd53f4a0639264b3a3cd28ebad1f5b44
|
||||
EBUILD twisted-core-12.3.0.ebuild 4060 SHA256 9a57bac46c176d245d42d0316b701cd1fa81c03871effa63d79268cb0058d4a2 SHA512 e796c04a139fac1f1c1729f2e6ce3a397fb57ee4d1c8a4c57297c193f1167376f770ba2d0450c85d7455a913455c3fddd14d77b48018b090d4f58d07834de391 WHIRLPOOL 6a564a0e0fbb76c2cec24729e9890c70d5bcb27b0fe1d7717d054b9d31c54a9cfa85e3104c84fe1e495a842ea5d52ee67ae1523c25a94828036e23a63720db9c
|
||||
EBUILD twisted-core-13.0.0-r3.ebuild 3371 SHA256 d12110e492b0b1a1edd3697c5c8eac8b3da4256a4eab064ef25d4a8a4b262214 SHA512 04a9923fc4aee63fd7b4ec147b7fa0933e7b3b9668c01abfab539b3ebbfd60ad02fc05ccdd39335cb7896573fa929bd655f8919df5763102c284be5bee37455b WHIRLPOOL 3371cc21d61770002a10eeae1444bbdbbe97d10850d0307a2d5c00297f5c27a03b7088ebe5b3d183c0dda9eff49908d7a13ec618e1a3fff0df141d3f5649b5d9
|
||||
EBUILD twisted-core-13.0.0.ebuild 4064 SHA256 ca54cd79eeacf2a7c7c4eb1452d95211923c5e61f36423a7d391cee922e0d399 SHA512 922af44bd9195e3b81d830b64d746b61800b39d0215a2f59f097c16f22838fb2ff9dbbccea229dd2188673989e07d606b6671efd837b88700a427ad8d6f68d19 WHIRLPOOL bbad029afa37665e519b293120ed6d2899dfcb6df49b67e2437bf907554abb6d36e3b6722e87e50ac0c8212e5e81dd50e36051f844829f6657159b6dc07c8b08
|
||||
MISC ChangeLog 26667 SHA256 59f70ef6f411b8019acd26c76f428855f998dcee144811d0331396bbf07161c5 SHA512 9b742ee27b4f3046973bd5190899243b61eab847bd6b32aa94ec16872195ff76716a2f4b189d34eab3f34e4e04717504ebaa0b98d01c8c78ee1d2760a34a14f2 WHIRLPOOL c87a79f989a512ac8d64581fb48ceccadd8cba58c26816d6a37900958d77e0f2a16275ce867ecc7ed807d5be2173ac9497f0b3dc704005f0fca91b5c57cdbd9f
|
||||
MISC metadata.xml 516 SHA256 702ffca7fc318ecb382067e3bccf620bebd7da614430ea82de24445b9f75524c SHA512 7ade57c91b31b32af447632af4d7d8dfb33ebb21cc507b4dad0e3d51c31a45933d33418326ed65584dfcebced63ba4a365bccd84876321ce78a1b62493ae9e01 WHIRLPOOL 1bfd6c2e9e9bcf8f927dc29a720a0d7d2fe8dfe5b475a57da87cff21f8a5aa51c730941898f3348e85f763504ffd999b1e94413921d39f0d5161e3c23ad43507
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.21 (GNU/Linux)
|
||||
|
||||
iQJ8BAEBCABmBQJSHN3iXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
|
||||
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC
|
||||
MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOpEYP/02T+J8cJbHhpgucj9rJkXQx
|
||||
hHI9EIMOSSlgBkpXpWKks9n2r5vxSNCYvUCpIAF5M9htqOiTzPkQsvO8oohMOgbd
|
||||
S8wA7ACavYMfUrnvh38S00pbIk3NbQHK7UkSIekLi3Qdjbes5H1JarhiFgFTd3c2
|
||||
TbTcKJyZocMiw1bxxzst1rNt7htBe90vh4BegEnHmefE7XjOZXXiMz/BuP1x3AGw
|
||||
u9504ZCxvRrvIXZ4aRgaWMe+wdVxRqwmdU3yvDIBK2OPPQZGu9TH7PdlpiBhdsfS
|
||||
yzWv9s8Apy66wjoFxRcsTQYdodsY3V5vp7aoP52HC9GndnAI0lnOBP/7mJAcuOAY
|
||||
XLMx/w9lvAltrDAsPpJIbhFu0gJnPkUiHeVgLTEfXnY46qf4M/W85wwo8LfROnT3
|
||||
zizG/AJQfsea8TZIU2AylAOt4wD4pxHlyK2ykwZkG3YvlpoM72LIY2YmMStDGnzp
|
||||
8AlPnupvkkha0YMWsir6nIDpWKBahkH2IG6ZcizMxXt1Zu53Iq2Y3iMvZc63tkoI
|
||||
pEwmbIcm2zcFUsVYLsYAhy6KX20Y3gi5eCyis2WpeYVu6xnzYhWV46eLH5946yHX
|
||||
cWmlhCz+G2vqwMXD9n3GIhiLojg6hsBa2PXDOsmLEzmYJXuBlV/QDlYtbdD8hl7A
|
||||
8QQnuHvnkpwSnHB8P2ws
|
||||
=VmzB
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +0,0 @@
|
||||
|
||||
# These are passed to twistd.
|
||||
# TWISTD_OPTS="--no_save --logfile=/var/log/twistd -y /etc/twistd.tac"
|
||||
# TWISTD_OPTS="--no_save --logfile=/var/log/twistd -f /etc/twistd.tap"
|
||||
|
||||
# Make any additions to PYTHONPATH the twistd needs here.
|
||||
# PYTHONPATH="/path/to/extra/python/modules"
|
@ -1,25 +0,0 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
||||
|
||||
start() {
|
||||
if [ -z "${TWISTD_OPTS}" ]; then
|
||||
eerror "TWISTD_OPTS is not set!"
|
||||
eerror "You need to configure twistd in /etc/conf.d/twistd."
|
||||
return 1
|
||||
fi
|
||||
export PYTHONPATH
|
||||
ebegin "Starting twistd"
|
||||
start-stop-daemon --start --quiet --pidfile /var/run/twistd.pid \
|
||||
--exec /usr/bin/twistd -- --pidfile /var/run/twistd.pid \
|
||||
${TWISTD_OPTS}
|
||||
eend $? "Failed to start twistd"
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping twistd"
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/twistd.pid
|
||||
eend $? "Failed to stop twistd"
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
Apply patch: use calendar.timegm instead of manual broken timezone math.
|
||||
|
||||
Author: marienz
|
||||
Review: itamar
|
||||
Fixes: #5583
|
||||
|
||||
Index: /trunk/twisted/test/test_log.py
|
||||
===================================================================
|
||||
--- /trunk/twisted/test/test_log.py (revision 32453)
|
||||
+++ /trunk/twisted/test/test_log.py (revision 34145)
|
||||
@@ -6,5 +6,5 @@
|
||||
"""
|
||||
|
||||
-import os, sys, time, logging, warnings
|
||||
+import os, sys, time, logging, warnings, calendar
|
||||
from cStringIO import StringIO
|
||||
|
||||
@@ -392,7 +392,5 @@
|
||||
human-readable string.
|
||||
"""
|
||||
- # There is no function in the time module which converts a UTC time
|
||||
- # tuple to a timestamp.
|
||||
- when = time.mktime((2001, 2, 3, 4, 5, 6, 7, 8, 0)) - time.timezone
|
||||
+ when = calendar.timegm((2001, 2, 3, 4, 5, 6, 7, 8, 0))
|
||||
|
||||
# Pretend to be in US/Eastern for a moment
|
@ -1,15 +0,0 @@
|
||||
Index: twisted/test/test_strcred.py
|
||||
===================================================================
|
||||
--- twisted/test/test_strcred.py (revision 34525)
|
||||
+++ twisted/test/test_strcred.py (working copy)
|
||||
@@ -352,6 +352,10 @@
|
||||
except ImportError:
|
||||
skip = "PyCrypto is not available"
|
||||
|
||||
+ try:
|
||||
+ from twisted import conch
|
||||
+ except ImportError:
|
||||
+ skip = "Twisted Conch is not available"
|
||||
|
||||
def test_isChecker(self):
|
||||
"""
|
@ -1,13 +0,0 @@
|
||||
=== modified file 'twisted/test/test_process.py'
|
||||
--- twisted/test/test_process.py
|
||||
+++ twisted/test/test_process.py
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
class EchoProtocol(protocol.ProcessProtocol):
|
||||
|
||||
- s = "1234567" * 1001
|
||||
+ s = "1234567" * 11
|
||||
n = 10
|
||||
finished = 0
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: twisted/python/_twisted_zsh_stub
|
||||
===================================================================
|
||||
--- twisted/python/_twisted_zsh_stub (revision 14988)
|
||||
+++ twisted/python/_twisted_zsh_stub (working copy)
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
function load_twisted_completions() {
|
||||
[[ -z $commands[twistd] ]] && echo 'ERROR: test command "twistd" not found in path' && return 1
|
||||
- shebang=$(head -1 $commands[twistd])
|
||||
+ shebang=$(head -n1 $commands[twistd])
|
||||
[[ $shebang != \#\!* ]] && echo 'ERROR: invalid shebang line for test script "twistd"' && return 1
|
||||
PYTHON=$shebang[3,-1]
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- twisted/plugin.py
|
||||
+++ twisted/plugin.py
|
||||
@@ -174,7 +174,7 @@
|
||||
if pluginKey not in existingKeys:
|
||||
del dropinDotCache[pluginKey]
|
||||
needsWrite = True
|
||||
- if needsWrite:
|
||||
+ if needsWrite and os.environ.get("TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE") is None:
|
||||
try:
|
||||
dropinPath.setContent(pickle.dumps(dropinDotCache))
|
||||
except:
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<use>
|
||||
<flag name='serial'>include serial port support</flag>
|
||||
</use>
|
||||
<longdescription>
|
||||
Twisted is an asynchronous networking framework written in Python,
|
||||
supporting TCP, UDP, multicast, SSL/TLS, serial communication and
|
||||
more. It is used by most of the servers, clients and protocols that
|
||||
are part of other Twisted projects.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
@ -1,107 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-10.2.0.ebuild,v 1.1 2013/08/03 09:34:50 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
HOMEPAGE="http://www.twistedmatrix.com/ http://pypi.python.org/pypi/Twisted"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND=">=net-zope/zope-interface-3.0.1
|
||||
crypt? ( >=dev-python/pyopenssl-0.5.1 )
|
||||
gtk? ( >=dev-python/pygtk-1.99 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Pass valid arguments to "head" in the zsh completion function.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-zsh-head.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local return_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation) $(python_get_version)"
|
||||
|
||||
pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation) $(python_get_version)"
|
||||
else
|
||||
return_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
rm -fr "${T}/tests"
|
||||
return "${return_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
|
||||
# zsh completion
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins twisted/python/_twisted_zsh_stub
|
||||
}
|
@ -1,107 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-11.0.0.ebuild,v 1.1 2013/08/03 09:34:50 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
HOMEPAGE="http://www.twistedmatrix.com/ http://pypi.python.org/pypi/Twisted"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND=">=net-zope/zope-interface-3.0.1
|
||||
crypt? ( >=dev-python/pyopenssl-0.5.1 )
|
||||
gtk? ( >=dev-python/pygtk-1.99 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Pass valid arguments to "head" in the zsh completion function.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-zsh-head.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local return_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation) $(python_get_version)"
|
||||
|
||||
pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation) $(python_get_version)"
|
||||
else
|
||||
return_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
rm -fr "${T}/tests"
|
||||
return "${return_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
|
||||
# zsh completion
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins twisted/python/_twisted_zsh_stub
|
||||
}
|
@ -1,103 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-11.1.0.ebuild,v 1.1 2013/08/03 09:34:50 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface
|
||||
crypt? ( >=dev-python/pyopenssl-0.10 )
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local exit_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
|
||||
|
||||
pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation_and_version)"
|
||||
else
|
||||
exit_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
rm -fr "${T}/tests"
|
||||
return "${exit_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,106 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-12.0.0.ebuild,v 1.1 2013/08/03 09:34:50 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface
|
||||
crypt? ( >=dev-python/pyopenssl-0.10 )
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
# Fix a test that fails in some timezones.
|
||||
epatch "${FILESDIR}/${P}-fix-test-timeFormatting.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local exit_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
|
||||
|
||||
pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation_and_version)"
|
||||
else
|
||||
exit_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
rm -fr "${T}/tests"
|
||||
return "${exit_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,117 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-12.2.0.ebuild,v 1.2 2013/08/06 17:05:08 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
|
||||
# A couple of failures (refcounting, version-checking), but sufficiently
|
||||
# functional to be useful, so restrict just the tests.
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface
|
||||
crypt? ( >=dev-python/pyopenssl-0.10 )
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
# Needed to make the sendmsg extension work
|
||||
# (see http://twistedmatrix.com/trac/ticket/5701 )
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Skip a test if twisted conch is not available
|
||||
# (see Twisted ticket #5703)
|
||||
epatch "${FILESDIR}/twisted-core-12.1.0-remove-tests-conch-dependency.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local exit_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests-${PYTHON_ABI}" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
|
||||
|
||||
pushd "${T}/tests-${PYTHON_ABI}${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# tap2rpm is already skipped if rpm is not installed, but fails for me on a Gentoo box with it present.
|
||||
# I currently lack the cycles to track this failure down.
|
||||
rm twisted/scripts/test/test_tap2rpm.py
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests-${PYTHON_ABI}${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation_and_version)"
|
||||
else
|
||||
exit_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
return "${exit_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,117 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-12.3.0.ebuild,v 1.3 2013/08/23 12:56:19 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
|
||||
# A couple of failures (refcounting, version-checking), but sufficiently
|
||||
# functional to be useful, so restrict just the tests.
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface
|
||||
crypt? ( >=dev-python/pyopenssl-0.10 )
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
# Needed to make the sendmsg extension work
|
||||
# (see http://twistedmatrix.com/trac/ticket/5701 )
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Skip a test if twisted conch is not available
|
||||
# (see Twisted ticket #5703)
|
||||
epatch "${FILESDIR}/twisted-core-12.1.0-remove-tests-conch-dependency.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local exit_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests-${PYTHON_ABI}" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
|
||||
|
||||
pushd "${T}/tests-${PYTHON_ABI}${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# tap2rpm is already skipped if rpm is not installed, but fails for me on a Gentoo box with it present.
|
||||
# I currently lack the cycles to track this failure down.
|
||||
rm twisted/scripts/test/test_tap2rpm.py
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests-${PYTHON_ABI}${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation_and_version)"
|
||||
else
|
||||
exit_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
return "${exit_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,108 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild,v 1.1 2013/08/27 17:11:45 mgorny Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit eutils flag-o-matic twisted-r1
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface[${PYTHON_USEDEP}]
|
||||
crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] )
|
||||
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
|
||||
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
"${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Skip a test if twisted conch is not available
|
||||
# (see Twisted ticket #5703)
|
||||
"${FILESDIR}/${PN}-12.1.0-remove-tests-conch-dependency.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
"${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
local CFLAGS CXXFLAGS
|
||||
|
||||
if [[ ${EPYTHON} != python3* ]]; then
|
||||
# Needed to make the sendmsg extension work
|
||||
# (see http://twistedmatrix.com/trac/ticket/5701 )
|
||||
|
||||
append-flags -fno-strict-aliasing
|
||||
fi
|
||||
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# NOTE: on pypy a couple of failures (refcounting, version-checking) is
|
||||
# expected
|
||||
|
||||
distutils_install_for_testing
|
||||
|
||||
pushd "${TEST_DIR}"/lib > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# tap2rpm is already skipped if rpm is not installed, but fails for me on a Gentoo box with it present.
|
||||
# I currently lack the cycles to track this failure down.
|
||||
rm twisted/scripts/test/test_tap2rpm.py
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! "${TEST_DIR}"/scripts/trial twisted; then
|
||||
die "Tests failed with ${EPYTHON}"
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
cd "${D%/}$(python_get_sitedir)" || die
|
||||
|
||||
# create 'Twisted' egg wrt bug #299736
|
||||
local egg=( Twisted_Core*.egg-info )
|
||||
[[ -f ${egg[0]} ]] || die "Twisted_Core*.egg-info not found"
|
||||
ln -s "${egg[0]}" "${egg[0]/_Core/}" || die
|
||||
|
||||
# own the dropin.cache so we don't leave orphans
|
||||
touch twisted/plugins/dropin.cache || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,117 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0.ebuild,v 1.2 2013/08/06 17:05:08 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
|
||||
# A couple of failures (refcounting, version-checking), but sufficiently
|
||||
# functional to be useful, so restrict just the tests.
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
|
||||
MY_PACKAGE="Core"
|
||||
|
||||
inherit eutils twisted versionator
|
||||
|
||||
DESCRIPTION="An asynchronous networking framework written in Python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="crypt gtk serial"
|
||||
|
||||
DEPEND="net-zope/zope-interface
|
||||
crypt? ( >=dev-python/pyopenssl-0.10 )
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
serial? ( dev-python/pyserial )"
|
||||
RDEPEND="${DEPEND}
|
||||
!dev-python/twisted"
|
||||
|
||||
# Needed to make the sendmsg extension work
|
||||
# (see http://twistedmatrix.com/trac/ticket/5701 )
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
DOCS="CREDITS NEWS README"
|
||||
|
||||
src_prepare(){
|
||||
distutils_src_prepare
|
||||
|
||||
# Give a load-sensitive test a better chance of succeeding.
|
||||
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
|
||||
|
||||
# Skip a test if twisted conch is not available
|
||||
# (see Twisted ticket #5703)
|
||||
epatch "${FILESDIR}/twisted-core-12.1.0-remove-tests-conch-dependency.patch"
|
||||
|
||||
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
|
||||
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed \
|
||||
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
|
||||
-e "s/test_deployedMode/_&/" \
|
||||
-i twisted/test/test_plugin.py
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
local exit_status="0"
|
||||
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests-${PYTHON_ABI}" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
|
||||
|
||||
pushd "${T}/tests-${PYTHON_ABI}${EPREFIX}$(python_get_sitedir)" > /dev/null || die
|
||||
|
||||
# Skip broken tests.
|
||||
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
|
||||
|
||||
# http://twistedmatrix.com/trac/ticket/5375
|
||||
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
|
||||
|
||||
# tap2rpm is already skipped if rpm is not installed, but fails for me on a Gentoo box with it present.
|
||||
# I currently lack the cycles to track this failure down.
|
||||
rm twisted/scripts/test/test_tap2rpm.py
|
||||
|
||||
# Prevent it from pulling in plugins from already installed twisted packages.
|
||||
rm -f twisted/plugins/__init__.py
|
||||
|
||||
# An empty file doesn't work because the tests check for doc strings in all packages.
|
||||
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
|
||||
|
||||
if ! PYTHONPATH="." "${T}/tests-${PYTHON_ABI}${EPREFIX}/usr/bin/trial" twisted; then
|
||||
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
|
||||
die "Tests failed with $(python_get_implementation_and_version)"
|
||||
else
|
||||
exit_status="1"
|
||||
fi
|
||||
fi
|
||||
|
||||
popd > /dev/null || die
|
||||
return "${exit_status}"
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
|
||||
|
||||
postinstallational_preparation() {
|
||||
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
|
||||
|
||||
# Delete dropin.cache to avoid collisions.
|
||||
# dropin.cache is regenerated in pkg_postinst().
|
||||
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
|
||||
}
|
||||
python_execute_function -q postinstallational_preparation
|
||||
|
||||
# Don't install index.xhtml page.
|
||||
doman doc/man/*.?
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
|
||||
|
||||
newconfd "${FILESDIR}/twistd.conf" twistd
|
||||
newinitd "${FILESDIR}/twistd.init" twistd
|
||||
}
|
@ -1,356 +0,0 @@
|
||||
# ChangeLog for dev-python/twisted-web
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.87 2013/08/23 12:59:55 jer Exp $
|
||||
|
||||
23 Aug 2013; Jeroen Roovers <jer@gentoo.org> twisted-web-12.3.0.ebuild:
|
||||
Stable for HPPA (bug #468150).
|
||||
|
||||
09 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-web-13.0.0-r1.ebuild:
|
||||
Drop stale versionator inherit.
|
||||
|
||||
*twisted-web-13.0.0-r1 (09 Aug 2013)
|
||||
|
||||
09 Aug 2013; Michał Górny <mgorny@gentoo.org> +twisted-web-13.0.0-r1.ebuild:
|
||||
Migrate to twisted-r1.
|
||||
|
||||
03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-web-10.2.0.ebuild,
|
||||
twisted-web-11.0.0.ebuild, twisted-web-11.1.0.ebuild,
|
||||
twisted-web-12.0.0.ebuild, twisted-web-12.2.0.ebuild,
|
||||
twisted-web-12.3.0.ebuild, twisted-web-13.0.0.ebuild:
|
||||
Move dev-python/twisted to dev-python/twisted-core.
|
||||
|
||||
*twisted-web-13.0.0 (08 Apr 2013)
|
||||
|
||||
08 Apr 2013; Patrick Lauer <patrick@gentoo.org> +twisted-web-13.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
*twisted-web-12.3.0 (14 Jan 2013)
|
||||
|
||||
14 Jan 2013; Patrick Lauer <patrick@gentoo.org> +twisted-web-12.3.0.ebuild:
|
||||
Bump
|
||||
|
||||
08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-web-12.2.0.ebuild:
|
||||
Fix python dependency to match dev-python/twisted's, spotted by Arfrever.
|
||||
|
||||
05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-web-10.2.0.ebuild,
|
||||
twisted-web-11.0.0.ebuild:
|
||||
Restrict pypy in twisted < 11.1.0 (bug #420653).
|
||||
|
||||
*twisted-web-12.2.0 (27 Sep 2012)
|
||||
|
||||
27 Sep 2012; Marien Zwart <marienz@gentoo.org> +twisted-web-12.2.0.ebuild:
|
||||
Bump to 12.2.0 (bug #423793)
|
||||
|
||||
13 May 2012; Alexis Ballier <aballier@gentoo.org> twisted-web-12.0.0.ebuild:
|
||||
keyword ~amd64-fbsd
|
||||
|
||||
*twisted-web-12.0.0 (22 Mar 2012)
|
||||
|
||||
22 Mar 2012; Patrick Lauer <patrick@gentoo.org> +twisted-web-12.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
*twisted-web-11.1.0 (27 Dec 2011)
|
||||
|
||||
27 Dec 2011; Mike Gilbert <floppym@gentoo.org> +twisted-web-11.1.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
17 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
|
||||
twisted-web-11.0.0.ebuild:
|
||||
ppc64 stable wrt #366131
|
||||
|
||||
17 Jun 2011; Jeroen Roovers <jer@gentoo.org> twisted-web-11.0.0.ebuild:
|
||||
Stable for HPPA (bug #366131).
|
||||
|
||||
12 Jun 2011; Raúl Porcel <armin76@gentoo.org> twisted-web-11.0.0.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #366131
|
||||
|
||||
03 Jun 2011; Brent Baude <ranger@gentoo.org> twisted-web-11.0.0.ebuild:
|
||||
Marking twisted-web-11.0.0 ppc stable for bug 366131
|
||||
|
||||
02 Jun 2011; Markus Meier <maekke@gentoo.org> twisted-web-11.0.0.ebuild:
|
||||
arm stable, bug #366131
|
||||
|
||||
26 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
twisted-web-11.0.0.ebuild:
|
||||
x86 stable wrt bug #366131
|
||||
|
||||
09 May 2011; Markos Chandras <hwoarang@gentoo.org> twisted-web-11.0.0.ebuild:
|
||||
Stable on amd64 wrt bug #366131
|
||||
|
||||
*twisted-web-11.0.0 (04 Apr 2011)
|
||||
|
||||
04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-web-11.0.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
Stable for HPPA (bug #350894).
|
||||
|
||||
21 Jan 2011; Thomas Kahle <tomka@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
x86 stable per bug 350894
|
||||
|
||||
12 Jan 2011; Markos Chandras <hwoarang@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
Stable on amd64 wrt bug #350894
|
||||
|
||||
06 Jan 2011; Brent Baude <ranger@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
Marking twisted-web-10.2.0 ppc stable for bug 350894
|
||||
|
||||
06 Jan 2011; Raúl Porcel <armin76@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #333211
|
||||
|
||||
29 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-web-10.2.0.ebuild:
|
||||
Avoid test failures with root permissions (bug #349964).
|
||||
|
||||
28 Dec 2010; Brent Baude <ranger@gentoo.org> twisted-web-10.2.0.ebuild:
|
||||
Marking twisted-web-10.2.0 ppc64 for bug 333211
|
||||
|
||||
23 Dec 2010; Thomas Kahle <tomka@gentoo.org> twisted-web-10.1.0.ebuild:
|
||||
x86 stable per bug 333389
|
||||
|
||||
*twisted-web-10.2.0 (22 Dec 2010)
|
||||
|
||||
22 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-web-10.2.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-web-10.1.0.ebuild:
|
||||
Stable for HPPA (bug #333211).
|
||||
|
||||
18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
twisted-web-10.1.0.ebuild:
|
||||
Stable on amd64 wrt bug #333211
|
||||
|
||||
*twisted-web-10.1.0 (09 Jul 2010)
|
||||
|
||||
09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-web-10.1.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
*twisted-web-10.0.0 (17 Mar 2010)
|
||||
|
||||
17 Mar 2010; Patrick Lauer <patrick@gentoo.org>
|
||||
+twisted-web-10.0.0.ebuild:
|
||||
Bump
|
||||
|
||||
13 Feb 2010; Raúl Porcel <armin76@gentoo.org> twisted-web-9.0.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #300702
|
||||
|
||||
10 Feb 2010; Jeroen Roovers <jer@gentoo.org> twisted-web-9.0.0.ebuild:
|
||||
Stable for HPPA (bug #300702).
|
||||
|
||||
17 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
twisted-web-9.0.0.ebuild:
|
||||
stable x86, bug 300702
|
||||
|
||||
20 Dec 2009; Raúl Porcel <armin76@gentoo.org> twisted-web-8.2.0.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #289680
|
||||
|
||||
20 Dec 2009; Fabian Groffen <grobian@gentoo.org> twisted-web-9.0.0.ebuild:
|
||||
Merged keywords from Prefix
|
||||
|
||||
16 Dec 2009; Brent Baude <ranger@gentoo.org> twisted-web-8.2.0.ebuild:
|
||||
Marking twisted-web-8.2.0 ppc64 stable for bug 289680
|
||||
|
||||
01 Dec 2009; Markus Meier <maekke@gentoo.org> twisted-web-8.2.0.ebuild:
|
||||
amd64/x86 stable, bug #289680
|
||||
|
||||
*twisted-web-9.0.0 (30 Nov 2009)
|
||||
|
||||
30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+twisted-web-9.0.0.ebuild:
|
||||
Version bump (bug #294924).
|
||||
|
||||
29 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> twisted-web-8.2.0.ebuild:
|
||||
Stable for ppc, bug 289680
|
||||
|
||||
28 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-web-8.2.0.ebuild:
|
||||
Fix tests (bug #292399).
|
||||
|
||||
11 Nov 2009; Jeroen Roovers <jer@gentoo.org> twisted-web-8.2.0.ebuild:
|
||||
Stable for HPPA (bug #289680).
|
||||
|
||||
25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
twisted-web-8.2.0.ebuild:
|
||||
Set SUPPORT_PYTHON_ABIS.
|
||||
|
||||
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
|
||||
-files/twisted-web-0.5.0-tests-2.2-compat.patch:
|
||||
Remove unused patch.
|
||||
|
||||
21 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
|
||||
twisted-web-8.2.0.ebuild:
|
||||
USE soap wrt #138038.
|
||||
|
||||
*twisted-web-8.2.0 (09 Jan 2009)
|
||||
|
||||
09 Jan 2009; Patrick Lauer <patrick@gentoo.org> +twisted-web-8.2.0.ebuild:
|
||||
Bump to 8.2.0
|
||||
|
||||
08 Jan 2009; Patrick Lauer <patrick@gentoo.org>
|
||||
-twisted-web-0.5.0-r1.ebuild, -twisted-web-0.5.0-r3.ebuild,
|
||||
-twisted-web-0.6.0.ebuild, -twisted-web-0.7.0.ebuild,
|
||||
-twisted-web-8.0.0.ebuild:
|
||||
Removing old
|
||||
|
||||
20 Dec 2008; nixnut <nixnut@gentoo.org> twisted-web-8.1.0.ebuild:
|
||||
Stable on ppc wrt bug 231675
|
||||
|
||||
13 Aug 2008; Santiago M. Mola <coldwind@gentoo.org>
|
||||
twisted-web-8.1.0.ebuild:
|
||||
amd64 stable wrt bug #231675
|
||||
|
||||
08 Aug 2008; Raúl Porcel <armin76@gentoo.org> twisted-web-8.1.0.ebuild:
|
||||
alpha/ia64/x86 stable wrt #231675
|
||||
|
||||
08 Aug 2008; Markus Rothe <corsair@gentoo.org> twisted-web-8.1.0.ebuild:
|
||||
Stable on ppc64; bug #231675
|
||||
|
||||
08 Aug 2008; Jeroen Roovers <jer@gentoo.org> twisted-web-8.1.0.ebuild:
|
||||
Stable for HPPA (bug #231675).
|
||||
|
||||
05 Aug 2008; Ferris McCormick <fmccor@gentoo.org>
|
||||
twisted-web-8.1.0.ebuild:
|
||||
Sparc stable, part of Bug #231675.
|
||||
|
||||
*twisted-web-8.1.0 (25 May 2008)
|
||||
|
||||
25 May 2008; Thomas Raschbacher <lordvan@gentoo.org>
|
||||
+twisted-web-8.1.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
*twisted-web-8.0.0 (13 May 2008)
|
||||
|
||||
13 May 2008; Ali Polatel <hawking@gentoo.org> +twisted-web-8.0.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
|
||||
Removing Marien Zwart (marienz, #107204) from metadata.xml.
|
||||
|
||||
09 Jun 2007; Joe Peterson <lavajoe@gentoo.org> twisted-web-0.7.0.ebuild:
|
||||
Add ~x86-fbsd keyword
|
||||
|
||||
12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org>
|
||||
twisted-web-0.6.0.ebuild:
|
||||
Stable on sparc
|
||||
|
||||
12 Mar 2007; Raúl Porcel <armin76@gentoo.org> twisted-web-0.6.0.ebuild:
|
||||
x86 stable
|
||||
|
||||
*twisted-web-0.7.0 (11 Jan 2007)
|
||||
|
||||
11 Jan 2007; Marien Zwart <marienz@gentoo.org> twisted-web-0.6.0.ebuild,
|
||||
-twisted-web-0.6.0-r1.ebuild, +twisted-web-0.7.0.ebuild:
|
||||
Version bump, make twisted dependency stricter, drop revision patched to
|
||||
work with python 2.5 (use the new bump instead).
|
||||
|
||||
20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
|
||||
twisted-web-0.6.0.ebuild:
|
||||
Stable on Alpha.
|
||||
|
||||
01 Aug 2006; Simon Stelling <blubb@gentoo.org>
|
||||
twisted-web-0.5.0-r1.ebuild:
|
||||
stable on amd64
|
||||
|
||||
16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
twisted-web-0.6.0.ebuild:
|
||||
hppa stable, bug #139612
|
||||
|
||||
12 Jul 2006; Aron Griffis <agriffis@gentoo.org> twisted-web-0.5.0-r3.ebuild,
|
||||
twisted-web-0.6.0.ebuild:
|
||||
Mark 0.5.0-r3 0.6.0 stable on ia64 #128688
|
||||
|
||||
02 Jul 2006; Lars Weiler <pylon@gentoo.org> twisted-web-0.6.0.ebuild:
|
||||
Stable on ppc.
|
||||
|
||||
30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-web-0.5.0-r1.ebuild:
|
||||
Stable on alpha wrt Bug #128688.
|
||||
|
||||
28 Jun 2006; Luis Medinas <metalgod@gentoo.org> twisted-web-0.6.0.ebuild:
|
||||
Stable on amd64. See bug #124293.
|
||||
|
||||
*twisted-web-0.6.0-r1 (26 Jun 2006)
|
||||
*twisted-web-0.5.0-r3 (26 Jun 2006)
|
||||
|
||||
26 Jun 2006; Marien Zwart <marienz@gentoo.org>
|
||||
-files/twisted-web-0.5.0-tests-2.2-compat-14780.patch,
|
||||
-files/twisted-web-0.5.0-tests-2.2-compat-14782.patch,
|
||||
-files/twisted-web-0.5.0-tests-2.2-compat-14786.patch,
|
||||
-twisted-web-0.5.0-r2.ebuild, +twisted-web-0.5.0-r3.ebuild,
|
||||
+twisted-web-0.6.0-r1.ebuild:
|
||||
Remove twisted-web-0.5.0-r2 (the version with extra test patches for
|
||||
twisted-2.2.0): use twisted-2.4.0 and web 0.6.0 instead. Add new revisions
|
||||
with the nonworking websetroot removed.
|
||||
|
||||
04 Jun 2006; Brent Baude <ranger@gentoo.org> twisted-web-0.6.0.ebuild:
|
||||
Marking twisted-web-0.6.0 ppc64 stable as a dep to avahi per Mr Bones request
|
||||
|
||||
*twisted-web-0.6.0 (26 May 2006)
|
||||
|
||||
26 May 2006; Marien Zwart <marienz@gentoo.org> +twisted-web-0.6.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
26 May 2006; Marien Zwart <marienz@gentoo.org>
|
||||
twisted-web-0.5.0-r1.ebuild, twisted-web-0.5.0-r2.ebuild:
|
||||
These versions run but do not install with twisted 2.4, so add a < dep.
|
||||
|
||||
12 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
twisted-web-0.5.0-r2.ebuild:
|
||||
Added ~hppa
|
||||
|
||||
03 May 2006; Mark Loeser <halcy0n@gentoo.org> twisted-web-0.5.0-r1.ebuild:
|
||||
Stable on x86; bug #128688
|
||||
|
||||
01 May 2006; Markus Rothe <corsair@gentoo.org>
|
||||
twisted-web-0.5.0-r2.ebuild:
|
||||
Added ~ppc64
|
||||
|
||||
29 Apr 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-web-0.5.0-root-skip.patch, twisted-web-0.5.0-r1.ebuild,
|
||||
twisted-web-0.5.0-r2.ebuild:
|
||||
Make the tests pass without FEATURES=userpriv, see bug #128688.
|
||||
|
||||
*twisted-web-0.5.0-r2 (09 Apr 2006)
|
||||
|
||||
09 Apr 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-web-0.5.0-tests-2.2-compat-14780.patch,
|
||||
+files/twisted-web-0.5.0-tests-2.2-compat-14782.patch,
|
||||
+files/twisted-web-0.5.0-tests-2.2-compat-14786.patch,
|
||||
+twisted-web-0.5.0-r2.ebuild:
|
||||
Revision bump with patches to pass the tests with twisted-2.2.0. Test
|
||||
changes only. See bug #128688. Thanks to nixnut for noticing.
|
||||
|
||||
03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org>
|
||||
twisted-web-0.5.0-r1.ebuild:
|
||||
Stable on sparc wrt #128688
|
||||
|
||||
13 Feb 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/twisted-web-0.5.0-tests-2.2-compat.patch,
|
||||
twisted-web-0.5.0-r1.ebuild:
|
||||
Patch to make the tests succeed with twisted 2.0, 2.1 and 2.2. No revision
|
||||
bump because this only affects the tests.
|
||||
|
||||
01 Feb 2006; Aron Griffis <agriffis@gentoo.org>
|
||||
twisted-web-0.5.0-r1.ebuild:
|
||||
Mark 0.5.0-r1 ~alpha/~ia64
|
||||
|
||||
30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-web-0.5.0.ebuild:
|
||||
Remove old ebuild.
|
||||
|
||||
*twisted-web-0.5.0-r1 (27 Nov 2005)
|
||||
|
||||
27 Nov 2005; Marien Zwart <marienz@gentoo.org> metadata.xml,
|
||||
+twisted-web-0.5.0-r1.ebuild:
|
||||
Revbump to use the new eclass (bug #80639). Set myself as maintainer.
|
||||
|
||||
23 Sep 2005; Gustavo Felisberto <humpback@gentoo.org>;
|
||||
twisted-web-0.5.0.ebuild:
|
||||
~amd64
|
||||
|
||||
27 Jun 2005; David Holm <dholm@gentoo.org> twisted-web-0.5.0.ebuild:
|
||||
Added to ~ppc.
|
||||
|
||||
08 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> :
|
||||
initial import
|
||||
twisted-web was part of the main twisted release
|
@ -1,27 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST TwistedWeb-10.2.0.tar.bz2 334605 SHA256 d09c459590f23b824043093450916b22a2eea29d1838d69725413a5abb8350ba SHA512 d3df41b19b1f3991d0799f819e47a218d424a21ff5f241e724bb36e8214726d685f87096954bcac8d0ceed47d00113d60b45ba6565639ac1ed89502ebadb7507 WHIRLPOOL e284680ed1342729319a4b0afd5e5324755d672a75499f1e5cf14df033ddd70f779f710ece67a3f82d6bc0d753d6da9b2fc4cefc2e1563edf9e3712a36095142
|
||||
DIST TwistedWeb-11.0.0.tar.bz2 358074 SHA256 864a08aa283ba690f35cfbc18ba939a8b336bc6ad452a2a855bdf1b388aaac53 SHA512 6a61a7743007691e2f7e0242ccc7242ee1570f3e74b6f5ea9b06d601b65b4e3495bdaa94d4bb5bb7baf86c88c8796ff9782737b07df77c2cb67aa2fb46a7e9ea WHIRLPOOL 227782418c1c66d3f0b33ae21e5e52672e783510f1b474536f600dcc64818db77528148194e044c1a957572b5d0f6fb8f155f71751820979f243d52796552358
|
||||
DIST TwistedWeb-11.1.0.tar.bz2 373315 SHA256 4858e1112b6520c15ca0276569537a1e5ec9da96baca9b9107df77b9e4f5df4d SHA512 199ec84d42b60de338a54cfd3d98d3bd1a1fe2343c8bb37a391dc4fe31bc949271ff77578f31a3e6139aac52a313354bf891723f553855e03fa10e8417f48d2c WHIRLPOOL a449396b44782581fef0360d61bbd71fc9d5a90774de5dbe8f0ffab3fe4c3fefa065a8ab0a9d1bb57a0d52a790b37f04dee6f508bc96d1dfbf389fbaa46b4206
|
||||
DIST TwistedWeb-12.0.0.tar.bz2 374609 SHA256 ff6d0dad12f1928deca23c8d05a0cb9a340abbb6e2cd8bc503e4092a0a873859 SHA512 8a3e39989efa179e08ce4e15287fe0f12315b296fa7216d8444f6470e5860fb57e95c5173c30bdf1afa25304b411358ff1516069d486fd72559adfb89892b742 WHIRLPOOL 6bf6a21b764f71a2213c023d2fe1c19adaeb2ec05b489a43c881a378716b900fdc0ab97b2a33ccfc0dd8e7c4ac9e2dbe0d31c7540f632db44ad50c95d496277b
|
||||
DIST TwistedWeb-12.2.0.tar.bz2 386461 SHA256 15b962fd7ca4f8079bca6d0f83fc28207d8671b13da4b598b25a52578866d309 SHA512 2d33e9716e004566c7c20dfda24317d5a3e994eadf2e419129ca26a750d7e75503930557ad6562e141e74a37ea2dc9fdb7d78a64cfe6d53ec9988a636a4aa1c2 WHIRLPOOL 80fe90c11ff432f81871f40fa8d841226fc7fdb0497f05608ff4bdf3840942023043d2dd76c3bbaf87ffd88005064fdc1a9a232a70ed9783674175fb21f6a7a3
|
||||
DIST TwistedWeb-12.3.0.tar.bz2 393179 SHA256 d13e220235788f5e2542c9f8f906fe79e59793f5212cd9862002ea084ea666ca SHA512 2c1d857a0f92b781cc683e59f7e0e16b6a1158b1a45a9b947635da2bbaf78f0988bcf6503ad58b6c5109ab710db3c2f860ac4d446654c55394c49fdc7dc5b3e4 WHIRLPOOL 59c4db46679d0c7de3b881256aee1e0a2c6a33e6a7a481554a3b9b419f172774ec28a30849d731479b1659a7eb6a30713bd033ec72ea5c6943cb15d09483dee1
|
||||
DIST TwistedWeb-13.0.0.tar.bz2 395974 SHA256 a3f6b3a47950d96a6da5cf28bf4c1e0bfa894ff2a1c38c38eac4876cac0bdc55 SHA512 d034a63a8d9a52f2db7967e57245a18ff288f1030579204286cc6d4990afe6fa30fb8aa73f62460ecaabaa76c1cc20be75aef0382f5c1bd565bef7923a9c86f8 WHIRLPOOL 93f8eab34be254c7f28aed1c95fcd9963f7038529a3d88ea014d0f2ea996f18955e3a672c89156d379b3fbe15822b21b0be0e7d35bf08bc6b0cf569607f87c0c
|
||||
EBUILD twisted-web-10.2.0.ebuild 1114 SHA256 593573c6e61dad94cd169c2b38e63a1da9d0d41a4641462618b0886e9f3badb8 SHA512 a933f851933aadf8d7e6ae7d683a74b2c2a07b9efbaf89fc8ef9193a38e58e284d088345d990589a08e87a00ab8a3638fd5d7f6a7d53cb335488d85192e6b0ba WHIRLPOOL 1c9b32dae2f79694096cd3fedd42a75c4f08eba6bdcbe26b26610241a672449ab42d4077291d1e50c00b363b9d302db620fab1613927d92d3ead6416b8e58b61
|
||||
EBUILD twisted-web-11.0.0.ebuild 1114 SHA256 d084dbef1817e65644a52c03fd2e804f06a2a466dc9a12497bc222234edcbaaf SHA512 4c74941d84d52bf12ee3b3d3686c672f43dab9c5ea863fe3a2ba902fb33c99c7c3f52e1db8c7c6a5e9ac69b9239b8ccc62bb3ac250b7d339c338a8949a6d6b4f WHIRLPOOL cbffb303fa1ffc78fd82b7e7db41837e72820a69a353eb9720e6e5010058d486c6b9589fb72d0673f449bfecddf13a4a2ac2697789f575d31f66c019e1d982a4
|
||||
EBUILD twisted-web-11.1.0.ebuild 1115 SHA256 d8249506eb6bf0515a94a298a7186e28e2cbcd733928b5207e671a56994a624c SHA512 0d37bb7c6112ca16a208e6afba9be5b948c14a7cedb9ee756ffc171518a1d387e43fe68f9abbff709aeb56034cc04968d62d218a51c9333f55300778047ea36f WHIRLPOOL 104938167758b4d41fb750ee920a50a069c3d6aa71183d91d10845f412715764d5a473b92d04213f63c93b9d1cfa58c9087b7cc14cbb41fc5c064f4895708c05
|
||||
EBUILD twisted-web-12.0.0.ebuild 1127 SHA256 ac48ca2746cec20dad3b8464046dd3f60f92e2a3566fbc1b1ba248ca36f571e4 SHA512 d50eea9623d05b75b254ab0754aaa1d5a2e87be45f2c0021008430c44edc39c8b51ecd2193a874b976628a485579598c9d29a7ea8a9d8b0b4511ee73deb7f22e WHIRLPOOL bdf80816c309804281ac289f6b65533c42d024dc0bec71823347de696fe97d5bf61f54af6a8919685e26dfaeeb9c12c5e9e8eb9e8d65ac0b86c8a04d21db6f0f
|
||||
EBUILD twisted-web-12.2.0.ebuild 1135 SHA256 da451b36931278f9b2400872be85c9aa88baf1774204a15ef35ce0f4ca302fa1 SHA512 fd693409e7ae5cbb071a4b88cf1aaa5aadb3d3f272116f951204345aae241cc454aca64e7a1a97f594614d6a053d7f7ec6046f032dde3a320f86e8bdb079ede0 WHIRLPOOL 2614a4f84d04b21ac3f42afaf9d04afd135b32e022275199d242ce6e53a3565d7b4a66e14b14c9e108ee3fdcc150dc91c041bcffbb774b2ca8b16e0949601399
|
||||
EBUILD twisted-web-12.3.0.ebuild 1131 SHA256 89e0adc1c699a0c46534322117f2201934dfdc47a51f89d7dd87461df2c5930c SHA512 35e3adff032a8c402a8be524263ab1731bad2475d493ce6f082a18b4595029c22f271fbf35fd807f50405fca49ede43c15d9563af23aacc4069f04c57e231626 WHIRLPOOL 5fa36b3f68c2525520b458909d07583df5ff67cbc9c4e40b56cb8fa18120ce0f3fb7dba28acca0e9ceb29936f2461bf910c116210868ecf319269ff19c25e2b4
|
||||
EBUILD twisted-web-13.0.0-r1.ebuild 1051 SHA256 c07aa750c903db19dd906d7f1cbea84d6b6e6c5b1e79c2e91cb84ec39f34f4d8 SHA512 cd3ee1edd476df226fb74bd7d674dc5c7dc7d43d8248a6a5e62cfaa572b02662abf59a993eac3ce77303dab7452af992d1b6fb6ad0a1aec05c21beb5f2ba7653 WHIRLPOOL 3f361c3467c3927afdffadc2051d0f2933c01b6cc29dc4f9afe49025b1dfa9fa5bcf91f93a52978391e7cc229162bb87bff32c0f3c8910eef5f80655a697b7a5
|
||||
EBUILD twisted-web-13.0.0.ebuild 1135 SHA256 617be1d160bf3247c263d6259ef4eb394e23c087db4a0b3d34500d17b6a7d6b5 SHA512 7c53a9ae42e73ad3684994cbb11c0edc04ccf017e5d93011b21e7bb661383627fcb00ffa29ca605abdfd3936c9ec963ad4a073c63e73542522f0cc6d55855669 WHIRLPOOL 44c3d7741a4092cc6896e6fca862d8473eabcfb5b3da0c503f7ec9250c43905cde1732673e0100c25286117ffbd60d70e68cf8eeea95837dd9ee3c26dd56065b
|
||||
MISC ChangeLog 12042 SHA256 075b304f26ec7291f6472ee178c0ff1859082898ee7dedf7e531cbd23b587f47 SHA512 26a2a389772b124271c6461ecf5a491dcf4da530740f076ff4440fb42f622ca5de003dccc33861731324d7c6146b32b5887df9497366000a9be1b09ff0290e5e WHIRLPOOL c5f197d06aae36cb446e0626710a629903cb092783137e1e934d4e9d25683a07f2b5fff5e7195348606e586073c59cdf7d8ad01b8aa752240d9e36fd85f4e4a4
|
||||
MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.20 (GNU/Linux)
|
||||
|
||||
iEYEAREIAAYFAlIXXMwACgkQVWmRsqeSphPN/QCdFri/7fPAuMUsMcUsvKLyN6vO
|
||||
DooAnin/cTjzp3FetcRd7Ya2vtJWKmDx
|
||||
=izc2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.2.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.0.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.1.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.3 2013/08/23 12:59:55 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild,v 1.2 2013/08/09 13:05:28 mgorny Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit twisted-r1
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
|
||||
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.0.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
|
||||
MY_PACKAGE="Web"
|
||||
|
||||
inherit twisted versionator
|
||||
|
||||
DESCRIPTION="Twisted web server, programmable in Python"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="soap"
|
||||
|
||||
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
|
||||
soap? ( dev-python/soappy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PYTHON_MODNAME="twisted/plugins twisted/web"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
if [[ "${EUID}" -eq 0 ]]; then
|
||||
# Disable tests failing with root permissions.
|
||||
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
|
||||
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
|
||||
fi
|
||||
}
|
@ -1,187 +0,0 @@
|
||||
# ChangeLog for dev-util/buildbot-slave
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.49 2013/08/03 09:45:42 mgorny Exp $
|
||||
|
||||
03 Aug 2013; Michał Górny <mgorny@gentoo.org> buildbot-slave-0.8.7.ebuild,
|
||||
buildbot-slave-0.8.7_p1.ebuild:
|
||||
Move dev-python/twisted to dev-python/twisted-core.
|
||||
|
||||
20 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for s390, wrt bug #468148
|
||||
|
||||
14 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for x86, wrt bug #468148
|
||||
|
||||
08 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for sh, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for ppc64, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for sparc, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for ia64, wrt bug #468148
|
||||
|
||||
05 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for alpha, wrt bug #468148
|
||||
|
||||
05 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for arm, wrt bug #468148
|
||||
|
||||
05 May 2013; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for HPPA (bug #468148).
|
||||
|
||||
03 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for ppc, wrt bug #468148
|
||||
|
||||
02 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Stable for amd64, wrt bug #468148
|
||||
|
||||
15 Feb 2013; Pacho Ramos <pacho@gentoo.org> buildbot-slave-0.8.7_p1.ebuild:
|
||||
Don't show elog messages always (#457596)
|
||||
|
||||
*buildbot-slave-0.8.7_p1 (26 Jan 2013)
|
||||
|
||||
26 Jan 2013; Markos Chandras <hwoarang@gentoo.org>
|
||||
+buildbot-slave-0.8.7_p1.ebuild, -buildbot-slave-0.8.3.ebuild,
|
||||
-buildbot-slave-0.8.5.ebuild, -buildbot-slave-0.8.6.ebuild,
|
||||
-buildbot-slave-0.8.6_p1.ebuild:
|
||||
Version bump. Drop old
|
||||
|
||||
26 Jan 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
|
||||
Add myself as maintainer
|
||||
|
||||
01 Dec 2012; Raúl Porcel <armin76@gentoo.org> buildbot-slave-0.8.7.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #441306
|
||||
|
||||
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7.ebuild:
|
||||
Stable for x86, wrt bug #441306
|
||||
|
||||
13 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
|
||||
buildbot-slave-0.8.7.ebuild:
|
||||
stable arm, bug #441306
|
||||
|
||||
07 Nov 2012; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.7.ebuild:
|
||||
Stable for HPPA (bug #441306).
|
||||
|
||||
06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> buildbot-slave-0.8.7.ebuild:
|
||||
Stable for amd64, wrt bug #441306
|
||||
|
||||
06 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
|
||||
buildbot-slave-0.8.7.ebuild:
|
||||
stable ppc ppc64, bug #441306
|
||||
|
||||
01 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> buildbot-slave-0.8.7.ebuild:
|
||||
Fix dependency on Twisted.
|
||||
|
||||
*buildbot-slave-0.8.7 (30 Sep 2012)
|
||||
|
||||
30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> +buildbot-slave-0.8.7.ebuild:
|
||||
Version bump to 0.8.7.
|
||||
|
||||
30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> files/buildslave.initd:
|
||||
Let s-s-d know about custom pidfile (bug 397759, thanks to jbergstroem).
|
||||
|
||||
08 Jun 2012; Tim Harder <radhermit@gentoo.org> buildbot-slave-0.8.3.ebuild,
|
||||
buildbot-slave-0.8.5.ebuild, buildbot-slave-0.8.6.ebuild,
|
||||
buildbot-slave-0.8.6_p1.ebuild:
|
||||
Drop unused eutils inherit.
|
||||
|
||||
07 Jun 2012; Zac Medico <zmedico@gentoo.org> buildbot-slave-0.8.3.ebuild,
|
||||
buildbot-slave-0.8.5.ebuild, buildbot-slave-0.8.6.ebuild,
|
||||
buildbot-slave-0.8.6_p1.ebuild:
|
||||
inherit user for enewuser
|
||||
|
||||
*buildbot-slave-0.8.6_p1 (23 Apr 2012)
|
||||
|
||||
23 Apr 2012; Patrick Lauer <patrick@gentoo.org>
|
||||
+buildbot-slave-0.8.6_p1.ebuild:
|
||||
Bump
|
||||
|
||||
29 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> -buildbot-slave-0.8.4.ebuild:
|
||||
Remove old version.
|
||||
|
||||
*buildbot-slave-0.8.6 (29 Mar 2012)
|
||||
|
||||
29 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> +buildbot-slave-0.8.6.ebuild:
|
||||
Version bump to 0.8.6.
|
||||
|
||||
*buildbot-slave-0.8.5 (26 Dec 2011)
|
||||
|
||||
26 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> +buildbot-slave-0.8.5.ebuild:
|
||||
Version bump to 0.8.5.
|
||||
|
||||
*buildbot-slave-0.8.4 (03 Sep 2011)
|
||||
|
||||
03 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +buildbot-slave-0.8.4.ebuild,
|
||||
files/buildslave.initd:
|
||||
Version bump to 0.8.4.
|
||||
|
||||
22 Aug 2011; Markus Duft <mduft@gentoo.org> buildbot-slave-0.8.3.ebuild:
|
||||
keyworded ~x86-interix
|
||||
|
||||
23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
|
||||
buildbot-slave-0.8.3.ebuild:
|
||||
ppc/ppc64 stable wrt #352741
|
||||
|
||||
17 Feb 2011; Jeremy Olexa <darkside@gentoo.org>
|
||||
buildbot-slave-0.8.3.ebuild:
|
||||
Add ~amd64-linux, bug 355347
|
||||
|
||||
13 Feb 2011; Raúl Porcel <armin76@gentoo.org> buildbot-slave-0.8.3.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #352741
|
||||
|
||||
09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
buildbot-slave-0.8.3.ebuild:
|
||||
x86 stable wrt bug #352741
|
||||
|
||||
05 Feb 2011; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.3.ebuild:
|
||||
arm stable, bug #352741
|
||||
|
||||
27 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
|
||||
buildbot-slave-0.8.3.ebuild:
|
||||
Stable on amd64 wrt bug #352741
|
||||
|
||||
26 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.3.ebuild:
|
||||
Stable for HPPA (bug #352741).
|
||||
|
||||
21 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
Stable for HPPA (bug #349143).
|
||||
|
||||
09 Jan 2011; Raúl Porcel <armin76@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
alpha/ia64/s390/sh stable wrt #349143
|
||||
|
||||
07 Jan 2011; Brent Baude <ranger@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
Marking buildbot-slave-0.8.2 ppc for bug 349143
|
||||
|
||||
04 Jan 2011; Michael Weber <xmw@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
sparc stable (bug 349143)
|
||||
|
||||
28 Dec 2010; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
arm stable, bug #349143
|
||||
|
||||
28 Dec 2010; Brent Baude <ranger@gentoo.org> buildbot-slave-0.8.2.ebuild:
|
||||
Marking buildbot-slave-0.8.2 ppc64 for bug 349143
|
||||
|
||||
20 Dec 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
buildbot-slave-0.8.2.ebuild:
|
||||
Stable on amd64 wrt bug #349143
|
||||
|
||||
*buildbot-slave-0.8.3 (20 Dec 2010)
|
||||
|
||||
20 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-slave-0.8.3.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
buildbot-slave-0.8.2.ebuild:
|
||||
x86 stable wrt bug #349143
|
||||
|
||||
*buildbot-slave-0.8.2 (08 Nov 2010)
|
||||
|
||||
08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-slave-0.8.2.ebuild, +files/buildslave.confd,
|
||||
+files/buildslave.initd, +metadata.xml:
|
||||
Initial addition. Ebuild written by me.
|
@ -1,30 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX buildslave.confd 217 SHA256 c324eee07561afd8be623b46cd8f50cbbac5f1e42f2c493aa75dbaace6dcfa6f SHA512 54fc03a82cebf874c18d1bd739a6640677cfcd540b47a9929e6f5d63a83bd64bee615b033a72b49ab5fa3da69b16ff657805392ab0a68e0d33e48581fc8bb017 WHIRLPOOL 9e352aaf7b2388f23b2f346f86c92904a9dbcb1bb263c517243169a14250d19b8d934939ec3fac36a2300c73d9e3b727d5edeb4df628d5fbf13ef6f6e3346bce
|
||||
AUX buildslave.initd 1139 SHA256 9f4c8d6946ebda59966256856a58dc0eae8581aa072dc0a018fe2f6b50af4170 SHA512 b891240feaea7e96f5912f87ad88e45b9a877a1cb48d4dcac701f76ff5df212de52b84e5319df1d5064bce0c8aaf1ceac4af9b81d0fdb57a3840c6aefe0a3d6f WHIRLPOOL 9000081f73778bb94c915066d60ad5293b9c717d6392c3129be59de5d8ff207c7b493347e41f92c7628c10e569acd3dfdef701578ab2edd7fa82c0223d3d60c2
|
||||
DIST buildbot-slave-0.8.7.tar.gz 103028 SHA256 fd5436bf3686afb2e4e826fa0a3204f7e40c4e0863815989ecf7495a8b361236 SHA512 08be04e5e020f3fa5946ead5dff1be4a4619b69a4d9b8f333dcc3b5aa6edd836610c1da434892d6c42e6dc0698062a5b6904cfb8743c68ea0bfac7ce4b066eaf WHIRLPOOL 8a0efa107a34dc6f2d04624d1c73d085b6ac4bd49c84d2a908bc0961a7e81ebea993d181186419b0b3fe369037fe52fe029d556f51ef77747a5893e1a446e9a3
|
||||
DIST buildbot-slave-0.8.7p1.tar.gz 104575 SHA256 bbdb07a3847efa186f942142a09394b467d7375745c49da0a42e9aa5b206eadc SHA512 ee9a119461915716167a258d9c022956e239e21ed524c2ae148b6682dd1410b5d918723e8e51002bc1fc27f67cb59da15cb2293e4939ee5ba08d1e5e067e11fe WHIRLPOOL c523849db5cb743f3b4d93f33305a46682710afcf66fdda3ab807dd412171c5e40e1089849b0f3c901dd75525fe97995a791bf9c15f01f47fdb18d0456b17de3
|
||||
EBUILD buildbot-slave-0.8.7.ebuild 1870 SHA256 0705161fccb7477da4ac7ba94cc4d7b1700253e2b829ad8c0e695acb894b6b21 SHA512 a64c4964de507174150cb1a15110f620991923fb5e4ad1d634319c9b5f5d9b1dc1e907c39a3da9d955256cb30f6980da2e2f75be4623656c396caf943f1c1b96 WHIRLPOOL 494a45be273f561ce34f0595fe99d89500611acb657feff503b41d2bb031fba89298b5a370f86f002e9588b28d718cacce68c51e55798062532b3289040e43e9
|
||||
EBUILD buildbot-slave-0.8.7_p1.ebuild 1841 SHA256 faa4389a58b59cd8096d381de20a428ed4594520e74ced614ec9c41ff0bf646b SHA512 5bb99bfaf6a676f76887dc3c03d4e2020be64553b6cca10e3f50cbc5f00c0483454530060c6757346e496e8dd6a6cca076e7f3af719da6bc2da05aada5860745 WHIRLPOOL 9859f857e2ff1fcfaee1df9b37ea0f10ce71adcf151dc67f7c6575ddc0660fe674bf71a41aa66a58976979ada43a90674a924fe77435e647d81dfb83cc41a8db
|
||||
MISC ChangeLog 6588 SHA256 8127f9b86b5e819b4f34dcb78cf7f07fcd4329bfffb22c281072445094f4ec5f SHA512 7fbdc6cd2f0644a4e0c36cbb890a97e6cbb69b1c3b2d9c11ac93f8d3afd9202c0276d1ce4626e286b889db00bc9e0f3c248d6bbef56a2a8b1ec226220f03abb7 WHIRLPOOL 0938c75d291d7e8afda18accb81718e077256ebb6d9fb8938f459a49da47d20a6401572d242490604ee1689ff1bbfc4aad0012fb68691a7ce868c6425baced35
|
||||
MISC metadata.xml 334 SHA256 c16b48529b158cd93ef72456bf35a1b51617ab6a8210f4ba4a034ffd26cdc7a0 SHA512 23d3a3a3d00fca47e2eca7716e93a5ed59ea7eb0a8ab9c83ad99eadcea3b631f56e49b08b7e363be0039fa7fce13a4a49122998c6c8436c9d0632a5e496b3d12 WHIRLPOOL 5fe6808a39fbc26a8cc94b7ef355a1bb08280c32ffbc45e0baf8efd2ee77a1ece0f0d0b75a024abd569987af64fa20a966c62d13350ffeda9eae1d5bc25c7188
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.20 (GNU/Linux)
|
||||
|
||||
iQJ8BAEBCABmBQJR/NGkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
|
||||
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGRDhEM0MyMERDMzNBMkYzQzJFRTI3QjE5
|
||||
NjI3RjQ1NkY5REE3NjQzAAoJEJYn9Fb52nZDbjsP/Al0KEBON7ljsaXA1F0TqL20
|
||||
+HzwZ2YmAnBQ9CbVIMYE4b3jZnEwr7k9nWaej14V7ZXDPalmHb+/UcxqiQDmyEP0
|
||||
dtJQWWDXpZaxYIkir+i5+U/9ZKlTg9R9uiQljJCmovpv4ypdxJNZKohV0VQ+5uEk
|
||||
eutWkv/buQgo7m9JoJowCCNdUzefySLhE6EpoAqhrMTJrB1yMvQFRDNjpQUy8fFI
|
||||
gLfN8w7kHdBGd/emoN8Y3X0OMtiRBPB9DirKFYcLhyxKOBlQRi3ohZZ2DWEDAgPR
|
||||
hMRJrSawbTClxvnnIKU6NtOgrEM9TfjywEyDU733gmjf9D0BAiyB0n226LwewplN
|
||||
RvI7gt5Cwco/uLGN7a9/La0A9Xp4byhjskMhxI1tWJTiYhO7/d8Ity2NWn3zkeD/
|
||||
mXJfPcRIEu9DBwAi+KbZJeqW/Kin044nDp3uT+S2YDkknfABQC54lP3lwEIE5F5A
|
||||
M4nv4TPpzrdBx9mjpp/1JjIjEvS9VRcbYbGlXY9X/CL8m42Rlcbw8XmJnIHpHoU0
|
||||
7PTYIAW09cfLgk2h+iHTWuLMUDEl++Tcc+Kf4Vhm7CYj1LdFsp3N0kEdZpcQ2nx0
|
||||
TR7PpyYhQ/uqK8PsqEQc0/beed68A59R4BO0WQ/lhLbMV8LDDfOVdHQnFWyrIwYc
|
||||
cizpp7MIB5Z56gQQUFvg
|
||||
=7x0h
|
||||
-----END PGP SIGNATURE-----
|
@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.9 2013/08/03 09:45:42 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial buildslave"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils user
|
||||
|
||||
DESCRIPTION="BuildBot Slave Daemon"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
dev-python/twisted-core
|
||||
!!<dev-util/buildbot-0.8.1
|
||||
!<dev-util/buildbot-0.8.3"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/mock )"
|
||||
|
||||
PYTHON_MODNAME="buildslave"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildslave.1 || die "doman failed"
|
||||
|
||||
newconfd "${FILESDIR}/buildslave.confd" buildslave || die "newconfd failed"
|
||||
newinitd "${FILESDIR}/buildslave.initd" buildslave || die "newinitd failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
|
||||
elog "The \"buildbot\" user and the \"buildslave\" init script has been added"
|
||||
elog "to support starting buildslave through Gentoo's init system. To use this,"
|
||||
elog "set up your build slave following the documentation, make sure the"
|
||||
elog "resulting directories are owned by the \"buildbot\" user and point"
|
||||
elog "\"${ROOT}etc/conf.d/buildslave\" at the right location. The scripts can"
|
||||
elog "run as a different user if desired. If you need to run more than one"
|
||||
elog "build slave, just copy the scripts."
|
||||
}
|
@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7_p1.ebuild,v 1.14 2013/08/03 09:45:42 mgorny Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial buildslave"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils readme.gentoo user
|
||||
|
||||
DESCRIPTION="BuildBot Slave Daemon"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
dev-python/twisted-core
|
||||
!!<dev-util/buildbot-0.8.1
|
||||
!<dev-util/buildbot-0.8.3"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/mock )"
|
||||
|
||||
PYTHON_MODNAME="buildslave"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
|
||||
DOC_CONTENTS="The \"buildbot\" user and the \"buildslave\" init script has been added
|
||||
to support starting buildslave through Gentoo's init system. To use this,
|
||||
set up your build slave following the documentation, make sure the
|
||||
resulting directories are owned by the \"buildbot\" user and point
|
||||
\"${ROOT}etc/conf.d/buildslave\" at the right location. The scripts can
|
||||
run as a different user if desired. If you need to run more than one
|
||||
build slave, just copy the scripts."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildslave.1
|
||||
|
||||
newconfd "${FILESDIR}/buildslave.confd" buildslave
|
||||
newinitd "${FILESDIR}/buildslave.initd" buildslave
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
readme.gentoo_print_elog
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
# Path to the build slave's basedir.
|
||||
BASEDIR="/var/lib/buildslave"
|
||||
|
||||
# User account for the buildslave.
|
||||
# The basedir should be owned by this user.
|
||||
USERNAME="buildbot"
|
||||
|
||||
# Extra options passed to twistd.
|
||||
TWISTD_OPTS=""
|
@ -1,48 +0,0 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
||||
|
||||
checkconfig() {
|
||||
if [ -z "${BASEDIR}" ]; then
|
||||
eerror "BASEDIR not set"
|
||||
return 1
|
||||
fi
|
||||
if [ -z "${USERNAME}" ]; then
|
||||
eerror "USERNAME not set"
|
||||
return 1
|
||||
fi
|
||||
if [ ! -d "${BASEDIR}" ]; then
|
||||
eerror "${BASEDIR} is not a directory"
|
||||
return 1
|
||||
fi
|
||||
if [ ! -e "${BASEDIR}/buildbot.tac" ]; then
|
||||
eerror "${BASEDIR} does not contain buildbot.tac"
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
start() {
|
||||
checkconfig || return 1
|
||||
ebegin "Starting buildslave in ${BASEDIR}"
|
||||
# We set HOME here to make something valid show up in the env of child
|
||||
# processes spawned by the buildslave.
|
||||
start-stop-daemon --start -u "${USERNAME}" \
|
||||
--pidfile "${BASEDIR}/buildslave.pid" \
|
||||
--env HOME="${BASEDIR}" \
|
||||
--exec /usr/bin/python -- /usr/bin/twistd \
|
||||
--no_save \
|
||||
--logfile="${BASEDIR}/twistd.log" \
|
||||
--pidfile="${BASEDIR}/buildslave.pid" \
|
||||
--python="${BASEDIR}/buildbot.tac"
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping buildslave in ${BASEDIR}"
|
||||
start-stop-daemon --stop --pidfile "${BASEDIR}/buildslave.pid"
|
||||
eend $?
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<maintainer>
|
||||
<email>hwoarang@gentoo.org</email>
|
||||
<name>Markos Chandras</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">buildbot-slave</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,514 +0,0 @@
|
||||
# ChangeLog for dev-util/buildbot
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.137 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
03 Aug 2013; Michał Górny <mgorny@gentoo.org> buildbot-0.8.3_p1.ebuild,
|
||||
buildbot-0.8.6_p1.ebuild, buildbot-0.8.7.ebuild, buildbot-0.8.7_p1.ebuild,
|
||||
buildbot-0.8.7_p1-r1.ebuild:
|
||||
Move dev-python/twisted to dev-python/twisted-core.
|
||||
|
||||
20 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for s390, wrt bug #468148
|
||||
|
||||
14 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for x86, wrt bug #468148
|
||||
|
||||
08 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for sh, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for ppc64, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for sparc, wrt bug #468148
|
||||
|
||||
07 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for ia64, wrt bug #468148
|
||||
|
||||
05 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for alpha, wrt bug #468148
|
||||
|
||||
05 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for arm, wrt bug #468148
|
||||
|
||||
05 May 2013; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for HPPA (bug #468148).
|
||||
|
||||
03 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for ppc, wrt bug #468148
|
||||
|
||||
02 May 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Stable for amd64, wrt bug #468148
|
||||
|
||||
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for sh, wrt bug #449426
|
||||
|
||||
20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for s390, wrt bug #449426
|
||||
|
||||
15 Feb 2013; Pacho Ramos <pacho@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
|
||||
Don't show elog messages always (#457596)
|
||||
|
||||
*buildbot-0.8.7_p1-r1 (06 Feb 2013)
|
||||
|
||||
06 Feb 2013; Markos Chandras <hwoarang@gentoo.org>
|
||||
+buildbot-0.8.7_p1-r1.ebuild, files/buildmaster.initd:
|
||||
Pass --pidfile to start-stop-daemon so we can get proper init script status
|
||||
reports from rc-status
|
||||
|
||||
26 Jan 2013; Markos Chandras <hwoarang@gentoo.org> buildbot-0.8.7_p1.ebuild:
|
||||
Rework code for the env file creation. Thanks to floppym@gentoo.org. Use EAPI5
|
||||
|
||||
*buildbot-0.8.7_p1 (26 Jan 2013)
|
||||
|
||||
26 Jan 2013; Markos Chandras <hwoarang@gentoo.org> +buildbot-0.8.7_p1.ebuild,
|
||||
-buildbot-0.8.5.ebuild, -buildbot-0.8.6.ebuild:
|
||||
Version bump. Protect web pages which might be shared by multiple masters.
|
||||
Drop old
|
||||
|
||||
*buildbot-0.8.7 (23 Jan 2013)
|
||||
|
||||
23 Jan 2013; Markos Chandras <hwoarang@gentoo.org> +buildbot-0.8.7.ebuild:
|
||||
Version bump. Bug #436136
|
||||
|
||||
23 Jan 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
|
||||
Add myself as maintainer
|
||||
|
||||
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for alpha, wrt bug #449426
|
||||
|
||||
16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for ppc, wrt bug #449426
|
||||
|
||||
06 Jan 2013; Markus Meier <maekke@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
arm stable, bug #449426
|
||||
|
||||
05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for sparc, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for x86, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for amd64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for ia64, wrt bug #449426
|
||||
|
||||
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for ppc64, wrt bug #449426
|
||||
|
||||
31 Dec 2012; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
Stable for HPPA (bug #449426).
|
||||
|
||||
30 Sep 2012; Raúl Porcel <armin76@gentoo.org> buildbot-0.8.6.ebuild,
|
||||
buildbot-0.8.6_p1.ebuild:
|
||||
Readd ~ia64/~s390/~sh/~sparc wrt #381709
|
||||
|
||||
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> buildbot-0.8.5.ebuild,
|
||||
buildbot-0.8.6.ebuild, buildbot-0.8.6_p1.ebuild:
|
||||
keyword ~ppc, bug #381709
|
||||
|
||||
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> buildbot-0.8.5.ebuild,
|
||||
buildbot-0.8.6.ebuild, buildbot-0.8.6_p1.ebuild:
|
||||
keyword ~ppc64, bug #381709
|
||||
|
||||
19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> buildbot-0.8.6_p1.ebuild:
|
||||
added prefix keywords
|
||||
|
||||
26 Jun 2012; Jeroen Roovers <jer@gentoo.org> metadata.xml:
|
||||
Denote Dustin as an upstream maintainer, not a Gentoo one.
|
||||
|
||||
08 Jun 2012; Tim Harder <radhermit@gentoo.org> buildbot-0.8.3_p1.ebuild,
|
||||
buildbot-0.8.5.ebuild, buildbot-0.8.6.ebuild, buildbot-0.8.6_p1.ebuild:
|
||||
Drop unused eutils inherit.
|
||||
|
||||
07 Jun 2012; Zac Medico <zmedico@gentoo.org> buildbot-0.8.3_p1.ebuild,
|
||||
buildbot-0.8.5.ebuild, buildbot-0.8.6.ebuild, buildbot-0.8.6_p1.ebuild:
|
||||
inherit user for enewuser
|
||||
|
||||
*buildbot-0.8.6_p1 (23 Apr 2012)
|
||||
|
||||
23 Apr 2012; Patrick Lauer <patrick@gentoo.org> +buildbot-0.8.6_p1.ebuild:
|
||||
Bump
|
||||
|
||||
29 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> -buildbot-0.8.4_p2.ebuild:
|
||||
Remove old version.
|
||||
|
||||
*buildbot-0.8.6 (29 Mar 2012)
|
||||
|
||||
29 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> +buildbot-0.8.6.ebuild:
|
||||
Version bump to 0.8.6.
|
||||
|
||||
21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> buildbot-0.8.5.ebuild:
|
||||
Keyword 0.8.5 on alpha
|
||||
|
||||
19 Jan 2012; Tobias Klausmann <klausman@gentoo.org> buildbot-0.8.4_p2.ebuild:
|
||||
Keyworded on alpha, bug #381709
|
||||
|
||||
*buildbot-0.8.5 (26 Dec 2011)
|
||||
|
||||
26 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> +buildbot-0.8.5.ebuild:
|
||||
Version bump to 0.8.5.
|
||||
|
||||
11 Sep 2011; Markus Meier <maekke@gentoo.org> buildbot-0.8.4_p2.ebuild:
|
||||
add ~arm, bug #381709
|
||||
|
||||
10 Sep 2011; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.4_p2.ebuild:
|
||||
Marked ~hppa (bug #381709).
|
||||
|
||||
04 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> buildbot-0.8.4_p2.ebuild:
|
||||
Take fixes suggested by Arfrever from the python overlay.
|
||||
|
||||
*buildbot-0.8.4_p2 (03 Sep 2011)
|
||||
|
||||
03 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +buildbot-0.8.4_p2.ebuild:
|
||||
Version bump to 0.8.4_p2 (fixes bug 373927).
|
||||
|
||||
23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> buildbot-0.8.3_p1.ebuild:
|
||||
ppc/ppc64 stable wrt #352741
|
||||
|
||||
13 Feb 2011; Raúl Porcel <armin76@gentoo.org> buildbot-0.8.3_p1.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #352741
|
||||
|
||||
09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
buildbot-0.8.3_p1.ebuild:
|
||||
x86 stable wrt bug #352741
|
||||
|
||||
05 Feb 2011; Markus Meier <maekke@gentoo.org> buildbot-0.8.3_p1.ebuild:
|
||||
arm stable, bug #352741
|
||||
|
||||
27 Jan 2011; Markos Chandras <hwoarang@gentoo.org> buildbot-0.8.3_p1.ebuild:
|
||||
Stable on amd64 wrt bug #352741
|
||||
|
||||
26 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.3_p1.ebuild:
|
||||
Stable for HPPA (bug #352741).
|
||||
|
||||
21 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
Stable for HPPA (bug #349143).
|
||||
|
||||
*buildbot-0.8.3_p1 (15 Jan 2011)
|
||||
|
||||
15 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-files/buildbot-0.7.5-root-skip-tests.patch, -buildbot-0.7.11_p3.ebuild,
|
||||
-buildbot-0.7.12.ebuild, -buildbot-0.8.0.ebuild, +buildbot-0.8.3_p1.ebuild:
|
||||
Version bump.
|
||||
|
||||
09 Jan 2011; Raúl Porcel <armin76@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
alpha/ia64/s390/sh stable wrt #349143
|
||||
|
||||
07 Jan 2011; Brent Baude <ranger@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
Marking buildbot-0.8.2 ppc for bug 349143
|
||||
|
||||
04 Jan 2011; Michael Weber <xmw@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
sparc stable (bug 349143)
|
||||
|
||||
28 Dec 2010; Brent Baude <ranger@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
Marking buildbot-0.8.2 ppc64 for bug 349143
|
||||
|
||||
27 Dec 2010; Markus Meier <maekke@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
arm stable, bug #349143
|
||||
|
||||
20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> buildbot-0.8.2.ebuild:
|
||||
Stable on amd64 wrt bug #349143
|
||||
|
||||
*buildbot-0.8.3 (20 Dec 2010)
|
||||
|
||||
20 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-0.8.3.ebuild, +files/buildmaster.initd:
|
||||
Version bump.
|
||||
|
||||
20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
buildbot-0.8.2.ebuild:
|
||||
x86 stable wrt bug #349143
|
||||
|
||||
14 Nov 2010; Raúl Porcel <armin76@gentoo.org> buildbot-0.8.0_p1.ebuild:
|
||||
alpha/ia64/s390/sh/sparc stable wrt #339863
|
||||
|
||||
10 Nov 2010; Markus Meier <maekke@gentoo.org> buildbot-0.8.0_p1.ebuild:
|
||||
arm stable, bug #339863
|
||||
|
||||
08 Nov 2010; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.0_p1.ebuild:
|
||||
Stable for PPC (bug #339863).
|
||||
|
||||
08 Nov 2010; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.0_p1.ebuild:
|
||||
Stable for HPPA (bug #339863).
|
||||
|
||||
08 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
|
||||
buildbot-0.8.0_p1.ebuild:
|
||||
Stable on amd64 wrt bug #339863
|
||||
|
||||
08 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
buildbot-0.8.0_p1.ebuild:
|
||||
stable x86, security bug 339863
|
||||
|
||||
*buildbot-0.8.2 (08 Nov 2010)
|
||||
|
||||
08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-0.8.2.ebuild:
|
||||
Version bump (bug #327409).
|
||||
|
||||
*buildbot-0.8.0_p1 (05 Oct 2010)
|
||||
|
||||
05 Oct 2010; Dirkjan Ochtman <djc@gentoo.org> +buildbot-0.8.0_p1.ebuild:
|
||||
Version bump 0.8.0p1 for bug 339863.
|
||||
|
||||
10 Sep 2010; Tobias Klausmann <klausman@gentoo.org> buildbot-0.8.0.ebuild:
|
||||
Stable on alpha, bug #325899
|
||||
|
||||
24 Jul 2010; Markus Meier <maekke@gentoo.org> buildbot-0.8.0.ebuild:
|
||||
arm stable, bug #325899
|
||||
|
||||
15 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
|
||||
buildbot-0.8.0.ebuild:
|
||||
stable x86, bug 325899
|
||||
|
||||
09 Jul 2010; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.0.ebuild:
|
||||
Stable for PPC (bug #325899).
|
||||
|
||||
08 Jul 2010; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.0.ebuild:
|
||||
Stable for HPPA (bug #325899).
|
||||
|
||||
06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
buildbot-0.7.11_p3.ebuild:
|
||||
Use PYTHON_DEPEND instead of NEED_PYTHON.
|
||||
|
||||
28 Jun 2010; Christoph Mende <angelos@gentoo.org> buildbot-0.8.0.ebuild:
|
||||
Stable on amd64 wrt bug #325899
|
||||
|
||||
19 Jun 2010; Raúl Porcel <armin76@gentoo.org> buildbot-0.7.12.ebuild:
|
||||
alpha/arm/ia64/s390/sh/sparc stable wrt #321601
|
||||
|
||||
08 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
buildbot-0.8.0.ebuild:
|
||||
Fix dependencies (bug #323189).
|
||||
|
||||
03 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
|
||||
buildbot-0.7.12.ebuild:
|
||||
x86 stable wrt bug #321601
|
||||
|
||||
30 May 2010; Markos Chandras <hwoarang@gentoo.org> buildbot-0.7.12.ebuild:
|
||||
Stable on amd64 wrt bug #321601
|
||||
|
||||
*buildbot-0.8.0 (27 May 2010)
|
||||
|
||||
27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-0.8.0.ebuild:
|
||||
Version bump.
|
||||
|
||||
20 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
buildbot-0.7.12.ebuild:
|
||||
Set SUPPORT_PYTHON_ABIS.
|
||||
|
||||
*buildbot-0.7.12 (19 Feb 2010)
|
||||
|
||||
19 Feb 2010; Patrick Lauer <patrick@gentoo.org> +buildbot-0.7.12.ebuild:
|
||||
Bump for #304731
|
||||
|
||||
08 Feb 2010; Peter Volkov <pva@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
Add inherit eutils for epatch and enewuser.
|
||||
|
||||
14 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
|
||||
Add upstream developer to metadata.
|
||||
|
||||
13 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
-buildbot-0.7.5.ebuild, -buildbot-0.7.6.ebuild, -buildbot-0.7.7-r1.ebuild,
|
||||
-buildbot-0.7.9-r1.ebuild, -buildbot-0.7.9-r2.ebuild,
|
||||
-buildbot-0.7.10_p1.ebuild, -files/buildbot.initd:
|
||||
Delete older, vulnerable ebuilds.
|
||||
|
||||
11 Sep 2009; Markus Meier <maekke@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
amd64 stable, bug #282855
|
||||
|
||||
05 Sep 2009; Raúl Porcel <armin76@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
arm/ia64/s390/sh/sparc stable wrt #282855
|
||||
|
||||
30 Aug 2009; Brent Baude <ranger@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
Marking buildbot-0.7.11_p3 ppc64 for bug 282855
|
||||
|
||||
30 Aug 2009; nixnut <nixnut@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
ppc stable #282855
|
||||
|
||||
29 Aug 2009; Jeroen Roovers <jer@gentoo.org> buildbot-0.7.11_p3.ebuild:
|
||||
Stable for HPPA (bug #282855).
|
||||
|
||||
28 Aug 2009; Tobias Klausmann <klausman@gentoo.org>
|
||||
buildbot-0.7.11_p3.ebuild:
|
||||
Stable on alpha, bug #282855
|
||||
|
||||
28 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
|
||||
buildbot-0.7.11_p3.ebuild:
|
||||
stable x86, security bug 282855
|
||||
|
||||
*buildbot-0.7.11_p3 (24 Aug 2009)
|
||||
|
||||
24 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
||||
+buildbot-0.7.11_p3.ebuild:
|
||||
Version bump.
|
||||
|
||||
17 Jun 2009; Jeroen Roovers <jer@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
Stable for HPPA (bug #270122).
|
||||
|
||||
09 Jun 2009; Raúl Porcel <armin76@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
arm/ia64/s390/sh stable wrt #270122
|
||||
|
||||
28 May 2009; Ferris McCormick <fmccor@gentoo.org>
|
||||
buildbot-0.7.10_p1.ebuild:
|
||||
Sparc stable, Bug #270122, Comment #3 of which please see.
|
||||
|
||||
24 May 2009; Markus Meier <maekke@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
x86 stable, bug #270122
|
||||
|
||||
23 May 2009; nixnut <nixnut@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
ppc stable #270122
|
||||
|
||||
19 May 2009; Brent Baude <ranger@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
stable ppc64, bug 270122
|
||||
|
||||
19 May 2009; Doug Goldstein <cardoe@gentoo.org> buildbot-0.7.10_p1.ebuild:
|
||||
amd64 stable. bug #270122
|
||||
|
||||
17 May 2009; Tobias Klausmann <klausman@gentoo.org>
|
||||
buildbot-0.7.10_p1.ebuild:
|
||||
Stable on alpha, bug #270122
|
||||
|
||||
*buildbot-0.7.10_p1 (22 Mar 2009)
|
||||
|
||||
22 Mar 2009; Jesus Rivero <neurogeek@gentoo.org> -buildbot-0.7.7.ebuild,
|
||||
-buildbot-0.7.8.ebuild, -buildbot-0.7.9.ebuild,
|
||||
+buildbot-0.7.10_p1.ebuild:
|
||||
Version bump. Close bug #262896. Removed old versions
|
||||
|
||||
22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
|
||||
metadata.xml:
|
||||
Removing hawking as a maintainer since he was retired.
|
||||
|
||||
*buildbot-0.7.9-r2 (24 Feb 2009)
|
||||
|
||||
24 Feb 2009; Feed your head <alip@gentoo.org> +buildbot-0.7.9-r2.ebuild:
|
||||
Revision bump, install contrib/
|
||||
|
||||
*buildbot-0.7.9-r1 (15 Feb 2009)
|
||||
|
||||
15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +buildbot-0.7.9-r1.ebuild:
|
||||
Adding twisted-mail to deps, making twisted-web unconditional as it is
|
||||
used in the default config. Fixes #258465.
|
||||
|
||||
13 Feb 2009; Raúl Porcel <armin76@gentoo.org> buildbot-0.7.9.ebuild:
|
||||
Add ~arm/~s390/~sh wrt #234894
|
||||
|
||||
29 Sep 2008; Jeroen Roovers <jer@gentoo.org> buildbot-0.7.9.ebuild:
|
||||
Marked ~hppa (bug #234894).
|
||||
|
||||
*buildbot-0.7.9 (24 Sep 2008)
|
||||
|
||||
24 Sep 2008; Ali Polatel <hawking@gentoo.org> +buildbot-0.7.9.ebuild:
|
||||
Version bump.
|
||||
|
||||
*buildbot-0.7.8 (16 Aug 2008)
|
||||
|
||||
16 Aug 2008; Ali Polatel <hawking@gentoo.org> metadata.xml,
|
||||
+buildbot-0.7.8.ebuild:
|
||||
Version bump. Add use flag descriptions to metadata.xml
|
||||
|
||||
01 Jun 2008; nixnut <nixnut@gentoo.org> buildbot-0.7.7-r1.ebuild:
|
||||
Stable on ppc wrt bug 223437
|
||||
|
||||
28 May 2008; Markus Meier <maekke@gentoo.org> buildbot-0.7.7-r1.ebuild:
|
||||
amd64/x86 stable, bug #223437
|
||||
|
||||
28 May 2008; Raúl Porcel <armin76@gentoo.org> buildbot-0.7.7-r1.ebuild:
|
||||
ia64/sparc stable wrt #223437
|
||||
|
||||
27 May 2008; Jeroen Roovers <jer@gentoo.org> buildbot-0.7.7-r1.ebuild:
|
||||
Stable for HPPA (bug #223437).
|
||||
|
||||
27 May 2008; Markus Rothe <corsair@gentoo.org> buildbot-0.7.7-r1.ebuild:
|
||||
Stable on ppc64; bug #223437
|
||||
|
||||
*buildbot-0.7.7-r1 (27 May 2008)
|
||||
|
||||
27 May 2008; Ali Polatel <hawking@gentoo.org> +files/buildbot.initd-r1,
|
||||
+buildbot-0.7.7-r1.ebuild:
|
||||
Revision bump. Fixed initscript #223853.
|
||||
|
||||
27 May 2008; Markus Rothe <corsair@gentoo.org> buildbot-0.7.6.ebuild:
|
||||
Stable on ppc64; bug #223437
|
||||
|
||||
*buildbot-0.7.7 (05 Apr 2008)
|
||||
|
||||
05 Apr 2008; Ali Polatel <hawking@gentoo.org> metadata.xml,
|
||||
buildbot-0.7.5.ebuild, buildbot-0.7.6.ebuild, +buildbot-0.7.7.ebuild:
|
||||
Version bump. Shortened description. Added myself to metadata.
|
||||
|
||||
12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
|
||||
Removing Marien Zwart (marienz, #107204) from metadata.xml.
|
||||
|
||||
10 Mar 2008; Markus Ullmann <jokey@gentoo.org> buildbot-0.7.6.ebuild:
|
||||
Fix epydoc dep
|
||||
|
||||
*buildbot-0.7.6 (27 Feb 2008)
|
||||
|
||||
27 Feb 2008; Tiziano Müller <dev-zero@gentoo.org>
|
||||
-files/buildbot-0.7.4-svn-1.4.patch, -buildbot-0.7.4.ebuild,
|
||||
+buildbot-0.7.6.ebuild:
|
||||
Version bump (bug #211540) with some little fixes.
|
||||
|
||||
17 Sep 2007; Markus Ullmann <jokey@gentoo.org> buildbot-0.7.4.ebuild,
|
||||
buildbot-0.7.5.ebuild:
|
||||
New HOMEPAGE
|
||||
|
||||
07 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
|
||||
buildbot-0.7.5.ebuild:
|
||||
stable amd64, bug 169888
|
||||
|
||||
06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
|
||||
buildbot-0.7.5.ebuild:
|
||||
ppc stable, bug #169888
|
||||
|
||||
15 Mar 2007; Markus Rothe <corsair@gentoo.org> buildbot-0.7.5.ebuild:
|
||||
Stable on ppc64; bug #169888
|
||||
|
||||
15 Mar 2007; Jeroen Roovers <jer@gentoo.org> buildbot-0.7.5.ebuild:
|
||||
Stable for HPPA (bug #169888).
|
||||
|
||||
14 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
|
||||
buildbot-0.7.5.ebuild:
|
||||
stable x86, bug 169888
|
||||
|
||||
13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> buildbot-0.7.5.ebuild:
|
||||
Stable on sparc wrt #169888
|
||||
|
||||
08 Mar 2007; Marien Zwart <marienz@gentoo.org>
|
||||
+files/buildbot-0.7.5-root-skip-tests.patch, buildbot-0.7.5.ebuild:
|
||||
Fix tests without FEATURES=userpriv. No bump since it only affects the tests.
|
||||
|
||||
05 Mar 2007; Marius Mauch <genone@gentoo.org> buildbot-0.7.4.ebuild,
|
||||
buildbot-0.7.5.ebuild:
|
||||
Replacing einfo with elog
|
||||
|
||||
*buildbot-0.7.5 (08 Feb 2007)
|
||||
|
||||
08 Feb 2007; Marien Zwart <marienz@gentoo.org> +buildbot-0.7.5.ebuild:
|
||||
Version bump, also fixing bug #153835 (thanks to jhmartin for reporting).
|
||||
|
||||
02 Nov 2006; Marien Zwart <marienz@gentoo.org> files/buildbot.initd:
|
||||
Do not say "buildslave" in the buildmaster startup script. Spotted by
|
||||
jhmartin@toger.us (bug #153835).
|
||||
|
||||
31 Oct 2006; Marien Zwart <marienz@gentoo.org> buildbot-0.7.4.ebuild:
|
||||
Add test USE flag and ~amd64 keyword.
|
||||
|
||||
30 Oct 2006; Marien Zwart <marienz@gentoo.org> buildbot-0.7.4.ebuild:
|
||||
Use the workdir copy of buildbot for epydoc and trial, not the installed
|
||||
one. Fixes bug #153440, thanks to David Stutzman <gentoo@dstutz.com> for
|
||||
reporting.
|
||||
|
||||
*buildbot-0.7.4 (25 Sep 2006)
|
||||
|
||||
25 Sep 2006; Marien Zwart <marienz@gentoo.org>
|
||||
+files/buildbot-0.7.4-svn-1.4.patch, +files/buildbot.initd,
|
||||
+files/buildmaster.confd, +files/buildslave.confd, +metadata.xml,
|
||||
+buildbot-0.7.4.ebuild:
|
||||
-m New package, ebuild based on one by Michael Schmid <meheschmid@gmx.ch>.
|
||||
Closes bug #133004.
|
@ -1,35 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX buildmaster.confd 218 SHA256 bb7f93e3867b32a25e2445a66d40573fa5073a80e73e35ae2a904db715f870c6 SHA512 d9339c30d3a92e92b41b0e3139ec89ecbd1460b0e4ee6c6fe2560c4307b2eb3f29b838c2f2312b9c7049bd95eaf652d09039227c691af805bc25a36999ec1840 WHIRLPOOL 0e258348e5882db063e95b3c508f8d92e2a7598e5f76705da2ebba45b4893ae893b0ed67271a112255d3e5b8f5f1ace17b487fc885db30a774dde44be1944c4d
|
||||
AUX buildmaster.initd 1004 SHA256 fbaa7f0c0d33f868b60a8ed0c351df17d4a3e94c5d89d4f1e4bf0e9eeb749334 SHA512 95ad30a7c6eb52f5f9977c3b442d32fca9b7721f31bb6d7934f1a0e94e58bb352f84f8b4c353358897f81edc62494559446bfa5f7423bcc27be0d5b83d74a088 WHIRLPOOL c42e7be6c103cfca7515afd69325522391f04af887083fcf9dc11bd8d6cf60abb2ca2ab11bb0a0730435738230b13d34eb4c901e881aca872518681d939023b4
|
||||
DIST buildbot-0.8.3p1.tar.gz 4068355 SHA256 0a49d35a75524a54dbbb875730fdf7abd8b96cae160af0457b4f5239b1fefa37 SHA512 b3a80267dc7cb6deba1bf3c05dfe459fa1022726e4f22286e78feb2eb084d7add8da67a967a58038a7b4e07241515294f7d09c1d77286cea8deffaa152813c80 WHIRLPOOL 66afe394050b8de12dad91ea6c95f5ee3ca830daa1f1f232bdee7bf254a33ae2daa0bec31822e77d83e0647cd638f740558cc20009cae79f3a098a0be5b488bc
|
||||
DIST buildbot-0.8.6p1.tar.gz 4454055 SHA256 4d10a27809bf82b367cf6230e4e3628f4df8940787d6affed7d787dc52016c2c SHA512 a09bbb14b2118de25289b80985155ebb5d6b1333cbdd41cbe6514b65e148f99df0ea7766e560155ba2a8744649d284ca7bc0ee955774e5b1fc7a01d7d6b31649 WHIRLPOOL 7d30b53a88973cf0d00e598fbde5c232cb04aaa9d50d54c99a9e7337251e0f9c0ddd65558a6a43c56692cad473def95dd9abccf43e5740f7d2edceeb39ef3228
|
||||
DIST buildbot-0.8.7.tar.gz 4580025 SHA256 2e1d52e4e6022ad89be2a0d4b92c683323505ce2c771f79f11cea24f64df5495 SHA512 61877d852f9745439417bdf1892975760e454ef85b9d0ebf60cac7012b2ab90ed0e7e4aaf57d4b9ef006e5357351680187990d30a0dd598a861d01ad55ec881f WHIRLPOOL 9e36172e3aae4116566614de428ae1c553c1c42319e5e0ad8b7ce9eb9bd7c96abf51bcf79f0e4f74a359fbd07ba2ed78520fa926d0898c4f9a0d300eb6f488bd
|
||||
DIST buildbot-0.8.7p1.tar.gz 4597202 SHA256 8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776 SHA512 60d5fc6b65ef3fa4a63b1aed8e7ec352c40e13ef90bd55ef1ea580e1bc6beefea856f245ff33b15cd401db747e5e9c3ea36b37d72e5ca611e492e0ae2050ac4f WHIRLPOOL bb7872017634f3daf3569225e3b9e5c6d5b3c039cfef0b31b8b3b8eabbd1b2484d7956f3840306775a991bc41cfece2190f2c65097453c8322cd2cd9f3d50def
|
||||
EBUILD buildbot-0.8.3_p1.ebuild 3090 SHA256 32d07443ba4a49b7a378587729c8f87e987437be3474345b905d2df772e71c41 SHA512 eb4b8641f6748d04f06cbd948baebc1620c4856b40538027fd718da82601295001f7f1313b4dfd3aff7de57eb1bbedf0cb1e1b55b73dbb530571bc3f57253e15 WHIRLPOOL 9dfebae84e2175502e1e04128cc71047e77fb471b256e6f56d3608f92669f8f9a8b164ebc94c3b244ef3b5415a2a7969846407295e6457eb918ba01a0f073a98
|
||||
EBUILD buildbot-0.8.6_p1.ebuild 3298 SHA256 2b101b9543ea0f0acb5465548f74abf0a40ca31614727132d95c0c171c52df4b SHA512 a0b96e2561541ba2df6379825277ddfee8a52386b6b49e0755a913edbcede23689f7a5e17ce1ed409bcedb3510afcf51daff10a8b536afcce9d8e4bac3cbc819 WHIRLPOOL 24bfd6b2bfe9ac7ae84aa2510014e75724b6ca0758e5bc361efcbb792e88bd0ddc958ce37fa24b5faebb9ab14d86796ebff5253661395cc916a169963cfb6eb4
|
||||
EBUILD buildbot-0.8.7.ebuild 3072 SHA256 0cb76bbac3c7c5a5b4ea94e4521434ee70586a84394c9ad182c15379702cf390 SHA512 3bd7fd8fd97659fcd2ed139739862ab8f7e4a9dc5454d708d2cd6c090141072f6151b6977fd73da3709bb0b4e8418d61a04976f3d006325e71f412716a4dfa80 WHIRLPOOL c9b23acd135fae9ca35d3554b76148e5a60d3e81ed301663f1fb444faca48dbce3cb58b583049bb56888e9fcf6645432309861a1307edb8eb6c8e092c7ea9d50
|
||||
EBUILD buildbot-0.8.7_p1-r1.ebuild 3521 SHA256 0157de9fe5daf6897ce129b91d8997ace5ea9b14fcff46f7b24fe216b4828b67 SHA512 43cfe5ffba7b91852c89c0ae9ace07770c0079f4386febfcc18d023cb1fa7c635ae26466bfacd4050bb1a1ea8559630ab272d2c3c1ca8c74cb94b92cb77de48c WHIRLPOOL 60dab7b82bbf8164fc415da4d0a554cef88b5f1a34bf940a97a74aea71717655be9921a0098814d84fa63f100cf4f686c67bf8e41dc8e2884fa6b5a2d44246f8
|
||||
EBUILD buildbot-0.8.7_p1.ebuild 3489 SHA256 d9ebb08c48abe6bbe443faeec92fb6198bd66181b9fea7ee7ac13f37c3686240 SHA512 8c9c215e824bc3db58c15013a44689ac112cae52961b4761b0467f7de3914aed05b61ce9c1d302435f2fdb6445139e6411e63417990de1d35c78afe2acb9ca93 WHIRLPOOL e14ad7d47d7fbc4170a3e54cab2ae2700ab718a1b5bb8f1cbc1e7905831156bf63c27851550a35f1bfec80764810f8fc9b99c2789ef081525a08237ad2377cf1
|
||||
MISC ChangeLog 17990 SHA256 a81c6493c304857b61b0277ddfb10305fbcee32856754e3690424657d27a2d59 SHA512 19314463fa039e973d4fdf5cf9c4d41aa6e628063ad484f46af0e8c3d45f11b424ebbcab2e5755448f1b128fd0655a183b43e442013f6e77fd537ba9fc79cd06 WHIRLPOOL bba9555def78edbb58ff5bbcff6789fa4532a25f661eab76ef37097df09c0022d56b373b77d7dcc052ad0bda0f11d9385551347b36dd5826761104f12b839cc5
|
||||
MISC metadata.xml 1439 SHA256 6d6255c1a762a49949170dd854a9f43cf9003e98e00af1344670be0de277f31d SHA512 30ebc4871ecd80c5090687d2e2e8daa75f087e3839c561c6a78d53f90501add995674d3fa577ec4efa1d677552e3e3321a78777b6dca0e96c708ec76634afd89 WHIRLPOOL a7f496ee4120a619e1fe1eb59a1a42c2848a4c4595751ae50b26a2fc3560f23f48c4e27057307b89d7cdb88870561f853f9f8031b55e7a73ce86d1de180c9c3f
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.20 (GNU/Linux)
|
||||
|
||||
iQJ8BAEBCABmBQJR/NGkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
|
||||
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGRDhEM0MyMERDMzNBMkYzQzJFRTI3QjE5
|
||||
NjI3RjQ1NkY5REE3NjQzAAoJEJYn9Fb52nZD01QP/iw+Ao7qtpilrWdWzq11Xi+D
|
||||
pYWpny3EoTWnOVEVK5ieuX62vAlXtGjZxQ5IhQi5EUREQRhT3a9TQqWrXDqmvwog
|
||||
tmNWGoJmXEtlWyhM7P675HSRAvpBOwVXoEjEjdefezHG0uutFNGRQQKRrmOgvB8z
|
||||
15xnTKPlrzCKzWZdNY+52cI3ywu2XNAONkMWFF9YTx2s+vmM2bn1+IvJpDSXEpZu
|
||||
xp934qCbav9u8u1QTq2WLH2zV0pATZQg2z1/p2Lb03uk7DwcsMFK6SwsDVE+Awqm
|
||||
Sq3zUaU1I4H/TtAPPc3mVEEptVR8Rl7Pz54OUTBA9se8MDaPKKxoGahYrRUcW/bf
|
||||
WIm4lFMdJTYvafLpnyFIHq4G5KZ1jK4ceV/PW6udqzFxJ2FkWDumI6xDyMlHlShe
|
||||
Z5OdBV0N+C88tqrmkL0eMVW93vjPD4pIj+msaH8T5TbVhSv5pZ4n/0YTytJeqjQx
|
||||
Yf5VaVvqElgRl9CZClClv0WHF1SOjBgGY/zNfjlfjbUisWN1MqqoamZY0JItZD5Q
|
||||
X3RwUUoKnbCNj7dJ4kipJvPCLBNmmYsKbgh8ryB2cwizUzbo4VpK4860OuY8WgAT
|
||||
MOMXD4Z8+lWcHWZ17Lu2oAPtHmSX6h0VCq7BlagOeNy0tb5AGoeYg1t+svbHX3xl
|
||||
QiokdgLzV1v/8XmOrZ2L
|
||||
=QuYN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,98 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.10 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils user
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="BuildBot build automation system"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
|
||||
IUSE="doc examples irc mail manhole test"
|
||||
|
||||
# sqlite3 module of Python 2.5 is not supported.
|
||||
RDEPEND=">=dev-python/jinja-2.1
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
|
||||
>=dev-python/twisted-core-8.0.0
|
||||
dev-python/twisted-web
|
||||
irc? ( dev-python/twisted-words )
|
||||
mail? ( dev-python/twisted-mail )
|
||||
manhole? ( dev-python/twisted-conch )"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( sys-apps/texinfo )
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/twisted-mail
|
||||
dev-python/twisted-web
|
||||
dev-python/twisted-words
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
emake buildbot.html buildbot.info || die "Generation of documentation failed"
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildbot.1 || die "doman failed"
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/buildbot.html docs/images || die "dohtml failed"
|
||||
doinfo docs/buildbot.info || die "doinfo failed"
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r contrib docs/examples || die "doins failed"
|
||||
fi
|
||||
|
||||
newconfd "${FILESDIR}/buildmaster.confd" buildmaster || die "newconfd failed"
|
||||
newinitd "${FILESDIR}/buildmaster.initd" buildmaster || die "newinitd failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
|
||||
elog "The \"buildbot\" user and the \"buildmaster\" init script has been added"
|
||||
elog "to support starting buildbot through Gentoo's init system. To use this,"
|
||||
elog "set up your build master following the documentation, make sure the"
|
||||
elog "resulting directories are owned by the \"buildbot\" user and point"
|
||||
elog "\"${ROOT}etc/conf.d/buildmaster\" at the right location. The scripts can"
|
||||
elog "run as a different user if desired. If you need to run more than one"
|
||||
elog "build master, just copy the scripts."
|
||||
elog
|
||||
elog "Upstream recommends the following when upgrading:"
|
||||
elog "Each time you install a new version of Buildbot, you should run the"
|
||||
elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
|
||||
elog "This will add files and fix (or at least detect) incompatibilities between"
|
||||
elog "your old config and the new code."
|
||||
}
|
@ -1,106 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.19 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils user
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="BuildBot build automation system"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc examples irc mail manhole test"
|
||||
|
||||
# sqlite3 module of Python 2.5 is not supported.
|
||||
RDEPEND=">=dev-python/jinja-2.1
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
|
||||
>=dev-python/twisted-core-8.0.0
|
||||
dev-python/twisted-web
|
||||
dev-python/sqlalchemy
|
||||
dev-python/sqlalchemy-migrate
|
||||
irc? ( dev-python/twisted-words )
|
||||
mail? ( dev-python/twisted-mail )
|
||||
manhole? ( dev-python/twisted-conch )"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( sys-apps/texinfo )
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/twisted-mail
|
||||
dev-python/twisted-web
|
||||
dev-python/twisted-words
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
# https://github.com/buildbot/buildbot/commit/a3abed70546b3742964994517bb27556e06f6e20
|
||||
sed -e "s/sqlalchemy-migrate == 0.6/sqlalchemy-migrate ==0.6, ==0.7/" -i setup.py || die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
emake buildbot.html buildbot.info
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildbot.1
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/buildbot.html docs/images
|
||||
doinfo docs/buildbot.info
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r contrib docs/examples
|
||||
fi
|
||||
|
||||
newconfd "${FILESDIR}/buildmaster.confd" buildmaster
|
||||
newinitd "${FILESDIR}/buildmaster.initd" buildmaster
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
|
||||
elog "The \"buildbot\" user and the \"buildmaster\" init script has been added"
|
||||
elog "to support starting buildbot through Gentoo's init system. To use this,"
|
||||
elog "set up your build master following the documentation, make sure the"
|
||||
elog "resulting directories are owned by the \"buildbot\" user and point"
|
||||
elog "\"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can"
|
||||
elog "run as a different user if desired. If you need to run more than one"
|
||||
elog "build master, just copy the scripts."
|
||||
elog
|
||||
elog "Upstream recommends the following when upgrading:"
|
||||
elog "Each time you install a new version of Buildbot, you should run the"
|
||||
elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
|
||||
elog "This will add files and fix (or at least detect) incompatibilities between"
|
||||
elog "your old config and the new code."
|
||||
}
|
@ -1,100 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7.ebuild,v 1.2 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils user
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="BuildBot build automation system"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc examples irc mail manhole test"
|
||||
|
||||
# sqlite3 module of Python 2.5 is not supported.
|
||||
RDEPEND=">=dev-python/jinja-2.1
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
|
||||
>=dev-python/twisted-core-8.0.0
|
||||
dev-python/twisted-web
|
||||
dev-python/sqlalchemy
|
||||
dev-python/sqlalchemy-migrate
|
||||
irc? ( dev-python/twisted-words )
|
||||
mail? ( dev-python/twisted-mail )
|
||||
manhole? ( dev-python/twisted-conch )"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( sys-apps/texinfo )
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/twisted-mail
|
||||
dev-python/twisted-web
|
||||
dev-python/twisted-words
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
emake buildbot.html buildbot.info
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildbot.1
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/buildbot.html docs/images
|
||||
doinfo docs/buildbot.info
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r contrib docs/examples
|
||||
fi
|
||||
|
||||
newconfd "${FILESDIR}/buildmaster.confd" buildmaster
|
||||
newinitd "${FILESDIR}/buildmaster.initd" buildmaster
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
|
||||
elog "The \"buildbot\" user and the \"buildmaster\" init script has been added"
|
||||
elog "to support starting buildbot through Gentoo's init system. To use this,"
|
||||
elog "set up your build master following the documentation, make sure the"
|
||||
elog "resulting directories are owned by the \"buildbot\" user and point"
|
||||
elog "\"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can"
|
||||
elog "run as a different user if desired. If you need to run more than one"
|
||||
elog "build master, just copy the scripts."
|
||||
elog
|
||||
elog "Upstream recommends the following when upgrading:"
|
||||
elog "Each time you install a new version of Buildbot, you should run the"
|
||||
elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
|
||||
elog "This will add files and fix (or at least detect) incompatibilities between"
|
||||
elog "your old config and the new code."
|
||||
}
|
@ -1,116 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v 1.14 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils readme.gentoo user
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="BuildBot build automation system"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc examples irc mail manhole test"
|
||||
|
||||
# sqlite3 module of Python 2.5 is not supported.
|
||||
RDEPEND=">=dev-python/jinja-2.1
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
|
||||
>=dev-python/twisted-core-8.0.0
|
||||
dev-python/twisted-web
|
||||
dev-python/sqlalchemy
|
||||
dev-python/sqlalchemy-migrate
|
||||
irc? ( dev-python/twisted-words )
|
||||
mail? ( dev-python/twisted-mail )
|
||||
manhole? ( dev-python/twisted-conch )"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( sys-apps/texinfo )
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/twisted-mail
|
||||
dev-python/twisted-web
|
||||
dev-python/twisted-words
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
|
||||
DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has been added
|
||||
to support starting buildbot through Gentoo's init system. To use this,
|
||||
set up your build master following the documentation, make sure the
|
||||
resulting directories are owned by the \"buildbot\" user and point
|
||||
\"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can
|
||||
run as a different user if desired. If you need to run more than one
|
||||
build master, just copy the scripts."
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
emake buildbot.html buildbot.info
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildbot.1
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/buildbot.html docs/images
|
||||
doinfo docs/buildbot.info
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r contrib docs/examples
|
||||
fi
|
||||
|
||||
newconfd "${FILESDIR}/buildmaster.confd" buildmaster
|
||||
newinitd "${FILESDIR}/buildmaster.initd" buildmaster
|
||||
|
||||
# In case of multiple masters, it's possible to edit web files
|
||||
# so all master can share the changes. So protect them!
|
||||
# If something else need to be protected, please open a bug
|
||||
# on http://bugs.gentoo.org
|
||||
local cp
|
||||
add_config_protect() {
|
||||
cp+=" $(python_get_sitedir)/${PN}/status/web"
|
||||
}
|
||||
python_execute_function -q add_config_protect
|
||||
echo "CONFIG_PROTECT=\"${cp}\"" \
|
||||
> 85${PN} || die
|
||||
doenvd 85${PN}
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
readme.gentoo_print_elog
|
||||
elog
|
||||
elog "Upstream recommends the following when upgrading:"
|
||||
elog "Each time you install a new version of Buildbot, you should run the"
|
||||
elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
|
||||
elog "This will add files and fix (or at least detect) incompatibilities between"
|
||||
elog "your old config and the new code."
|
||||
}
|
@ -1,113 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1.ebuild,v 1.3 2013/08/03 09:45:39 mgorny Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
DISTUTILS_SRC_TEST="trial"
|
||||
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
|
||||
|
||||
inherit distutils user
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="BuildBot build automation system"
|
||||
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc examples irc mail manhole test"
|
||||
|
||||
# sqlite3 module of Python 2.5 is not supported.
|
||||
RDEPEND=">=dev-python/jinja-2.1
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
|
||||
>=dev-python/twisted-core-8.0.0
|
||||
dev-python/twisted-web
|
||||
dev-python/sqlalchemy
|
||||
dev-python/sqlalchemy-migrate
|
||||
irc? ( dev-python/twisted-words )
|
||||
mail? ( dev-python/twisted-mail )
|
||||
manhole? ( dev-python/twisted-conch )"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( sys-apps/texinfo )
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/twisted-mail
|
||||
dev-python/twisted-web
|
||||
dev-python/twisted-words
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
enewuser buildbot
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
pushd docs > /dev/null
|
||||
emake buildbot.html buildbot.info
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
doman docs/buildbot.1
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/buildbot.html docs/images
|
||||
doinfo docs/buildbot.info
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r contrib docs/examples
|
||||
fi
|
||||
|
||||
newconfd "${FILESDIR}/buildmaster.confd" buildmaster
|
||||
newinitd "${FILESDIR}/buildmaster.initd" buildmaster
|
||||
|
||||
# In case of multiple masters, it's possible to edit web files
|
||||
# so all master can share the changes. So protect them!
|
||||
# If something else need to be protected, please open a bug
|
||||
# on http://bugs.gentoo.org
|
||||
local cp
|
||||
add_config_protect() {
|
||||
cp+=" $(python_get_sitedir)/${PN}/status/web"
|
||||
}
|
||||
python_execute_function -q add_config_protect
|
||||
echo "CONFIG_PROTECT=\"${cp}\"" \
|
||||
> 85${PN} || die
|
||||
doenvd 85${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
|
||||
elog "The \"buildbot\" user and the \"buildmaster\" init script has been added"
|
||||
elog "to support starting buildbot through Gentoo's init system. To use this,"
|
||||
elog "set up your build master following the documentation, make sure the"
|
||||
elog "resulting directories are owned by the \"buildbot\" user and point"
|
||||
elog "\"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can"
|
||||
elog "run as a different user if desired. If you need to run more than one"
|
||||
elog "build master, just copy the scripts."
|
||||
elog
|
||||
elog "Upstream recommends the following when upgrading:"
|
||||
elog "Each time you install a new version of Buildbot, you should run the"
|
||||
elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
|
||||
elog "This will add files and fix (or at least detect) incompatibilities between"
|
||||
elog "your old config and the new code."
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
|
||||
# Path to the build master's basedir.
|
||||
BASEDIR=/var/lib/buildmaster
|
||||
|
||||
# User account for the buildmaster.
|
||||
# The basedir should be owned by this user.
|
||||
USERNAME=buildbot
|
||||
|
||||
# Extra options to pass to twistd.
|
||||
TWISTD_OPTS=""
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user