Sync with portage [Sat Feb 25 22:05:16 MSK 2012].

mhiretskiy
root 12 years ago
parent 74f283d518
commit fc465a1fa2

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/evtxtools/evtxtools-1.1.0.ebuild,v 1.1 2011/11/26 19:49:51 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/evtxtools/evtxtools-1.1.0.ebuild,v 1.2 2012/02/25 16:40:16 ago Exp $
EAPI=3
@ -13,7 +13,7 @@ SRC_URI="http://computer.forensikblog.de/files/evtx/${MY_PN}-${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-perl/DateTime

@ -1,3 +1,2 @@
DIST fam-2.7.0-dnotify.patch.bz2 7127 RMD160 dfca4dc1fa98c968ba684cb0510e0ad241dc7d4a SHA1 058c8eb3dee154e2f63b1a2ec585911ec76b13fd SHA256 c5b7df410521f919c98ca9814743c9dd753b71c1bbc048d62f967625d8e4afdb
DIST fam-2.7.0.tar.gz 301974 RMD160 1895b578d6a141c36d5bee4e3fbbc2a298a91430 SHA1 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8 SHA256 1e0aa136693a3e9f4b43ebd71e7bd934cea31817a4a6cba2edc7aac353b8a93f
DIST fam_2.7.0-17.diff.gz 28056 RMD160 1d1eccacd5dd2cfffacb4daa2bda2610062dc0b2 SHA1 680b03081b014246425f5b722fdb832ee254393e SHA256 2362384d1fbde5dcbccf70f617aedbcae44d3f826a5b9df1331b070da1e0d5c2

@ -1,88 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r5.ebuild,v 1.7 2011/01/06 11:03:49 ssuominen Exp $
inherit libtool eutils autotools
DESCRIPTION="FAM, the File Alteration Monitor"
HOMEPAGE="http://oss.sgi.com/projects/fam/"
SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz
mirror://gentoo/fam-2.7.0-dnotify.patch.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
!app-admin/gamin"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
# large file patch #76679
epatch "${FILESDIR}/${P}-largefiles.patch"
# dnotify patch #43027
echo $WORKDIR
epatch "${WORKDIR}/${P}-dnotify.patch"
# use limits correctly -#89478
epatch "${FILESDIR}/${P}-limits.patch"
# fix gcc 4.1 problems
epatch "${FILESDIR}/${P}-gcc41.patch"
# fix gcc 4.3 problems
epatch "${FILESDIR}/${P}-gcc43.patch"
# fix gcc 4.4 problems
epatch "${FILESDIR}/${P}-gcc44.patch"
eautoreconf
}
src_install() {
make install DESTDIR="${D}" || die
dosed "s:local_only = false:local_only = true:g" /etc/fam.conf
doinitd "${FILESDIR}/famd"
dodoc AUTHORS ChangeLog INSTALL NEWS TODO README
}
pkg_postinst() {
elog "To enable fam on boot you will have to add it to the"
elog "default profile, issue the following command as root to do so."
elog
elog "rc-update add famd default"
# temporary warning for people upgrading
# 6-12-03 foser <foser@gentoo.org>
if [ -e /etc/init.d/fam ]
then
echo
elog "IMPORTANT INFO FOR USERS UPGRADING FROM OLDER (<2.7.0) FAM VERSIONS :"
elog
elog "With the 2.7.0 version the fam daemon moved to sbin and was"
elog "renamed from 'fam' to 'famd'. These changes are for consistency"
elog "reasons also applied to the Gentoo init script. This means you"
elog "will have to remove fam from the default runlevel and add famd."
elog "This can be done by issueing the following commands :"
elog
elog "rc-update del fam"
elog "rc-update add famd default"
elog "rm /etc/init.d/fam"
elog
elog "The last command removes the old init script."
echo
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/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.9 2012/01/22 15:15:18 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.10 2012/02/25 15:11:14 ssuominen Exp $
EAPI="2"
@ -14,7 +14,7 @@ SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="static-libs"
DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )

@ -1,13 +0,0 @@
--- a/src/DNotify.h
+++ b/src/DNotify.h
@@ -59,8 +59,8 @@ private:
static int pipe_write_fd;
static int pipe_read_fd;
static int change_queue[QUEUESIZE];
- static volatile sig_atomic_t DNotify::queue_overflowed;
- static volatile sig_atomic_t DNotify::queue_changed;
+ static volatile sig_atomic_t queue_overflowed;
+ static volatile sig_atomic_t queue_changed;
static volatile int queue_head; // Only modified by read handler
static volatile int queue_tail; // Only modified by signal handler
static EventHandler ehandler;

@ -1,52 +0,0 @@
--- a/include/BTree.h
+++ b/include/BTree.h
@@ -24,6 +24,7 @@
#define BTree_included
#include "Boolean.h"
+#include <cstdlib>
// This is an in-core B-Tree implementation.
//
--- a/lib/Client.c++
+++ b/lib/Client.c++
@@ -34,7 +34,7 @@
#include <syslog.h>
#include <errno.h>
-#include <iostream.h>
+#include <iostream>
#include "fam.h"
#include "Client.h"
--- a/src/DNotify.c++
+++ b/src/DNotify.c++
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <libgen.h>
+#include <cstdlib>
#include "DNotify.h"
--- a/src/IMon.c++
+++ b/src/IMon.c++
@@ -40,7 +40,7 @@
#include "Interest.h"
#include "Log.h"
#include "Scheduler.h"
-#include "alloc.h"
+#include <memory>
int IMon::imonfd = -2;
IMon::EventHandler IMon::ehandler = NULL;
--- a/src/Interest.h
+++ b/src/Interest.h
@@ -29,6 +29,7 @@
#include <netinet/in.h> // for in_addr
#include "Boolean.h"
+#include <cstdlib>
class Event;
class FileSystem;

@ -1,11 +0,0 @@
--- a/src/NFSFileSystem.c++
+++ b/src/NFSFileSystem.c++
@@ -97,7 +97,7 @@
attr_cache_timeout = ACREGMAX;
- char * p;
+ const char * p;
if (strstr(opt, "noac")) {
f_noac = true;

@ -1,8 +0,0 @@
--- fam-2.7.0/common.am 2003-01-19 06:09:08.000000000 -0600
+++ fam-2.7.0.largefile/common.am 2005-01-12 19:08:06.462113110 -0600
@@ -1,2 +1,5 @@
-INCLUDES = @FAM_INC@ -DFAM_CONF=\"@FAM_CONF@\"
+INCLUDES = @FAM_INC@ -DFAM_CONF=\"@FAM_CONF@\" \
+ -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE
+

@ -1,11 +0,0 @@
--- a/include/fam.h
+++ b/include/fam.h
@@ -41,7 +41,7 @@
*****************************************************************************/
/* For NAME_MAX - maximum # of chars in a filename */
-#include "limits.h"
+#include <limits.h>

@ -1,3 +1 @@
DIST lib_users-0.1.tar.gz 10136 RMD160 fa766cbb3522ccfeece288d7beee27ecf85e857e SHA1 050a4011f544c93127bcc4786cf1e67316436d85 SHA256 3a7f33a8e4b70fb1bb5dfdeb3d713a212ade4ba4362690783352fd1268b1c46c
DIST lib_users-0.2.tar.gz 10593 RMD160 4a29c13ff8957c6d35c17d1c1e7b8a3b3df651c0 SHA1 c715ebe05625b6f1fa67d961f1fae04ea7cf7ebc SHA256 2cd8b4b359c6b343fd73124a7b09ba669af95c8b06310d2fb0fb4ed7f3222467
DIST lib_users-0.3.tar.gz 11738 RMD160 234ed98453321e71bc705026e5346bc62e4e06b5 SHA1 e34c353173466775eb477e6643c021416a36da90 SHA256 bc665a51bab8ef42ab50f9a252f54d8dde748fc1a93f4e558d7a369b531a85cb

@ -1,38 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lib_users/lib_users-0.1.ebuild,v 1.9 2010/07/31 16:31:52 jer Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="goes through /proc and finds all cases of libraries being mapped
but marked as deleted"
HOMEPAGE="http://schwarzvogel.de/software-misc.shtml"
SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~hppa ~ppc ~x86"
IUSE="test"
DEPEND="test? ( dev-python/nose )"
RDEPEND=""
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
python_convert_shebangs -r 2 .
}
src_test() {
python_execute_nosetests -P .
}
src_install() {
newbin lib_users.py lib_users
dodoc README TODO
}

@ -1,38 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lib_users/lib_users-0.2.ebuild,v 1.3 2010/09/20 19:14:21 graaff Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="goes through /proc and finds all cases of libraries being mapped
but marked as deleted"
HOMEPAGE="http://schwarzvogel.de/software-misc.shtml"
SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test"
DEPEND="test? ( dev-python/nose )"
RDEPEND=""
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
python_convert_shebangs -r 2 .
}
src_test() {
python_execute_nosetests -P .
}
src_install() {
newbin lib_users.py lib_users
dodoc README TODO
}

@ -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/lib_users/lib_users-0.3.ebuild,v 1.3 2012/02/25 08:19:19 klausman Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/lib_users/lib_users-0.3.ebuild,v 1.4 2012/02/25 14:23:27 jer Exp $
EAPI=3
PYTHON_DEPEND="2"
@ -14,7 +14,7 @@ SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ~hppa ~ppc ~x86"
KEYWORDS="alpha ~amd64 hppa ~ppc ~x86"
IUSE="test"
DEPEND="test? ( dev-python/nose )"

@ -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-arch/libarchive/libarchive-3.0.3.ebuild,v 1.7 2012/02/16 19:52:19 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.3.ebuild,v 1.8 2012/02/25 15:03:31 ssuominen Exp $
EAPI=4
inherit eutils multilib
@ -11,7 +11,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
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"
IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib"
RDEPEND="dev-libs/openssl:0

@ -1,5 +1,4 @@
DIST rpm-4.4.6.tar.gz 17157249 RMD160 6b433d20a63fb2542244ae62eff0a8b5fe290439 SHA1 33221f95189671d1a083b4f140bcf9a88ecd4374 SHA256 1e1da50af2b9dfe34c79315eae7520e7e57087671e17ce26107d779ae2b0b595
DIST rpm-4.4.7.tar.gz 14125623 RMD160 9002eb0fe1d680d8bff447d6918f9726c9a4e34c SHA1 b119fb0f10fd5e2eb330ba547b6a89e40f3c0e68 SHA256 18fde4195e4ac21a4290327336948f8c4fc58a680395edbb5f2f31bae67b18b5
DIST rpm-4.8.1.tar.bz2 3714502 RMD160 9326931bb34f4919ee0366f6aa288e41b37cba30 SHA1 5811168721f6caa3fb883ebd491c8c5416d9bf57 SHA256 43ca026dd2b80e339066d12422f67d213dde9f1869a56b0b95aa0091a834c8fa
DIST rpm-4.9.1.2.tar.bz2 3500371 RMD160 3b3a8904f9f0d8ae03c1ab903ca7f420cb9178ee SHA1 5ec557424d90461f76d4ad30bfb6653b79920d58 SHA256 ea55e5c5b70703a3fea33e5debec27a694816ae86d1bf5ce99bc9e27db84b60a
DIST rpm-5.1.6.tar.gz 8305612 RMD160 88645f4a7c2e25fffaa5628d267e86eaac137b35 SHA1 3ab7d1edf333102c748c22e9144ab90d9719ab0b SHA256 82ee1a737bd77ddd90b0fe1e9a2f478c46033e451fac3881d00ab9e166951799

@ -1,108 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.8.1-r2.ebuild,v 1.1 2011/05/08 13:26:00 sochotnicky Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit eutils autotools flag-o-matic perl-module python
DESCRIPTION="Red Hat Package Management Utils"
HOMEPAGE="http://www.rpm.org"
SRC_URI="http://rpm.org/releases/rpm-4.8.x/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls python doc sqlite caps lua acl"
RDEPEND=">=sys-libs/db-4.5
>=sys-libs/zlib-1.2.3-r1
>=app-arch/bzip2-1.0.1
>=dev-libs/popt-1.7
>=app-crypt/gnupg-1.2
dev-libs/elfutils
virtual/libintl
>=dev-lang/perl-5.8.8
dev-libs/nss
python? ( >=dev-lang/python-2.3 )
nls? ( virtual/libintl )
sqlite? ( >=dev-db/sqlite-3.3.5 )
lua? ( >=dev-lang/lua-5.1.0 )
acl? ( virtual/acl )
caps? ( >=sys-libs/libcap-2.0 )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )"
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
epatch "${FILESDIR}"/${P}-autotools.patch
epatch "${FILESDIR}"/${P}-db-path.patch
# fix #356769
sed -i 's:%{_var}/tmp:/var/tmp:' macros.in || die "Fixing tmppath failed"
eautoreconf
}
src_compile() {
default
}
src_configure() {
econf \
--without-selinux \
--with-external-db \
$(use_enable python) \
$(use_with doc hackingdocs) \
$(use_enable sqlite sqlite3) \
$(use_enable nls) \
$(use_with lua) \
$(use_with caps cap)\
$(use_with acl)\
|| die "econf failed"
}
src_install() {
emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
mv "${D}"/bin/rpm "${D}"/usr/bin
rmdir "${D}"/bin
# fix symlinks to /bin/rpm (#349840)
for binary in rpmdb rpmquery rpmsign rpmverify;do
ln -sf rpm "${D}"/usr/bin/$binary
done
use nls || rm -rf "${D}"/usr/share/man/??
keepdir /usr/src/rpm/{SRPMS,SPECS,SOURCES,RPMS,BUILD}
dodoc CHANGES CREDITS GROUPS README*
use doc && dohtml -r apidocs/html/*
# Fix perllocal.pod file collision
fixlocalpod
}
pkg_postinst() {
if [[ -f "${ROOT}"/var/lib/rpm/Packages ]] ; then
einfo "RPM database found... Rebuilding database (may take a while)..."
"${ROOT}"/usr/bin/rpm --rebuilddb --root="${ROOT}"
else
einfo "No RPM database found... Creating database..."
"${ROOT}"/usr/bin/rpm --initdb --root="${ROOT}"
fi
use python && python_mod_optimize rpm
}
pkg_postrm() {
use python && python_mod_cleanup rpm
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26.ebuild,v 1.1 2011/03/13 20:46:42 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26.ebuild,v 1.2 2012/02/25 16:41:53 ago Exp $
EAPI="3"
@ -14,7 +14,7 @@ SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static userland_GNU"
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/app-emulation/virtualbox/virtualbox-4.1.8-r1.ebuild,v 1.1 2012/02/16 17:41:43 zorry Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.1.8-r1.ebuild,v 1.2 2012/02/25 13:13:32 zorry Exp $
EAPI=4
@ -175,7 +175,9 @@ src_prepare() {
fi
# Fix compile error on hardened bug 339914 (disable PIE)
epatch "${FILESDIR}"/virtualbox_nopie.patch
if gcc-specs-pie ; then
epatch "${FILESDIR}"/virtualbox_nopie.patch
fi
}
src_configure() {

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild,v 1.6 2012/02/16 17:40:21 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild,v 1.7 2012/02/25 14:58:52 ssuominen Exp $
MY_PN="manpages-de"
MY_PN=manpages-de
DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
HOMEPAGE="http://alioth.debian.org/projects/manpages-de/"
@ -10,18 +10,17 @@ SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_PN}-${PV}.tar.bz2"
LICENSE="as-is GPL-2 GPL-3 BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
RDEPEND="virtual/man"
S="${WORKDIR}/${MY_PN}-${PV}"
src_compile() {
:;
}
S=${WORKDIR}/${MY_PN}-${PV}
src_compile() { :; }
src_install() {
make MANDIR="${D}"/usr/share/man/de install || die
emake MANDIR="${D}"/usr/share/man/de install || die
dodoc CHANGES README
# Remove man pages provided by other packages

@ -0,0 +1,22 @@
This patch came from <https://bugzilla.redhat.com/show_bug.cgi?id=667541>.
Index: pwsafe.cpp
===================================================================
RCS file: /cvsroot/pwsafe/pwsafe/pwsafe.cpp,v
retrieving revision 1.57
diff -u -r1.57 pwsafe.cpp
--- pwsafe.cpp 12 Aug 2007 12:33:06 -0000 1.57
+++ pwsafe.cpp 5 Jan 2011 22:16:43 -0000
@@ -1820,10 +1820,10 @@
if (xev.xselectionrequest.target == XA_TARGETS(xdisplay)) {
// tell them what we can supply
const Atom targets[] = { XA_TARGETS(xdisplay), XA_TIMESTAMP(xdisplay), XA_TEXT(xdisplay), XA_STRING };
- XChangeProperty(xdisplay, xev.xselectionrequest.requestor, prop, XA_TARGETS(xdisplay), 32, PropModeReplace, reinterpret_cast<const unsigned char*>(&targets), sizeof(targets)/sizeof(targets[0]));
+ XChangeProperty(xdisplay, xev.xselectionrequest.requestor, prop, XA_ATOM, 32, PropModeReplace, reinterpret_cast<const unsigned char*>(&targets), sizeof(targets)/sizeof(targets[0]));
}
else if (xev.xselectionrequest.target == XA_TIMESTAMP(xdisplay)) {
- XChangeProperty(xdisplay, xev.xselectionrequest.requestor, prop, XA_TIMESTAMP(xdisplay), 32, PropModeReplace, reinterpret_cast<const unsigned char*>(&timestamp), 1);
+ XChangeProperty(xdisplay, xev.xselectionrequest.requestor, prop, XA_INTEGER, 32, PropModeReplace, reinterpret_cast<const unsigned char*>(&timestamp), 1);
}
else if (xev.xselectionrequest.target == XA_TEXT(xdisplay) ||
xev.xselectionrequest.target == XA_STRING) {

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild,v 1.1 2012/02/25 15:56:36 nirbheek Exp $
EAPI=4
inherit base eutils
DESCRIPTION="A Password Safe compatible command-line password manager"
HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
PATCHES=(
"${FILESDIR}/${P}-cvs-1.57.patch"
"${FILESDIR}/${P}-printf.patch"
"${FILESDIR}/${P}-fake-readline.patch"
"${FILESDIR}/${P}-man-page-option-syntax.patch"
"${FILESDIR}/${P}-XChangeProperty.patch"
)
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X readline"
DEPEND="sys-libs/ncurses
dev-libs/openssl
readline? ( sys-libs/readline )
X? ( x11-libs/libSM
x11-libs/libICE
x11-libs/libXmu
x11-libs/libX11 )"
RDEPEND="${DEPEND}"
src_configure() {
econf $(use_with X x) $(use_with readline)
}
src_install() {
doman pwsafe.1
dobin pwsafe
dodoc README NEWS
}

@ -2,3 +2,4 @@ DIST vifm-0.3a.tar.gz 493981 RMD160 bcdeccbf96b8030cf1f3d0a393311e7cffe96e77 SHA
DIST vifm-0.4.tar.bz2 353731 RMD160 004db08a4c0a977ca10a6096fca0ccf9c9f8fbec SHA1 ad548b6df513483865c8623c1ce83e173271d4bc SHA256 354b47f8a53a3a1cd3b7f9d5f4aa823ee6adbcdf5c2862b71b7162b8cfd3573f
DIST vifm-0.5.tar.bz2 272835 RMD160 a48acbd471968a054aac3f34b13ee24ecbc711b8 SHA1 0563def0c538c846176e6910ae76cb24b2b1ed89 SHA256 11bc1138050d6b2887d7f099e12bc57d27cc60a6f14252744654c35d22d38164
DIST vifm-0.7.1.tar.bz2 468781 RMD160 4d69523df9302f5537581c4859ce7e9ef1791d3d SHA1 15d713b1910d732d9c6ecf1d234038fa3f594352 SHA256 7c0f2e8949851394a0fa91a9e8509a58306ce3aebd27fed163fbec10c2258583
DIST vifm-0.7.2.tar.bz2 468086 RMD160 d2020c4320b128ed3b4a81e9376c68c878209996 SHA1 bf5caf9e6ad31cd7f15f09da4531221600921a94 SHA256 f95e49a8518dd1acc9b7b750658a98bcf1cb538e25520a5a300b5812108fbc8d

@ -0,0 +1,64 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.2.ebuild,v 1.1 2012/02/25 15:33:42 wired Exp $
EAPI=4
inherit base
DESCRIPTION="Console file manager with vi(m)-like keybindings"
HOMEPAGE="http://vifm.sourceforge.net/"
SRC_URI="mirror://sourceforge/vifm/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~s390 ~x86"
IUSE="+compatibility +extended-keys +magic vim-plugin vim-syntax"
DEPEND="
>=sys-libs/ncurses-5.7-r7
magic? ( sys-apps/file )
"
RDEPEND="
${DEPEND}
vim-plugin? ( >=app-editors/vim-7.3 )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
"
DOCS=( AUTHORS TODO README )
S="${WORKDIR}"
src_configure() {
econf \
$(use_enable compatibility compatibility-mode) \
$(use_enable extended-keys) \
$(use_with magic libmagic)
}
src_install() {
base_src_install
if use vim-syntax; then
local t
for t in ftdetect ftplugin syntax; do
insinto /usr/share/vim/vimfiles/"${t}"
doins "${S}"/data/vim/"${t}"/"${PN}".vim
done
fi
if use vim-plugin; then
local t
for t in doc plugin; do
insinto /usr/share/vim/vimfiles/"${t}"
doins "${S}"/data/vim/"${t}"/"${PN}".*
done
fi
}
pkg_postinst() {
elog "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
elog " to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim,"
elog "then edit ~/.vifm/vifmrc${PV/a/} and set USE_VIM_HELP=1"
elog ""
elog "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
elog " /usr/share/vim/vimXX/"
}

@ -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-mobilephone/obexd/obexd-0.44.ebuild,v 1.3 2012/02/12 04:03:50 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexd/obexd-0.44.ebuild,v 1.4 2012/02/25 15:21:21 ssuominen Exp $
EAPI="4"
@ -9,7 +9,7 @@ HOMEPAGE="http://www.bluez.org/"
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
KEYWORDS="amd64 ~arm ppc x86"
IUSE="-eds nokia -server usb"
RDEPEND="eds? ( gnome-extra/evolution-data-server )

@ -420,18 +420,6 @@ DIST amd64-bin-libreoffice-gnome-3.4.5.2-r1.tbz2 102603395 RMD160 e5a11ffbaa3730
DIST amd64-bin-libreoffice-gnome-java-3.4.5.2-r1.tbz2 106295303 RMD160 d5f5cd2d8093ba68ae0f9fd72c60ef51eb69d990 SHA1 82b243b67a8856fe3450d30cf471a48f9e23f1e1 SHA256 4ceaeca7b6be516f85cf00835fc5412c1eda080e63b9d9c50b054e3ad0ab231b
DIST amd64-bin-libreoffice-kde-3.4.5.2-r1.tbz2 102494764 RMD160 ec10478a64f9a865190da2239f1f07c1a55d5d18 SHA1 d5bc68bc52880dc8baca1cd4e57b55f166a4f0fd SHA256 6d273dbb937272e8f72fb0079d53abc587a905ac2e132ec35072b9a4f93e2049
DIST amd64-bin-libreoffice-kde-java-3.4.5.2-r1.tbz2 106330946 RMD160 76e5a8e83eb48e0b993a4480e3c7ade268fefd19 SHA1 64cdea01d776775f80f6636860a4ef5f075277f9 SHA256 7951e2179159fbc923fe0f0e95b9e4d114090804354f452a2a40f535d1586275
DIST libreoffice-base-amd64-3.4.5.2.tbz2 115735186 RMD160 3d0b4d46d547525395070dff56c7f330330aa759 SHA1 25edfa28706c7873622475793d84c15b9b1b7af8 SHA256 5321750559f3baef14124c6c4eea8fe53bc9937d6886fcf78cdeeb7d0ea61428
DIST libreoffice-base-java-amd64-3.4.5.2.tbz2 115730483 RMD160 82de32f26849ed7486006ca6cd52f69383a2dbb5 SHA1 b4d0e9a9c188a1b6fb494e855c82945b82444c63 SHA256 22f5518f19d8a592a97630bcdb346cd495afa33d5ed26ab6293b7e04cd6e3db8
DIST libreoffice-base-java-x86-3.4.5.2.tbz2 112644459 RMD160 21ba3d6e4807d96ede4af0b40f20b14408615b83 SHA1 21aed4b6d297786f39a401b93791555a1c90d4ba SHA256 57fcf0152ed9e7f8affb53ed12b3d57b61ad2dbf24022d2e7d1d45829f4a64b0
DIST libreoffice-base-x86-3.4.5.2.tbz2 108940520 RMD160 87387662291fed16a7dcbc6055882034b2adadec SHA1 2a3258264ad6c9a7bd7950f749afd6654021b29a SHA256 eebdc397cdf6ae4089d222c13a24bb05cbc3b13a0af4bd1050ba4d3cd81d1f97
DIST libreoffice-gnome-amd64-3.4.5.2.tbz2 115682898 RMD160 9557eaa67b5173e63a964cb4999b75fb3286cf33 SHA1 15c1fbe0ad3ae938e38cba8504c150772706657b SHA256 d00092fd6f23c9aac06742004a4a08e47ea1f5f4c308660a4d1bfa2dbf8806ff
DIST libreoffice-gnome-java-amd64-3.4.5.2.tbz2 115683438 RMD160 eea1373e56d1eb60e322d9fe42bdf397db76587b SHA1 2d9a74471d24d23416599c8cb9d4bbac8913cef1 SHA256 1da23fbc683d18160806c6acc3cdaa461b444d46ced9db337aedb01b988f56cb
DIST libreoffice-gnome-java-x86-3.4.5.2.tbz2 112896615 RMD160 3f6354fc262ace5df54a9b7e97d8bb9cd513f446 SHA1 49019bfb3692fae4e18d7166d483388a5f7be614 SHA256 f32eeff2847787cb0afddbfbf8d0acf3ac5053445502fe01a302248e91e16870
DIST libreoffice-gnome-x86-3.4.5.2.tbz2 109131933 RMD160 9e4117768709fbc3b995c1bcc002a3e19b1abeeb SHA1 f7be200334cdfe15e51276ee835ca2a26259373a SHA256 97c23f80a28d714ac97be49e2e9760581531b4d7344632a5cca972d2a9800f65
DIST libreoffice-kde-amd64-3.4.5.2.tbz2 115699562 RMD160 3597377156710bd096e841a9436cc7d6eddd0c40 SHA1 e32423c4eaeb5967d03cbe5338b5b9d331753550 SHA256 39fcd44b4108dc3c492d58354d7eb92681fee249fb1a32e3ebdd4ef9d626cd73
DIST libreoffice-kde-java-amd64-3.4.5.2.tbz2 115706260 RMD160 84567426866bbf89399503d6c14b13e8d4ed59d0 SHA1 ea4caa0bbf7cd1002fbf61818f540f02507bff70 SHA256 b19c6b49e30a6fb6d241081f367a43477308e42f9d6990518c649981854d3bcb
DIST libreoffice-kde-java-x86-3.4.5.2.tbz2 112899911 RMD160 b45e9c0f688e5b901b8fdb3b419e3fd7df096899 SHA1 252bc81196678cd147b845e30afd7d51ea7d3286 SHA256 925af12a6d7f892e8911b67ee576a7d159d401a1a00b516946259c92bd8a3c32
DIST libreoffice-kde-x86-3.4.5.2.tbz2 109095011 RMD160 7fdc6b87078640d0263437dd01b3e6af764f0e04 SHA1 e4f9d07305b43538bd2ad2ea50a3a048a6969347 SHA256 98e4c66794d65ba1b00e0e783f28a02b04a4ab95536f53446b661e30d38993a1
DIST x86-bin-libreoffice-base-3.4.5.2-r1.tbz2 97362324 RMD160 91a5a13f4de38206eb94c8a877892203d5239289 SHA1 dc05aff135fb48311a90f4d28c8c8eed439dcc11 SHA256 957f63359711675fb1f91a74817a461f670d7fe62ab31d8226e87ae2e015250a
DIST x86-bin-libreoffice-base-java-3.4.5.2-r1.tbz2 101280472 RMD160 2bd99bc7d2bad27451dd06186dc33fdb8ea9360b SHA1 c737c25d8288010a7269c45ebe0564fa3c39c1a0 SHA256 00198e69042485a82e8eb924e7ce00b0c5fb10f9ef47146efcc5fd21696fe4b1
DIST x86-bin-libreoffice-gnome-3.4.5.2-r1.tbz2 97550956 RMD160 342351343f561ec9383f407dc626855cff2ffc44 SHA1 421abe054b21ff63355e3f82104c0f74aaced0e3 SHA256 25629514182078f2958cdbde59efc897e269c9405ad7e2c5eb14d876eb72eadc

@ -1,171 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild,v 1.5 2012/02/19 12:31:11 scarabeus Exp $
EAPI=4
KDE_REQUIRED="optional"
CMAKE_REQUIRED="never"
BASE_AMD64_URI="http://dev.gentoo.org/~pacho/libreoffice/"
BASE_X86_URI="http://gentoo-pr.org/libreo/libreo/"
inherit kde4-base java-pkg-opt-2 pax-utils prefix
DESCRIPTION="LibreOffice, a full office productivity suite. Binary package"
HOMEPAGE="http://www.libreoffice.org"
SRC_URI_AMD64="
kde? (
!java? ( ${BASE_AMD64_URI}/${PN/-bin}-kde-${PVR}.tbz2 -> ${PN/-bin}-kde-amd64-${PVR}.tbz2 )
java? ( ${BASE_AMD64_URI}/${PN/-bin}-kde-java-${PVR}.tbz2 -> ${PN/-bin}-kde-java-amd64-${PVR}.tbz2 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}/${PN/-bin}-gnome-${PVR}.tbz2 -> ${PN/-bin}-gnome-amd64-${PVR}.tbz2 )
java? ( ${BASE_AMD64_URI}/${PN/-bin}-gnome-java-${PVR}.tbz2 -> ${PN/-bin}-gnome-java-amd64-${PVR}.tbz2 )
)
!kde? ( !gnome? (
!java? ( ${BASE_AMD64_URI}/${PN/-bin}-base-${PVR}.tbz2 -> ${PN/-bin}-base-amd64-${PVR}.tbz2 )
java? ( ${BASE_AMD64_URI}/${PN/-bin}-base-java-${PVR}.tbz2 -> ${PN/-bin}-base-java-amd64-${PVR}.tbz2 )
) )
"
SRC_URI_X86="
kde? (
!java? ( ${BASE_X86_URI}/${PN/-bin}-kde-${PVR}.tbz2 -> ${PN/-bin}-kde-x86-${PVR}.tbz2 )
java? ( ${BASE_X86_URI}/${PN/-bin}-kde-java-${PVR}.tbz2 -> ${PN/-bin}-kde-java-x86-${PVR}.tbz2 )
)
gnome? (
!java? ( ${BASE_X86_URI}/${PN/-bin}-gnome-${PVR}.tbz2 -> ${PN/-bin}-gnome-x86-${PVR}.tbz2 )
java? ( ${BASE_X86_URI}/${PN/-bin}-gnome-java-${PVR}.tbz2 -> ${PN/-bin}-gnome-java-x86-${PVR}.tbz2 )
)
!kde? ( !gnome? (
!java? ( ${BASE_X86_URI}/${PN/-bin}-base-${PVR}.tbz2 -> ${PN/-bin}-base-x86-${PVR}.tbz2 )
java? ( ${BASE_X86_URI}/${PN/-bin}-base-java-${PVR}.tbz2 -> ${PN/-bin}-base-java-x86-${PVR}.tbz2 )
) )
"
SRC_URI="
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )
"
IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.3.2-r3
app-text/mythes
app-text/libwpd:0.9[tools]
app-text/libwpg:0.2
>=app-text/libwps-0.2.2
dev-db/unixODBC
dev-libs/expat
>=dev-libs/glib-2.28
>=dev-libs/hyphen-2.7.1
>=dev-libs/icu-4.8.1-r1
>=dev-lang/perl-5.0
>=dev-libs/openssl-1.0.0e
>=dev-libs/redland-1.0.14[ssl]
media-libs/freetype:2
>=media-libs/fontconfig-2.8.0
>=media-libs/libpng-1.5
net-print/cups
sci-mathematics/lpsolve
>=sys-libs/db-4.8
virtual/jpeg
>=x11-libs/cairo-1.10.0[X]
x11-libs/libXaw
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender
>=dev-libs/dbus-glib-0.92
gnome? (
gnome-base/gconf:2
gnome-extra/evolution-data-server
)
>=x11-libs/gtk+-2.24:2
media-gfx/graphite2
>=media-libs/gstreamer-0.10
>=media-libs/gst-plugins-base-0.10
java? (
>=dev-java/bsh-2.0_beta4
dev-java/lucene:2.9
dev-java/lucene-analyzers:2.3
dev-java/saxon:0
)
virtual/opengl
net-libs/neon
"
RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice
!app-office/openoffice-bin
!app-office/openoffice
java? ( >=virtual/jre-1.6 )
"
PDEPEND="
=app-office/libreoffice-l10n-$(get_version_component_range 1-3)*
"
DEPEND="${COMMON_DEPEND}"
# only one flavor at a time
REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
RESTRICT="test strip"
S="${WORKDIR}"
PYTHON_UPDATER_IGNORE="1"
pkg_pretend() {
[[ $(gcc-major-version) -lt 4 ]] || \
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
&& die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
}
pkg_setup() {
kde4-base_pkg_setup
}
src_unpack() {
default
}
src_prepare() {
cp "${FILESDIR}"/50-${PN} "${T}"
eprefixify "${T}"/50-${PN}
}
src_configure() { :; }
src_compile() { :; }
src_install() {
dodir /usr
cp -aR "${S}"/usr/* "${ED}"/usr/
# prevent revdep-rebuild from attempting to rebuild all the time
insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
}
pkg_preinst() {
# Cache updates - all handled by kde eclass for all environments
kde4-base_pkg_preinst
}
pkg_postinst() {
kde4-base_pkg_postinst
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
}
pkg_postrm() {
kde4-base_pkg_postrm
}

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.22-r1.ebuild,v 1.8 2011/07/17 10:23:03 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.22-r1.ebuild,v 1.9 2012/02/25 14:07:59 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit autotools eutils python
@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
# Tests don't pass
RESTRICT="test"
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
epatch "${FILESDIR}"/${P}-fbsd.patch

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36-r2.ebuild,v 1.2 2011/05/21 17:29:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36-r2.ebuild,v 1.3 2012/02/25 14:07:59 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit cmake-utils python
@ -34,7 +34,6 @@ DOCS="AUTHORS CODING README"
# Tests don't pass
RESTRICT="test"
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
# Has hardcoded python versions, use the module shipped with cmake instead

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39-r1.ebuild,v 1.3 2011/05/21 17:29:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39-r1.ebuild,v 1.4 2012/02/25 14:07:59 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit cmake-utils python
@ -34,7 +34,6 @@ DOCS="AUTHORS CODING ChangeLog README"
# Tests don't pass
RESTRICT="test"
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
# Has hardcoded python versions, use the module shipped with cmake instead

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.8 2011/05/21 17:29:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.9 2012/02/25 14:07:59 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit cmake-utils subversion python
@ -36,7 +36,6 @@ DOCS="AUTHORS CODING ChangeLog README"
# tests don't pass
RESTRICT="test"
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
# Use cmake's instead - bug #276220

@ -1 +1 @@
DIST kiwix-0.9-beta4-src.tar.bz2 3286579 RMD160 aa26cab147b88a1233608ae052ec6bd7a1b48037 SHA1 c870f1efe5ad13f6a5531dc2c1ef5d7db04b35ab SHA256 21c1c7491644656135d6bf1e88a018202e965497dc423de611bb5e2fd205ce7c
DIST kiwix-0.9-beta5-src.tar.bz2 3422705 RMD160 0997307c08fad60ca8d4e0ccc52dca8dc387d685 SHA1 7c9dd3d7c1f32544e837c80ce8057eff30caecff SHA256 5f9ff04e02114a95ca4849a8dc3cff91f54d01bc80ce9d2ca6dee1fcbba6a739

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/kiwix/kiwix-0.9_beta4.ebuild,v 1.2 2011/11/15 13:14:32 chithanh Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/kiwix/kiwix-0.9_beta5.ebuild,v 1.1 2012/02/25 15:13:35 chithanh Exp $
EAPI=3

@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pybookreader/pybookreader-0.5.0.ebuild,v 1.3 2010/03/28 16:31:39 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/pybookreader/pybookreader-0.5.0.ebuild,v 1.4 2012/02/25 12:01:14 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-* *-jython"
inherit distutils
@ -22,7 +23,6 @@ IUSE=""
DEPEND="dev-python/pygtk
dev-libs/libxml2[python]"
RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"

@ -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/unixODBC/unixODBC-2.3.1.ebuild,v 1.5 2012/02/24 14:14:55 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.6 2012/02/25 15:12:20 ssuominen Exp $
EAPI=4
inherit libtool
@ -11,7 +11,7 @@ SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b

@ -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-libs/dvutil/dvutil-1.0.10-r1.ebuild,v 1.1 2012/02/25 12:42:09 ssuominen Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="C++ classes for files, dates, property lists, reference counted pointers, number conversion etc."
HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/html/"
SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/${PN}/download/${P}.tar.gz
mirror://gentoo/${P}-asneeded.patch.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc ssl static-libs"
RDEPEND="ssl? ( dev-libs/openssl:0 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${WORKDIR}"/${P}-asneeded.patch
sed -i -e '/LDFLAGS.*all-static/d' dvutil/Makefile.am || die #362669
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_with ssl)
}
src_install() {
default
use static-libs || rm -f "${ED}"usr/lib*/lib*.la
use doc && dohtml -r doc/html/*
}

@ -0,0 +1,91 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r6.ebuild,v 1.1 2012/02/25 11:34:44 ssuominen Exp $
EAPI=4
inherit eutils libtool toolchain-funcs
DESCRIPTION="XML parsing libraries"
HOMEPAGE="http://expat.sourceforge.net/"
SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="elibc_FreeBSD examples static-libs unicode"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-check_stopped_parser.patch \
"${FILESDIR}"/${P}-fix_bug_1990430.patch \
"${FILESDIR}"/${P}-CVE-2009-3560-revised.patch
elibtoolize
epunt_cxx
mkdir "${S}"-build{,u,w} || die
}
src_configure() {
local myconf="$(use_enable static-libs static)"
pushd "${S}"-build >/dev/null
ECONF_SOURCE="${S}" econf ${myconf}
popd >/dev/null
if use unicode; then
pushd "${S}"-buildu >/dev/null
CPPFLAGS+=" -DXML_UNICODE" ECONF_SOURCE="${S}" econf ${myconf}
popd >/dev/null
pushd "${S}"-buildw >/dev/null
CFLAGS+=" -fshort-wchar" CPPFLAGS+=" -DXML_UNICODE_WCHAR_T" ECONF_SOURCE="${S}" econf ${myconf}
popd >/dev/null
fi
}
src_compile() {
pushd "${S}"-build >/dev/null
emake
popd >/dev/null
if use unicode; then
pushd "${S}"-buildu >/dev/null
emake buildlib LIBRARY=libexpatu.la
popd >/dev/null
pushd "${S}"-buildw >/dev/null
emake buildlib LIBRARY=libexpatw.la
popd >/dev/null
fi
}
src_install() {
dodoc Changes README
dohtml doc/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*.c
fi
pushd "${S}"-build >/dev/null
emake install DESTDIR="${D}"
popd >/dev/null
if use unicode; then
pushd "${S}"-buildu >/dev/null
emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
popd >/dev/null
pushd "${S}"-buildw >/dev/null
emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
popd >/dev/null
fi
use static-libs || rm -f "${ED}"usr/lib*/libexpat{,u,w}.la
# libgeom in /lib and ifconfig in /sbin require it on FreeBSD since we
# stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
use elibc_FreeBSD && gen_usr_ldscript -a expat{,u,w}
}

@ -1,10 +1,10 @@
DIST gmime-2.2.27.tar.bz2 790878 RMD160 43a7c2cac36e97ad1391a33fce9ca4bc53ff1704 SHA1 3dbde8bc3e8c1380b7d94de193aa407dfa46e887 SHA256 73b0ffb5c6cfb8614a5fb0d3a9fd75856d65905be39133baf1dd12efe51f24eb
DIST gmime-2.4.26.tar.xz 729020 RMD160 5bc32a1afd87e41134ed2381e1044aab3703fddc SHA1 e91ecae390e11b062fea8354e097195368ce11a5 SHA256 bad2c9ceb36a685a8f31eccf047be9d761da781c777c7657b093f9ff0bba401f
DIST gmime-2.4.28.tar.xz 730112 RMD160 15d2dc3ee365fe60c13ffde8466f38c5cebb1677 SHA1 0006053f3eedae80fed0d62dae8abcd331f55754 SHA256 8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e
DIST gmime-2.4.30.tar.xz 731224 RMD160 9adc5282fa8b3bdf3da111a1d8ff17d1b195ab74 SHA1 c8f0814dcf4ea3cde53f9a698a680ba5402dc42d SHA256 8a25f511734d3ec01938a1915c7d64571f4b92e1ff6f76c363ed94b83616d44e
DIST gmime-2.4.31.tar.xz 684740 RMD160 e7927334759cd3e4152db1bed1419445c71245e8 SHA1 60ac46236bf621676dab607568a182633a4f91d9 SHA256 d9601328ee3d2d5be57ac8397571af4835dba8eb2c68ad224de3ec722a81fd04
DIST gmime-2.4.32.tar.xz 685512 RMD160 fd22a66ddf0005f209f58d1df7beaa8881921147 SHA1 a0792ebee02050517dd7622dab9e12aa2818a3c1 SHA256 a0e8f3a1949e7281e92edc5dd6309a7ca34b6838c6acf7b7f1563a41b5ddd74b
DIST gmime-2.6.0.tar.xz 775012 RMD160 ac0b9a6e59c3abdf1b4ece55b3cc9a2ba7a1c0e3 SHA1 a78b4afab2664586145e49c4673d1351a7fbf813 SHA256 bc71b1860ea85efd3e17d9d8edef6ef7ba9880bc34d73dc683d36d8a48dcad17
DIST gmime-2.6.1.tar.xz 775204 RMD160 6d8cfc8cd0ea1a1b03efe3282cffcd976d1f8bc6 SHA1 fe977dfbeb05a44028f60204022f9cb895da9eac SHA256 89864f8dd7e9c8d1e8abb762401ef54123d2a1f456d41dcd63364a42ac0cc80e
DIST gmime-2.6.3.tar.xz 776216 RMD160 64b17b477147892a54b66fd256f7826ce67e8cd3 SHA1 31193111d3b54809b3af8bb60775a535d2c4946c SHA256 6284fde1c73a1944d1a3529ab792bb7984633f619c8f74eb7fe2dfb0fd7c030b
DIST gmime-2.6.4.tar.xz 719668 RMD160 62b5b39ee6fbb3febfd7cb5f08da1ebd5c6da16e SHA1 5ccf322d69870b29d82f3df2c4d82e954399171d SHA256 2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163
DIST gmime-2.6.6.tar.xz 721152 RMD160 7f34364a4cdf01311ac5cd29271fbec810193f71 SHA1 89ef01346174b89616a02e348642c63800f64a68 SHA256 efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee
DIST gmime-sharp.snk 596 RMD160 62a475a0a29bc8823ddcd25211e417bd0ee26221 SHA1 106d8812445a6fcd52526b2bc1184249dda6f4b8 SHA256 f71eb61399bb038acc847298b74eee6c03a8773309dc5c10929ee4aa0aeb3948

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.30.ebuild,v 1.1 2011/12/31 18:55:25 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.32.ebuild,v 1.1 2012/02/25 13:07:16 pacho Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 eutils mono libtool
inherit gnome2 eutils mono
DESCRIPTION="Utilities for creating and parsing messages using MIME"
HOMEPAGE="http://spruce.sourceforge.net/gmime/"
@ -28,6 +28,9 @@ DEPEND="${RDEPEND}
app-text/docbook-sgml-utils )
mono? ( dev-dotnet/gtk-sharp-gapi:2 )"
# dev-util/gtk-doc-am"
# eautoreconf requires dev-util/gtk-doc-am
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS PORTING README TODO"
G2CONF="${G2CONF}
@ -36,30 +39,6 @@ pkg_setup() {
$(use_enable static-libs static)"
}
src_prepare() {
gnome2_src_prepare
if use doc ; then
# db2html should be docbook2html
sed -i -e 's:db2html:docbook2html:' \
configure.in configure || die "sed failed (1)"
sed -i -e 's:db2html:docbook2html -o gmime-tut:g' \
docs/tutorial/Makefile.am docs/tutorial/Makefile.in \
|| die "sed failed (2)"
# Fix doc targets (bug #97154)
sed -i -e 's!\<\(tmpl-build.stamp\): !\1 $(srcdir)/tmpl/*.sgml: !' \
gtk-doc.make docs/reference/Makefile.in || die "sed failed (3)"
fi
# Use correct libdir for mono assembly
sed -i -e 's:^libdir.*:libdir=@libdir@:' \
-e 's:^prefix=:exec_prefix=:' \
-e 's:prefix)/lib:libdir):' \
mono/gmime-sharp-2.4.pc.in mono/Makefile.{am,in} || die "sed failed (4)"
elibtoolize
}
src_compile() {
MONO_PATH="${S}" gnome2_src_compile
if use doc; then
@ -76,9 +55,4 @@ src_install() {
insinto /usr/share/doc/${PF}/tutorial
doins docs/tutorial/html/*
fi
# rename these two, so they don't conflict with app-arch/sharutils
# (bug #70392) Ticho, 2004-11-10
mv "${ED}/usr/bin/uuencode" "${ED}/usr/bin/gmime-uuencode-${SLOT}" || die
mv "${ED}/usr/bin/uudecode" "${ED}/usr/bin/gmime-uudecode-${SLOT}" || die
}

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.3.ebuild,v 1.1 2011/12/31 18:55:25 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.6.ebuild,v 1.1 2012/02/25 13:07:16 pacho Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 eutils mono libtool
inherit gnome2 eutils mono
DESCRIPTION="Utilities for creating and parsing messages using MIME"
HOMEPAGE="http://spruce.sourceforge.net/gmime/"
@ -29,6 +29,9 @@ DEPEND="${RDEPEND}
app-text/docbook-sgml-utils )
mono? ( dev-dotnet/gtk-sharp-gapi:2 )"
# dev-util/gtk-doc-am"
# eautoreconf requires dev-util/gtk-doc-am
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS PORTING README TODO"
G2CONF="${G2CONF}
@ -38,30 +41,6 @@ pkg_setup() {
$(use_enable static-libs static)"
}
src_prepare() {
gnome2_src_prepare
if use doc ; then
# db2html should be docbook2html, upstream bug #667070
sed -i -e 's:db2html:docbook2html:' \
configure.ac configure || die "sed failed (1)"
sed -i -e 's:db2html:docbook2html -o gmime-tut:g' \
docs/tutorial/Makefile.am docs/tutorial/Makefile.in \
|| die "sed failed (2)"
# Fix doc targets (bug #97154), upstream bug #667071
sed -i -e 's!\<\(tmpl-build.stamp\): !\1 $(srcdir)/tmpl/*.sgml: !' \
gtk-doc.make docs/reference/Makefile.in || die "sed failed (3)"
fi
# Use correct libdir for mono assembly, upstream bug #667072
sed -i -e 's:^libdir.*:libdir=@libdir@:' \
-e 's:^prefix=:exec_prefix=:' \
-e 's:prefix)/lib:libdir):' \
mono/gmime-sharp.pc.in mono/Makefile.{am,in} || die "sed failed (4)"
elibtoolize
}
src_compile() {
MONO_PATH="${S}" gnome2_src_compile
if use doc; then
@ -78,9 +57,4 @@ src_install() {
insinto /usr/share/doc/${PF}/tutorial
doins docs/tutorial/html/*
fi
# rename these two, so they don't conflict with app-arch/sharutils
# (bug #70392) Ticho, 2004-11-10, upstream bug #667073
mv "${ED}/usr/bin/uuencode" "${ED}/usr/bin/gmime-uuencode-${SLOT}" || die
mv "${ED}/usr/bin/uudecode" "${ED}/usr/bin/gmime-uudecode-${SLOT}" || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.17-r6.ebuild,v 1.1 2012/02/12 21:06:16 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.17-r6.ebuild,v 1.2 2012/02/25 15:22:17 jer Exp $
EAPI="2"
inherit flag-o-matic toolchain-funcs
inherit flag-o-matic multilib toolchain-funcs
DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://libtom.org/?page=features&whatfile=crypt"
@ -30,6 +30,7 @@ src_prepare() {
src_compile() {
append-flags -DLTM_DESC
export LIBPATH="/usr/$(get_libdir)"
EXTRALIBS="-ltommath" \
CC=$(tc-getCC) \
IGNORE_SPEED=1 \

@ -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/libusb/libusb-1.0.9_rc3.ebuild,v 1.7 2012/02/12 18:37:15 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.9_rc3.ebuild,v 1.8 2012/02/25 15:13:20 ssuominen Exp $
EAPI=4
inherit autotools
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/libu/${PN}-${PV%.*}/${PN}-${PV%.*}_${PV/_/~}.
LICENSE="LGPL-2.1"
SLOT="1"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc static-libs"
RDEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.1 2011/10/30 16:12:36 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.2 2012/02/25 16:39:54 ago Exp $
EAPI=3
@ -12,7 +12,7 @@ inherit perl-module
DESCRIPTION="Perl extension for hexdumping arbitrary data"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
KEYWORDS="amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# 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.1 2011/11/13 20:16:04 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-CRC/Digest-CRC-0.180.0.ebuild,v 1.2 2012/02/25 16:39:33 ago Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generic CRC function"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
KEYWORDS="amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0.ebuild,v 1.1 2011/08/29 17:30:13 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0.ebuild,v 1.2 2012/02/25 16:39:11 ago Exp $
EAPI=4
@ -11,5 +11,5 @@ inherit perl-module
DESCRIPTION="Perl extension for merging IPv4 or IPv6 CIDR addresses "
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.0.0.ebuild,v 1.1 2011/08/03 23:47:33 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.0.0.ebuild,v 1.2 2012/02/25 15:18:42 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils virtualx

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.1.0.ebuild,v 1.1 2012/01/17 06:21:52 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.1.0.ebuild,v 1.2 2012/02/25 15:18:42 patrick Exp $
EAPI=4
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils virtualx

@ -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-python/nltk/nltk-2.0.1_rc1.ebuild,v 1.3 2012/02/19 01:15:42 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.1_rc1.ebuild,v 1.4 2012/02/25 16:25:58 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils

@ -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-python/nltk/nltk-2.0_beta9.ebuild,v 1.6 2012/02/19 01:15:42 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.7 2012/02/25 16:25:58 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils

@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild,v 1.9 2010/03/13 17:53:37 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r3.ebuild,v 1.10 2012/02/25 13:34:28 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils eutils
@ -21,7 +22,6 @@ DEPEND=">=dev-python/pyogg-1.1
>=media-libs/libogg-1.0
>=media-libs/libvorbis-1.0"
RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"
DOCS="AUTHORS COPYING ChangeLog NEWS README"

@ -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-ruby/actionmailer/actionmailer-3.0.11-r1.ebuild,v 1.1 2012/01/20 10:06:40 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.11-r2.ebuild,v 1.1 2012/02/25 13:18:12 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18"
@ -35,6 +35,8 @@ all_ruby_prepare() {
rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
sed -i -e '/dependency.*mail/s:~>:>=:' "${RUBY_FAKEGEM_GEMSPEC}" || die
# Rename private method to avoid conflict with the simple_format
# TextHelper. Already fixed in Rails 3.1.
sed -i -e 's/simple_format/format_paragraph/' lib/action_mailer/mail_helper.rb || die

@ -0,0 +1,71 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.1 2012/02/25 13:12:59 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
inherit ruby-fakegem eutils
DESCRIPTION="A fast and liberal HTML parser for Ruby."
HOMEPAGE="http://wiki.github.com/hpricot/hpricot"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
dev-ruby/rake-compiler
test? ( virtual/ruby-test-unit )"
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
USE_RUBY="${USE_RUBY/jruby/}" \
ruby_add_rdepend "dev-ruby/fast_xs"
# Probably needs the same jdk as JRuby but I'm not sure how to express
# that just yet.
DEPEND+="
dev-util/ragel
ruby_targets_jruby? ( >=virtual/jdk-1.5 )"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
# Fix encoding assumption of environment for Ruby 1.9.
# https://github.com/hpricot/hpricot/issues/52
# sed -i -e '1 iEncoding.default_external=Encoding::UTF_8 if RUBY_VERSION =~ /1.9/' test/load_files.rb || die
}
each_ruby_prepare() {
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
[[ ${RUBY} == */jruby ]] && return
pushd .. &>/dev/null
epatch "${FILESDIR}"/${P}-fast_xs.patch
popd .. &>/dev/null
}
each_ruby_configure() {
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
[[ ${RUBY} == */jruby ]] && return
${RUBY} -Cext/hpricot_scan extconf.rb || die "hpricot_scan/extconf.rb failed"
}
each_ruby_compile() {
local modname=$(get_modname)
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
if [[ ${RUBY} == */jruby ]]; then
${RUBY} -S rake compile_java || die "rake compile_java failed"
return
fi
emake -Cext/hpricot_scan CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make hpricot_scan failed"
cp ext/hpricot_scan/hpricot_scan${modname} lib/ || die
}

@ -1,39 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r1.ebuild,v 1.16 2011/08/15 17:15:10 jlec Exp $
EAPI=2
MY_P="Togl${PV}"
DESCRIPTION="A Tk widget for OpenGL rendering"
HOMEPAGE="http://togl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug +threads"
RDEPEND="
dev-lang/tk
virtual/opengl"
DEPEND="${RDEPEND}"
# tests directory is missing
RESTRICT="test"
S="${WORKDIR}"/${MY_P}
src_configure() {
econf \
$(use_enable debug symbols) \
$(use_enable amd64 64bit) \
$(use_enable threads)
}
src_install() {
emake DESTDIR="${D}" install || die "failed to install"
dohtml doc/* || die "no html"
dodoc README* || die "no README"
}

@ -1,4 +1,4 @@
DIST mutt-1.5.21-gentoo-patches-r1.tar.bz2 68796 RMD160 10b38c663d39e169c3c456e5cbf7bd855c203186 SHA1 2df153ce3870576e8dba84a6f54df698333587e8 SHA256 89b67ad863941aacdc2b1c9d3fd4f90f7b0cb50bd5fc10c9284a82ce6e7687c0
DIST mutt-1.5.21-gentoo-patches-r7.tar.bz2 77409 RMD160 4513c4a72e86c2540199811dc472bb9044f0f682 SHA1 eacde1904bc03f0b8717ea9449748d39f54e3d35 SHA256 963e7feb561166dc6ceb7e72e542c7af206aadbb46dd422c9ec39b3e91652bee
DIST mutt-1.5.21-gentoo-patches-r8.tar.bz2 85248 RMD160 6d362ac1d129040b64d84f93824c56d0cec5e350 SHA1 f54f74aaf8edec297421f22e3cf93d4b6b22bcd3 SHA256 c3d8d54bb8a297b39b7c34a4fc05ca1bf4998f607d126ec7f93aa2b13fca04d5
DIST mutt-1.5.21-gentoo-patches-r9.tar.bz2 85557 RMD160 1915b7d3d542790ff35c1e6889a5c5c2a09b27fe SHA1 736d1a254549d256d17a5957f698dfb34138cad2 SHA256 fad41858426cdb7188d293740714d34b9ab4309c6cbd7607526080411dce793b
DIST mutt-1.5.21.tar.gz 3716886 RMD160 b235a42972ae410592253cdc117a90baf279f47a SHA1 a8475f2618ce5d5d33bff85c0affdf21ab1d76b9 SHA256 2141f36e8d0f4f71c9ca6780001e7cc679fe313e643953fc07f001223e67c4a0

@ -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/mail-client/mutt/mutt-1.5.21-r8.ebuild,v 1.2 2012/02/09 18:23:24 idl0r Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.21-r8.ebuild,v 1.3 2012/02/25 16:05:17 grobian Exp $
EAPI="3"
inherit eutils flag-o-matic autotools
PATCHSET_REV="-r8"
PATCHSET_REV="-r9"
DESCRIPTION="A small but very powerful text-based mail client"
HOMEPAGE="http://www.mutt.org/"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.10 2009/04/24 08:16:26 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.11 2012/02/25 16:37:41 ago Exp $
inherit eutils
@ -9,7 +9,7 @@ HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/"
SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ~sparc x86"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
DEPEND="|| ( mail-client/alpine mail-client/pine )

@ -1,59 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r7.ebuild,v 1.2 2009/07/16 19:18:11 ssuominen Exp $
inherit eutils autotools
MY_P=${P/_}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Id3 library for C/C++"
HOMEPAGE="http://id3lib.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="doc"
RESTRICT="test"
RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-zlib.patch
epatch "${FILESDIR}"/${P}-test_io.patch
epatch "${FILESDIR}"/${P}-autoconf259.patch
epatch "${FILESDIR}"/${P}-doxyinput.patch
epatch "${FILESDIR}"/${P}-unicode16.patch
epatch "${FILESDIR}"/${P}-gcc-4.3.patch
# Security fix for bug 189610.
epatch "${FILESDIR}"/${P}-security.patch
AT_M4DIR="${S}/m4" eautoreconf
}
src_compile() {
econf || die "econf failed."
emake || die "emake failed."
if use doc; then
cd doc/
doxygen Doxyfile || die "doxygen failed"
fi
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc AUTHORS ChangeLog HISTORY README THANKS TODO
if use doc; then
dohtml -r doc
fi
}

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r8.ebuild,v 1.7 2012/01/01 15:58:06 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r8.ebuild,v 1.8 2012/02/25 15:06:04 ssuominen Exp $
EAPI=2
EAPI=4
inherit autotools eutils
DESCRIPTION="Id3 library for C/C++"
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/zlib"
@ -19,10 +19,12 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
RESTRICT="test"
S=${WORKDIR}/${P/_}
src_prepare() {
epatch "${FILESDIR}"/${P}-zlib.patch \
epatch \
"${FILESDIR}"/${P}-zlib.patch \
"${FILESDIR}"/${P}-test_io.patch \
"${FILESDIR}"/${P}-autoconf259.patch \
"${FILESDIR}"/${P}-doxyinput.patch \
@ -37,15 +39,15 @@ src_prepare() {
}
src_compile() {
emake || die "emake failed"
emake
if use doc; then
cd doc
doxygen Doxyfile || die "doxygen failed"
doxygen Doxyfile || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog HISTORY README THANKS TODO
use doc && dohtml -r doc
}

@ -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/media-libs/libbluray/libbluray-0.2.1-r1.ebuild,v 1.4 2012/01/28 04:38:45 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.2.1-r1.ebuild,v 1.5 2012/02/25 16:38:42 ago Exp $
EAPI=4
@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="aacs java static-libs utils +xml"
COMMON_DEPEND="

@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libiptcdata/libiptcdata-1.0.4.ebuild,v 1.13 2011/11/26 13:04:30 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libiptcdata/libiptcdata-1.0.4.ebuild,v 1.14 2012/02/25 12:20:45 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
inherit eutils python

@ -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/media-libs/libsdl/libsdl-1.2.15.ebuild,v 1.4 2012/02/23 19:05:17 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15.ebuild,v 1.5 2012/02/25 15:00:20 ssuominen Exp $
EAPI=2
inherit flag-o-matic multilib toolchain-funcs eutils libtool
@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces. Be prepared for bug reports to be marked INVALID.

@ -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/media-libs/sk1libs/sk1libs-0.9.1.ebuild,v 1.15 2012/01/01 20:53:04 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/sk1libs/sk1libs-0.9.1.ebuild,v 1.16 2012/02/25 14:39:08 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils

@ -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/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v 1.1 2012/02/05 08:20:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v 1.2 2012/02/25 16:41:18 ago Exp $
EAPI=4
@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
_live_inherits="autotools mercurial"
else
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
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/media-sound/xwax/xwax-1.0.ebuild,v 1.4 2012/01/28 14:44:54 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-1.0.ebuild,v 1.5 2012/02/25 15:10:13 ssuominen Exp $
EAPI=4
inherit toolchain-funcs
@ -11,7 +11,7 @@ SRC_URI="http://www.xwax.co.uk/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="alsa jack oss cdda mp3 +fallback"
REQUIRED_USE="|| ( cdda mp3 fallback )
|| ( alsa jack oss )"

@ -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/media-video/ffmpeg2theora/ffmpeg2theora-0.28-r1.ebuild,v 1.2 2012/01/30 22:01:19 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg2theora/ffmpeg2theora-0.28-r1.ebuild,v 1.3 2012/02/25 16:38:09 ago Exp $
EAPI=4
inherit eutils scons-utils
@ -11,7 +11,7 @@ SRC_URI="http://www.v2v.cc/~j/${PN}/downloads/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug kate"
RDEPEND=">=virtual/ffmpeg-0.6.90

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/jubler/jubler-4.6.1-r3.ebuild,v 1.5 2011/10/18 09:43:04 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/jubler/jubler-4.6.1-r3.ebuild,v 1.6 2012/02/25 14:30:55 serkan Exp $
EAPI="2"
WANT_ANT_TASKS="ant-nodeps ant-contrib"
@ -51,6 +51,7 @@ java_prepare() {
if ! use spell; then
rm -R plugins/{zemberek,aspell} || die "spellcheck plugin removal failed"
fi
sed -i -e "s/CODEC_TYPE/AVMEDIA_TYPE/g" $(find resources/ffmpeg/ffdecode -name "*.c")
}
src_compile() {

@ -6,7 +6,7 @@ http://computer.forensikblog.de/files/evtx/Parse-Evtx-1.1.0.zip
http://computer.forensikblog.de/en/topics/windows/vista_event_log
GPL-2
Read, decode and dump Windows Vista/2008/7 event log file
~amd64 ~x86
amd64 ~x86
base eutils multilib perl-app perl-module portability toolchain-funcs user

@ -1,22 +0,0 @@
|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin
0
ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz mirror://gentoo/fam-2.7.0-dnotify.patch.bz2
http://oss.sgi.com/projects/fam/
GPL-2 LGPL-2.1
FAM, the File Alteration Monitor
alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86
autotools eutils libtool multilib portability toolchain-funcs user
install postinst unpack

@ -1,4 +1,4 @@
|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin
0
ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz mirror://debian/pool/main/f/fam/fam_2.7.0-17.diff.gz
@ -6,7 +6,7 @@ ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz mirror://debian/
http://oss.sgi.com/projects/fam/
GPL-2 LGPL-2.1
FAM, the File Alteration Monitor
alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86
alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86
autotools eutils libtool multilib portability toolchain-funcs user
static-libs

@ -1,22 +0,0 @@
test? ( dev-python/nose ) >=app-admin/eselect-python-20091230 =dev-lang/python-2*
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
0
http://schwarzvogel.de/pkgs/lib_users-0.1.tar.gz
http://schwarzvogel.de/software-misc.shtml
GPL-2
goes through /proc and finds all cases of libraries being mapped but marked as deleted
~hppa ~ppc ~x86
multilib python toolchain-funcs
test
3
install prepare setup test

@ -1,22 +0,0 @@
test? ( dev-python/nose ) >=app-admin/eselect-python-20091230 =dev-lang/python-2*
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
0
http://schwarzvogel.de/pkgs/lib_users-0.2.tar.gz
http://schwarzvogel.de/software-misc.shtml
GPL-2
goes through /proc and finds all cases of libraries being mapped but marked as deleted
~amd64 ~hppa ~ppc ~x86
multilib python toolchain-funcs
test
3
install prepare setup test

@ -6,7 +6,7 @@ http://schwarzvogel.de/pkgs/lib_users-0.3.tar.gz
http://schwarzvogel.de/software-misc.shtml
GPL-2
goes through /proc and finds all cases of libraries being mapped but marked as deleted
alpha ~amd64 ~hppa ~ppc ~x86
alpha ~amd64 hppa ~ppc ~x86
multilib python toolchain-funcs
test

@ -6,7 +6,7 @@ http://libarchive.googlecode.com/files/libarchive-3.0.3.tar.gz
http://code.google.com/p/libarchive/
BSD
BSD tar command
~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
eutils multilib portability toolchain-funcs user
acl +bzip2 +e2fsprogs expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib

@ -1,22 +0,0 @@
>=sys-libs/db-4.5 >=sys-libs/zlib-1.2.3-r1 >=app-arch/bzip2-1.0.1 >=dev-libs/popt-1.7 >=app-crypt/gnupg-1.2 dev-libs/elfutils virtual/libintl >=dev-lang/perl-5.8.8 dev-libs/nss python? ( >=dev-lang/python-2.3 ) nls? ( virtual/libintl ) sqlite? ( >=dev-db/sqlite-3.3.5 ) lua? ( >=dev-lang/lua-5.1.0 ) acl? ( virtual/acl ) caps? ( >=sys-libs/libcap-2.0 ) nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool dev-lang/perl[-build] >=app-admin/eselect-python-20091230 =dev-lang/python-2*
>=sys-libs/db-4.5 >=sys-libs/zlib-1.2.3-r1 >=app-arch/bzip2-1.0.1 >=dev-libs/popt-1.7 >=app-crypt/gnupg-1.2 dev-libs/elfutils virtual/libintl >=dev-lang/perl-5.8.8 dev-libs/nss python? ( >=dev-lang/python-2.3 ) nls? ( virtual/libintl ) sqlite? ( >=dev-db/sqlite-3.3.5 ) lua? ( >=dev-lang/lua-5.1.0 ) acl? ( virtual/acl ) caps? ( >=sys-libs/libcap-2.0 ) dev-lang/perl[-build] >=app-admin/eselect-python-20091230 =dev-lang/python-2*
0
http://rpm.org/releases/rpm-4.8.x/rpm-4.8.1.tar.bz2
http://www.rpm.org
GPL-2 LGPL-2
Red Hat Package Management Utils
~amd64 ~x86
autotools base eutils flag-o-matic libtool multilib perl-module portability python toolchain-funcs user
nls python doc sqlite caps lua acl
3
compile configure install postinst postrm prepare setup test unpack

@ -6,7 +6,7 @@ http://ftp.gnu.org/gnu/tar/tar-1.26.tar.bz2 ftp://alpha.gnu.org/gnu/tar/tar-1.26
http://www.gnu.org/software/tar/
GPL-3
Use this to make tarballs :)
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
eutils flag-o-matic multilib portability toolchain-funcs user
nls static userland_GNU

@ -6,7 +6,7 @@ http://manpages-de.alioth.debian.org/downloads/manpages-de-0.8.tar.bz2
http://alioth.debian.org/projects/manpages-de/
as-is GPL-2 GPL-3 BSD
A somewhat comprehensive collection of Linux german man page translations
~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86
~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86

@ -0,0 +1,22 @@
sys-libs/ncurses dev-libs/openssl readline? ( sys-libs/readline ) X? ( x11-libs/libSM x11-libs/libICE x11-libs/libXmu x11-libs/libX11 )
sys-libs/ncurses dev-libs/openssl readline? ( sys-libs/readline ) X? ( x11-libs/libSM x11-libs/libICE x11-libs/libXmu x11-libs/libX11 )
0
http://nsd.dyndns.org/pwsafe/releases/pwsafe-0.2.0.tar.gz
http://nsd.dyndns.org/pwsafe/
GPL-2
A Password Safe compatible command-line password manager
~amd64 ~x86
base eutils multilib portability toolchain-funcs user
X readline
4
compile configure install prepare unpack

@ -0,0 +1,22 @@
>=sys-libs/ncurses-5.7-r7 magic? ( sys-apps/file )
>=sys-libs/ncurses-5.7-r7 magic? ( sys-apps/file ) vim-plugin? ( >=app-editors/vim-7.3 ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
0
mirror://sourceforge/vifm/vifm-0.7.2.tar.bz2
http://vifm.sourceforge.net/
GPL-2
Console file manager with vi(m)-like keybindings
~amd64 ~ppc ~s390 ~x86
base eutils multilib portability toolchain-funcs user
+compatibility +extended-keys +magic vim-plugin vim-syntax
4
compile configure install postinst prepare unpack

@ -6,7 +6,7 @@ mirror://kernel/linux/bluetooth/obexd-0.44.tar.xz
http://www.bluez.org/
GPL-2
OBEX Server and Client
amd64 ~arm ~ppc x86
amd64 ~arm ppc x86
-eds nokia -server usb

@ -1,22 +0,0 @@
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0e >=dev-libs/redland-1.0.14[ssl] media-libs/freetype:2 >=media-libs/fontconfig-2.8.0 >=media-libs/libpng-1.5 net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXaw x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender >=dev-libs/dbus-glib-0.92 gnome? ( gnome-base/gconf:2 gnome-extra/evolution-data-server ) >=x11-libs/gtk+-2.24:2 media-gfx/graphite2 >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) virtual/opengl net-libs/neon >=sys-apps/sed-4 kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) java? ( >=dev-java/java-config-2.1.9-r1 )
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0e >=dev-libs/redland-1.0.14[ssl] media-libs/freetype:2 >=media-libs/fontconfig-2.8.0 >=media-libs/libpng-1.5 net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXaw x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender >=dev-libs/dbus-glib-0.92 gnome? ( gnome-base/gconf:2 gnome-extra/evolution-data-server ) >=x11-libs/gtk+-2.24:2 media-gfx/graphite2 >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) virtual/opengl net-libs/neon !app-office/libreoffice !app-office/openoffice-bin !app-office/openoffice java? ( >=virtual/jre-1.6 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) java? ( >=dev-java/java-config-2.1.9-r1 )
0
amd64? ( kde? ( !java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-kde-3.4.5.2.tbz2 -> libreoffice-kde-amd64-3.4.5.2.tbz2 ) java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-kde-java-3.4.5.2.tbz2 -> libreoffice-kde-java-amd64-3.4.5.2.tbz2 ) ) gnome? ( !java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-gnome-3.4.5.2.tbz2 -> libreoffice-gnome-amd64-3.4.5.2.tbz2 ) java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-gnome-java-3.4.5.2.tbz2 -> libreoffice-gnome-java-amd64-3.4.5.2.tbz2 ) ) !kde? ( !gnome? ( !java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-base-3.4.5.2.tbz2 -> libreoffice-base-amd64-3.4.5.2.tbz2 ) java? ( http://dev.gentoo.org/~pacho/libreoffice//libreoffice-base-java-3.4.5.2.tbz2 -> libreoffice-base-java-amd64-3.4.5.2.tbz2 ) ) ) ) x86? ( kde? ( !java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-kde-3.4.5.2.tbz2 -> libreoffice-kde-x86-3.4.5.2.tbz2 ) java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-kde-java-3.4.5.2.tbz2 -> libreoffice-kde-java-x86-3.4.5.2.tbz2 ) ) gnome? ( !java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-gnome-3.4.5.2.tbz2 -> libreoffice-gnome-x86-3.4.5.2.tbz2 ) java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-gnome-java-3.4.5.2.tbz2 -> libreoffice-gnome-java-x86-3.4.5.2.tbz2 ) ) !kde? ( !gnome? ( !java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-base-3.4.5.2.tbz2 -> libreoffice-base-x86-3.4.5.2.tbz2 ) java? ( http://gentoo-pr.org/libreo/libreo//libreoffice-base-java-3.4.5.2.tbz2 -> libreoffice-base-java-x86-3.4.5.2.tbz2 ) ) ) )
test strip
http://www.libreoffice.org
LGPL-3
LibreOffice, a full office productivity suite. Binary package
~amd64 ~x86
base eutils fdo-mime gnome2-utils java-pkg-opt-2 java-utils-2 kde4-base kde4-functions multilib pax-utils portability prefix toolchain-funcs user versionator virtualx
gnome java kde aqua kde elibc_FreeBSD java
kde? ( !gnome ) gnome? ( !kde )
=app-office/libreoffice-l10n-3.4.5*
4
compile configure install postinst postrm preinst prepare pretend setup unpack

@ -1,5 +1,5 @@
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen ) python? ( >=dev-lang/swig-1.3.17 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen ) python? ( >=dev-lang/swig-1.3.17 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=app-admin/eselect-python-20091230
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 >=app-admin/eselect-python-20091230
0
http://www.opensync.org/download/releases/0.22/libopensync-0.22.tar.bz2
test

@ -1,5 +1,5 @@
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230
dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230
0
http://www.opensync.org/download/releases/0.36/libopensync-0.36.tar.bz2
test

@ -1,5 +1,5 @@
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230
0
http://www.opensync.org/download/releases/0.39/libopensync-0.39.tar.bz2
test

@ -1,5 +1,5 @@
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/subversion net-misc/rsync >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen media-gfx/graphviz ) python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/subversion net-misc/rsync >=app-admin/eselect-python-20091230
dev-db/sqlite:3 >=dev-libs/glib-2.12:2 dev-libs/libxml2 dev-libs/libxslt >=app-admin/eselect-python-20091230
0
test

@ -1,7 +1,7 @@
app-arch/xz-utils =dev-cpp/clucene-0.9* dev-lang/perl dev-libs/icu dev-libs/xapian net-libs/libmicrohttpd =net-libs/xulrunner-1.9* >=net-misc/aria2-1.10 !!<app-text/kiwix-0.9_beta dev-util/pkgconfig
app-arch/xz-utils =dev-cpp/clucene-0.9* dev-lang/perl dev-libs/icu dev-libs/xapian net-libs/libmicrohttpd =net-libs/xulrunner-1.9* >=net-misc/aria2-1.10 !!<app-text/kiwix-0.9_beta
0
mirror://sourceforge/kiwix/kiwix-0.9-beta4-src.tar.bz2
mirror://sourceforge/kiwix/kiwix-0.9-beta5-src.tar.bz2
http://www.kiwix.org/
GPL-3

@ -6,7 +6,7 @@ http://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.1.tar.gz
http://www.unixodbc.org/
GPL-2 LGPL-2.1
A complete ODBC driver manager
~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris
~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris
libtool multilib toolchain-funcs
+minimal odbcmanual static-libs

@ -0,0 +1,22 @@
ssl? ( dev-libs/openssl:0 ) dev-util/pkgconfig || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
ssl? ( dev-libs/openssl:0 )
0
http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/download/dvutil-1.0.10.tar.gz mirror://gentoo/dvutil-1.0.10-asneeded.patch.bz2
http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/html/
GPL-2
C++ classes for files, dates, property lists, reference counted pointers, number conversion etc.
~amd64 ~ppc ~sparc ~x86
autotools eutils libtool multilib portability toolchain-funcs user
doc ssl static-libs
4
configure install prepare

@ -0,0 +1,22 @@
0
mirror://sourceforge/expat/expat-2.0.1.tar.gz
http://expat.sourceforge.net/
MIT
XML parsing libraries
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
eutils libtool multilib portability toolchain-funcs user
elibc_FreeBSD examples static-libs unicode
4
compile configure install prepare

@ -1,7 +1,7 @@
>=dev-libs/glib-2.12:2 sys-libs/zlib mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 ) dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1.8 app-text/docbook-sgml-utils ) mono? ( dev-dotnet/gtk-sharp-gapi:2 ) app-arch/xz-utils >=sys-apps/sed-4
>=dev-libs/glib-2.12:2 sys-libs/zlib mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 )
2.4
mirror://gnome/sources/gmime/2.4/gmime-2.4.30.tar.xz
mirror://gnome/sources/gmime/2.4/gmime-2.4.32.tar.xz
http://spruce.sourceforge.net/gmime/
LGPL-2.1

@ -1,7 +1,7 @@
>=dev-libs/glib-2.18.0:2 sys-libs/zlib >=app-crypt/gpgme-1.1.6 mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 ) dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1.8 app-text/docbook-sgml-utils ) mono? ( dev-dotnet/gtk-sharp-gapi:2 ) app-arch/xz-utils >=sys-apps/sed-4
>=dev-libs/glib-2.18.0:2 sys-libs/zlib >=app-crypt/gpgme-1.1.6 mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 )
2.6
mirror://gnome/sources/gmime/2.6/gmime-2.6.3.tar.xz
mirror://gnome/sources/gmime/2.6/gmime-2.6.6.tar.xz
http://spruce.sourceforge.net/gmime/
LGPL-2.1

@ -1,4 +1,4 @@
doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
1
mirror://debian/pool/main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3.orig.tar.gz
@ -6,7 +6,7 @@ mirror://debian/pool/main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3.orig.tar.gz
http://libusb.org/
LGPL-2.1
Userspace access to USB devices
alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
autotools eutils libtool multilib portability toolchain-funcs user
debug doc static-libs

@ -6,7 +6,7 @@ mirror://cpan/authors/id/J/JV/JV/Data-Hexify-1.00.tar.gz
http://search.cpan.org/dist/Data-Hexify/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Perl extension for hexdumping arbitrary data
~amd64 ~x86 ~amd64-linux
amd64 ~x86 ~amd64-linux
base eutils multilib perl-module portability toolchain-funcs user

@ -6,7 +6,7 @@ mirror://cpan/authors/id/O/OL/OLIMAUL/Digest-CRC-0.18.tar.gz
http://search.cpan.org/dist/Digest-CRC/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Generic CRC function
~amd64 ~x86 ~amd64-linux
amd64 ~x86 ~amd64-linux
base eutils multilib perl-module portability toolchain-funcs user

@ -6,7 +6,7 @@ mirror://cpan/authors/id/D/DO/DOUGW/Net-CIDR-Lite-0.21.tar.gz
http://search.cpan.org/dist/Net-CIDR-Lite/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Perl extension for merging IPv4 or IPv6 CIDR addresses
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
base eutils multilib perl-module portability toolchain-funcs user

@ -0,0 +1,22 @@
ruby_targets_ruby18? ( dev-ruby/rake[ruby_targets_ruby18] dev-ruby/rake-compiler[ruby_targets_ruby18] test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( dev-ruby/rake[ruby_targets_ree18] dev-ruby/rake-compiler[ruby_targets_ree18] test? ( virtual/ruby-test-unit[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( dev-ruby/rake[ruby_targets_ruby19] dev-ruby/rake-compiler[ruby_targets_ruby19] test? ( virtual/ruby-test-unit[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( dev-ruby/rake[ruby_targets_jruby] dev-ruby/rake-compiler[ruby_targets_jruby] test? ( virtual/ruby-test-unit[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby18? ( dev-ruby/fast_xs[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/fast_xs[ruby_targets_ree18] ) ruby_targets_ruby19? ( dev-ruby/fast_xs[ruby_targets_ruby19] ) ) dev-util/ragel ruby_targets_jruby? ( >=virtual/jdk-1.5 ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
ruby_targets_ruby18? ( dev-ruby/fast_xs[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/fast_xs[ruby_targets_ree18] ) ruby_targets_ruby19? ( dev-ruby/fast_xs[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
0
mirror://rubygems/hpricot-0.8.6.gem
http://wiki.github.com/hpricot/hpricot
MIT
A fast and liberal HTML parser for Ruby.
~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test
|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby )
4
compile configure install prepare setup test unpack

@ -1,22 +0,0 @@
dev-lang/tk virtual/opengl
dev-lang/tk virtual/opengl
0
mirror://sourceforge/togl/Togl2.0-src.tar.gz
test
http://togl.sourceforge.net/
BSD
A Tk widget for OpenGL rendering
alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux
debug +threads
2
configure install

@ -1,7 +1,7 @@
>=sys-libs/ncurses-5.2 tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) selinux? ( sec-policy/selinux-mutt ) app-misc/mime-types net-mail/mailbase doc? ( dev-libs/libxml2 dev-libs/libxslt app-text/docbook-xsl-stylesheets || ( www-client/lynx www-client/w3m www-client/elinks ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
>=sys-libs/ncurses-5.2 tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) selinux? ( sec-policy/selinux-mutt ) app-misc/mime-types net-mail/mailbase doc? ( dev-libs/libxml2 dev-libs/libxslt app-text/docbook-xsl-stylesheets || ( www-client/lynx www-client/w3m www-client/elinks ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
>=sys-libs/ncurses-5.2 tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) selinux? ( sec-policy/selinux-mutt ) app-misc/mime-types
0
ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz mirror://gentoo/mutt-1.5.21-gentoo-patches-r8.tar.bz2 http://dev.gentoo.org/~grobian/distfiles/mutt-1.5.21-gentoo-patches-r8.tar.bz2
ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz mirror://gentoo/mutt-1.5.21-gentoo-patches-r9.tar.bz2 http://dev.gentoo.org/~grobian/distfiles/mutt-1.5.21-gentoo-patches-r9.tar.bz2
http://www.mutt.org/
GPL-2

@ -6,7 +6,7 @@ http://www.megaloman.com/~hany/_data/pinepgp/pinepgp-0.18.0.tar.gz
http://www.megaloman.com/~hany/software/pinepgp/
GPL-2
Use GPG/PGP with Pine
~amd64 ppc ~sparc x86
amd64 ppc ~sparc x86
eutils multilib portability toolchain-funcs user

@ -1,22 +0,0 @@
sys-libs/zlib doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
sys-libs/zlib
0
mirror://sourceforge/id3lib/id3lib-3.8.3.tar.gz
test
http://id3lib.sourceforge.net/
LGPL-2.1
Id3 library for C/C++
alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd
autotools eutils libtool multilib portability toolchain-funcs user
doc
compile install unpack

@ -1,4 +1,4 @@
sys-libs/zlib doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
sys-libs/zlib doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
sys-libs/zlib
0
mirror://sourceforge/id3lib/id3lib-3.8.3.tar.gz
@ -6,13 +6,13 @@ test
http://id3lib.sourceforge.net/
LGPL-2.1
Id3 library for C/C++
alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris
alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris
autotools eutils libtool multilib portability toolchain-funcs user
doc
2
4
compile install prepare

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

Loading…
Cancel
Save