Sync with portage [Wed Nov 14 11:34:11 MSK 2012].

mhiretskiy
root 12 years ago
parent e36466acdc
commit 00f2de87b9

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.10 2012/01/09 19:51:17 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.11 2012/11/12 19:19:21 grobian Exp $
EAPI="2"
@ -13,7 +13,7 @@ SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
src_prepare() {

@ -37,7 +37,7 @@ Index: chrpath-0.13/configure.ac
dnl Checks for libraries.
@@ -26,11 +27,18 @@ AC_CHECK_HEADERS([getopt.h elf.h fcntl.h
@@ -26,11 +27,19 @@ AC_CHECK_HEADERS([getopt.h elf.h fcntl.h
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_BIGENDIAN
@ -50,7 +50,8 @@ Index: chrpath-0.13/configure.ac
+LDLIBS=
+save_LIBS="$LIBS"
+LIBS=
+AC_SEARCH_LIBS([dlopen], [dl], [LDLIBS="-ldl"])
+AC_SEARCH_LIBS([dlopen], [dl])
+LDLIBS=${LIBS}
+LIBS="${save_LIBS}"
+AC_SUBST([LDLIBS])
+

@ -1,2 +1,3 @@
DIST supervisor-3.0a10.tar.gz 438362 SHA256 63620d0431bafff6f346fb4df5d9a7745588b5dee1ca5fec2ddff2298107d69f SHA512 57239e23ff6bd0896f97591b4e80f57e36fc1858b15c43161d4205753cd346c2d7d343179ef0fd435001f14bfcff5881bf68f299cd5537d80a49126e8a116607 WHIRLPOOL 37c91a0184c3f7e4130f14ad0fa14787452a78789719637b5419473ef7ab4658600c55cb08e397356d38676fe120e1cc4c86c81c2ce9083f3ab3d493d3908cb3
DIST supervisor-3.0a12.tar.gz 438901 SHA256 de60eee3c460b379aa8493083b59d31b29f2c4267730db29b6f9dea22642b3b4 SHA512 e60efdf26361940402c8d1b5fafe9f04fa2354c5bde29a404bd1d167557b14492297d011c5d73d8a58e6c6fe7c6cb3d70876383a58bfdcd9fc1c1d7eda04c3a7 WHIRLPOOL 8e56d50d24b912cc92c18fb3ad9643a6e1c973430d64ce7518b081eac948e7ccc8dc202da4a8a579b82a8b879a9d17abd35b2f7807146c0f9c9c8c5370e4a8ff
DIST supervisor-3.0b1.tar.gz 452676 SHA256 7361e224871257534cac3bc035e90571c35b9fa9245ec46207de9d89191a7d0c SHA512 3e2e2eed32abb6b443321aff8b973a4d25d6cbd2107c02b91ea4713b950483fb24c730be839c22d920671a808c63676af061fbd368706d6331cad6f8f924bf09 WHIRLPOOL 03eaa49d3809edfce47fdd50c75392dd76ce1d8323f13bc83f1a21b195ca2fbe37d827bd369153da0f8c20f05ce869d68e840ccbb0daa4e7c90e11e0c6e77ebd

@ -0,0 +1,39 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_beta1.ebuild,v 1.1 2012/11/13 07:27:13 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="xml(+)"
SUPPORT_PYTHON_ABIS="1"
# xml.etree.ElementTree module required.
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils eutils
MY_PV="${PV/_beta/b}"
DESCRIPTION="A system for controlling process state under UNIX"
HOMEPAGE="http://supervisord.org/ http://pypi.python.org/pypi/supervisor"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="repoze ZPL BSD as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/meld3
dev-python/setuptools"
DEPEND="${RDEPEND}
test? ( dev-python/mock )"
S="${WORKDIR}/${PN}-${MY_PV}"
DOCS="CHANGES.txt TODO.txt"
src_install() {
distutils_src_install
newinitd "${FILESDIR}/init.d" supervisord || die "newinitd failed"
newconfd "${FILESDIR}/conf.d" supervisord || die "newconfd failed"
}

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -0,0 +1,24 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pixz/pixz-9999.ebuild,v 1.1 2012/11/13 23:37:20 zerochaos Exp $
EAPI=4
inherit git-2
DESCRIPTION="Parallel Indexed XZ compressor"
HOMEPAGE="https://github.com/vasi/pixz"
EGIT_REPO_URI="https://github.com/vasi/pixz.git"
LICENSE="as-is"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=app-arch/libarchive-2.8
>=app-arch/xz-utils-5"
RDEPEND="${DEPEND}"
src_install() {
dobin pixz
}

@ -0,0 +1 @@
DIST af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz 5362 SHA256 fa2dd5ea52819ac63ce1cd4cd043f8ee451f6b5ec54549cff352405b442e087f SHA512 3be17b425fdafee8338d73410e39921e5f019498df2b99477eac6205afc2182ae7758d4c1dee284fab929378810f1fed421f2c4b6df31ea7aa574f2c8e860378 WHIRLPOOL 1ff1d968113bb14c568b21763d3e8d998e8f8311645a2866a41c04cb68364694aa5b6fdc815acac9d9161e81ad27b051e0a640cfb50ca5cc6525b7f3cccab605

@ -0,0 +1,36 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/af_alg/af_alg-0_pre20120229.ebuild,v 1.1 2012/11/13 00:47:18 robbat2 Exp $
EAPI=5
inherit eutils toolchain-funcs
COMMIT_ID=7b13512edbd77c35d20edb4e53d5d83eeaf05d52
DESCRIPTION="AF_ALG for OpenSSL"
HOMEPAGE="http://carnivore.it/2011/04/23/openssl_-_af_alg"
MY_P="$PN-${COMMIT_ID}"
SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz"
LICENSE="openssl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_compile() {
$(tc-getCC) ${CFLAGS} -Wall -fPIC -c -o e_af_alg.o e_af_alg.c
$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libaf_alg.so -lcrypto -o libaf_alg.so e_af_alg.o
}
src_install() {
exeinto /usr/$(get_libdir)/engines
doexe libaf_alg.so
dodoc README
}

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<longdescription lang="en">
af_alg implements an OpenSSL engine that uses the AF_ALG functionailty found in
kernel >= 2.6.38 for crypto offload. Be sure to actually check if it's faster,
as for many modern systems, userspace software implementations are actually
faster, as they avoid a kernel context switch. However, on embedded systems and
others with crypto hardware, AF_ALG may be faster. The homepage has more
details.
</longdescription>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.5.ebuild,v 1.6 2012/08/22 12:03:09 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.5.ebuild,v 1.7 2012/11/13 15:46:24 ranger Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ~ppc64 x86"
KEYWORDS="amd64 arm hppa ppc ppc64 x86"
IUSE="twinserial +usb"
DEPEND=">=sys-apps/pcsc-lite-1.6.5

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.8.ebuild,v 1.1 2012/10/07 19:13:56 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.8.ebuild,v 1.2 2012/11/13 15:55:25 ranger Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~x86"
IUSE="twinserial +usb"
RDEPEND=">=sys-apps/pcsc-lite-1.8.3

@ -1,7 +1,7 @@
diff -Nur a/gtk/audio_alsa.cc b/gtk/audio_alsa.cc
--- a/gtk/audio_alsa.cc 2012-10-27 21:14:48.000000000 +0200
+++ b/gtk/audio_alsa.cc 2012-11-11 20:26:28.779917284 +0100
@@ -23,6 +23,7 @@
+++ b/gtk/audio_alsa.cc 2012-11-13 22:11:41.489906248 +0100
@@ -23,39 +23,94 @@
#include <sys/time.h>
#include <pthread.h>
#include <dlfcn.h>
@ -9,3 +9,179 @@ diff -Nur a/gtk/audio_alsa.cc b/gtk/audio_alsa.cc
// We want to be able to run even if libasound is not present, so we have to
// link it manually using dlopen() and dlsym(). These are the functions we are
// going to need; the pointer names are the same as the actual function names
// in libasound, with _dl_ prefixed.
static int libasound_state = 0; // 0=closed, 1=open, 2=missing
-static int (*_dl_snd_pcm_close)(snd_pcm_t *pcm);
-static int (*_dl_snd_pcm_format_big_endian)(snd_pcm_format_t format);
-static int (*_dl_snd_pcm_format_physical_width)(snd_pcm_format_t format);
-static int (*_dl_snd_pcm_format_unsigned)(snd_pcm_format_t format);
-static int (*_dl_snd_pcm_format_width)(snd_pcm_format_t format);
-static int (*_dl_snd_pcm_hw_params)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
-static int (*_dl_snd_pcm_hw_params_malloc)(snd_pcm_hw_params_t **ptr);
-static void (*_dl_snd_pcm_hw_params_free)(snd_pcm_hw_params_t *obj);
-static int (*_dl_snd_pcm_hw_params_any)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
-static int (*_dl_snd_pcm_hw_params_get_buffer_size)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
-static int (*_dl_snd_pcm_hw_params_set_access)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
-static int (*_dl_snd_pcm_hw_params_set_buffer_size_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
-static int (*_dl_snd_pcm_hw_params_set_channels)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val);
-static int (*_dl_snd_pcm_hw_params_set_format)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
-static int (*_dl_snd_pcm_hw_params_set_rate_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
-static int (*_dl_snd_pcm_open)(snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode);
-static int (*_dl_snd_pcm_prepare)(snd_pcm_t *pcm);
-static int (*_dl_snd_pcm_resume)(snd_pcm_t *pcm);
-static int (*_dl_snd_pcm_sw_params)(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
-static int (*_dl_snd_pcm_sw_params_malloc)(snd_pcm_sw_params_t **ptr);
-static void (*_dl_snd_pcm_sw_params_free)(snd_pcm_sw_params_t *obj);
-static int (*_dl_snd_pcm_sw_params_current)(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
-static int (*_dl_snd_pcm_sw_params_get_boundary)(const snd_pcm_sw_params_t *params, snd_pcm_uframes_t *val);
-static int (*_dl_snd_pcm_sw_params_set_silence_size)(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
-static int (*_dl_snd_pcm_sw_params_set_silence_threshold)(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
-static snd_pcm_sframes_t (*_dl_snd_pcm_writei)(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
-static const char *(*_dl_snd_strerror)(int errnum);
+
+typedef int (dyn_snd_pcm_close) (snd_pcm_t *pcm);
+dyn_snd_pcm_close * _dl_snd_pcm_close = NULL;
+
+typedef int (dyn_snd_pcm_format_big_endian) (snd_pcm_format_t format);
+dyn_snd_pcm_format_big_endian * _dl_snd_pcm_format_big_endian = NULL;
+
+typedef int (dyn_snd_pcm_format_physical_width) (snd_pcm_format_t format);
+dyn_snd_pcm_format_physical_width * _dl_snd_pcm_format_physical_width = NULL;
+
+typedef int (dyn_snd_pcm_format_unsigned) (snd_pcm_format_t format);
+dyn_snd_pcm_format_unsigned * _dl_snd_pcm_format_unsigned = NULL;
+
+typedef int (dyn_snd_pcm_format_width) (snd_pcm_format_t format);
+dyn_snd_pcm_format_width * _dl_snd_pcm_format_width = NULL;
+
+typedef int (dyn_snd_pcm_hw_params) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
+dyn_snd_pcm_hw_params * _dl_snd_pcm_hw_params = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_malloc) (snd_pcm_hw_params_t **ptr);
+dyn_snd_pcm_hw_params_malloc * _dl_snd_pcm_hw_params_malloc = NULL;
+
+typedef void (dyn_snd_pcm_hw_params_free) (snd_pcm_hw_params_t *obj);
+dyn_snd_pcm_hw_params_free * _dl_snd_pcm_hw_params_free = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_any) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
+dyn_snd_pcm_hw_params_any * _dl_snd_pcm_hw_params_any = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_get_buffer_size) (const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
+dyn_snd_pcm_hw_params_get_buffer_size * _dl_snd_pcm_hw_params_get_buffer_size = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_set_access) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
+dyn_snd_pcm_hw_params_set_access * _dl_snd_pcm_hw_params_set_access = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_set_buffer_size_near) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
+dyn_snd_pcm_hw_params_set_buffer_size_near * _dl_snd_pcm_hw_params_set_buffer_size_near = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_set_channels) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val);
+dyn_snd_pcm_hw_params_set_channels * _dl_snd_pcm_hw_params_set_channels = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_set_format) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
+dyn_snd_pcm_hw_params_set_format * _dl_snd_pcm_hw_params_set_format = NULL;
+
+typedef int (dyn_snd_pcm_hw_params_set_rate_near) (snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
+dyn_snd_pcm_hw_params_set_rate_near * _dl_snd_pcm_hw_params_set_rate_near = NULL;
+
+typedef int (dyn_snd_pcm_open) (snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode);
+dyn_snd_pcm_open * _dl_snd_pcm_open = NULL;
+
+typedef int (dyn_snd_pcm_prepare) (snd_pcm_t *pcm);
+dyn_snd_pcm_prepare * _dl_snd_pcm_prepare = NULL;
+
+typedef int (dyn_snd_pcm_resume) (snd_pcm_t *pcm);
+dyn_snd_pcm_resume * _dl_snd_pcm_resume = NULL;
+
+typedef int (dyn_snd_pcm_sw_params) (snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
+dyn_snd_pcm_sw_params * _dl_snd_pcm_sw_params = NULL;
+
+typedef int (dyn_snd_pcm_sw_params_malloc) (snd_pcm_sw_params_t **ptr);
+dyn_snd_pcm_sw_params_malloc * _dl_snd_pcm_sw_params_malloc = NULL;
+
+typedef void (dyn_snd_pcm_sw_params_free) (snd_pcm_sw_params_t *obj);
+dyn_snd_pcm_sw_params_free * _dl_snd_pcm_sw_params_free = NULL;
+
+typedef int (dyn_snd_pcm_sw_params_current) (snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
+dyn_snd_pcm_sw_params_current * _dl_snd_pcm_sw_params_current = NULL;
+
+typedef int (dyn_snd_pcm_sw_params_get_boundary) (const snd_pcm_sw_params_t *params, snd_pcm_uframes_t *val);
+dyn_snd_pcm_sw_params_get_boundary * _dl_snd_pcm_sw_params_get_boundary = NULL;
+
+typedef int (dyn_snd_pcm_sw_params_set_silence_size) (snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
+dyn_snd_pcm_sw_params_set_silence_size * _dl_snd_pcm_sw_params_set_silence_size = NULL;
+
+typedef int (dyn_snd_pcm_sw_params_set_silence_threshold) (snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
+dyn_snd_pcm_sw_params_set_silence_threshold * _dl_snd_pcm_sw_params_set_silence_threshold = NULL;
+
+typedef snd_pcm_sframes_t (dyn_snd_pcm_writei) (snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
+dyn_snd_pcm_writei * _dl_snd_pcm_writei = NULL;
+
+typedef const char * (dyn_snd_strerror) (int errnum);
+dyn_snd_strerror * _dl_snd_strerror = NULL;
#define TDIFF(begin,end) (((double)(end.tv_sec - begin.tv_sec)*1000.0) + ((end.tv_usec - begin.tv_usec)/1000.0))
@@ -169,33 +224,34 @@
fprintf(stderr, "Could not open " ALSALIB "\nusing gdk_beep() for BEEP and TONE.\n");
return false;
}
- *((void **) &_dl_snd_pcm_close) = dlsym(lib, "snd_pcm_close");
- *((void **) &_dl_snd_pcm_format_big_endian) = dlsym(lib, "snd_pcm_format_big_endian");
- *((void **) &_dl_snd_pcm_format_physical_width) = dlsym(lib, "snd_pcm_format_physical_width");
- *((void **) &_dl_snd_pcm_format_unsigned) = dlsym(lib, "snd_pcm_format_unsigned");
- *((void **) &_dl_snd_pcm_format_width) = dlsym(lib, "snd_pcm_format_width");
- *((void **) &_dl_snd_pcm_hw_params) = dlsym(lib, "snd_pcm_hw_params");
- *((void **) &_dl_snd_pcm_hw_params_malloc) = dlsym(lib, "snd_pcm_hw_params_malloc");
- *((void **) &_dl_snd_pcm_hw_params_free) = dlsym(lib, "snd_pcm_hw_params_free");
- *((void **) &_dl_snd_pcm_hw_params_any) = dlsym(lib, "snd_pcm_hw_params_any");
- *((void **) &_dl_snd_pcm_hw_params_get_buffer_size) = dlsym(lib, "snd_pcm_hw_params_get_buffer_size");
- *((void **) &_dl_snd_pcm_hw_params_set_access) = dlsym(lib, "snd_pcm_hw_params_set_access");
- *((void **) &_dl_snd_pcm_hw_params_set_buffer_size_near) = dlsym(lib, "snd_pcm_hw_params_set_buffer_size_near");
- *((void **) &_dl_snd_pcm_hw_params_set_channels) = dlsym(lib, "snd_pcm_hw_params_set_channels");
- *((void **) &_dl_snd_pcm_hw_params_set_format) = dlsym(lib, "snd_pcm_hw_params_set_format");
- *((void **) &_dl_snd_pcm_hw_params_set_rate_near) = dlsym(lib, "snd_pcm_hw_params_set_rate_near");
- *((void **) &_dl_snd_pcm_open) = dlsym(lib, "snd_pcm_open");
- *((void **) &_dl_snd_pcm_prepare) = dlsym(lib, "snd_pcm_prepare");
- *((void **) &_dl_snd_pcm_resume) = dlsym(lib, "snd_pcm_resume");
- *((void **) &_dl_snd_pcm_sw_params) = dlsym(lib, "snd_pcm_sw_params");
- *((void **) &_dl_snd_pcm_sw_params_malloc) = dlsym(lib, "snd_pcm_sw_params_malloc");
- *((void **) &_dl_snd_pcm_sw_params_free) = dlsym(lib, "snd_pcm_sw_params_free");
- *((void **) &_dl_snd_pcm_sw_params_current) = dlsym(lib, "snd_pcm_sw_params_current");
- *((void **) &_dl_snd_pcm_sw_params_get_boundary) = dlsym(lib, "snd_pcm_sw_params_get_boundary");
- *((void **) &_dl_snd_pcm_sw_params_set_silence_size) = dlsym(lib, "snd_pcm_sw_params_set_silence_size");
- *((void **) &_dl_snd_pcm_sw_params_set_silence_threshold) = dlsym(lib, "snd_pcm_sw_params_set_silence_threshold");
- *((void **) &_dl_snd_pcm_writei) = dlsym(lib, "snd_pcm_writei");
- *((void **) &_dl_snd_strerror) = dlsym(lib, "snd_strerror");
+ _dl_snd_pcm_close = (dyn_snd_pcm_close *) dlsym(lib, "snd_pcm_close");
+ _dl_snd_pcm_format_big_endian = (dyn_snd_pcm_format_big_endian *) dlsym(lib, "snd_pcm_format_big_endian");
+ _dl_snd_pcm_format_physical_width = (dyn_snd_pcm_format_physical_width *) dlsym(lib, "snd_pcm_format_physical_width");
+ _dl_snd_pcm_format_unsigned = (dyn_snd_pcm_format_unsigned *) dlsym(lib, "snd_pcm_format_unsigned");
+ _dl_snd_pcm_format_width = (dyn_snd_pcm_format_width *) dlsym(lib, "snd_pcm_format_width");
+ _dl_snd_pcm_hw_params = (dyn_snd_pcm_hw_params *) dlsym(lib, "snd_pcm_hw_params");
+ _dl_snd_pcm_hw_params_malloc = (dyn_snd_pcm_hw_params_malloc *) dlsym(lib, "snd_pcm_hw_params_malloc");
+ _dl_snd_pcm_hw_params_free = (dyn_snd_pcm_hw_params_free *) dlsym(lib, "snd_pcm_hw_params_free");
+ _dl_snd_pcm_hw_params_any = (dyn_snd_pcm_hw_params_any *) dlsym(lib, "snd_pcm_hw_params_any");
+ _dl_snd_pcm_hw_params_get_buffer_size = (dyn_snd_pcm_hw_params_get_buffer_size *) dlsym(lib, "snd_pcm_hw_params_get_buffer_size");
+ _dl_snd_pcm_hw_params_set_access = (dyn_snd_pcm_hw_params_set_access *) dlsym(lib, "snd_pcm_hw_params_set_access");
+ _dl_snd_pcm_hw_params_set_buffer_size_near = (dyn_snd_pcm_hw_params_set_buffer_size_near *) dlsym(lib, "snd_pcm_hw_params_set_buffer_size_near");
+ _dl_snd_pcm_hw_params_set_channels = (dyn_snd_pcm_hw_params_set_channels *) dlsym(lib, "snd_pcm_hw_params_set_channels");
+ _dl_snd_pcm_hw_params_set_format = (dyn_snd_pcm_hw_params_set_format *) dlsym(lib, "snd_pcm_hw_params_set_format");
+ _dl_snd_pcm_hw_params_set_rate_near = (dyn_snd_pcm_hw_params_set_rate_near *) dlsym(lib, "snd_pcm_hw_params_set_rate_near");
+ _dl_snd_pcm_open = (dyn_snd_pcm_open *) dlsym(lib, "snd_pcm_open");
+ _dl_snd_pcm_prepare = (dyn_snd_pcm_prepare *) dlsym(lib, "snd_pcm_prepare");
+ _dl_snd_pcm_resume = (dyn_snd_pcm_resume *) dlsym(lib, "snd_pcm_resume");
+ _dl_snd_pcm_sw_params = (dyn_snd_pcm_sw_params *) dlsym(lib, "snd_pcm_sw_params");
+ _dl_snd_pcm_sw_params_malloc = (dyn_snd_pcm_sw_params_malloc *) dlsym(lib, "snd_pcm_sw_params_malloc");
+ _dl_snd_pcm_sw_params_free = (dyn_snd_pcm_sw_params_free *) dlsym(lib, "snd_pcm_sw_params_free");
+ _dl_snd_pcm_sw_params_current = (dyn_snd_pcm_sw_params_current *) dlsym(lib, "snd_pcm_sw_params_current");
+ _dl_snd_pcm_sw_params_get_boundary = (dyn_snd_pcm_sw_params_get_boundary *) dlsym(lib, "snd_pcm_sw_params_get_boundary");
+ _dl_snd_pcm_sw_params_set_silence_size = (dyn_snd_pcm_sw_params_set_silence_size *) dlsym(lib, "snd_pcm_sw_params_set_silence_size");
+ _dl_snd_pcm_sw_params_set_silence_threshold = (dyn_snd_pcm_sw_params_set_silence_threshold *) dlsym(lib, "snd_pcm_sw_params_set_silence_threshold");
+ _dl_snd_pcm_writei = (dyn_snd_pcm_writei *) dlsym(lib, "snd_pcm_writei");
+ _dl_snd_strerror = (dyn_snd_strerror *) dlsym(lib, "snd_strerror");
+
if (dlerror() == NULL)
return true;
fprintf(stderr, "Could not load all required symbols from " ALSALIB "\nusing gdk_beep() for BEEP and TONE.\n");

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.75.ebuild,v 1.1 2012/11/11 19:32:05 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.75.ebuild,v 1.3 2012/11/13 22:16:36 nimiux Exp $
EAPI=4
@ -32,16 +32,18 @@ src_prepare() {
sed -i -e '/^LDFLAGS =/{s/=/:=/;s/$/ \$\{LDFLAGS\}/}' \
"${S}/gtk/Makefile" || die
sed -i -e '/^LDFLAGS +=/d' "${S}/gtk/Makefile" || die
sed -i -e 's/print_gif_name\[FILENAMELEN\]/print_gif_name\[1000\]/' \
"${S}/gtk/shell_main.cc" || die
epatch "${FILESDIR}"/${P}-fix-alsa.patch
}
src_compile() {
local myconf
use alsa && myconf="AUDIO_ALSA=yes"
emake -j1 CXX="$(tc-getCXX)" ${myconf} -C "${S}/gtk"
emake -j1 CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C "${S}/gtk"
}
src_install() {
dodoc CREDITS HISTORY README TODO
dobin gtk/free42bin
dobin gtk/free42dec
}

@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.2,v 1.5 2012/07/21 05:07:15 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.2,v 1.6 2012/11/14 02:15:10 flameeyes Exp $
CONTAINER=${SVCNAME#*.}
@ -82,7 +82,7 @@ start() {
# x32-based containers.
case $(scanelf -BF '%a#f' ${rootpath}/sbin/init) in
EM_X86_64) setarch=linux64;;
EM_I386) setarch=linux32;;
EM_386) setarch=linux32;;
esac
ebegin "Starting ${CONTAINER}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0.ebuild,v 1.1 2012/11/11 05:53:05 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0-r1.ebuild,v 1.1 2012/11/14 02:15:10 flameeyes Exp $
EAPI="4"
@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
LICENSE="LGPL-3"
SLOT="0"
IUSE="examples vanilla"
IUSE="examples"
RDEPEND="sys-libs/libcap"
@ -32,19 +32,15 @@ DEPEND="${RDEPEND}
app-text/docbook-sgml-utils
>=sys-kernel/linux-headers-3.2"
# For init script, so protect with vanilla, they are not strictly
# needed.
RDEPEND="${RDEPEND}
!vanilla? (
sys-apps/util-linux
app-misc/pax-utils
>=sys-apps/openrc-0.9.9.1
virtual/awk
)"
sys-apps/util-linux
app-misc/pax-utils
>=sys-apps/openrc-0.9.9.1
virtual/awk"
CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~RESOURCE_COUNTERS ~CGROUP_MEM_RES_CTLR
~RESOURCE_COUNTERS
~CGROUP_SCHED
~NAMESPACES
@ -118,23 +114,19 @@ src_install() {
find "${D}" -name '*.la' -delete
use vanilla && return 0
# Gentoo-specific additions!
newinitd "${FILESDIR}/${PN}.initd.2" ${PN}
keepdir /var/log/lxc
}
pkg_postinst() {
if ! use vanilla; then
elog "There is an init script provided with the package now; no documentation"
elog "is currently available though, so please check out /etc/init.d/lxc ."
elog "You _should_ only need to symlink it to /etc/init.d/lxc.configname"
elog "to start the container defined into /etc/lxc/configname.conf ."
elog "For further information about LXC development see"
elog "http://blog.flameeyes.eu/tag/lxc" # remove once proper doc is available
elog ""
fi
elog "There is an init script provided with the package now; no documentation"
elog "is currently available though, so please check out /etc/init.d/lxc ."
elog "You _should_ only need to symlink it to /etc/init.d/lxc.configname"
elog "to start the container defined into /etc/lxc/configname.conf ."
elog "For further information about LXC development see"
elog "http://blog.flameeyes.eu/tag/lxc" # remove once proper doc is available
elog ""
ewarn "With version 0.7.4, the mountpoint syntax came back to the one used by 0.7.2"
ewarn "and previous versions. This means you'll have to use syntax like the following"
ewarn ""

@ -1,7 +1,7 @@
# create second tree of USB devices according to
# http://www.virtualbox.org/ticket/7759#comment:5
SUBSYSTEM=="usb_device", ACTION!="remove", RUN="/lib/udev/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb", ACTION!="remove", ENV{DEVTYPE}=="usb_device", RUN="/lib/udev/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN="/lib/udev/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN="/lib/udev/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb_device", ACTION!="remove", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb", ACTION!="remove", ENV{DEVTYPE}=="usb_device", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN="%UDEVDIR%/VBoxCreateUSBNode.sh --remove $major $minor"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.2.ebuild,v 1.2 2012/11/10 21:10:14 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.2-r1.ebuild,v 1.1 2012/11/12 18:19:52 polynomial-c Exp $
EAPI=4
@ -176,7 +176,9 @@ src_prepare() {
epatch "${WORKDIR}/patches"
# missing files in 4.2.2 tarball
cp ${DISTDIR}/{qt_fa_IR.ts,VirtualBox_fa_IR.ts} ${S}/src/VBox/Frontends/VirtualBox/nls/ || die "Failed to add missing files"
cp "${DISTDIR}"/{qt_fa_IR.ts,VirtualBox_fa_IR.ts} \
"${S}"/src/VBox/Frontends/VirtualBox/nls/ \
|| die "Failed to add missing files"
}
src_configure() {
@ -331,6 +333,8 @@ src_install() {
fperms 0750 ${udevdir}/VBoxCreateUSBNode.sh
insinto ${udevdir}/rules.d
doins "${FILESDIR}"/10-virtualbox.rules
sed "s@%UDEVDIR%@${udevdir}@" \
-i "${D}"${udevdir}/rules.d/10-virtualbox.rules || die
insinto /usr/share/${PN}
if ! use headless && use qt4 ; then

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.4.ebuild,v 1.1 2012/11/10 21:10:14 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.4-r1.ebuild,v 1.1 2012/11/12 18:19:52 polynomial-c Exp $
EAPI=4
@ -326,6 +326,8 @@ src_install() {
fperms 0750 ${udevdir}/VBoxCreateUSBNode.sh
insinto ${udevdir}/rules.d
doins "${FILESDIR}"/10-virtualbox.rules
sed "s@%UDEVDIR%@${udevdir}@" \
-i "${D}"${udevdir}/rules.d/10-virtualbox.rules || die
insinto /usr/share/${PN}
if ! use headless && use qt4 ; then

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v 1.3 2012/11/09 02:15:30 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v 1.4 2012/11/13 18:41:37 nativemad Exp $
EAPI="4"
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~x86"
KEYWORDS="amd64 ppc x86"
IUSE="crypt"
# coreutils are needed for /usr/bin/split binary

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.8-r1.ebuild,v 1.3 2012/11/10 13:37:20 chithanh Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.8-r1.ebuild,v 1.4 2012/11/12 19:16:34 nativemad Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~arm ~ppc ~x86"
KEYWORDS="amd64 ~arm ~ppc x86"
IUSE=""
src_prepare() {

@ -9,3 +9,12 @@
install_bin: .version screen
-if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
@@ -122,7 +122,7 @@
sh $(srcdir)/tty.sh tty.c
comm.h: comm.c comm.sh config.h
- AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
+ AWK=$(AWK) CC="$(CC) $(CFLAGS) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
osdef.h: osdef.sh config.h osdef.h.in
CPP="$(CPP) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/osdef.sh

@ -0,0 +1,156 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v 1.1 2012/11/13 19:49:07 swegener Exp $
EAPI=4
WANT_AUTOCONF="2.5"
inherit eutils flag-o-matic toolchain-funcs pam autotools user
DESCRIPTION="Full-screen window manager that multiplexes physical terminals between several processes"
HOMEPAGE="http://www.gnu.org/software/screen/"
SRC_URI="ftp://ftp.uni-erlangen.de/pub/utilities/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug nethack pam selinux multiuser"
RDEPEND=">=sys-libs/ncurses-5.2
pam? ( virtual/pam )
selinux? ( sec-policy/selinux-screen )"
DEPEND="${RDEPEND}"
pkg_setup() {
# Make sure utmp group exists, as it's used later on.
enewgroup utmp 406
}
src_prepare() {
# Bug 34599: integer overflow in 4.0.1
# (Nov 29 2003 -solar)
epatch "${FILESDIR}"/screen-4.0.1-int-overflow-fix.patch
# Bug 31070: configure problem which affects alpha
# (13 Jan 2004 agriffis)
epatch "${FILESDIR}"/screen-4.0.1-vsprintf.patch
# uclibc doesnt have sys/stropts.h
if ! (echo '#include <sys/stropts.h>' | $(tc-getCC) -E - &>/dev/null) ; then
epatch "${FILESDIR}"/4.0.2-no-pty.patch
fi
# Don't use utempter even if it is found on the system
epatch "${FILESDIR}"/4.0.2-no-utempter.patch
# Don't link against libelf even if it is found on the system
epatch "${FILESDIR}"/4.0.2-no-libelf.patch
# Patch for time function on 64bit systems
epatch "${FILESDIR}"/4.0.2-64bit-time.patch
# Patch that makes %u work for windowlist -b formats
epatch "${FILESDIR}"/4.0.2-windowlist-multiuser-fix.patch
# Open tty in non-blocking mode
epatch "${FILESDIR}"/4.0.2-nonblock.patch
# compability for sys-devel/autoconf-2.62
epatch "${FILESDIR}"/screen-4.0.3-config.h-autoconf-2.62.patch
# crosscompile patch
epatch "${FILESDIR}"/"${P}"-crosscompile.patch
# sched.h is a system header and causes problems with some C libraries
mv sched.h _sched.h || die
sed -i '/include/s:sched.h:_sched.h:' screen.h || die
# Allow for more rendition (color/attribute) changes in status bars
sed -i \
-e "s:#define MAX_WINMSG_REND 16:#define MAX_WINMSG_REND 64:" \
screen.c \
|| die "sed screen.c failed"
# Fix manpage.
sed -i \
-e "s:/usr/local/etc/screenrc:${EPREFIX}/etc/screenrc:g" \
-e "s:/usr/local/screens:${EPREFIX}/var/run/screen:g" \
-e "s:/local/etc/screenrc:${EPREFIX}/etc/screenrc:g" \
-e "s:/etc/utmp:${EPREFIX}/var/run/utmp:g" \
-e "s:/local/screens/S-:${EPREFIX}/var/run/screen/S-:g" \
doc/screen.1 \
|| die "sed doc/screen.1 failed"
# proper setenv detection for Solaris
epatch "${FILESDIR}"/${P}-setenv_autoconf.patch
# Allow TERM string large enough to use with rxvt-unicode-256color
# Allow usernames up to 32 chars
epatch "${FILESDIR}"/${PV}-extend-d_termname-ng2.patch
# support CPPFLAGS
epatch "${FILESDIR}"/${P}-cppflags.patch
# reconfigure
eautoconf
}
src_configure() {
append-cppflags "-DMAXWIN=${MAX_SCREEN_WINDOWS:-100}"
[[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
use nethack || append-cppflags "-DNONETHACK"
use debug && append-cppflags "-DDEBUG"
econf \
--with-socket-dir="${EPREFIX}/var/run/screen" \
--with-sys-screenrc="${EPREFIX}/etc/screenrc" \
--with-pty-mode=0620 \
--with-pty-group=5 \
--enable-rxvt_osc \
--enable-telnet \
--enable-colors256 \
$(use_enable pam) \
$(use multiuser || echo --disable-socket-dir)
# Second try to fix bug 12683, this time without changing term.h
# The last try seemed to break screen at run-time.
# (16 Jan 2003 agriffis)
LC_ALL=POSIX make term.h || die "Failed making term.h"
}
src_install() {
dobin screen
if use multiuser || use prefix
then
fperms 4755 /usr/bin/screen
else
fowners root:utmp /usr/bin/screen
fperms 2755 /usr/bin/screen
fi
insinto /usr/share/screen
doins terminfo/{screencap,screeninfo.src}
insinto /usr/share/screen/utf8encodings
doins utf8encodings/??
insinto /etc
doins "${FILESDIR}"/screenrc
pamd_mimic_system screen auth
dodoc \
README ChangeLog INSTALL TODO NEWS* patchlevel.h \
doc/{FAQ,README.DOTSCREEN,fdpat.ps,window_to_display.ps}
doman doc/screen.1
doinfo doc/screen.info*
}
pkg_postinst() {
elog "Some dangerous key bindings have been removed or changed to more safe values."
elog "We enable some xterm hacks in our default screenrc, which might break some"
elog "applications. Please check /etc/screenrc for information on these changes."
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.125 2012/11/09 09:50:16 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.126 2012/11/12 19:40:31 scarabeus Exp $
EAPI=4
@ -68,7 +68,7 @@ unset EXT_URI
unset ADDONS_SRC
IUSE="bluetooth +branding +cups dbus eds gnome gstreamer +gtk gtk3
jemalloc kde mysql odk opengl postgres telepathy test +vba +webdav"
jemalloc kde mysql nsplugin odk opengl postgres telepathy test +vba +webdav"
LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript wiki-publisher"
# Unpackaged separate extensions:
@ -152,6 +152,7 @@ COMMON_DEPEND="
dev-java/tomcat-servlet-api:3.0
)
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
nsplugin? ( net-misc/npapi-sdk )
opengl? (
virtual/glu
virtual/opengl
@ -230,6 +231,7 @@ REQUIRED_USE="
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
libreoffice_extensions_wiki-publisher? ( java )
nsplugin? ( gtk )
"
S="${WORKDIR}/${PN}-core-${PV}"
@ -499,6 +501,7 @@ src_configure() {
$(use_enable gtk3) \
$(use_enable kde kde4) \
$(use_enable mysql ext-mysql-connector) \
$(use_enable nsplugin) \
$(use_enable odk) \
$(use_enable opengl) \
$(use_enable postgres postgresql-sdbc) \

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.24 2012/11/01 19:53:03 fuzzyray Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.25 2012/11/13 21:59:47 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -86,5 +86,6 @@ pkg_postinst() {
einfo " app-portage/diffmask"
einfo " app-portage/flaggie"
einfo " app-portage/install-mask"
einfo " app-portage/portpeek"
einfo " app-portage/smart-live-rebuild"
}

@ -0,0 +1,63 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.1 2012/11/12 22:01:57 dolsen Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45]"
PYTHON_USE_WITH="xml"
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
EGIT_MASTER="master"
#EGIT_BRANCH="master"
inherit distutils python git-2 prefix
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mirrorselect.git"
DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS=""
# Note: dev-lang/python dependencies are so emerge will print a blocker if any
# installed slot of python is not built with +xml. This is used since
# PYTHON_USE_WITH just dies in the middle of the emerge. See bug 399331.
RDEPEND="
>=dev-lang/python-2.6[xml]
!>=dev-lang/python-2.6[-xml]
dev-util/dialog
net-analyzer/netselect
"
# virtual/python-argparse"
src_prepare() {
eprefixify setup.py mirrorselect/main.py
}
distutils_src_compile_pre_hook() {
echo VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
}
src_compile() {
distutils_src_compile
}
src_install() {
python_convert_shebangs -r "" build-*/scripts-*
distutils_src_install
}
pkg_postinst() {
distutils_pkg_postinst
einfo "This is a development version."
einfo "Please report any bugs you encounter."
einfo "http://bugs.gentoo.org/"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-2.3.3.4-r4.ebuild,v 1.1 2012/09/10 11:22:31 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-2.3.3.4-r4.ebuild,v 1.3 2012/11/13 19:47:28 jer Exp $
EAPI=4
@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug doc static-libs"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.66.ebuild,v 1.1 2012/11/02 00:04:36 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.66.ebuild,v 1.3 2012/11/12 19:16:36 jer Exp $
EAPI="4"
@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
# This is often broken still

@ -1,4 +1,5 @@
DIST pgbouncer-1.4.2.tgz 283204 SHA256 e9916f08621f8ad4134840049a41783fa93d056905d445942f8aa1d2e5aa1eae SHA512 fdab1e80974d5f8317760b3613bfdd50771fdc308ad433631033513087a4136da84b369f81b62ecc385db183225f7d9e35e71f690d03c6648748857e5a9c9d6d WHIRLPOOL 723d8e80c4d4cf8510d3cf04ea63ed6264662e188fbdadfcb2a2e523a4a5f606f8bdb1ed1e79e4f78ac9711e8faa479fa34cb4be9a5e8d797a4097191ae75acd
DIST pgbouncer-1.5.1.tar.gz 334413 SHA256 d0634253d319e43ebc18cb0476ba28c47803eff5bae5c6e17f650dc031fc4434 SHA512 6c93cd44b0f74300cb567fcef23027cdffcb435243afdea4d5aa6c772cc5dfd952fdddad7bdc83e4751199a6aa9bca4755fd4ec66cad686b66cc764beb7bfb7e WHIRLPOOL 6c03a7b0a9c57e9887bc8866c8ecd8fa43619d9d24cf177065e213a816c215a3263623b8013b7af0aa52b2d0264997dba8269fae858463c94e6a13bba987a9cb
DIST pgbouncer-1.5.2.tar.gz 335338 SHA256 f17ebf1dfe34dd4c39c2dd861d5b58f08cecef22be3b74da256d25ea15d451f8 SHA512 951effb47af17dc7769399264637e907662707c49af994b90b9eb1dcc485c1fa3e29bd6738428fb14574b4a165105942f9e354f2141f09d1607826b4beb394d1 WHIRLPOOL bc96b99cc3682f472aa9fb1c1bb36525b92887d4e7bc391a09306513fc948e68ebaac672718335721339a9daa9628e4301fed1edbd0a8d1269a2ab7a96ca0dd7
DIST pgbouncer-1.5.3.tar.gz 339013 SHA256 8a8e0354eeec1aa28f402cab8c12664e9638c80d067467cb727417a4f6a6a80a SHA512 ab0fb9755d1ae0b2c66dc458d7b93596506d44fba4258bb538a5fad15b814f0e3d0e019fe0c20aa7cafca3eff95f198bd81b84ae1422edd381864f9017407124 WHIRLPOOL 6d11e85ba8e5d748764bd63370da3699f8bc21e5711f1dd77640205f07bc4d8c7623c296388f9f26bef482fe17436b015b2a1840a5e7873f8baca585e3f7ff36
DIST pgbouncer-1.5.tar.gz 411488 SHA256 408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee SHA512 0511db2ce386463b526c3c4f1d9989f96b6435b31c0cb78d5d3b2764abd27f08b40422cc5d4cff3220c71cb32d2db03a2fed8b975d17841c4e66b14ee70713c5 WHIRLPOOL efebf3072ebc36028071779bacdb4b1610fd4cfa867378e1f0fb587db715359101848eeff045535701c7c8d7712aebe399aa7d2b8c52f980a5c7694c9b262d2c

@ -0,0 +1,70 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbouncer/pgbouncer-1.5.3.ebuild,v 1.1 2012/11/13 02:54:25 titanofold Exp $
EAPI="4"
inherit eutils user
RESTRICT="test"
DESCRIPTION="Lightweight connection pooler for PostgreSQL"
HOMEPAGE="http://pgfoundry.org/projects/pgbouncer/"
SRC_URI="http://pgfoundry.org/frs/download.php/3369/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="dev-libs/libevent"
RDEPEND="${DEPEND}"
pkg_setup() {
enewgroup pgbouncer
enewuser pgbouncer -1 -1 -1 pgbouncer
}
src_prepare() {
local rundir=""
[[ ! -d /run ]] && rundir="/var"
sed -i -e "s,${PN}.log,/var/log/${PN}/${PN}.log," \
-e "s,${PN}.pid,/var/run/${PN}/${PN}.pid," \
-e "s,etc/userlist.txt,/etc/userlist.txt," \
-e "s,;unix_socket_dir = /tmp,unix_socket_dir = ${rundir}/run/${PN}.sock," \
"${S}"/etc/pgbouncer.ini || die
}
src_configure() {
# --enable-debug is only used to disable stripping
econf \
--enable-debug \
$(use_enable debug cassert) \
--docdir=/usr/share/doc/${PF}
}
src_install() {
emake DESTDIR="${D}" install
insinto /etc
newins etc/pgbouncer.ini pgbouncer.conf
newinitd "${FILESDIR}"/pgbouncer.initd "${PN}"
dodoc README NEWS AUTHORS
dodoc doc/*.txt
dodir /var/log/pgbouncer/
fowners pgbouncer:pgbouncer /var/log/pgbouncer/
}
pkg_postinst() {
einfo "Please read the config.txt for Configuration Directives"
einfo
einfo "For Administration Commands, see:"
einfo " man pgbouncer"
einfo
einfo "By default, PgBouncer does not have access to any database."
einfo "GRANT the permissions needed for your application and make sure that it"
einfo "exists in PgBouncer's auth_file."
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild,v 1.1 2012/11/11 15:10:34 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild,v 1.2 2012/11/13 20:13:03 jer Exp $
EAPI="4"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.3.21.ebuild,v 1.3 2012/11/11 11:35:11 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.3.21.ebuild,v 1.4 2012/11/13 16:56:43 jer Exp $
EAPI="4"
@ -10,7 +10,7 @@ inherit autotools eutils multilib prefix versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.14.ebuild,v 1.3 2012/11/11 11:37:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.14.ebuild,v 1.4 2012/11/13 16:56:43 jer Exp $
EAPI="4"
@ -10,7 +10,7 @@ inherit autotools eutils multilib prefix versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.10.ebuild,v 1.3 2012/11/11 11:40:08 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.10.ebuild,v 1.4 2012/11/13 16:56:43 jer Exp $
EAPI="4"
@ -10,7 +10,7 @@ inherit autotools eutils flag-o-matic multilib prefix versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.6.ebuild,v 1.3 2012/11/11 11:42:03 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.6.ebuild,v 1.4 2012/11/13 16:56:43 jer Exp $
EAPI="4"
@ -8,7 +8,7 @@ WANT_AUTOMAKE="none"
inherit autotools eutils flag-o-matic multilib prefix versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.1.ebuild,v 1.3 2012/11/11 11:27:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.1.ebuild,v 1.4 2012/11/13 16:56:43 jer Exp $
EAPI="4"
@ -8,7 +8,7 @@ WANT_AUTOMAKE="none"
inherit autotools eutils flag-o-matic multilib prefix versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.21.ebuild,v 1.3 2012/11/11 11:34:43 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.3.21.ebuild,v 1.4 2012/11/13 16:55:56 jer Exp $
EAPI="4"
inherit versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
# Nothing to test here per 232157
RESTRICT="test"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.14.ebuild,v 1.3 2012/11/11 11:37:12 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-8.4.14.ebuild,v 1.4 2012/11/13 16:55:56 jer Exp $
EAPI="4"
inherit versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
# Nothing to test here per 232157
RESTRICT="test"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.10.ebuild,v 1.3 2012/11/11 11:39:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0.10.ebuild,v 1.4 2012/11/13 16:55:56 jer Exp $
EAPI="4"
inherit versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
RESTRICT="test"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.6.ebuild,v 1.3 2012/11/11 11:41:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.1.6.ebuild,v 1.4 2012/11/13 16:55:56 jer Exp $
EAPI="4"
inherit versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${PV}"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.1.ebuild,v 1.3 2012/11/11 11:26:52 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.2.1.ebuild,v 1.4 2012/11/13 16:55:56 jer Exp $
EAPI="4"
inherit versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-8.3.21.ebuild,v 1.3 2012/11/11 11:35:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-8.3.21.ebuild,v 1.4 2012/11/13 16:57:31 jer Exp $
EAPI="4"
@ -9,7 +9,7 @@ inherit autotools eutils multilib pam prefix user versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
DESCRIPTION="PostgreSQL server"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-8.4.14.ebuild,v 1.3 2012/11/11 11:38:08 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-8.4.14.ebuild,v 1.4 2012/11/13 16:57:31 jer Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -10,7 +10,7 @@ inherit autotools eutils multilib pam prefix python user versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
DESCRIPTION="PostgreSQL server"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.0.10.ebuild,v 1.3 2012/11/11 11:40:38 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.0.10.ebuild,v 1.4 2012/11/13 16:57:31 jer Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -10,7 +10,7 @@ inherit autotools eutils multilib pam prefix python user versionator
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
DESCRIPTION="PostgreSQL server"
HOMEPAGE="http://www.postgresql.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.1.6.ebuild,v 1.3 2012/11/11 11:42:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.1.6.ebuild,v 1.4 2012/11/13 16:57:31 jer Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2"
WANT_AUTOMAKE="none"
inherit autotools eutils flag-o-matic multilib pam prefix python user versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.2.1.ebuild,v 1.3 2012/11/11 11:27:52 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.2.1.ebuild,v 1.4 2012/11/13 16:57:31 jer Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2"
WANT_AUTOMAKE="none"
inherit autotools eutils flag-o-matic multilib pam prefix python user versionator
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.8.1.ebuild,v 1.1 2012/11/01 17:34:50 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.8.1.ebuild,v 1.2 2012/11/12 23:26:40 hasufell Exp $
EAPI=4
inherit eutils cmake-utils
@ -68,6 +68,7 @@ src_configure() {
-DOGRE_BUILD_RENDERSYSTEM_GLES=OFF
$(cmake-utils_use gles2 OGRE_BUILD_RENDERSYSTEM_GLES2)
$(cmake-utils_use profile OGRE_PROFILING)
$(cmake-utils_use examples OGRE_BUILD_SAMPLES)
-DOGRE_BUILD_TESTS=FALSE
$(usex threads "-DOGRE_CONFIG_THREADS=2" "-DOGRE_CONFIG_THREADS=0")
$(cmake-utils_use tools OGRE_BUILD_TOOLS)
@ -85,3 +86,9 @@ src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
docinto examples
dodoc "${CMAKE_BUILD_DIR}"/bin/*.cfg
}

@ -1,2 +1,3 @@
DIST physfs-2.0.1.tar.gz 671467 SHA256 1ee9891d9d34db4bcf78ae31f321fdb948c12e233ca04c690cae032968dbf45d SHA512 439ce7d18c6a01fcf5706043dd7d5f0af0f2eafd1691394acebdaa9b477d858b482cdeb4bbfe93281e49f2f0c404ee5717ad885e603c910af44b0b4a6906ac69 WHIRLPOOL 54f5bbf737aa9e9838dce7762f5d5fd2028a0d934efe8ea6c801735a9b6b0787104370a9bd2deddadd27fe2e9bf51e9669a9fb4fd97326ea693e7ef4de722a1e
DIST physfs-2.0.2.tar.gz 671700 SHA256 ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09 SHA512 51f9ff696f390dd457cb1bf8b8c5bd38ae202874a71b68ab311950803fea5e3b28cfe95716da7a593fe4b77963727156bf2bcc509738f5cb9b417f5cc1f21f54 WHIRLPOOL e6a4a07a6083c6ea988fa21944e05abc23805f9031ab5a878759eafbf4d0a92685642e513ea0056df0b9817c534b7f3d1335c75ca16be1ca5bc0deccb42bf4b8
DIST physfs-2.0.3.tar.bz2 560628 SHA256 ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 SHA512 47eff0c81b8dc3bb526766b0a8ad2437d2951867880116d6e6e8f2ec1490e263541fb741867fed6517cc3fa8a9c5651b36e3e02a499f19cfdc5c7261c9707e80 WHIRLPOOL 30362f92d5702842142c08c3183a384876a03e9e3e400364b0fa59c99ffee994667c1ad08fe633ef146e98301789a980a3419f60a18b24b9c341bb74144ccc73

@ -0,0 +1,57 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.3.ebuild,v 1.1 2012/11/14 05:12:00 mr_bones_ Exp $
EAPI=2
inherit cmake-utils
DESCRIPTION="Abstraction layer for filesystem and archive access"
HOMEPAGE="http://icculus.org/physfs/"
SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc grp hog mvl qpak static-libs wad +zip"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
sed -i -e 's:-Werror::' CMakeLists.txt || die
# make sure these libs aren't used
rm -rf lzma zlib*
}
src_configure() {
local mycmakeargs="
-DPHYSFS_ARCHIVE_7Z=OFF
-DPHYSFS_BUILD_SHARED=ON
-DPHYSFS_BUILD_TEST=OFF
-DPHYSFS_BUILD_WX_TEST=OFF
-DPHYSFS_INTERNAL_ZLIB=OFF
$(cmake-utils_use static-libs PHYSFS_BUILD_STATIC)
$(cmake-utils_use grp PHYSFS_ARCHIVE_GRP)
$(cmake-utils_use hog PHYSFS_ARCHIVE_HOG)
$(cmake-utils_use mvl PHYSFS_ARCHIVE_MVL)
$(cmake-utils_use wad PHYSFS_ARCHIVE_WAD)
$(cmake-utils_use qpak PHYSFS_ARCHIVE_QPAK)
$(cmake-utils_use zip PHYSFS_ARCHIVE_ZIP)"
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use doc ; then
doxygen || die "doxygen failed"
fi
}
src_install() {
local DOCS="CHANGELOG.txt CREDITS.txt TODO.txt"
local HTML_DOCS=$(use doc && echo docs/html/*)
cmake-utils_src_install
}

@ -1 +1,2 @@
DIST vamos-0.6.2.tar.gz 1555156 SHA256 75f539bcdd6fa6f0cf7cb4014d27f0cd8f581f8ff690b3054eb644e573bc3646 SHA512 d4c25e490a5bf97198c62fb017fd3a8378b410aae7ba2468e5aabfd81065e188afbe6d90bc6ee26096e5e41e52bf36ccc8b0a715de45915426120d482589f743 WHIRLPOOL e5f0efaa551e4def2d96e5747711fed3335945b622275ae832b9c20ca7b8181893b4a354837e8d751ceedc1c74571691b50c7e8518e194ad4de69829d546e53f
DIST vamos-0.7.0.tar.gz 1648589 SHA256 ee4d6bf92c1769ed1cf47cb000316df02815dc866f91e22450d1a008f65d6af9 SHA512 9f64b08583aed69dd49f4d63cf5f8fa078bcb28895d20b5d420dc211a00fca4a26ee4bb6de2849334a80daa0e3ff8c576fe1407da3b772692c06f31de75b8026 WHIRLPOOL 22eb63a339db00dfedc62474de4c3ee46beeeea28a6ee88927dd9a511894ed2a097a102ee9e962229a3edcfaa45e30cf2dffb3e1f9d2e56c73856a60044454d5

@ -0,0 +1,12 @@
diff -ru vamos-0.7.0.orig/media/Makefile.in vamos-0.7.0/media/Makefile.in
--- vamos-0.7.0.orig/media/Makefile.in 2012-01-14 20:09:15.000000000 -0500
+++ vamos-0.7.0/media/Makefile.in 2012-11-13 22:05:07.029327654 -0500
@@ -71,7 +71,7 @@
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
-libvamos_media_la_LIBADD =
+libvamos_media_la_LIBADD = ../geometry/libvamos-geometry.la
am_libvamos_media_la_OBJECTS = Ac3d.lo Sample.lo Texture_Image.lo \
XML_Parser.lo
libvamos_media_la_OBJECTS = $(am_libvamos_media_la_OBJECTS)

@ -0,0 +1,44 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.0.ebuild,v 1.1 2012/11/14 03:34:17 mr_bones_ Exp $
EAPI=4
inherit eutils
DESCRIPTION="an automotive simulation framework"
HOMEPAGE="http://vamos.sourceforge.net/"
SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RDEPEND="virtual/opengl
virtual/glu
media-libs/freeglut
media-libs/libpng:0
media-libs/libsdl[joystick,video]
media-libs/openal
media-libs/freealut"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-as-needed.patch
}
src_configure() {
econf \
--disable-dependency-tracking \
--disable-unit-tests \
$(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" install
dobin caelum/.libs/caelum
newdoc caelum/README README.caelum
dodoc AUTHORS ChangeLog README TODO
prune_libtool_files
}

@ -1,2 +1,3 @@
DIST wfmath-0.3.11.tar.bz2 369831 SHA256 da4d4f55b2d56cf8412db406933b0331a051a17b3053ac91003323cbe51eecea SHA512 3be9ed9332baa1d7f54e01ba61596238443848804820b74b1e83a1a40c501b2a0d3b799dcdf1b998435329684995c29a2346b9a38284226b68603f47a2916c32 WHIRLPOOL 1ebe21236d5fefc88d1df1561c77af635b01c60ed286b944dca24773fa1f54088f6894513dd7a2cff52463daa70f3d6b76ad670013bac44b571f64676de91ad1
DIST wfmath-1.0.0.tar.bz2 390060 SHA256 6283fde403b87547b41394af0a1993f5086d7cb9d2ed8db4bcca5fae625fd99b SHA512 aa3fb300cd00c53ede226d860301fc51852429af61fac460b26345e77cc23a3c6af4c63f9241639e30e6c7993ecbe8f568fcc2185cd0a75983ddcd4acccf1222 WHIRLPOOL 707389e29d9378f9d266e8abb23b6b11a10457347e25ed6af60be706807c1152607fd5886a3edb54f9cdc94a5065e4c1187f6e57b8c9683fae956c1e71e7764e
DIST wfmath-1.0.1.tar.bz2 389227 SHA256 1503f0efaf9b27bf96547888062492c2412aebc32a0e407d58d50b84e3e2a506 SHA512 4017a572f946182c7aed4ffb8dfe139f85f5bb946a42bd593579030ee9f5617a07859f62b1169322d613919b37a0ff39079aa989f960d22b6cedfb9c3e7701bc WHIRLPOOL 3c3c78bed0d8d5c70cf4343b54e292bf92856b6629924f75c6c3fc769ae60d816f793c9cbe1fb3161491a90b06d52b1da58557c9ac99a9394fa61baef1946dcc

@ -0,0 +1,40 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-1.0.1.ebuild,v 1.1 2012/11/12 23:05:13 mr_bones_ Exp $
EAPI=4
DESCRIPTION="Worldforge math library"
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static)
}
src_compile() {
emake
if use doc; then
emake -C doc docs
fi
}
src_install() {
default
if use doc; then
dohtml doc/html/*
fi
if ! use static-libs ; then
find "${D}" -type f -name '*.la' -exec rm {} + \
|| die "la removal failed"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cilk/cilk-5.4.6-r1.ebuild,v 1.1 2012/06/28 06:21:58 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cilk/cilk-5.4.6-r1.ebuild,v 1.2 2012/11/13 05:33:12 bicatali Exp $
EAPI=4
inherit flag-o-matic autotools eutils
@ -21,8 +21,7 @@ src_prepare() {
src_configure() {
append-cppflags -D_XOPEN_SOURCE=500
# too many flags do not work, force -O1
econf --with-perfctr=no $(use_enable static-libs static) CFLAGS=-O1
econf --with-perfctr=no $(use_enable static-libs static)
}
src_install() {

@ -1,6 +1,6 @@
diff -Nur cilk-5.4.6.orig/cilk2c/Makefile.am cilk-5.4.6/cilk2c/Makefile.am
--- cilk-5.4.6.orig/cilk2c/Makefile.am 2012-06-28 06:19:51.000000000 +0100
+++ cilk-5.4.6/cilk2c/Makefile.am 2012-06-28 06:59:42.000000000 +0100
--- cilk-5.4.6.orig/cilk2c/Makefile.am 2012-11-12 21:18:50.374020109 -0800
+++ cilk-5.4.6/cilk2c/Makefile.am 2012-11-12 21:19:09.667111443 -0800
@@ -1,4 +1,6 @@
-pkglib_PROGRAMS = cilk2c
+pkglibexec_PROGRAMS = cilk2c
@ -10,8 +10,8 @@ diff -Nur cilk-5.4.6.orig/cilk2c/Makefile.am cilk-5.4.6/cilk2c/Makefile.am
cilk2c_SOURCES = analyze.c ast.c complex-types.c constexpr.c \
container.c conversions.c dataflow.c elide.c initializer.c list.c \
diff -Nur cilk-5.4.6.orig/configure.ac cilk-5.4.6/configure.ac
--- cilk-5.4.6.orig/configure.ac 2012-06-28 06:19:51.000000000 +0100
+++ cilk-5.4.6/configure.ac 2012-06-28 06:41:26.000000000 +0100
--- cilk-5.4.6.orig/configure.ac 2012-11-12 21:18:50.371020111 -0800
+++ cilk-5.4.6/configure.ac 2012-11-12 21:19:09.668111459 -0800
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
@ -33,9 +33,16 @@ diff -Nur cilk-5.4.6.orig/configure.ac cilk-5.4.6/configure.ac
dnl Checks for libraries.
diff -Nur cilk-5.4.6.orig/examples/Makefile.am cilk-5.4.6/examples/Makefile.am
--- cilk-5.4.6.orig/examples/Makefile.am 2012-06-28 06:19:51.000000000 +0100
+++ cilk-5.4.6/examples/Makefile.am 2012-06-28 06:36:56.000000000 +0100
@@ -11,7 +11,7 @@
--- cilk-5.4.6.orig/examples/Makefile.am 2012-11-12 21:18:50.370020112 -0800
+++ cilk-5.4.6/examples/Makefile.am 2012-11-12 21:20:06.347380163 -0800
@@ -5,13 +5,13 @@
NPROC = 4
PROGFLAGS = --nproc $(NPROC) --yield
-CILKFLAGS=@CFLAGS@
+CILKFLAGS=-O2
CILKCOMPILE = $(CILK) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CILKFLAGS) $(CILKFLAGS)
CILKLD = $(CILK)
CILKLINK = $(CILKLD) $(AM_CILKFLAGS) $(CILKFLAGS) $(PERFCTR_LIBS) $(LDFLAGS) -o $@
LINK=$(CILKLINK)
@ -54,8 +61,8 @@ diff -Nur cilk-5.4.6.orig/examples/Makefile.am cilk-5.4.6/examples/Makefile.am
./hello $(PROGFLAGS)
./test-void-func $(PROGFLAGS)
diff -Nur cilk-5.4.6.orig/runtime/Makefile.am cilk-5.4.6/runtime/Makefile.am
--- cilk-5.4.6.orig/runtime/Makefile.am 2012-06-28 06:19:51.000000000 +0100
+++ cilk-5.4.6/runtime/Makefile.am 2012-06-28 06:27:57.000000000 +0100
--- cilk-5.4.6.orig/runtime/Makefile.am 2012-11-12 21:18:50.375020110 -0800
+++ cilk-5.4.6/runtime/Makefile.am 2012-11-12 21:19:09.668111459 -0800
@@ -1,5 +1,5 @@
lib_LTLIBRARIES = libcilk.la libcilk.g.la libcilk.p.la libcilk.g.p.la
-pkglib_LIBRARIES = libcilkrt0.a libcilkrt0g.a libcilkrt0p.a libcilkrt0gp.a

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.2 2012/11/12 12:07:00 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.3 2012/11/12 23:48:42 blueness Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.1 2012/11/09 17:38:42 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.2 2012/11/12 21:02:41 jer Exp $
EAPI=4
inherit autotools flag-o-matic
@ -11,7 +11,7 @@ SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz"
LICENSE="BSD BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs examples"
RDEPEND=""

@ -1,6 +1,2 @@
DIST pcc-1.0.0.tgz 652308 SHA256 5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb SHA512 201bd9d5c67cb7ea00f80c373e295fef643ba55aee22bf35a01b31ffaaaa6fe7c342394738f785b85c87e6404675669ae5b226c0921a6d48d850e6d0605e9bb5 WHIRLPOOL 4b9dfdd17d71626757d3db67e01b11dc509d355fb0f6c7a4abebd43289f84b43f794113f3987a0821f32133d512622704e21bbb247162e93d2b93566f8304cc5
DIST pcc-100604.tgz 635050 SHA256 22a94395dfa73b30b11c263eb480ae7174b23ec7d190052ba2f58983370c33a2 SHA512 9b1bf0f7b8e545f66f10cab35942b43eaa12de7ee94e830d35a8d31941ea70fcb94bc84d1d81120d3558a159681c22e890d495bea60ac42af302d384844a6aac WHIRLPOOL 121d2de703a0721b5cf631a9e552e65eb592176c9bd5ea8c864c07aa18d948dff51865b96137f0e925cd455c50e6dea4980cb2120ee1be0155193cdbe717007e
DIST pcc-100830.tgz 637154 SHA256 a9edc4ee3283c29c556b20a194a7d2555142f61c1fc6cbd98e98768819bf02af SHA512 847b53d5adf6e30195db68094f35ef5ef4c31af07b55dec6979691b74a7297bda67df92e64abce2aad42dba5f635f5458089ef61ba4301b6cf7707313d2366ce WHIRLPOOL ca38c2fc4ca1c2c541ac0c0fef8aef7a6f1cb5e7fe68e989d6f3a689b75a8ec12a0699d2b895840c2f7113e612977c90e48d69758c6875bcae9fa4278234791f
DIST pcc-101124.tgz 642325 SHA256 8425f7886a46f54412cdb246d004adc01004afd03dd3ee546f4c107c5a36a4af SHA512 ad68fee60db8aec2e55d54dca9bdc4cac0bebc8db177b60e70dfd6f13706d65f84c76a57c2ef15a98f94a3c53b855d810f47932742f653be8d2ca413a0396487 WHIRLPOOL 5e50e840abcd5e258cf01757dac74f3216156918a3374cdf3430ab8a868f10a5365f9a2515e78bfe0cba68c606d12e692af1bcd6d40e7e9824a5965ef5126a2a
DIST pcc-20110116.tgz 646743 SHA256 2c79929666d92ac2b20c8d94c4c1028df6d3c3848cad1eb02d9d328b32dbd7df SHA512 86c5bf2a0f630458c2b6353b58119641116cadfe103d332493fdb87ba361c8452d978bc96b387abeeeea9c544b1de3a3a60386227365bf4cb878a4e2020c4721 WHIRLPOOL 80a843b1767b27a7963b7737bd671616aabc67203008a7a6470daa2489d8916a2cdee7697525b59a31cc8aa72d861676d707f1ce14c2531903a4bee7037299f0
DIST pcc-20121112.tgz 780561 SHA256 bf640dc33bdd47d4c4f85d4360ec9555358cfa4de2b40c76f5b861430b80202e SHA512 7a8f3c45927a1291522f9b4b8c8d746e96c4a9761b9efc96e3dd0068fdf65b15b8bd2ccdc9021921cf68a9dd174f91f4614cf3eced0705ba077ecd6de5f1e573 WHIRLPOOL 25cf6f53550bb11e5313651214df2a5b4d919e9eaad0cded47fe3effc3bf60b14b2b966a05c7f4a0c223b23b5a4c4bbee2a6c6fb516341ab712729c886810106

@ -1,39 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.0_pre100604.ebuild,v 1.3 2012/04/25 16:23:38 jlec Exp $
EAPI=2
inherit eutils versionator autotools
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc portable c compiler"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="http://pcc.ludd.ltu.se/ftp/pub/${PN}/${PN}-$ver.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-$ver
src_prepare() {
sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac"
sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more"
eautoreconf
}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,40 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.0_pre100830.ebuild,v 1.1 2010/08/30 19:40:57 patrick Exp $
EAPI=2
inherit eutils versionator autotools
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc portable c compiler"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="http://pcc.ludd.ltu.se/ftp/pub/${PN}/${PN}-$ver.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-$ver
src_prepare() {
sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac"
sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more"
eautoreconf
}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,40 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.0_pre101124.ebuild,v 1.1 2010/11/24 13:56:14 patrick Exp $
EAPI=2
inherit eutils versionator autotools
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc portable c compiler"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="http://pcc.ludd.ltu.se/ftp/pub/${PN}/${PN}-$ver.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-$ver
src_prepare() {
sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac"
sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more"
eautoreconf
}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,40 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.0_pre20110116.ebuild,v 1.1 2011/01/16 10:23:44 patrick Exp $
EAPI=2
inherit eutils versionator autotools
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc portable c compiler"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="http://pcc.ludd.ltu.se/ftp/pub/${PN}/${PN}-$ver.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-$ver
src_prepare() {
sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac"
sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more"
eautoreconf
}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild,v 1.1 2012/11/12 05:35:19 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild,v 1.2 2012/11/13 23:05:42 mr_bones_ Exp $
EAPI=2
@ -19,7 +19,6 @@ DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${PVR/*_pre/}/
src_prepare() {
sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac"
sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more"

@ -1 +1,3 @@
DIST OpenSRF-1.0.7.tar.gz 1082429 SHA256 6b4ad2a571446630ba88eb100ec9a1a88e00c9cbe3127278c360ccaab99c90b1 SHA512 b3b9d2016e42ac2bbb048bf7ade8c87ba6bc37a73e6c21ea86eb21443bab9640d843df91e7372e570e1dc9068ad4f7a50d054ff2d740e0f6ade8181513cf1752 WHIRLPOOL 76219478a2786365e1aacf2e9d47b5f47a4c0abb38496ee8054e2e868f608b6d5fee6804614fdb994d1313cec8793e905d81e9d95ddaef807fea95f7d576a20a
DIST OpenSRF-1.2.0.tar.gz 1096952 SHA256 e1cba4710f5244fdcc5afae84b71d7b2f8265f1fdea72b51cf0f64e756617f2d SHA512 f6ee045b32464316eefb457dc74bd08f3a613fcd22ea54ea719a1762b38ea14972d75802d2a542f3c7489c86cea25cb6a9de61662031104b0c0b3634e1d09cd1 WHIRLPOOL 74ae8c5f464e8e3e3cc8ac35f0ba09ec8734f1e8f724f7161956917d2c80dfe4cc8ac8bff6c232483e4ec016a82e5dcc919f9c0e5b38aac55fbd7f75d0fd2997
DIST opensrf-2.1.1.tar.gz 1058060 SHA256 cf58f744ec18dcfeaf0b0f2199c499b0742ecc35e7adf1e27614ca210f70c5b8 SHA512 5294ae2c9410ae52964067cd9090f9b7b5424e96f1731868cd896c1928ef1e89729af4a83f804f491bf2da0c6d129149105309afa18531b184098ebff2820306 WHIRLPOOL fce4ca8fbebfcec091232ab156e9c4ea4bd445cc90528dc82b61a3e7cd8766382c551d3a277f7a76eea44c0c2e3d347d7805861c46581c89463f3689622fa0be

@ -0,0 +1,119 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/OpenSRF/OpenSRF-1.2.0.ebuild,v 1.1 2012/11/12 21:01:02 robbat2 Exp $
EAPI=5
inherit eutils multilib flag-o-matic apache-module autotools perl-module
DESCRIPTION="Framework for the high-level development of the Evergreen ILS software"
HOMEPAGE="http://open-ils.org/"
SRC_URI="http://open-ils.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="postgres +sqlite"
DEPEND=">=www-servers/apache-2.2.9
>=dev-db/libdbi-drivers-0.8.2
>=dev-db/libdbi-0.8.2
net-im/ejabberd
dev-libs/libmemcache
dev-perl/Cache-Memcached
dev-perl/Class-DBI-AbstractSearch
sqlite? ( dev-perl/DBD-SQLite )
postgres? ( dev-perl/DBD-Pg )
virtual/perl-Digest-MD5
dev-perl/JSON-XS
dev-perl/net-server
dev-perl/UNIVERSAL-require
dev-perl/Unix-Syslog
dev-perl/XML-LibXML
"
PERL_S="${S}/src/perl"
APXS2_S="${S}/src/gateway/.libs/"
APACHE2_MOD_FILE="${APXS2_S}/osrf_json_gateway.so ${APXS2_S}/osrf_http_translator.so"
#APACHE2_MOD_CONF="42_${PN}"
#APACHE2_MOD_DEFINE="FOO"
#DOCFILES="docs/*.html"
need_apache2_2
RDEPEND="${DEPEND}"
pkg_setup() {
perl-module_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.2.0-buildfix.patch
eautoreconf
}
#src_compile() {
# LIBXML2_CFLAGS=$(xml2-config --cflags)
# LIBXML2_CFLAGS="${LIBXML2_CFLAGS//*-I}"
# LIBXML2_HEADERS="${LIBXML2_CFLAGS// *}"
# APR_HEADERS=$(apr-1-config --includedir)
# APACHE2_HEADERS=$(apxs2 -q INCLUDEDIR)
# sed -i \
# -e '/^export PREFIX=/s,/.*,/usr,' \
# -e '/^export BINDIR=/s,/.*,${PREFIX}/bin,' \
# -e "/^export LIBDIR=/s,/.*,\${PREFIX}/$(get_libdir)," \
# -e '/^export PERLDIR=/s,/.*,${LIBDIR}/perl5,' \
# -e '/^export INCLUDEDIR=/s,/.*,${PREFIX}/include,' \
# -e '/^export ETCDIR=/s,/.*,/etc,' \
# -e '/^export SOCK=/s,/.*,/var/run/opensrf,' \
# -e '/^export PID=/s,/.*,/var/run/opensrf,' \
# -e '/^export LOG=/s,/.*,/var/log,' \
# -e '/^export TMP=/s,/.*,/tmp,' \
# -e '/^export APXS2=/s,/.*,/usr/sbin/apxs2,' \
# -e "/^export APACHE2_HEADERS=/s,/.*,${APACHE2_HEADERS}," \
# -e "/^export APR_HEADERS=/s,/.*,${APR_HEADERS}," \
# -e "/^export LIBXML2_HEADERS=/s,/.*,${LIBXML2_HEADERS}," \
# install.conf
# emake verbose || die "Failed to build"
#}
src_configure() {
econf \
--with-apxs=/usr/sbin/apxs2 \
--sysconfdir=/etc/opensrf \
--localstatedir=/var \
|| die "econf failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_configure || die "perl-module_src_configure failed"
}
src_compile() {
emake || die "main emake failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_compile || die "perl-module_src_compile failed"
}
src_install() {
einfo "Doing src_install"
#emake install-verbose DESTDIR="${D}" || die "Failed to install"
emake install DESTDIR="${D}" || die "Failed to install"
apache-module_src_install || die "apache-module_src_install failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_install || die "perl-module_src_install failed"
cd "${S}"
# Docs
dodoc README doc/*
}
src_test() {
emake check || die "emake check failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_test || die "perl-module_src_test failed"
}
pkg_config() {
:
#JABBER_SERVER=${JABBER_SERVER:=localhost}
#JABBER_PORT=${JABBER_PORT:=5222}
#PASSWORD=${PASSWORD:=osrf}
#einfo "Using Jabber server at ${JABBER_SERVER}:${JABBER_PORT}"
#einfo "Adding 'osrf' and 'router' users with password ${PASSWORD}"
#cd "${ROOT}"/usr/share/doc/${PF}/examples
#for user in osrf router ; do
# perl register.pl ${JABBER_SERVER} ${JABBER_PORT} ${user} ${PASSWORD} \
# || die "Failed to add $user user to server"
#done
}

@ -0,0 +1,123 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild,v 1.1 2012/11/12 22:13:25 robbat2 Exp $
EAPI=5
inherit eutils multilib flag-o-matic apache-module autotools perl-module
DESCRIPTION="Framework for the high-level development of the Evergreen ILS software"
HOMEPAGE="http://open-ils.org/"
MY_PN="opensrf" # upstream lowercased the tarball in 2.x
MY_P="${MY_PN}-${PV}"
SRC_URI="http://open-ils.org/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="postgres +sqlite"
DEPEND=">=www-servers/apache-2.2.9
>=dev-db/libdbi-drivers-0.8.2
>=dev-db/libdbi-0.8.2
net-im/ejabberd
dev-libs/libmemcache
dev-perl/Cache-Memcached
dev-perl/Class-DBI-AbstractSearch
sqlite? ( dev-perl/DBD-SQLite )
postgres? ( dev-perl/DBD-Pg )
virtual/perl-Digest-MD5
dev-perl/JSON-XS
dev-perl/net-server
dev-perl/UNIVERSAL-require
dev-perl/Unix-Syslog
dev-perl/XML-LibXML
"
S="${WORKDIR}/${MY_P}"
PERL_S="${S}/src/perl"
APXS2_S="${S}/src/gateway/.libs/"
APACHE2_MOD_FILE="${APXS2_S}/osrf_json_gateway.so ${APXS2_S}/osrf_http_translator.so"
#APACHE2_MOD_CONF="42_${PN}"
#APACHE2_MOD_DEFINE="FOO"
#DOCFILES="docs/*.html"
need_apache2_2
RDEPEND="${DEPEND}"
pkg_setup() {
perl-module_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.1.1-buildfix.patch
eautoreconf
}
#src_compile() {
# LIBXML2_CFLAGS=$(xml2-config --cflags)
# LIBXML2_CFLAGS="${LIBXML2_CFLAGS//*-I}"
# LIBXML2_HEADERS="${LIBXML2_CFLAGS// *}"
# APR_HEADERS=$(apr-1-config --includedir)
# APACHE2_HEADERS=$(apxs2 -q INCLUDEDIR)
# sed -i \
# -e '/^export PREFIX=/s,/.*,/usr,' \
# -e '/^export BINDIR=/s,/.*,${PREFIX}/bin,' \
# -e "/^export LIBDIR=/s,/.*,\${PREFIX}/$(get_libdir)," \
# -e '/^export PERLDIR=/s,/.*,${LIBDIR}/perl5,' \
# -e '/^export INCLUDEDIR=/s,/.*,${PREFIX}/include,' \
# -e '/^export ETCDIR=/s,/.*,/etc,' \
# -e '/^export SOCK=/s,/.*,/var/run/opensrf,' \
# -e '/^export PID=/s,/.*,/var/run/opensrf,' \
# -e '/^export LOG=/s,/.*,/var/log,' \
# -e '/^export TMP=/s,/.*,/tmp,' \
# -e '/^export APXS2=/s,/.*,/usr/sbin/apxs2,' \
# -e "/^export APACHE2_HEADERS=/s,/.*,${APACHE2_HEADERS}," \
# -e "/^export APR_HEADERS=/s,/.*,${APR_HEADERS}," \
# -e "/^export LIBXML2_HEADERS=/s,/.*,${LIBXML2_HEADERS}," \
# install.conf
# emake verbose || die "Failed to build"
#}
src_configure() {
APXS2_INSTALL="-i" \
econf \
--with-apxs=/usr/sbin/apxs2 \
--sysconfdir=/etc/opensrf \
--localstatedir=/var \
|| die "econf failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_configure || die "perl-module_src_configure failed"
}
src_compile() {
emake || die "main emake failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_compile || die "perl-module_src_compile failed"
}
src_install() {
einfo "Doing src_install"
#emake install-verbose DESTDIR="${D}" || die "Failed to install"
emake install DESTDIR="${D}" APXS2_INSTALL="-i" || die "Failed to install"
apache-module_src_install || die "apache-module_src_install failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_install || die "perl-module_src_install failed"
cd "${S}"
# Docs
dodoc README doc/*
}
src_test() {
emake check || die "emake check failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_test || die "perl-module_src_test failed"
}
pkg_config() {
:
#JABBER_SERVER=${JABBER_SERVER:=localhost}
#JABBER_PORT=${JABBER_PORT:=5222}
#PASSWORD=${PASSWORD:=osrf}
#einfo "Using Jabber server at ${JABBER_SERVER}:${JABBER_PORT}"
#einfo "Adding 'osrf' and 'router' users with password ${PASSWORD}"
#cd "${ROOT}"/usr/share/doc/${PF}/examples
#for user in osrf router ; do
# perl register.pl ${JABBER_SERVER} ${JABBER_PORT} ${user} ${PASSWORD} \
# || die "Failed to add $user user to server"
#done
}

@ -0,0 +1,136 @@
diff -Nuar OpenSRF-1.2.0.orig/Makefile.am OpenSRF-1.2.0/Makefile.am
--- OpenSRF-1.2.0.orig/Makefile.am 2008-10-27 05:07:06.000000000 +0000
+++ OpenSRF-1.2.0/Makefile.am 2012-11-12 20:53:22.079732392 +0000
@@ -115,14 +115,14 @@
SUBDIRS = src
jserver:
- make -s -C src jserver
+ $(MAKE) -s -C src jserver
jserver-install:
- make -s -C src jserver-install
+ $(MAKE) -s -C src jserver-install
javascript-install:
- make -s -C src javascript-install
+ $(MAKE) -s -C src javascript-install
install-data-hook:
- cp @srcdir@/src/gateway/apachetools.h @includedir@/opensrf/apachetools.h
+ cp @srcdir@/src/gateway/apachetools.h $(DESTDIR)@includedir@/opensrf/apachetools.h
diff -Nuar OpenSRF-1.2.0.orig/src/gateway/Makefile.am OpenSRF-1.2.0/src/gateway/Makefile.am
--- OpenSRF-1.2.0.orig/src/gateway/Makefile.am 2008-08-18 19:14:00.000000000 +0000
+++ OpenSRF-1.2.0/src/gateway/Makefile.am 2012-11-12 20:53:22.079732392 +0000
@@ -16,16 +16,25 @@
AM_CFLAGS = -D_LARGEFILE64_SOURCE -Wall -I@abs_top_srcdir@/include/ -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS)
AM_LDFLAGS = -L$(LIBDIR) -L@top_builddir@/src/libopensrf
+APACHE_DEPS = apachetools.c apachetools.h
+LIBS=libopensrf.so
+TARGETS = osrf_json_gateway.la osrf_http_translator.la
-install-exec-local:
- if [ ! "$$(grep mod_placeholder `apxs2 -q SYSCONFDIR`/httpd.conf)" ]; \
- then echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" \
- >> `apxs2 -q SYSCONFDIR`/httpd.conf; \
- fi
- $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_json_gateway.c apachetools.c apachetools.h libopensrf.so
- $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_http_translator.c apachetools.c apachetools.h libopensrf.so
- $(APXS2) -i -a @srcdir@/osrf_json_gateway.la
- $(APXS2) -i -a @srcdir@/osrf_http_translator.la
+all: $(TARGETS)
+
+osrf_json_gateway.la: osrf_json_gateway.c $(APACHE_DEPS)
+ $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) $^ $(LIBS)
+
+osrf_http_translator.la: osrf_http_translator.c $(APACHE_DEPS)
+ $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) $^ $(LIBS)
+
+#install-exec-local: $(TARGETS)
+# if [ ! "$$(grep mod_placeholder `apxs2 -q SYSCONFDIR`/httpd.conf)" ]; \
+# then echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" \
+# >> `apxs2 -q SYSCONFDIR`/httpd.conf; \
+# fi
+# $(APXS2) -i -a osrf_json_gateway.la
+# $(APXS2) -i -a osrf_http_translator.la
clean-local:
rm -f @srcdir@/osrf_http_translator.la @srcdir@/osrf_http_translator.lo @srcdir@/osrf_http_translator.slo @srcdir@/osrf_json_gateway.la @srcdir@/osrf_json_gateway.lo @srcdir@/osrf_json_gateway.slo
diff -Nuar OpenSRF-1.2.0.orig/src/java/Makefile.am OpenSRF-1.2.0/src/java/Makefile.am
--- OpenSRF-1.2.0.orig/src/java/Makefile.am 2008-07-17 18:15:09.000000000 +0000
+++ OpenSRF-1.2.0/src/java/Makefile.am 2012-11-12 20:53:22.079732392 +0000
@@ -48,8 +48,8 @@
rm files;
install-data-local:
- mkdir -p $(LIBDIR)/java
- cp opensrf.jar $(LIBDIR)/java
+ mkdir -p $(DESTDIR)$(LIBDIR)/java
+ cp opensrf.jar $(DESTDIR)$(LIBDIR)/java
dep_clean:
rm -rf deps
diff -Nuar OpenSRF-1.2.0.orig/src/libopensrf/Makefile.am OpenSRF-1.2.0/src/libopensrf/Makefile.am
--- OpenSRF-1.2.0.orig/src/libopensrf/Makefile.am 2009-04-08 02:48:02.000000000 +0000
+++ OpenSRF-1.2.0/src/libopensrf/Makefile.am 2012-11-12 20:53:22.079732392 +0000
@@ -99,6 +99,7 @@
opensrf_c_SOURCES = opensrf.c
opensrf_c_DEPENDENCIES = libopensrf.la
+osrf_json_test_DEPENDENCIES = libopensrf.la libosrf_json.la
osrf_json_test_SOURCES = osrf_json_test.c $(JSON_TARGS) $(JSON_DEP) $(JSON_TARGS_HEADS) $(JSON_DEP_HEADS)
noinst_LTLIBRARIES = libosrf_json.la
diff -Nuar OpenSRF-1.2.0.orig/src/Makefile.am OpenSRF-1.2.0/src/Makefile.am
--- OpenSRF-1.2.0.orig/src/Makefile.am 2009-05-31 19:49:00.000000000 +0000
+++ OpenSRF-1.2.0/src/Makefile.am 2012-11-12 20:53:52.475676800 +0000
@@ -17,7 +17,7 @@
export OPENSRF = opensrf
export BINDIR = @bindir@
export LIBDIR = @libdir@
-jsdir = $(LIBDIR)/javascript
+jsdir = $(datarootdir)/opensrf/javascript
export OSRF_JAVA_DEPSDIR = @OSRF_JAVA_DEPSDIR@
etcdir = $(ETCDIR)
@@ -33,7 +33,7 @@
MAYBE_JA = java
endif
-SUBDIRS = libopensrf c-apps router srfsh jserver gateway perl $(MAYBE_PY) $(MAYBE_JA)
+SUBDIRS = libopensrf c-apps router srfsh jserver gateway $(MAYBE_PY) $(MAYBE_JA) # perl is now seperate
dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl
bin_SCRIPTS = @top_srcdir@/bin/osrf_config @top_srcdir@/bin/osrf_ctl.sh
@@ -41,11 +41,11 @@
dist_sysconf_DATA = @top_srcdir@/examples/opensrf.xml.example @top_srcdir@/examples/opensrf_core.xml.example @top_srcdir@/examples/srfsh.xml.example
install-exec-local:
- mkdir -p $(VAR)
- mkdir -p $(PID)
- mkdir -p $(LOG)
- mkdir -p $(SOCK)
- mkdir -p $(jsdir)
+ mkdir -p $(DESTDIR)$(VAR)
+ mkdir -p $(DESTDIR)$(PID)
+ mkdir -p $(DESTDIR)$(LOG)
+ mkdir -p $(DESTDIR)$(SOCK)
+ mkdir -p $(DESTDIR)$(jsdir)
install-exec-hook:
sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'
@@ -54,9 +54,9 @@
sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example'
sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/srfsh.xml.example'
sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(DESTDIR)@sysconfdir@/srfsh.xml.example'
- cp -r @srcdir@/javascript/* $(jsdir)/
+ cp -r @srcdir@/javascript/* $(DESTDIR)$(jsdir)/
uninstall-hook:
- rm @includedir@/opensrf/apachetools.h
- rm -R $(jsdir)
+ rm $(DESTDIR)@includedir@/opensrf/apachetools.h
+ rm -R $(DESTDIR)$(jsdir)

@ -0,0 +1,70 @@
Upstream uses DESTDIR, but then tries to hard-install the apache config
modules, as well as not allowing other arguments to Build.PL easily.
Split apache modules to be built during compile phase, and allow control of
apxs2 install mode (for Gentoo, pass APXS2_INSTALL=-i).
For the Build.PL problem, just disable it entirely here, and use the Gentoo
build functions to call Build.PL instead
(presently does --installdirs=vendor --libdoc= --destdir="${D}" --create_packlist=0).
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
diff -Nuar opensrf-2.1.1.orig/src/gateway/Makefile.am opensrf-2.1.1/src/gateway/Makefile.am
--- opensrf-2.1.1.orig/src/gateway/Makefile.am 2012-11-06 17:39:46.000000000 +0000
+++ opensrf-2.1.1/src/gateway/Makefile.am 2012-11-12 21:56:52.108564157 +0000
@@ -17,20 +17,23 @@
AM_CFLAGS = -D_LARGEFILE64_SOURCE -Wall -I@abs_top_srcdir@/include/ -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS)
AM_LDFLAGS = -L$(LIBDIR) -L@top_builddir@/src/libopensrf
AP_LIBEXECDIR = `$(APXS2) -q LIBEXECDIR`
+APXS2_INSTALL = -i -a
DISTCLEANFILES = Makefile.in Makefile
-install-exec-local:
- d=`$(APXS2) -q SYSCONFDIR` && \
- if ! grep mod_placeholder $${d}/httpd.conf 2>&1 >/dev/null ; \
- then echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" \
- >> $${d}/httpd.conf; \
- fi
+all:
$(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_json_gateway.c apachetools.c apachetools.h libopensrf.so
$(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_http_translator.c apachetools.c apachetools.h libopensrf.so
+
+install-exec-local:
+# d=`$(APXS2) -q SYSCONFDIR` && \
+# if ! grep mod_placeholder $${d}/httpd.conf 2>&1 >/dev/null ; \
+# then echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" \
+# >> $${d}/httpd.conf; \
+# fi
$(MKDIR_P) $(DESTDIR)$(AP_LIBEXECDIR)
- $(APXS2) -i -S LIBEXECDIR=$(DESTDIR)$(AP_LIBEXECDIR) -a @srcdir@/osrf_json_gateway.la
- $(APXS2) -i -S LIBEXECDIR=$(DESTDIR)$(AP_LIBEXECDIR) -a @srcdir@/osrf_http_translator.la
+ $(APXS2) $(APXS2_INSTALL) -S LIBEXECDIR=$(DESTDIR)$(AP_LIBEXECDIR) @srcdir@/osrf_json_gateway.la
+ $(APXS2) $(APXS2_INSTALL) -S LIBEXECDIR=$(DESTDIR)$(AP_LIBEXECDIR) @srcdir@/osrf_http_translator.la
clean-local:
rm -f @srcdir@/osrf_http_translator.la @srcdir@/osrf_http_translator.lo @srcdir@/osrf_http_translator.slo @srcdir@/osrf_json_gateway.la @srcdir@/osrf_json_gateway.lo @srcdir@/osrf_json_gateway.slo
diff -Nuar opensrf-2.1.1.orig/configure.ac opensrf-2.1.1/configure.ac
--- opensrf-2.1.1.orig/configure.ac 2012-11-06 17:39:46.000000000 +0000
+++ opensrf-2.1.1/configure.ac 2012-11-12 22:04:38.673403306 +0000
@@ -352,7 +352,6 @@
src/gateway/Makefile
src/jserver/Makefile
src/libopensrf/Makefile
- src/perl/Makefile
src/ports/strn_compat/Makefile
src/python/opensrf.py
src/router/Makefile
diff -Nuar opensrf-2.1.1.orig/src/Makefile.am opensrf-2.1.1/src/Makefile.am
--- opensrf-2.1.1.orig/src/Makefile.am 2012-11-06 17:39:46.000000000 +0000
+++ opensrf-2.1.1/src/Makefile.am 2012-11-12 22:04:35.580149012 +0000
@@ -40,7 +40,7 @@
endif
if BUILDCORE
-MAYBE_CORE = libopensrf c-apps router srfsh gateway perl
+MAYBE_CORE = libopensrf c-apps router srfsh gateway
if BUILDPYTHON
dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl @top_srcdir@/src/python/opensrf.py @top_srcdir@/src/python/srfsh.py
else

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.10.ebuild,v 1.3 2012/10/19 10:33:28 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.10.ebuild,v 1.4 2012/11/13 06:27:36 bicatali Exp $
EAPI=4
@ -43,7 +43,8 @@ src_configure() {
}
src_compile() {
autotools-utils_src_compile lib $(use doc && echo info html pdf)
autotools-utils_src_compile lib
use doc && autotools-utils_src_compile info html pdf
}
src_test() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r2.ebuild,v 1.2 2012/11/11 05:50:39 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r2.ebuild,v 1.3 2012/11/13 19:36:19 jer Exp $
EAPI="5"
PYTHON_DEPEND="python? *"
@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2"
LICENSE="Boost-1.0"
SLOT=0
MAJOR_V="$(get_version_component_range 1-2)"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc icu +nls mpi python static-libs +threads tools"
RDEPEND="icu? ( >=dev-libs/icu-3.6:= )

@ -1,2 +1,3 @@
DIST grantlee-0.1.9.tar.gz 1124725 SHA256 67f058a65ff3654d1d5f5de8e528332d1dddfd7963ec857de15d83d0acf55984 SHA512 2a169a3e1c5a065043424569d16848362162a8a57d412540625c1f98b6d013da5ff79163919e54dfe39f6477d3661941384a756bc965a5cef47500d36f76c68d WHIRLPOOL fd24453b80e4e5f5c6d59c1cac2809d18119a1cc0652f45cec3c1905a7304c6e00cc50ffb96797019b3f259a862858a5bb4570694163b7046659528682521fcd
DIST grantlee-0.2.0.tar.gz 1128991 SHA256 43a6256b46a14cc12a2a6bdbe300f1c5ab52abd0cb6ba357db4580148bddd474 SHA512 a7885cc83b1caf759f76ec4a98ba1cc83b23997c5230ae68c28647b8f9d21ce5169416805930593fdf0313c9b65bdd764af470c552cf324b9a0d034fcc21e1c2 WHIRLPOOL 4aa59861a66112f190c0e08c816fd0683eefa22e4ebc01d7ff0c74390b2608c05f9d86255643d1d7769e0f922b532045965ce608bcbd061930710b7e67027585
DIST grantlee-0.3.0.tar.gz 1132163 SHA256 fb7ebcc9beb5f74077a5e2fb4e9893d280dd3346e7f5f58155f0dcc9a2e25f30 SHA512 bde5790c223aa34738b5092c2c1e91715f9d503fc584ad2ec33ee0ab870a4c35aeea63a3a9f429ed55df12d4d538b2903ad10a9fb71dc15fb592693a2b84acae WHIRLPOOL ac284835e447c8baa76eace1154ba9ce42d0f01e63616d515a6b8be36ec6f8eea7f5e42e81bb221b29c604e6fc069c2451488484b16aa7ac4b64abd038f0057f

@ -0,0 +1,55 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.1 2012/11/13 21:51:57 johu Exp $
EAPI=4
QT_MINIMAL="4.5.0"
inherit cmake-utils
DESCRIPTION="C++ string template engine based on the Django template system"
HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
SRC_URI="http://downloads.grantlee.org/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
SLOT="0"
IUSE="debug doc test"
COMMON_DEPEND="
>=x11-libs/qt-core-${QT_MINIMAL}:4
>=x11-libs/qt-gui-${QT_MINIMAL}:4
>=x11-libs/qt-script-${QT_MINIMAL}:4
"
DEPEND="${COMMON_DEPEND}
doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
"
RDEPEND="${COMMON_DEPEND}"
DOCS=(AUTHORS CHANGELOG GOALS README)
# Some tests fail
RESTRICT="test"
PATCHES=( "${FILESDIR}/${PN}-0.1.9-qt-test-optional.patch" )
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_compile docs
}
src_install() {
use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/")
cmake-utils_src_install
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild,v 1.6 2012/11/08 19:25:04 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild,v 1.7 2012/11/13 17:57:18 jer Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
IUSE="+introspection lua python"
RDEPEND=">=x11-libs/gtk+-2.20:2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild,v 1.3 2012/08/18 23:31:25 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild,v 1.4 2012/11/13 17:57:18 jer Exp $
EAPI=4
inherit eutils
@ -13,7 +13,7 @@ SRC_URI="http://kaizer.se/publicfiles/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="3"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~hppa x86"
IUSE="+introspection"
RDEPEND="x11-libs/gtk+:3

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.13.ebuild,v 1.7 2012/10/12 04:00:04 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.13.ebuild,v 1.8 2012/11/13 16:14:55 jer Exp $
EAPI=4
inherit eutils multilib
@ -8,7 +8,7 @@ inherit eutils multilib
DESCRIPTION="A library for applications dealing with netlink socket"
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
LICENSE="LGPL-2.1 utils? ( GPL-2 ) doc? ( GPL-2 )"
SLOT="3"
KEYWORDS="amd64 arm hppa ppc ppc64 ~s390 ~sh ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="doc static-libs utils"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.3 2012/11/07 07:31:39 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.4 2012/11/13 16:14:55 jer Exp $
EAPI=4
inherit eutils libtool multilib
@ -11,7 +11,7 @@ SRC_URI="
http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz
http://www.infradead.org/~tgr/libnl/files/${PN}-doc-${PV}.tar.gz
"
LICENSE="LGPL-2.1"
LICENSE="LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 )"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="doc static-libs utils"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild,v 1.4 2012/11/07 03:57:11 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild,v 1.5 2012/11/13 21:57:34 blueness Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )

@ -1,6 +1,2 @@
DIST pcc-libs-1.0.0.tgz 190238 SHA256 f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62 SHA512 619e65bb4b6c979864a2bd800f2b2abf2702bea2d091f884e9c9d5a2fcf9ff999faf45006bf83cd363f95bf60789e118e82cf24bcb0666758686061baa9cc624 WHIRLPOOL 365b354d8f1081dfa7d75468598d87200155dba8679800177b97084f85fe85b5db8e369f94be777f69f3a33dfb300b01bda5d982e7ae0efd600b4ddc4b8a3094
DIST pcc-libs-100604.tbz2 148394 SHA256 72ca919aa272791628b38ac7c69dd14b8d3042bd64e1e8ab2338d204b4e4d3d6 SHA512 b318a0c53fed2d67a719d8674df554284068a5fa63f6a8285a2e37abb1fb53cbb2d8cb3fbd6464b6c4172d240820415eb68fb276272e88a0879771ccb8b13ecd WHIRLPOOL f8705ae5d6dc396271b32d37b7925f311321f187d14eccfe78595a3bd833ad32fc71964f6585bd1423edb4ef4bf21f0933ba876d8b465ace73b2415efa68bf60
DIST pcc-libs-100830.tgz 188569 SHA256 c08a05bdd698bb5593c313a8a8a8a353722d2a7767474c9b743d6a98f4d1412b SHA512 957ed95010cf588fb5b37668c28edb29bc4db5f2fe6728693bff7717fe492cdc4511d6af7d9c96062dd46fdc2d20753a1e6fc6e73cdcaa864c7dabf6cfa0b1d5 WHIRLPOOL 42c34eeaea15f7d29c4a07276b1e3fa19d22bb2504d8ffee37df4b05c7738b783afa99b52e4ab6b0d3b80a05874f12b9d5645c2a6e77cc8e2bfd642f340e88aa
DIST pcc-libs-101124.tgz 188690 SHA256 5ac71f403abc316c5163229bfce5b77d6023e7b2c139b67a21b40a89d805c467 SHA512 c3fd2f6b2ac2c862528adddc90384af5cc8aaf028e75272d453dada8f861a1d17b86609900b9bbfd7c6e7fbd41491d62ccbe0ff43d618dba71901af245a4a132 WHIRLPOOL 2630785f248eb86a269c2b9eed5c5c08c7a1d0a01844597d552995c6a8b4cd2e80f256efbd5a8233196ff6524c91cea0eeee5f5d8e7a2b14a63436f087163a61
DIST pcc-libs-20110116.tgz 188713 SHA256 5d787c4ba1a39f0c3c3dd0756e9262a313e7d958be0b3321e3564df91c22da96 SHA512 afa27a99562e3ef14b6f2a9a6b8ee46cd7d4b16cea8fbbcae3768ace76e8f8238f14b4d26f70b00671ade0645ffc2995254940976c45d9e43811488523f3118c WHIRLPOOL fdc4bfeff5912b3a397d80702fc429f1d621d6899aa39a955f9b8e25df52088a9db7d65eb0769159a64cd6d75ca8133a1c1e92c3951c48ac41ac65d07e794fae
DIST pcc-libs-20121112.tgz 190520 SHA256 f467beaaa9aa611aa6d7b8a4db5c1792f25933219899fb391dd41b97a6aa06ec SHA512 15524bd09be9cafc95f1c28102f357db0ac27148062dc2b003f9e20aa8055871da7efa833c27a77920ee2ec4b8a68d2d7553f13095c5575efc3acd176fd2a21f WHIRLPOOL bbbe715f547e5e2198e6b2c11c2a84773ce3273c25213cc03e10185c34c95f97c596d94b66dc481f943c0c20c97a4471f593acaa1790b61c89bdf52b6876f498

@ -1,34 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.0.0_pre100604.ebuild,v 1.2 2010/06/04 13:06:35 patrick Exp $
EAPI=2
inherit eutils versionator
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="http://gentooexperimental.org/~patrick/pcc-libs-$ver.tbz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,34 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.0.0_pre100830.ebuild,v 1.1 2010/08/30 19:39:43 patrick Exp $
EAPI=2
inherit eutils versionator
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${ver}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${ver}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,34 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.0.0_pre101124.ebuild,v 1.1 2010/11/24 13:55:13 patrick Exp $
EAPI=2
inherit eutils versionator
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${ver}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${ver}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,34 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.0.0_pre20110116.ebuild,v 1.1 2011/01/16 10:22:51 patrick Exp $
EAPI=2
inherit eutils versionator
# extract date stamp for later use
ver=$(get_version_component_range 4)
ver=${ver/pre/}
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${ver}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${ver}
src_compile() {
# not parallel-safe yet
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.5 2012/11/06 13:32:03 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.6 2012/11/12 23:45:00 blueness Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~amd64 ~arm ~ppc ~amd64-fbsd ~x86-fbsd"
IUSE=""
DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )

@ -0,0 +1,24 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild,v 1.1 2012/11/12 23:14:34 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=MSCHOUT
MODULE_VERSION=0.93
inherit perl-module
DESCRIPTION="Cookie based access module."
LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" # GPL-1+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-perl/Apache-AuthCookie-3.0
dev-perl/DBI
virtual/perl-Digest-MD5
dev-perl/SQL-Abstract"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1 +1,2 @@
DIST Apache-AuthTicket-0.90.tar.gz 24616 SHA256 93314e5974e286e888bacb12b095c0153ee92f0be16d662d5bf390e7a8abfed6 SHA512 b14e8bc867edcf459d5e9d969bebddfaeeef66eb28a99690d7bc1708da52ecfecccca6da7964073993def9ec9e9b850787962b1a769df51544ae8bc6e4b2c470 WHIRLPOOL 4f513455c84e754e55f701a49a09a102ad8b4ecf0d0708ace648f23ef0d7080e34c4751604c88b9b19944cf9cb41601c81386f82ead5fae380e3627aff4865db
DIST Apache-AuthTicket-0.93.tar.gz 27421 SHA256 9599c4ceef251ff20f571c613f395b7c5b8d3afc04405c6d72c3a21eae5142dc SHA512 a5ec5c4477fefb1ef4ecbcb97e0129950bd77041a7a49bcc3b23dca47ff27dcc88d15a4501fef13a277a1577f5fe1e5cd86abe7c185129bb56f09c6949127969 WHIRLPOOL 0c5a3c22eaef7f146dbabe4e48ad5ec6e83ed9557bb06a4d01549823b021424996cc7e2383bfea84406f30d3e96f344228a346812ae1c1d5c5fa049346177607

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.960.0.ebuild,v 1.7 2012/10/10 14:16:14 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.960.0.ebuild,v 1.8 2012/11/13 15:56:19 ranger Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Graceful exit for large children"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="test"
# mod_perl < 2.0.5 bundles Apache-SizeLimit

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v 1.1 2012/11/13 19:49:57 tove Exp $
EAPI=4
MODULE_AUTHOR=BRICAS
MODULE_VERSION=1.12
inherit perl-module
DESCRIPTION="compiles CQL strings into parse trees of Node subtypes."
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Clone
>=dev-perl/Class-Accessor-0.31
>=dev-perl/String-Tokenizer-0.05
"
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Exception-0.27
)
"
SRC_TEST=do

@ -1 +1,2 @@
DIST CQL-Parser-1.10.tar.gz 21014 SHA256 f8d30d12a7fb594ec067cdf17de935f126c971ef4b8377acaaeb82fa28f51bcb SHA512 6fc7157450c6def35c136dc999b6a60a8a177664e21f670f79e0abb89a9e65065828b5187ae0cfd6352ca4bc1439594d3dec99ea1066d234ca61c5c5aba1bcf1 WHIRLPOOL 567b36df31306f748c4123d069f4dd59ff316713bafb08bf78d4068cf9956bc67d5287aa320ebacae1b3d6e17f55d58b8ca19905d019285ad001caa1963d36a4
DIST CQL-Parser-1.12.tar.gz 39432 SHA256 8dabac238451dda289295bff40c69b91ad8d1ad48b7ca46162d785ae5e3e4d71 SHA512 f894aa659926329d32bf13827b2414b590750716b74105f0c9d5c7e0a751bfdfe73eb1cda24090fc840a9c1b7f8ceaacb22c061afc43ddea3df1039b8298d9da WHIRLPOOL 115f9e4fefbaeddfb78170b453f8d5cc1b91dc2b186d7a0724bcfa06487efdd2255712b9745be350b772e47f20e593db38361305b14062dd738be8f3e7bcb8f7

@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XSAccessor/Class-XSAccessor-1.160.0.ebuild,v 1.1 2012/11/12 20:24:38 tove Exp $
EAPI=4
MODULE_AUTHOR=SMUELLER
MODULE_VERSION=1.16
inherit perl-module
DESCRIPTION="Generate fast XS accessors without runtime compilation"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
IUSE=""
DEPEND="
>=dev-perl/AutoXS-Header-1.01
"
RDEPEND="${DEPEND}
!dev-perl/Class-XSAccessor-Array
"
SRC_TEST=do
mymake=( OPTIMIZE=${CFLAGS} )

@ -1,2 +1,3 @@
DIST Class-XSAccessor-1.13.tar.gz 78100 SHA256 64a03fabf685d394667f1de731cb42448a2bf89fda65a7aaf86ee385700f42da SHA512 c4cb2b0a9082706b043278e3f243876ca8ae677ea3130774ca6e146cf7798306167c1e15b453194afcb672d36d07491d2874b75cf6891e97ce1c469019affa87 WHIRLPOOL a7372455ffa9cb49492d2bfef562ce883639c1e423e32abde6aee481de2eef32884384e3384d7880dc6f81efb12fe233318ef11121c5506b04cf80aea9acd80f
DIST Class-XSAccessor-1.14.tar.gz 80346 SHA256 59c6b7756f168c0450c9a0d7b33eb0bde3fd9c725a43fbe810d4446426cb97a1 SHA512 e35266e809cd9f77ed7974808f67a61aabb55f2bca8d2f7a952eb80ad9ff3f1b008d5a955cc4981c2d8735d1ce31466749f48511f31a4ec90d48d80b5576d0d9 WHIRLPOOL 8cb4f7884d391e723276ad381837e9a6849e46b8530de59849385bdd665b7d087beb26291289f559eacb4a0288f47a8b20beb60328aa4d8e4f5d7ac8c8494f33
DIST Class-XSAccessor-1.16.tar.gz 81459 SHA256 e56da77445d1cf2f2f2112f5f34922027c6c658785cc0388289578ad67e257fa SHA512 f53b3cd0235ba2ea277cd037a814c20be1541fe1d366869cf74baf021b9f6caa35be59796e7c418a1f5b3222ed218cd90943457c2941245a68ca57dc1cbbd897 WHIRLPOOL 9d0bd4b5cd780d06e57d3182da688c8eb90b8373225ec7728fce9a557853440ead2f4e91e975e5b108842a548cd1d792b10fa8d5b050ebff2db15b124109695f

@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30.ebuild,v 1.1 2012/11/13 20:05:38 tove Exp $
EAPI=4
MODULE_AUTHOR=ILMARI
MODULE_VERSION=0.02003
inherit perl-module
DESCRIPTION="Auto-create NetAddr::IP objects from columns"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-perl/NetAddr-IP
>=dev-perl/DBIx-Class-0.81.70
"
DEPEND="${RDEPEND}"

@ -1 +1,2 @@
DIST DBIx-Class-InflateColumn-IP-0.02002.tar.gz 29437 SHA256 fa0639ac348e3c8cfab0d3e8d2300f87ef67a9807add29d9bde0d517cd7b1e86 SHA512 273932656e589352def112b61bdb9759a8e45fb7ef1f14a3deac109732f33342a4b9520acc17dd9c532a7fc012f2fbee8cb684e8afd07092b1557cc11d700029 WHIRLPOOL 38bd0fe05765d14d8a7db253ce10c11ac05a213e84333bc197dc9c7aa801618e0b816aaae4e2f4bea99a46338146717d6646e320e82a21cd80e3f6466f222940
DIST DBIx-Class-InflateColumn-IP-0.02003.tar.gz 24096 SHA256 250bbcfdd3c6863556fbafdd31e6245dbc3f6d4157ba1c1d6aeb87a427c4acb8 SHA512 07a5f97f4e8fe148ca69ebbdf82276774e3ff68ad3956a6fc6523158ddf0a645b6a149d56a316fb5b23a52889f7dbd924e3ded6a940c9ca5d25d774cffc488d8 WHIRLPOOL bbafbbd49d31ef333a627b8b9c0d2eefd157e84ebf344cb592af40b5c899848b8a1e0a1193fa7173badc271448bda5308573722d3905dabe941252e09897ef8a

@ -0,0 +1,93 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class/DBIx-Class-0.82.40.ebuild,v 1.1 2012/11/13 19:55:29 tove Exp $
EAPI=4
MODULE_AUTHOR=GETTY
MODULE_VERSION=0.08204
inherit perl-module
DESCRIPTION="Extensible and flexible object <-> relational mapper"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-aix"
IUSE="test admin admin_script deploy replicated"
RDEPEND_MOOSE_BASIC="
>=dev-perl/Moose-0.98
>=dev-perl/MooseX-Types-0.21
"
RDEPEND_ADMIN_BASIC="
>=dev-perl/JSON-Any-1.22
>=dev-perl/MooseX-Types-JSON-0.02
>=dev-perl/MooseX-Types-Path-Class-0.05
>=dev-perl/namespace-autoclean-0.09
"
# >=dev-perl/Class-DBI-Plugin-DeepAbstractSearch-0.08
# dev-perl/Class-Trigger
# >=dev-perl/DBIx-ContextualFetch-1.03
# >=dev-perl/Date-Simple-3.03
# dev-perl/DateTime-Format-MySQL
# dev-perl/DateTime-Format-Pg
# dev-perl/DateTime-Format-SQLite
# dev-perl/DateTime-Format-Strptime
# dev-perl/Devel-Cycle
# dev-perl/Time-Piece-MySQL
RDEPEND="
admin? (
${RDEPEND_MOOSE_BASIC}
${RDEPEND_ADMIN_BASIC}
)
admin_script? (
${RDEPEND_MOOSE_BASIC}
${RDEPEND_ADMIN_BASIC}
>=dev-perl/Getopt-Long-Descriptive-0.081
>=dev-perl/Text-CSV-1.16
)
deploy? (
>=dev-perl/SQL-Translator-0.110.60
)
replicated? (
${RDEPEND_MOOSE_BASIC}
>=dev-perl/Hash-Merge-0.12
)
>=dev-perl/DBD-SQLite-1.29
>=dev-perl/Carp-Clan-6.00
>=dev-perl/Class-Accessor-Grouped-0.100.70
>=dev-perl/Class-C3-Componentised-1.0.900
>=dev-perl/Class-Inspector-1.24
>=dev-perl/Config-Any-0.20
dev-perl/Data-Compare
>=dev-perl/Data-Page-2.01
>=dev-perl/DBI-1.609
dev-perl/Devel-GlobalDestruction
>=virtual/perl-File-Path-2.08
dev-perl/Hash-Merge
>=dev-perl/Math-Base36-0.07
>=virtual/perl-Math-BigInt-1.80
>=dev-perl/MRO-Compat-0.11
>=dev-perl/Module-Find-0.06
>=dev-perl/Moo-0.9.100
>=dev-perl/Path-Class-0.18
>=dev-perl/SQL-Abstract-1.730
>=dev-perl/Sub-Name-0.04
>=dev-perl/Data-Dumper-Concise-2.20
>=dev-perl/Scope-Guard-0.03
dev-perl/Context-Preserve
>=dev-perl/Try-Tiny-0.04
>=dev-perl/namespace-clean-0.20
"
DEPEND="${RDEPEND}
test? (
>=virtual/perl-File-Temp-0.22
>=dev-perl/Package-Stash-0.280.0
>=dev-perl/Test-Exception-0.31
>=dev-perl/Test-Warn-0.21
>=virtual/perl-Test-Simple-0.94
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"
SRC_TEST=do

@ -3,3 +3,4 @@ DIST DBIx-Class-0.08198.tar.gz 712546 SHA256 7217198273311d63706d5e3465822339479
DIST DBIx-Class-0.08200.tar.gz 701379 SHA256 3d48325363085d1f64d13001d882c06e2dd243b0fc87081d42e156b5c2874774 SHA512 869ba4de8a52d4302a43b255a40991f7612bd9d04f470497229e91fe5ef437cc09bd661c566fa6499068645ecaa1ba663bb23509d36169cf2142e4cfecb5b692 WHIRLPOOL 76197eab10de5b1f67bf02e284d0a2986140e2b6b0afe69ce1a82429a9c1be07cde7e1c2849cb207750ee21ad061bb601bbf138070d21cdd4d367275d55af48b
DIST DBIx-Class-0.08202.tar.gz 705301 SHA256 ca44a6533a985437112d867509b52071fa1095f62f6e6fd108e55a75499a69d5 SHA512 c4b86be84d339608d8edd7630cec6c9e88988970535d120413cd268161f527679993a0e0c280d9044e720d0c8b14263a7987e1757c96d0403c74329d46196199 WHIRLPOOL 57aa48ea14abb5610eba105fe7f4810844f853544164fc6f28562ca0b1011b74ef382999a99d0f723c72677de57f1806efbe407807f3e51a8e49ddc3ef8cb625
DIST DBIx-Class-0.08203.tar.gz 707656 SHA256 c2f6bd5903f80b390716b679cace981a69ff87465804d47b814d63bf5fd0beeb SHA512 aff75585e83b0746f8d2f064835cb162236c7d8c8e9e061a49f4ec51a1e10fbd0c42bf54fc7d22cb1badcd05320be13cd38a5478b0fe8faf4ba7cda73252875e WHIRLPOOL 3f0d3932b43ea62fdaeb2fe0aa76dad5f9a1d32fe3c3cacb5a1f35ef03cb42d4c6383d9c0400f5dc7ac0a4b57406d3a9194504632648017a63dbcc378330bcd8
DIST DBIx-Class-0.08204.tar.gz 703803 SHA256 fd2572718904769b763a0681fbb4708bf143224eb3c131c472ce3b6096c1f05d SHA512 242c52ac0c2135e62065d6e173daf40542ec71ea70bb2654a90f2a84a3bcc84a239be4d94899432d719b8aaf869637e75eeda9da7ea0aa5ca80b63bc0a2f4e6d WHIRLPOOL b10d0efcc66ea077d413f4afb4589d809ba1088ce87f5bc9f06bf8e696246565e449d9bf7b839a94ec9acea773f92ae4c214e260b71e27df72a8f17801184dae

@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Event-ICal/DateTime-Event-ICal-0.110.0.ebuild,v 1.1 2012/11/13 19:39:42 tove Exp $
EAPI=4
MODULE_AUTHOR=FGLOCK
MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="Perl DateTime extension for computing rfc2445 recurrences"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/DateTime
>=dev-perl/DateTime-Event-Recurrence-0.11"
DEPEND="${RDEPEND}"
SRC_TEST=do

@ -1 +1,2 @@
DIST DateTime-Event-ICal-0.10.tar.gz 24340 SHA256 63553d206683bb79721896465f6b03fe6e335825c639a427e15da64dec95b26d SHA512 4abfc301ec6e1c49e96d1d4a2a52bece130ab0643a6201e7f86b875d62887aad9c67060d66a74efaaa774e8b65c49e062fb1e51d89acb6c33247e2f733a86a19 WHIRLPOOL 1ea8280462e20580767bcf4e9e33eb3ae7914e989648cfe9f0e1564ee973c0aedb61c1696502c3a133248910de1dd0f9002ee9ec217763d635b113806149f29e
DIST DateTime-Event-ICal-0.11.tar.gz 24465 SHA256 6c3ca03c1810c996fa66943138f1f891bbc4baeb41ae2108a5f821040d78dd4c SHA512 7e20121b54f8e57ed19e8a7e866401312300d1001735fc7c0f43cfee2b382f786943fcebac5f6c7bae51828681c010668e59745038d1bec35a612a7cd23ed507 WHIRLPOOL 9d89a202b418e9c4097aaf1ec19ed9d1b69bbccb511577d71217ecb7fa60f4653f234f23ef9b828f41df3f9baa500e3e010306c01e01174cb281975544a7cd1f

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild,v 1.1 2012/11/13 19:36:44 tove Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=1.54
inherit perl-module
DESCRIPTION="Time zone object base class and factory"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="
dev-perl/Class-Load
>=dev-perl/Params-Validate-0.720.0
>=dev-perl/Class-Singleton-1.30.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.310.0
test? (
>=virtual/perl-Test-Simple-0.920.0
)
"
SRC_TEST="do"

@ -5,3 +5,4 @@ DIST DateTime-TimeZone-1.49.tar.gz 384843 SHA256 e0e7d0cad8da11ca6b4fa6c09fa3388
DIST DateTime-TimeZone-1.50.tar.gz 385925 SHA256 c4bfc42828336f1b39bad31ad5d3b9d8dd6caeb414b76894accfc7bcf58c37dd SHA512 483ea270a5ed7497e1d13fa2999a30e31d832b7323dbd5f6374ee8db49d65ef5081864d119ac377256db88ec5d5dd5cbb61c2a96459cf1380cf18e0c1e79a082 WHIRLPOOL 42d4a6d52133a417de22e3ff71d2355e4c18202b0d30e074bbce0e2841380f53e51aa8e0e7bc4bf19314bd658c2e7580b7abde370b375dd8877ed9f5ddb76f7f
DIST DateTime-TimeZone-1.51.tar.gz 385468 SHA256 aa894532e6eaf0c58754bb3a7abca5d160598405266ff93ff78b681fd9fb49b3 SHA512 e764338cdb6d65cc95734ac5a56d6a105c8227f69a216890f69ce060810f5ec1824b31af7a6629877b952c772fb934b90d78f90bc3a2c54302694a36cf4a6c4d WHIRLPOOL bf0e7a743496422c75f12c0876366db9a5aa8c8fef94b0bd7466bd418429a70d702b2b97381ed3864df89b3d21b64e918487e79532df82b07b3632637b3c1ff9
DIST DateTime-TimeZone-1.53.tar.gz 833903 SHA256 e8aa2a3762c0c2c3100031fe2ba52577d6e095b15ac1dcf66c95345a0619a9c5 SHA512 32ada57c9aa295d0985dd0fbda442d309840fa4bc4dfbbbcfa0ba0fe912437a24de17e318b9e4d4d8bee5f0acf4f53767f168b9f356f3ad81ce44c7169948e69 WHIRLPOOL 0b60651cd9a0467823dcb423b2010da711e93682970c4cc7a74f863c2cdd579d7ec6bc24d88f29d36ce47091ee6fa1c57051a0db4735363180b04d340d738d5e
DIST DateTime-TimeZone-1.54.tar.gz 834977 SHA256 7e1261ac4079bffd679240a4008f3528975fb85e0dca1faefa62744712a8cfeb SHA512 c32d64a7b017501875f898be24f9221089625f37154232b7fa36333a55666736b4c21916f50f5c8ced4cea3a32719ee4ea4b895ee2bf4506fcdea0ee19c65f23 WHIRLPOOL 8a0b966e5975b59f3e4eb7900893c6ac346c39ec89cbcdedf8cd845d73c94757d9adaa348ec10e9af56f15dfbdda386671e080ffccf3fab58e8ba3e57c3fe08a

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-CRC/Digest-CRC-0.180.0.ebuild,v 1.3 2012/03/09 10:33:25 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-CRC/Digest-CRC-0.180.0.ebuild,v 1.4 2012/11/14 03:37:24 jer Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generic CRC function"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux"
KEYWORDS="amd64 ~hppa x86 ~amd64-linux"
IUSE=""
RDEPEND=""

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save