Sync with portage [Sat May 18 23:33:57 MSK 2013].
This commit is contained in:
parent
2e2c109ab3
commit
d721ef4dca
610 changed files with 1984 additions and 751 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.4 2013/05/10 19:45:39 nimiux Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
|
||||
#
|
||||
# Logrotate default configuration file for Gentoo Linux
|
||||
#
|
||||
|
@ -20,13 +20,13 @@ dateext
|
|||
# uncomment this if you want your log files compressed
|
||||
compress
|
||||
|
||||
# packages can drop log rotation information into this directory
|
||||
include /etc/logrotate.d
|
||||
|
||||
notifempty
|
||||
nomail
|
||||
noolddir
|
||||
|
||||
# packages can drop log rotation information into this directory
|
||||
include /etc/logrotate.d
|
||||
|
||||
# no packages own wtmp and btmp -- we'll rotate them here
|
||||
/var/log/wtmp {
|
||||
monthly
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417-r1.ebuild,v 1.2 2012/01/23 22:30:33 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417-r1.ebuild,v 1.3 2013/05/18 14:58:08 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit autotools
|
||||
|
@ -18,5 +18,8 @@ DOCS="AUTHORS README"
|
|||
|
||||
S=${WORKDIR}/${PN/-gpl}
|
||||
|
||||
src_prepare() { eautoreconf; }
|
||||
src_prepare() {
|
||||
sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
|
||||
eautoreconf
|
||||
}
|
||||
src_configure() { econf --program-suffix="-gpl"; }
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST ltp-20120903.tar.bz2 3964698 SHA256 41d2f4cd88619aa7b5cdad93cb7691b69166f7751bc9f2f72558937cbef581c2 SHA512 2c24327c9311944d1334d81f995ca889909a8f039d5d577a3b43a05b7e6d437491e340f21aa2767ae8dd5c3739de9f5dfbdf7720dceea4d0a9b1997b28652c78 WHIRLPOOL 33187777de385b5d961bac6032538e5e98802e37fc5832cc1b96e66f02ac02fb1ec5fd930290df35f213cd86252b1e511732c4e7b7423d3c78df9c4fd48be6a6
|
||||
DIST ltp-20130109.tar.bz2 3816172 SHA256 471b21f1d6f952957f534cd0c5ee5bcbbf50b9fcb83519b0293be141e6f2338d SHA512 40d87824e1205c1ea9e6ca03925a18d0a61724dfba275a9df66bb2ab0b11f74ddce1ea37110ae188d3e564ef01e494e3f8775e96d64930452824f4fdc275d980 WHIRLPOOL 0336c03631e0ac45fb28706578a8f396f0b7eb7f0774445fa39ebb8be520290bc9dad8d8b297762eb2517c6fcbd295d2b5f7d242a45af936b5631745391c3c14
|
||||
DIST ltp-20130503.tar.bz2 3819156 SHA256 afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0 SHA512 efe7c3e5ffba51b03f01ee66d940d400f4f007dcc42ca45f9597fc1a325950ee14f663762280d63004080c717f16f39bc0d53b5905290470952ef5af3725f089 WHIRLPOOL 924cdc730e85d66d8d7655461e0a59a563b7a9039133b4e991a115d20453f46dda158ac82f474fc8d9ea720a4d03fc67d4d55c231c11d35dc3bfdc5b10a7258b
|
||||
|
|
82
app-benchmarks/ltp/ltp-20130503.ebuild
Normal file
82
app-benchmarks/ltp/ltp-20130503.ebuild
Normal file
|
@ -0,0 +1,82 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ltp-20130503.ebuild,v 1.1 2013/05/18 10:03:39 hwoarang Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils readme.gentoo
|
||||
|
||||
MY_PN="${PN}-full"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="A testsuite for the linux kernel"
|
||||
HOMEPAGE="http://ltp.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/ltp/LTP%20Source/${P}/${MY_P}.bz2 -> ${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="expect perl pm open-posix python rt"
|
||||
|
||||
DEPEND="expect? ( dev-tcltk/expect )
|
||||
perl? ( dev-lang/perl )
|
||||
python? ( dev-lang/python )"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
pkg_setup() {
|
||||
# Don't create groups
|
||||
export CREATE=0
|
||||
|
||||
DOC_CONTENTS="LTP requires root access to run the tests.
|
||||
The LTP root directory is located in /opt/${PN}.
|
||||
For more information please read the ltp-howto located in
|
||||
/usr/share/doc/${PF}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# regenerate
|
||||
AT_M4DIR="m4" eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# FIXME: improve me
|
||||
local myconf=
|
||||
use open-posix && myconf+="--with open-posix-testsuite "
|
||||
use pm && mytconf+="--with-power-management-testsuite "
|
||||
use rt && myconf+="--with-realtime-testsuite "
|
||||
use perl && myconf+="--with-perl "
|
||||
use python && myconf+="--with-python "
|
||||
use expect && myconf+="--with-expect "
|
||||
|
||||
# Better put it into /opt/${PN} as everything needs to
|
||||
# be under the same directory..
|
||||
|
||||
econf --prefix=/opt/${PN} ${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Posix testsuite does not seem to build with -j>1
|
||||
# Is this maintained anymore?
|
||||
if use open-posix; then
|
||||
export MAKEOPTS="-j1"
|
||||
fi
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
|
||||
# install docs
|
||||
dodoc doc/MaintNotes
|
||||
for txt in doc/*.txt; do
|
||||
dodoc ${txt}
|
||||
done
|
||||
dodoc -r doc/examples doc/testcases
|
||||
dohtml -r doc/automation-*.html
|
||||
doman doc/man1/*.1
|
||||
doman doc/man3/*.3
|
||||
readme.gentoo_create_doc
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-3.8.0.ebuild,v 1.1 2013/03/28 16:14:59 pacho Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-3.8.0.ebuild,v 1.2 2013/05/18 14:45:20 pacho Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
inherit autotools eutils gnome2
|
||||
|
||||
DESCRIPTION="CD/DVD burning application for the GNOME desktop"
|
||||
HOMEPAGE="http://projects.gnome.org/brasero/"
|
||||
|
@ -34,7 +34,8 @@ COMMON_DEPEND="
|
|||
>=dev-libs/libisofs-0.6.4:= )
|
||||
nautilus? ( >=gnome-base/nautilus-2.91.90 )
|
||||
playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
|
||||
tracker? ( >=app-misc/tracker-0.12:= )"
|
||||
tracker? ( >=app-misc/tracker-0.12:= )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
media-libs/gst-plugins-good:1.0
|
||||
media-plugins/gst-plugins-meta:1.0
|
||||
|
@ -47,33 +48,43 @@ RDEPEND="${COMMON_DEPEND}
|
|||
mp3? (
|
||||
media-libs/gst-plugins-ugly:1.0
|
||||
media-plugins/gst-plugins-mad:1.0 )
|
||||
packagekit? ( app-admin/packagekit-base )"
|
||||
packagekit? ( app-admin/packagekit-base )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/yelp-tools
|
||||
dev-util/intltool
|
||||
>=dev-util/gtk-doc-am-1.12
|
||||
gnome-base/gnome-common:3
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
test? ( app-text/docbook-xml-dtd:4.3 )"
|
||||
test? ( app-text/docbook-xml-dtd:4.3 )
|
||||
"
|
||||
# eautoreconf deps
|
||||
# app-text/yelp-tools
|
||||
# gnome-base/gnome-common
|
||||
|
||||
PDEPEND="gnome-base/gvfs"
|
||||
|
||||
src_prepare() {
|
||||
# Simplify tracker version searching and support 0.16 API (from 'master')
|
||||
epatch "${FILESDIR}/${P}-tracker-detection.patch"
|
||||
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-caches
|
||||
$(use_enable !libburn cdrtools)
|
||||
$(use_enable !libburn cdrkit)
|
||||
$(use_enable !libburn cdrdao)
|
||||
$(use_enable !libburn growisofs)
|
||||
$(use_enable introspection)
|
||||
$(use_enable libburn libburnia)
|
||||
$(use_enable nautilus)
|
||||
$(use_enable playlist)
|
||||
$(use_enable tracker search)
|
||||
ITSTOOL=$(type -P true)"
|
||||
|
||||
gnome2_src_configure
|
||||
gnome2_src_configure \
|
||||
--disable-caches \
|
||||
$(use_enable !libburn cdrtools) \
|
||||
$(use_enable !libburn cdrkit) \
|
||||
$(use_enable !libburn cdrdao) \
|
||||
$(use_enable !libburn growisofs) \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable libburn libburnia) \
|
||||
$(use_enable nautilus) \
|
||||
$(use_enable playlist) \
|
||||
$(use_enable tracker search) \
|
||||
ITSTOOL=$(type -P true)
|
||||
}
|
||||
|
|
50
app-cdr/brasero/files/brasero-3.8.0-tracker-detection.patch
Normal file
50
app-cdr/brasero/files/brasero-3.8.0-tracker-detection.patch
Normal file
|
@ -0,0 +1,50 @@
|
|||
From 45cecda00ae84b4aaa872430ff3e8ad40bd98df6 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Sun, 27 Jan 2013 22:25:54 +0000
|
||||
Subject: build: Simplify tracker version searching and support 0.16 API
|
||||
|
||||
Use an iterator instead of a deep dependency tree. This should simplify
|
||||
adding support for new tracker versions in the future.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=692664
|
||||
---
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index ce79401..d77bffe 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -382,21 +382,22 @@ AC_ARG_ENABLE(search,
|
||||
esac],
|
||||
[enable_search="auto"])
|
||||
|
||||
+if test x"$enable_search" != "xno"; then
|
||||
+ # Try to figure out the tracker API version to use
|
||||
+ tracker_api="0.10"
|
||||
+ m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16]],
|
||||
+ [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= $TRACKER_REQUIRED],
|
||||
+ [tracker_api="VERSION"])
|
||||
+ ])
|
||||
+fi
|
||||
+
|
||||
if test x"$enable_search" = "xauto"; then
|
||||
- PKG_CHECK_EXISTS([tracker-sparql-0.14 >= $TRACKER_REQUIRED],
|
||||
- [enable_search=yes],
|
||||
- [PKG_CHECK_EXISTS([tracker-sparql-0.12 >= $TRACKER_REQUIRED],
|
||||
- [enable_search=yes],
|
||||
- [PKG_CHECK_EXISTS([tracker-sparql-0.10 >= $TRACKER_REQUIRED],
|
||||
- [enable_search=yes],
|
||||
- [enable_search=no])])])
|
||||
+ PKG_CHECK_EXISTS([tracker-sparql-$tracker_api >= $TRACKER_REQUIRED],
|
||||
+ [enable_search=yes],
|
||||
+ [enable_search=no])
|
||||
fi
|
||||
|
||||
if test x"$enable_search" = "xyes"; then
|
||||
- PKG_CHECK_EXISTS([tracker-sparql-0.14 >= $TRACKER_REQUIRED],
|
||||
- [tracker_api=0.14],
|
||||
- [PKG_CHECK_EXISTS([tracker-sparql-0.12 >= $TRACKER_REQUIRED],
|
||||
- [tracker_api=0.12], [tracker_api=0.10])])
|
||||
PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-sparql-$tracker_api >= $TRACKER_REQUIRED)
|
||||
AC_DEFINE(BUILD_SEARCH, 1, [define if you want to use search pane])
|
||||
AC_DEFINE(BUILD_TRACKER, 1, [define if you want to use search pane])
|
||||
--
|
||||
cgit v0.9.1
|
|
@ -0,0 +1,50 @@
|
|||
libxc: limit cpu values when setting vcpu affinity
|
||||
|
||||
When support for pinning more than 64 cpus was added, check for cpu
|
||||
out-of-range values was removed. This can lead to subsequent
|
||||
out-of-bounds cpumap array accesses in case the cpu number is higher
|
||||
than the actual count.
|
||||
|
||||
This patch returns the check.
|
||||
|
||||
This is CVE-2013-2072 / XSA-56
|
||||
|
||||
Signed-off-by: Petr Matousek <pmatouse@redhat.com>
|
||||
|
||||
diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c
|
||||
index e220f68..e611b24 100644
|
||||
--- a/tools/python/xen/lowlevel/xc/xc.c
|
||||
+++ b/tools/python/xen/lowlevel/xc/xc.c
|
||||
@@ -228,6 +228,7 @@ static PyObject *pyxc_vcpu_setaffinity(XcObject *self,
|
||||
int vcpu = 0, i;
|
||||
xc_cpumap_t cpumap;
|
||||
PyObject *cpulist = NULL;
|
||||
+ int nr_cpus;
|
||||
|
||||
static char *kwd_list[] = { "domid", "vcpu", "cpumap", NULL };
|
||||
|
||||
@@ -235,6 +236,10 @@ static PyObject *pyxc_vcpu_setaffinity(XcObject *self,
|
||||
&dom, &vcpu, &cpulist) )
|
||||
return NULL;
|
||||
|
||||
+ nr_cpus = xc_get_max_cpus(self->xc_handle);
|
||||
+ if ( nr_cpus == 0 )
|
||||
+ return pyxc_error_to_exception(self->xc_handle);
|
||||
+
|
||||
cpumap = xc_cpumap_alloc(self->xc_handle);
|
||||
if(cpumap == NULL)
|
||||
return pyxc_error_to_exception(self->xc_handle);
|
||||
@@ -244,6 +249,13 @@ static PyObject *pyxc_vcpu_setaffinity(XcObject *self,
|
||||
for ( i = 0; i < PyList_Size(cpulist); i++ )
|
||||
{
|
||||
long cpu = PyInt_AsLong(PyList_GetItem(cpulist, i));
|
||||
+ if ( cpu < 0 || cpu >= nr_cpus )
|
||||
+ {
|
||||
+ free(cpumap);
|
||||
+ errno = EINVAL;
|
||||
+ PyErr_SetFromErrno(xc_error_obj);
|
||||
+ return NULL;
|
||||
+ }
|
||||
cpumap[cpu / 8] |= 1 << (cpu % 8);
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r3.ebuild,v 1.3 2013/05/17 15:15:57 idella4 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r3.ebuild,v 1.4 2013/05/18 17:32:07 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -203,7 +203,8 @@ src_prepare() {
|
|||
"${FILESDIR}"/xen-4-CVE-2013-0215-XSA-38.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1919-XSA-46.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1922-XSA-48.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1952-XSA_49.patch
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1952-XSA_49.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-2072-XSA-56.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r1.ebuild,v 1.3 2013/05/17 15:15:57 idella4 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r1.ebuild,v 1.4 2013/05/18 17:32:07 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -202,7 +202,8 @@ src_prepare() {
|
|||
#Security patches, currently valid
|
||||
epatch "${FILESDIR}"/xen-4-CVE-2012-6075-XSA-41.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1922-XSA-48.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1952-XSA-49.patch
|
||||
"${FILESDIR}"/xen-4-CVE-2013-1952-XSA-49.patch \
|
||||
"${FILESDIR}"/xen-4-CVE-2013-2072-XSA-56.patch
|
||||
|
||||
epatch_user
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DIST recoll-1.16.2.tar.gz 1422148 SHA256 f0f29dff2d82ef8541c51963870f31daf28472f3c8822c81c17c346769b77355 SHA512 c71458bd1a42ef118560e516f30787b8c9dbc8b2841e667b77e420b0866c8308f8509e46be9eaa731348438d4194d1954bf369ea68e23eca5a65ac516806c609 WHIRLPOOL 320afbd8598aae44827eff09dfa936090fe1c4bf34e5d10f4115a211267e8f7f09b4e530e8915c75252dee3bda3c4955979a19075e14da4d99f27ee1bf00df92
|
||||
DIST recoll-1.17.3.tar.gz 1757278 SHA256 7778f80546e6b10ca45bfb7f8bb0876ccf3987dd4e98c5003ff923bd8b5acb1c SHA512 b41d28255e6bfbfc8e0025d88c3d56ecfbd35814bfa359c41f3e5d3cc25debe6d66dc617aa4c012e1911aa8c373c48a1661f7fff926e2cce423562af82c2fb31 WHIRLPOOL 3ba9d58a0df401832b1a97f34f4caec1b79aa7de027b936b05195d447e374097bff9205714b1a97c287610c74c0ec2e7e726b144c2295859c293a013c3564644
|
||||
DIST recoll-1.18.1.tar.gz 2026276 SHA256 8ea01dc64002b594b7ca08cf40c5581963bd98617d8ab5554164a8af4a9fd933 SHA512 cf930c648339843b00b5d8bd2074e111f3b397b3ed8453a8fcb7bfcf295adb95e7d0b7d7dcc78819609e7eb5417e1c259d4b10c6ea80c4b45fd61906ab7a7236 WHIRLPOOL 36de30218ca82bc09506e24104e84cf8ca2bc7dbcd00495dc203c6e5d083f5eac6badb513a4892465ae5d2b9869cf4dec89c2f519b04df649599ea9c168b080f
|
||||
DIST recoll-1.18.2.tar.gz 1969421 SHA256 4729785354bd0d465c92e7d2a6fced688d8c08f1342a9bef2f040e7b10b1f510 SHA512 4f049632e94dc12dc8d1ef3f8ed7221f4ef715619f9afbed28177d83a8f189c94ff2d482e20f799edee1d11b9c1841ed25183825f40e921254d370449eddf67c WHIRLPOOL 783ae57339559d4bb5d6b2638ea743898ff60ba53e5ffa8ba67efa910f4537483fdbead57876dacc3e227ec235c84d86921ccee525f05c79ec3a776109b2e8c8
|
||||
|
|
178
app-misc/recoll/recoll-1.18.2.ebuild
Normal file
178
app-misc/recoll/recoll-1.18.2.ebuild
Normal file
|
@ -0,0 +1,178 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/recoll/recoll-1.18.2.ebuild,v 1.1 2013/05/18 09:39:27 hwoarang Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
inherit toolchain-funcs qt4-r2 linux-info python readme.gentoo
|
||||
|
||||
DESCRIPTION="A personal full text search package"
|
||||
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
|
||||
SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
INDEX_HELPERS="audio chm djvu dvi exif postscript ics info lyx msdoc msppt msxls pdf rtf tex wordperfect xml"
|
||||
IUSE="+spell inotify +qt4 +session camelcase xattr webkit fam ${INDEX_HELPERS}"
|
||||
|
||||
DEPEND="
|
||||
virtual/libiconv
|
||||
>=dev-libs/xapian-1.0.12
|
||||
sys-libs/zlib
|
||||
spell? ( app-text/aspell )
|
||||
!inotify? ( fam? ( virtual/fam ) )
|
||||
qt4? ( dev-qt/qtcore:4[qt3support] )
|
||||
webkit? ( dev-qt/qtwebkit:4 )
|
||||
session? (
|
||||
inotify? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE )
|
||||
!inotify? ( fam? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) )
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
app-arch/unzip
|
||||
sys-apps/sed
|
||||
virtual/awk
|
||||
pdf? ( app-text/poppler )
|
||||
postscript? ( app-text/pstotext )
|
||||
msdoc? ( app-text/antiword )
|
||||
msxls? ( app-text/catdoc )
|
||||
msppt? ( app-text/catdoc )
|
||||
wordperfect? ( app-text/libwpd:0.9 )
|
||||
rtf? ( app-text/unrtf )
|
||||
tex? ( dev-tex/detex )
|
||||
dvi? ( virtual/tex-base )
|
||||
djvu? ( >=app-text/djvu-3.5.15 )
|
||||
exif? ( media-libs/exiftool )
|
||||
chm? ( dev-python/pychm )
|
||||
ics? ( dev-python/icalendar )
|
||||
lyx? ( app-office/lyx )
|
||||
audio? ( media-libs/mutagen )
|
||||
xml? ( dev-libs/libxslt )
|
||||
info? ( sys-apps/texinfo )
|
||||
"
|
||||
|
||||
REQUIRED_USE="session? ( || ( fam inotify ) )"
|
||||
|
||||
pkg_pretend() {
|
||||
if use inotify; then
|
||||
CONFIG_CHECK="~INOTIFY_USER"
|
||||
check_extra_config
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
|
||||
local i at_least_one_helper
|
||||
|
||||
at_least_one_helper=0
|
||||
for i in $INDEX_HELPERS; do
|
||||
if use $i; then
|
||||
at_least_one_helper=1
|
||||
break
|
||||
fi
|
||||
done
|
||||
if [[ $at_least_one_helper -eq 0 ]]; then
|
||||
ewarn
|
||||
ewarn "You did not enable any of the optional file format flags."
|
||||
ewarn "Recoll can read some file formats natively, but many of them"
|
||||
ewarn "are optional since they require external helpers."
|
||||
ewarn
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
use xattr && has_version "${CATEGORY}/${PN}:${SLOT}[-xattr]" && FORCE_PRINT_ELOG="yes"
|
||||
! use xattr && has_version "${CATEGORY}/${PN}:${SLOT}[xattr]" && FORCE_PRINT_ELOG="yes"
|
||||
|
||||
DOC_CONTENTS="Default configuration files located at
|
||||
/usr/share/${PN}/examples. Either edit these files to match
|
||||
your needs or copy them to ~/.recoll/ and edit these files
|
||||
instead."
|
||||
|
||||
use xattr && DOC_CONTENTS+="
|
||||
Use flag \"xattr\" enables support for fetching field values
|
||||
from extended file attributes. You will also need to set up a
|
||||
map from the attributes names to the Recoll field names
|
||||
(see comment at the end of the fields configuration file."
|
||||
|
||||
# remember configure.ac is b0rked. Fix it before using eautoreconf in the
|
||||
# future
|
||||
# eautoreconf
|
||||
|
||||
# do not strip binaries
|
||||
sed -i -e "/STRIP/d" "${S}"/${PN}install.in \
|
||||
|| die "Failed to fix the installation script"
|
||||
# Drop all the QMAKE lines. We will do it ourselves
|
||||
sed -i -e "/QMAKE/d" Makefile.in || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local qtconf
|
||||
|
||||
if use qt4 || use webkit; then
|
||||
qtconf="QMAKEPATH=/usr/bin/qmake"
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_with spell aspell) \
|
||||
$(use_enable xattr) \
|
||||
$(use_with inotify) \
|
||||
$(use_enable qt4 qtgui) \
|
||||
$(use_enable camelcase) \
|
||||
$(use_with fam) \
|
||||
$(use_with inotify) \
|
||||
$(use_enable session x11mon) \
|
||||
${qtconf}
|
||||
if use qt4; then
|
||||
cd qtgui && eqmake4 ${PN}.pro && cd ..
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Do not let upstream people decide on our behalf
|
||||
sed -i "s:ar ru:$(tc-getAR) ru:" lib/Makefile || die
|
||||
|
||||
emake \
|
||||
CC=$(tc-getCC) \
|
||||
CXX=$(tc-getCXX) \
|
||||
CFLAGS="${CFLAGS} ${LDFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# You probably wonder why I did not fix recollinstall in src_prepare.
|
||||
# --prefix requires an absolute path but recollinstall requires prefix
|
||||
# to be actually 'usr' because double // makes portage sad. And no, I am not
|
||||
# gonna ask upstream to fix the build system
|
||||
sed -i -e "/PREFIX/s:/usr:usr:" "${S}"/${PN}install || die
|
||||
sed -i -e "/prefix/s:/usr:usr:" "${S}"/Makefile || die
|
||||
|
||||
emake DESTDIR="${D%/}" install
|
||||
dodoc ChangeLog README
|
||||
mv "${D}/usr/share/${PN}/doc" "${D}/usr/share/doc/${PF}/html"
|
||||
dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
|
||||
if [[ -n ${REPLACING_VERSIONS} ]]; then
|
||||
elog
|
||||
elog "1.18 introduces significant index formats"
|
||||
elog "changes to support optional character case and diacritics"
|
||||
elog "sensitivity, and it will be advisable to reset the index in"
|
||||
elog "most cases. This will be best done by destroying the index"
|
||||
elog "directory (rm -rf ~/.recoll/xapiandb). If 1.18 is not configured"
|
||||
elog "for case and diacritics sensitivity, it is mostly compatible"
|
||||
elog "with 1.17 indexes."
|
||||
elog
|
||||
fi
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST sleepyhead-0.9.2.2.tgz 1399077 SHA256 49bcc7cf2b8351026a1f30b44d71a8500b9c74c6f6ac1aeeb14ca3b039ee7123 SHA512 bb6219c8575b8723b2db063d9a40b164d1aa50223b63468457c85b18895aefc74835d55bcd1f7d0e48e942531bd77041a749e44d870189d9ba011ad85d13c7fa WHIRLPOOL 3e1955aa2d1ab96da8a4f091f15538ba2bd091d935a2b9acaa012c7aadf304e7dcf5cf0f3284e0ed4c29d11f39420f236144adcaec0646f0f4d879c375a822c8
|
||||
DIST sleepyhead-0.9.3.tgz 1804053 SHA256 b807f12c3f767037dd2e5bfdeb1f353e425ad537509be4cf3918ec61cf2efea2 SHA512 e50476e9b64ce056d33a55798a86b26fef6db4e8c6058e4e6c5c547e15acb745ea5d79bf3978713583da943626b2395894ed8109fa30a55ca15fa53ff29a2ac9 WHIRLPOOL 5759d97c0309a5c9f312ae9fde85531bc718da4fffe375d6f08b06dd2f34877e935339fa56634f482a3bfc66877c0ad0f4577832f3f89a64ec24dc18b880b826
|
||||
|
|
50
app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
Normal file
50
app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
Normal file
|
@ -0,0 +1,50 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.1 2013/05/18 17:58:19 rich0 Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils qt4-r2
|
||||
DESCRIPTION="Software used to analyze data from CPAP machines."
|
||||
HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page"
|
||||
|
||||
# Point to any required sources; these will be automatically downloaded by
|
||||
# Portage.
|
||||
SRC_URI="https://github.com/rich0/rich0-sleepyhead/tarball/${PV} -> ${P}.tgz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/opengl
|
||||
x11-libs/libX11
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtopengl:4
|
||||
dev-qt/qtwebkit:4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/rich0-rich0-sleepyhead-34e0b92"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# qt4_src_prepare
|
||||
cd "{$S}"
|
||||
epatch "${FILESDIR}/common_gui.patch"
|
||||
|
||||
# sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h \
|
||||
# quazip/zip.c quazip/zip.h quazip/zlib.h
|
||||
eqmake4 SleepyHeadQT.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "{$S}"
|
||||
dobin SleepyHead || die
|
||||
dodoc README || die
|
||||
dodoc docs/* || die
|
||||
}
|
|
@ -3,3 +3,4 @@ DIST anyremote-6.0.tar.gz 2144431 SHA256 4bfbda7dcd8c9ef3c0372f276e4b083e5a3d6fe
|
|||
DIST anyremote-6.1.1.tar.gz 2281355 SHA256 411760b74d9888378bb269a8e0172f5a1b8249b5e6834fdf06af5cd20eff1abd SHA512 f78857397791dbe714235f1da761519a186aec55313c0299b717cec76bb01f6f11069e6e629283b1272d3c86fe1f5dfaa0c51eebd12a78ad039caf688debdac5 WHIRLPOOL 44345ecb3728b4dac3334602bcde81085c9663481492e9080d5490a3dc4a6ad85b54ddb84a72c2fb9bfeb62b1b6ec13f558683f7257ee84cd5a2bae1c127094a
|
||||
DIST anyremote-6.1.tar.gz 2281261 SHA256 43b26032ea774ce59ef43a95424a262d09253821c2db70978a08a54f0da935c8 SHA512 88fb0bad301605381b5c9747bfeb1cb31a6136f05e8fe448ce964bdcba6bdfe3fa3dd7bf364d1b0040cf60458aab56ad5ffc8ad3d4c9e84f1b4155b6bbf14b00 WHIRLPOOL 36f1fb5954e5745ec31ed40855cb9ed719c9184f5b39331e1fd55682525fe008b33ce54c6c0f1c5de7d60598a5ef38de3d42f177695ead74aa5a6bac5badda29
|
||||
DIST anyremote-6.2.tar.gz 2317047 SHA256 d249037231d484009cb971a715172b22bcf8db172eea593784969b9dfb0f27d2 SHA512 ad83b3dd34c5816231e770a950d695f30e8fc4c85703356b80a561a47b52eef73fd1c5e4aa3d0eff7d64f7875799052287948635f677d122084fa490996cba1c WHIRLPOOL 246fa7fc73db4dc9de00fd3c4f0b4f933ef18eafc276461d0fe556aa279658ce120e2a54ed47f84648530be2c63aba9266378e9edb400c52378429930df31b9c
|
||||
DIST anyremote-6.3.tar.gz 2422945 SHA256 1a00b7054c8ab10d13cafacec46de4b6e8bbb75d03a2369b898d2296e57a9d64 SHA512 0f307cbf8552d97913064366a80aa8eb8f21271fd3fe8b00bbaaaf95f321b583f33404d87c068f5263e2643f197d008a7cb17bca440aa49d46e6bbb60d8d1462 WHIRLPOOL 112a58fd32b538184c00697918ec8403c2fe6488263aead026a9e80522c32ecab59950e406fbdd5da6ce12fdfd2a42b7573462c10563cfed38379a0f80a45b39
|
||||
|
|
26
app-mobilephone/anyremote/anyremote-6.3.ebuild
Normal file
26
app-mobilephone/anyremote/anyremote-6.3.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.3.ebuild,v 1.1 2013/05/18 10:15:20 hwoarang Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Anyremote provides wireless bluetooth, infrared or cable remote control service"
|
||||
HOMEPAGE="http://anyremote.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="bluetooth dbus"
|
||||
|
||||
RDEPEND="bluetooth? ( net-wireless/bluez )
|
||||
dbus? ( sys-apps/dbus )
|
||||
x11-libs/libXtst"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=(AUTHORS ChangeLog NEWS README)
|
||||
src_configure() {
|
||||
econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.4 2013/05/05 02:13:32 zmedico Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.5 2013/05/18 17:21:27 zmedico Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -10,7 +10,26 @@ DESCRIPTION="Ebook management application."
|
|||
HOMEPAGE="http://calibre-ebook.com/"
|
||||
SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="
|
||||
GPL-3+
|
||||
GPL-3
|
||||
GPL-2+
|
||||
GPL-2
|
||||
GPL-1+
|
||||
LGPL-3+
|
||||
LGPL-2.1+
|
||||
LGPL-2.1
|
||||
BSD
|
||||
MIT
|
||||
Old-MIT
|
||||
Apache-2.0
|
||||
public-domain
|
||||
|| ( Artistic GPL-1+ )
|
||||
CC-BY-3.0
|
||||
OFL-1.1
|
||||
PSF-2
|
||||
unRAR
|
||||
"
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
|
@ -88,6 +107,9 @@ src_prepare() {
|
|||
epatch \
|
||||
"${FILESDIR}/${PN}-no_updates_dialog.patch" \
|
||||
"${FILESDIR}/${PN}-disable_plugins.patch"
|
||||
|
||||
# Remove non-free fonts (bug #470212).
|
||||
rm -r resources/fonts/prs500 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild,v 1.1 2013/05/12 21:43:15 zmedico Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild,v 1.2 2013/05/18 17:21:27 zmedico Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -10,7 +10,26 @@ DESCRIPTION="Ebook management application."
|
|||
HOMEPAGE="http://calibre-ebook.com/"
|
||||
SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="
|
||||
GPL-3+
|
||||
GPL-3
|
||||
GPL-2+
|
||||
GPL-2
|
||||
GPL-1+
|
||||
LGPL-3+
|
||||
LGPL-2.1+
|
||||
LGPL-2.1
|
||||
BSD
|
||||
MIT
|
||||
Old-MIT
|
||||
Apache-2.0
|
||||
public-domain
|
||||
|| ( Artistic GPL-1+ )
|
||||
CC-BY-3.0
|
||||
OFL-1.1
|
||||
PSF-2
|
||||
unRAR
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
|
@ -88,6 +107,9 @@ src_prepare() {
|
|||
epatch \
|
||||
"${FILESDIR}/${PN}-no_updates_dialog.patch" \
|
||||
"${FILESDIR}/${PN}-disable_plugins.patch"
|
||||
|
||||
# Remove non-free fonts (bug #470212).
|
||||
rm -r resources/fonts/prs500 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild,v 1.1 2013/05/17 20:13:39 zmedico Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild,v 1.2 2013/05/18 17:21:28 zmedico Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -10,7 +10,26 @@ DESCRIPTION="Ebook management application."
|
|||
HOMEPAGE="http://calibre-ebook.com/"
|
||||
SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="
|
||||
GPL-3+
|
||||
GPL-3
|
||||
GPL-2+
|
||||
GPL-2
|
||||
GPL-1+
|
||||
LGPL-3+
|
||||
LGPL-2.1+
|
||||
LGPL-2.1
|
||||
BSD
|
||||
MIT
|
||||
Old-MIT
|
||||
Apache-2.0
|
||||
public-domain
|
||||
|| ( Artistic GPL-1+ )
|
||||
CC-BY-3.0
|
||||
OFL-1.1
|
||||
PSF-2
|
||||
unRAR
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
|
@ -88,6 +107,9 @@ src_prepare() {
|
|||
epatch \
|
||||
"${FILESDIR}/${PN}-no_updates_dialog.patch" \
|
||||
"${FILESDIR}/${PN}-disable_plugins.patch"
|
||||
|
||||
# Remove non-free fonts (bug #470212).
|
||||
rm -r resources/fonts/prs500 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.4 2013/05/16 15:12:49 lordvan Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.5 2013/05/18 11:09:09 nimiux Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="debug doc mysql postgres +sqlite ssl static-libs"
|
||||
REQUIRED_USE=" || ( postgres mysql sqlite )"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.4.ebuild,v 1.8 2013/05/09 21:22:05 floppym Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.4.ebuild,v 1.9 2013/05/18 13:13:35 zorry Exp $
|
||||
|
||||
EAPI="4"
|
||||
WANT_AUTOMAKE="none"
|
||||
|
@ -252,8 +252,12 @@ src_compile() {
|
|||
cd "${WORKDIR}"/${CHOST}
|
||||
default
|
||||
|
||||
# Work around bug 329499. See also bug 413751.
|
||||
pax-mark m python
|
||||
# Work around bug 329499. See also bug 413751 and 457194.
|
||||
if has_version dev-libs/libffi[pax_kernel]; then
|
||||
pax-mark E python
|
||||
else
|
||||
pax-mark m python
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.4 2013/05/09 17:48:03 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.5 2013/05/18 13:13:35 zorry Exp $
|
||||
|
||||
EAPI="4"
|
||||
WANT_AUTOMAKE="none"
|
||||
|
@ -228,8 +228,12 @@ src_compile() {
|
|||
cd "${WORKDIR}"/${CHOST}
|
||||
emake CPPFLAGS="" CFLAGS="" LDFLAGS=""
|
||||
|
||||
# Work around bug 329499. See also bug 413751.
|
||||
pax-mark m python
|
||||
# Work around bug 329499. See also bug 413751 and 457194.
|
||||
if has_version dev-libs/libffi[pax_kernel]; then
|
||||
pax-mark E python
|
||||
else
|
||||
pax-mark m python
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.1.ebuild,v 1.3 2013/05/09 17:48:03 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.1.ebuild,v 1.4 2013/05/18 13:13:35 zorry Exp $
|
||||
|
||||
EAPI="3"
|
||||
WANT_AUTOMAKE="none"
|
||||
|
@ -214,8 +214,12 @@ src_compile() {
|
|||
cd "${WORKDIR}"/${CHOST}
|
||||
emake CPPFLAGS="" CFLAGS="" LDFLAGS="" || die "emake failed"
|
||||
|
||||
# Work around bug 329499. See also bug 413751.
|
||||
pax-mark m python
|
||||
# Work around bug 329499. See also bug 413751 and 457194.
|
||||
if has_version dev-libs/libffi[pax_kernel]; then
|
||||
pax-mark E python
|
||||
else
|
||||
pax-mark m python
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.3 2013/04/07 09:49:52 pacho Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.4 2013/05/18 14:08:22 pacho Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -18,18 +18,19 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
|||
|
||||
IUSE="cairo doctool test"
|
||||
|
||||
RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
|
||||
RDEPEND="
|
||||
>=dev-libs/gobject-introspection-common-${PV}
|
||||
>=dev-libs/glib-2.36:2
|
||||
doctool? ( dev-python/mako )
|
||||
virtual/libffi:="
|
||||
|
||||
virtual/libffi:=
|
||||
!<dev-lang/vala-0.20.0
|
||||
"
|
||||
# Wants real bison, not virtual/yacc
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gtk-doc-am-1.15
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
virtual/pkgconfig
|
||||
!<dev-lang/vala-0.20.0
|
||||
"
|
||||
# PDEPEND to avoid circular dependencies, bug #391213
|
||||
PDEPEND="cairo? ( x11-libs/cairo[glib] )"
|
||||
|
|
32
dev-libs/libffi/files/libffi-3.0.13-emutramp_pax_proc.patch
Normal file
32
dev-libs/libffi/files/libffi-3.0.13-emutramp_pax_proc.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
--- a/src/closures.c 2013-03-17 23:27:11.000000000 +0100
|
||||
+++ b/src/closures.c 2013-04-29 23:26:02.279022022 +0200
|
||||
@@ -181,10 +181,26 @@ static int emutramp_enabled = -1;
|
||||
static int
|
||||
emutramp_enabled_check (void)
|
||||
{
|
||||
- if (getenv ("FFI_DISABLE_EMUTRAMP") == NULL)
|
||||
- return 1;
|
||||
- else
|
||||
+ char *buf = NULL;
|
||||
+ size_t len = 0;
|
||||
+ FILE *f;
|
||||
+ int ret;
|
||||
+ f = fopen ("/proc/self/status", "r");
|
||||
+ if (f == NULL)
|
||||
return 0;
|
||||
+ ret = 0;
|
||||
+
|
||||
+ while (getline (&buf, &len, f) != -1)
|
||||
+ if (!strncmp (buf, "PaX:", 4))
|
||||
+ {
|
||||
+ char emutramp;
|
||||
+ if (sscanf (buf, "%*s %*c%c", &emutramp) == 1)
|
||||
+ ret = (emutramp == 'E');
|
||||
+ break;
|
||||
+ }
|
||||
+ free (buf);
|
||||
+ fclose (f);
|
||||
+ return ret;
|
||||
}
|
||||
|
||||
#define is_emutramp_enabled() (emutramp_enabled >= 0 ? emutramp_enabled \
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.13.ebuild,v 1.2 2013/03/28 23:48:12 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.13.ebuild,v 1.3 2013/05/18 11:47:54 zorry Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit eutils libtool multilib toolchain-funcs
|
||||
|
@ -34,6 +34,7 @@ pkg_setup() {
|
|||
|
||||
src_prepare() {
|
||||
sed -i 's:@toolexeclibdir@:$(libdir):g' Makefile.in || die #462814
|
||||
epatch "${FILESDIR}"/${P}-emutramp_pax_proc.patch #457194
|
||||
epatch_user
|
||||
elibtoolize
|
||||
}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST django-annoying-0.7.6.tar.gz 7355 SHA256 7cc80ef00d63c3863e03ed97a197f8b71c67b00a5bd9eaf0383a90dcc6117003 SHA512 86ceb5ae10fafb6e273c2ff31b25489482da3ded6eaf3fdade3d148563251e00f4c9af3ce7420ae68124709a6f8e1a8960824e2b170d77fc5d57f2364b8c7e31 WHIRLPOOL d6f451f21db9ee1415392cfb2d18037bfd39306f0a0301f4bc393a9c158754894cd7e7d3345ee30b071832980939820742e44defcaa6056c11df9984887a8c85
|
||||
DIST django-annoying-0.7.7.tar.gz 7277 SHA256 498ba1ab00da56b939772913f7d5b3a29997990b63518acfa5305e8bf03fed7b SHA512 37435fb08110bc0e06a2a8b35d4f45d96d7fed3c03b87a541fcd96a76ed2e36281f1f7632654f3f5f64597203097ac7b5def1e8dc32e500e973fd81686a208ab WHIRLPOOL 14df887e05b9d1d47f80982a89ab719a2244dc38fa02ec9f0666484d79923ad7a1df047e261b5f70be8b408df30def2f70b9ca93ab7637278b5302e1eeb5e2f9
|
||||
|
|
20
dev-python/django-annoying/django-annoying-0.7.6-r1.ebuild
Normal file
20
dev-python/django-annoying/django-annoying-0.7.6-r1.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/django-annoying-0.7.6-r1.ebuild,v 1.1 2013/05/18 13:10:25 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is django application that try to eliminate annoying things in Django framework."
|
||||
HOMEPAGE="http://bitbucket.org/offline/django-annoying/wiki/Home"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/django-annoying-0.7.6.ebuild,v 1.1 2012/05/08 12:29:36 iksaif Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/django-annoying-0.7.7.ebuild,v 1.1 2013/05/18 13:14:46 idella4 Exp $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_COMPAT="python2_5 python2_6 python2_7"
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
|
||||
|
||||
inherit python-distutils-ng
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is django application that try to eliminate annoying things in Django framework."
|
||||
HOMEPAGE="http://bitbucket.org/offline/django-annoying/wiki/Home"
|
||||
|
@ -16,5 +16,5 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
RDEPEND="dev-python/django"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
|
@ -1 +1,2 @@
|
|||
DIST django-appconf-0.5.tar.gz 14537 SHA256 fe5ddcd6b701727afc4b3dee8967d1b20137e2f4ccb025c1d17e5e0c59696c5f SHA512 43a8bda2be8626534984dc292b6aa0d060477a771657355dbbf5fcad10d0eb6b830d23d15241fc81309486e0b2e0bac62483cf797364172bd53c43622d436595 WHIRLPOOL 61bb1adb41a5092bfa9a42a7190c5125cce49065b55b1e566b61cd4520507e469e39ac718d15feeacc69c76270ae57aa5192b46616cf46d12ffb36f28292bf07
|
||||
DIST django-appconf-0.6.tar.gz 15384 SHA256 a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c SHA512 b6c882ef7d2088e4a17c5099bd9581fec7c5185c13b1d3aa1f46daf33d8f51b047da9dc4091822ab7523e2eba9922fe1ec6b681b544b1657c43879e591278913 WHIRLPOOL 803e6546747c93bd6cb801e2210774c3d5cd1ab422c6c96854a79019f94bbdfdfe6f3d2ec1db32ecb8beda87c510479649bb6b31d4419282e49d1966dd184a2a
|
||||
|
|
45
dev-python/django-appconf/django-appconf-0.6.ebuild
Normal file
45
dev-python/django-appconf/django-appconf-0.6.ebuild
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild,v 1.1 2013/05/18 13:48:24 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/django-appconf http://django-appconf.readthedocs.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.4.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/docs.patch )
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
export DJANGO_SETTINGS_MODULE="django.conf"
|
||||
pushd "${BUILD_DIR}"/lib > /dev/null
|
||||
if ! "${PYTHON}" -c \
|
||||
"from django.conf import global_settings;global_settings.SECRET_KEY='green'" -m appconf.tests.tests
|
||||
then
|
||||
die "test ${test} failed under ${EPYTHON}"
|
||||
else
|
||||
einfo "test ${test} passed under ${EPYTHON}"
|
||||
fi
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
16
dev-python/django-appconf/files/docs.patch
Normal file
16
dev-python/django-appconf/files/docs.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
Prevent unwanted d'loading of un-needed oject.inv files in doc build
|
||||
diff -ur django-appconf-0.6.orig/docs/conf.py django-appconf-0.6/docs/conf.py
|
||||
--- docs/conf.py 2013-01-29 01:45:50.000000000 +0800
|
||||
+++ docs/conf.py 2013-05-18 21:40:38.737985957 +0800
|
||||
@@ -218,11 +218,3 @@
|
||||
('index', 'django-appconf', u'django-appconf Documentation',
|
||||
[u'Jannis Leidel and individual contributors'], 1)
|
||||
]
|
||||
-
|
||||
-
|
||||
-# Example configuration for intersphinx: refer to the Python standard library.
|
||||
-intersphinx_mapping = {
|
||||
- 'python': ('http://python.readthedocs.org/en/v2.7.2/', None),
|
||||
- 'django': ('http://django.readthedocs.org/en/latest/', None),
|
||||
- 'celery': ('http://celery.readthedocs.org/en/latest/', None),
|
||||
-}
|
45
dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild
Normal file
45
dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild,v 1.1 2013/05/18 15:24:01 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django LDAP authentication backend"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
PYTHON_MODNAME="django_auth_ldap"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.3.2[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/python-ldap[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/docs.patch )
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
export DJANGO_SETTINGS_MODULE="django.conf"
|
||||
if ! "${PYTHON}" -c \
|
||||
"from django.conf import global_settings;global_settings.SECRET_KEY='green'" -m django_auth_ldap.tests
|
||||
then
|
||||
die "tests failed under ${EPYTHON}"
|
||||
else
|
||||
einfo "tests passed under ${EPYTHON}"
|
||||
fi
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
18
dev-python/django-auth-ldap/files/docs.patch
Normal file
18
dev-python/django-auth-ldap/files/docs.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
Avoid unwanted d'loading for un-needed ojects.inv files
|
||||
diff -ur django-auth-ldap-1.1.4.orig/docs/source/conf.py django-auth-ldap-1.1.4/docs/source/conf.py
|
||||
--- docs/source/conf.py 2013-03-10 06:01:09.000000000 +0800
|
||||
+++ docs/source/conf.py 2013-05-18 23:14:35.761187583 +0800
|
||||
@@ -29,13 +29,6 @@
|
||||
'daldocs',
|
||||
]
|
||||
|
||||
-intersphinx_mapping = {
|
||||
- 'python': ('http://docs.python.org/', None),
|
||||
- 'django': ('https://docs.djangoproject.com/en/dev/',
|
||||
- 'https://docs.djangoproject.com/en/dev/_objects/'),
|
||||
- 'pythonldap': ('http://python-ldap.org/doc/html/', None),
|
||||
-}
|
||||
-
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['../_templates']
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.4 2013/01/06 19:58:49 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.5 2013/05/18 15:56:50 idella4 Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
|
@ -46,6 +46,11 @@ RDEPEND="
|
|||
|
||||
PYTHON_MODNAME="gpypi"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
sed -e "s:'argparse',::" -i setup.py || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
use doc && emake -C docs html
|
||||
|
|
21
dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild
Normal file
21
dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.1 2013/05/18 12:57:47 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control."
|
||||
HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-vcs/mercurial"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
@ -2,4 +2,5 @@ DIST debootstrap_1.0.46.tar.gz 58884 SHA256 225232404b0729d7322d4428492338e31301
|
|||
DIST debootstrap_1.0.47.tar.gz 57858 SHA256 5b7650dc32f427f7cd03c63aad147ac674099a5eb5bbad383940ff38ae9f4ec4 SHA512 200ecb1984be189fd6710858149496d354a62d631429ac6804112c7f8444d2e63b529f773d53c939f19f7b6fd28a39de5f449d8a259a336aac0e584a8e5ce5b0 WHIRLPOOL 8c225284f484683b257994ac99c27df0e56797b3ac67b4598c6a79a51d0fe9278f4a925ac04fe10bfd805635a4963ef4c940badebcc5f187c1a65315f81ee600
|
||||
DIST debootstrap_1.0.48.tar.gz 58167 SHA256 c55f2bb6a8f9483a28273ebd73e976276e8ff886d41e81cd8016c9fdb07c5492 SHA512 87617ad2d95b1a37c69c36ccff4a130081cae9b4ceef9734f94514f67ce9db29b0fa55bfd9ce25bfb97640f6f4fcbf66af8d6ab950b60db9dc588c49baa475a0 WHIRLPOOL 88a811306b79b65df14d2aedad874acebaf097197fffac42e5b0124aeb175d1a088df312393bb558d1c949db63c3bdd9e22ce1a82c25caffebe50eb5aa3cf489
|
||||
DIST debootstrap_1.0.49.tar.gz 56785 SHA256 5018df1793eda465d1db72e89b117fd7051915f0df86a65ed6b408d82a0e1443 SHA512 3ccdf3e6294557599db40909510c7a5f9e503a3ffe5aa20232375866e5eedd493a6538ab05345eaeddb75f3c569b12c3a9b66785acedd090998df495bfd6ae30 WHIRLPOOL 93cfdb16871e4b420819b2f3171ddd2bba22020d6b40da030492d080dacb4932e772105dd76b8554f776a78e9f40a50eb370339302a0d95d19ffaa8231995c85
|
||||
DIST debootstrap_1.0.50.tar.gz 58304 SHA256 94cd272ef975ce3fb933a822746876330b7e795f8077996ddc4a3604711f664d SHA512 7b3bdffb63eaf727785eb7ccf247ac149d5e875f2703fe1c6cb883222c34bd8a4e99e0e4cd140c11e14f7ace8da9b91f8adb4100e2159e5b987f3e18433c3f70 WHIRLPOOL 27ae892ce2203bf14307eb72007e7c70ecaaf6ab7482e9af214ddc6da9f553267f664b591829aa127aa6db77bdf48003f48903d8e964af61a626872bb6a69e8e
|
||||
DIST devices.tar.gz 47835 SHA256 0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432 WHIRLPOOL 222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732
|
||||
|
|
45
dev-util/debootstrap/debootstrap-1.0.50.ebuild
Normal file
45
dev-util/debootstrap/debootstrap-1.0.50.ebuild
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.50.ebuild,v 1.1 2013/05/18 14:42:55 jer Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Debian/Ubuntu bootstrap scripts"
|
||||
HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
|
||||
SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
|
||||
mirror://gentoo/devices.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-arch/dpkg
|
||||
net-misc/wget
|
||||
sys-devel/binutils
|
||||
"
|
||||
|
||||
DOCS=( TODO debian/changelog )
|
||||
|
||||
src_unpack() {
|
||||
unpack ${PN}_${PV}.tar.gz
|
||||
cp "${DISTDIR}"/devices.tar.gz "${S}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
return
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
doman debootstrap.8
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
|
||||
elog "To check Release files against a keyring"
|
||||
elog " (--keyring=K), please install app-crypt/gnupg."
|
||||
fi
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
DIST uncrustify-0.57.tar.gz 920076 SHA256 d69ba84a84032e44dfe8628a2777783605e500a8cf59306188a699fa3c613bb9 SHA512 597edcb61e3e53b99624947ef97e5b37e5dafbc4d7815ee21ded4825369f38fa55433d3856940438c1c399673f51e0c4f91fcece1768f127339842a3b471a990 WHIRLPOOL 0e8cfaec2195e1d224b12500c773533c4f280fbb4c5abff92d9de09c4fba3d1f3fbcd4368d9f8443a9c9ee546b9075cb0ed8a264cae1cf2198dd9ce50db422ec
|
||||
DIST uncrustify-0.58.tar.gz 931512 SHA256 83bdf91f5e4eba8455904b780c3d1d6c0f0079db46762d59870eaa6b8cb4fcfc SHA512 9d356501efc644ae16df7689386f6dad40dad2977bb21ec4cbe45edbfc0984fdd5e013987eb3725d8f4d63d29663447b73ab461f5da05e392aba2b5a8cb136eb WHIRLPOOL edcd97ef656c1440451848223e3fc515ded3a768422e092feefed1637e3d4b27296a3ab9671e219eb0289b057161eba59ca8305f707f40d8755ac64f233d2203
|
||||
DIST uncrustify-0.59.tar.gz 983822 SHA256 3f2ba1ca15f7ed1cd0871d54a5dd4ecf006fd167a0fa0fe1d5d76c91106238b5 SHA512 eb228ecb63f777e90ecca44bdef2312fbca2cdbdf9dd899e1f67e9917265667584796b983050138bae39773ab2627e3c3035e519f64dfe51475f207a0e3af900 WHIRLPOOL 85d702e2968d6fbbce7f15fb23d2bbb5e2131f462076e82adf109c684c9b09410c409aa0d75114e7d5b8951d1dfdee80186d483e48d57c1e183d4c3a27bfa8b5
|
||||
DIST uncrustify-0.60.tar.gz 1037433 SHA256 4a7f3ed864f1902c875c7b6dc50c3d720e09033bbf23f3fcfaae2663e0a47cec SHA512 5ff3ac05d607420e6a140369b44407caae4b1dd4601d387375babeb0cfe0fe0501052a80acfc0a28bad53ee55f181f182cb9560f90d7735b2ba879a3a64b35fe WHIRLPOOL c528fb8b37c45df63c28608ad43f2567de5444f92c48eb77f2e78da643f9c586fdc4e51621a5f4742b53a55e0b0bd0db7ad2fac820fb60e760631d27583bca62
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.57.ebuild,v 1.3 2011/08/07 10:15:42 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.60.ebuild,v 1.1 2013/05/18 17:48:58 grobian Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
|
||||
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
||||
|
@ -8,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( =dev-lang/python-2* )"
|
9
dev-vcs/git/files/git-daemon.socket
Normal file
9
dev-vcs/git/files/git-daemon.socket
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Git Activation Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=9418
|
||||
Accept=true
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
13
dev-vcs/git/files/git-daemon_at.service
Normal file
13
dev-vcs/git/files/git-daemon_at.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Git Repositories Server Daemon
|
||||
Documentation=man:git-daemon(1)
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
Group=nobody
|
||||
EnvironmentFile=/etc/conf.d/git-daemon
|
||||
# Ignore non-zero exit status, access error makes git-daemon return them
|
||||
ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose $GITDAEMON_OPTS
|
||||
StandardInput=socket
|
||||
StandardOutput=inherit
|
||||
StandardError=journal
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.3 2013/04/19 13:38:05 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.4 2013/05/18 13:48:37 lxnay Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -11,7 +11,7 @@ PYTHON_DEPEND="python? 2"
|
|||
[[ ${PV} == *9999 ]] && SCM="git-2"
|
||||
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
|
||||
|
||||
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python ${SCM}
|
||||
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python systemd ${SCM}
|
||||
|
||||
MY_PV="${PV/_rc/.rc}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
@ -480,6 +480,8 @@ src_install() {
|
|||
if use !prefix ; then
|
||||
newinitd "${FILESDIR}"/git-daemon.initd git-daemon
|
||||
newconfd "${FILESDIR}"/git-daemon.confd git-daemon
|
||||
systemd_newunit "${FILESDIR}/git-daemon_at.service" "git-daemon@.service"
|
||||
systemd_dounit "${FILESDIR}/git-daemon.socket"
|
||||
fi
|
||||
|
||||
fixlocalpod
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.41 2013/02/22 17:57:16 zmedico Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.42 2013/05/18 13:48:38 lxnay Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -11,7 +11,7 @@ PYTHON_DEPEND="python? 2"
|
|||
[[ ${PV} == *9999 ]] && SCM="git-2"
|
||||
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
|
||||
|
||||
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python ${SCM}
|
||||
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python systemd ${SCM}
|
||||
|
||||
MY_PV="${PV/_rc/.rc}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
@ -470,6 +470,8 @@ src_install() {
|
|||
|
||||
newinitd "${FILESDIR}"/git-daemon.initd git-daemon
|
||||
newconfd "${FILESDIR}"/git-daemon.confd git-daemon
|
||||
systemd_newunit "${FILESDIR}/git-daemon_at.service" "git-daemon@.service"
|
||||
systemd_dounit "${FILESDIR}/git-daemon.socket"
|
||||
|
||||
fixlocalpod
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.20 2013/04/09 23:43:53 zorry Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.21 2013/05/18 13:43:20 zorry Exp $
|
||||
|
||||
# @ECLASS: pax-utils.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -41,7 +41,7 @@ PAX_MARKINGS=${PAX_MARKINGS:="PT"}
|
|||
# Flags are passed directly to the utilities unchanged
|
||||
#
|
||||
# p: disable PAGEEXEC P: enable PAGEEXEC
|
||||
# e: disable EMUTRMAP E: enable EMUTRMAP
|
||||
# e: disable EMUTRAMP E: enable EMUTRAMP
|
||||
# m: disable MPROTECT M: enable MPROTECT
|
||||
# r: disable RANDMMAP R: enable RANDMMAP
|
||||
# s: disable SEGMEXEC S: enable SEGMEXEC
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/readme.gentoo.eclass,v 1.5 2013/03/05 22:28:41 ulm Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/readme.gentoo.eclass,v 1.6 2013/05/18 16:22:27 pacho Exp $
|
||||
|
||||
# @ECLASS: readme.gentoo
|
||||
# @MAINTAINER:
|
||||
|
@ -97,6 +97,10 @@ readme.gentoo_print_elog() {
|
|||
die "readme.gentoo_print_elog invoked without matching readme.gentoo_create_doc call!"
|
||||
elif ! [[ -n "${REPLACING_VERSIONS}" ]] || [[ -n "${FORCE_PRINT_ELOG}" ]]; then
|
||||
echo -e "${README_GENTOO_DOC_VALUE}" | while read -r ELINE; do elog "${ELINE}"; done
|
||||
elog ""
|
||||
elog "(Note: Above message will only be printed the first time package"
|
||||
elog "is installed. Please look at /usr/share/doc/${PF}/README.gentoo*"
|
||||
elog "for future reference)"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.4 2013/05/14 19:10:11 hasufell Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.5 2013/05/18 09:57:30 nimiux Exp $
|
||||
|
||||
# do not use autotools related stuff in stable ebuilds
|
||||
# unless you like random breakage: 469796, 469798, 424041
|
||||
|
@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="tk"
|
||||
|
||||
RDEPEND="tk? ( dev-lang/tcl dev-lang/tk )"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.8 2012/11/15 23:37:42 hasufell Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.9 2013/05/18 16:29:37 hasufell Exp $
|
||||
|
||||
EAPI=4
|
||||
VIRTUALX_REQUIRED="manual"
|
||||
inherit eutils flag-o-matic cmake-utils virtualx wxwidgets gnome2-utils games
|
||||
|
||||
DESCRIPTION="Cross-platform 3D realtime strategy game"
|
||||
HOMEPAGE="http://www.megaglest.org/"
|
||||
HOMEPAGE="http://megaglest.org/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.0.ebuild,v 1.2 2012/11/15 23:37:42 hasufell Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.0.ebuild,v 1.3 2013/05/18 16:29:37 hasufell Exp $
|
||||
|
||||
EAPI=4
|
||||
VIRTUALX_REQUIRED="manual"
|
||||
inherit eutils flag-o-matic cmake-utils virtualx wxwidgets gnome2-utils games
|
||||
|
||||
DESCRIPTION="Cross-platform 3D realtime strategy game"
|
||||
HOMEPAGE="http://www.megaglest.org/"
|
||||
HOMEPAGE="http://megaglest.org/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3 BitstreamVera"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.4 2013/02/12 16:58:28 hasufell Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.5 2013/05/18 16:29:37 hasufell Exp $
|
||||
|
||||
EAPI=4
|
||||
VIRTUALX_REQUIRED="manual"
|
||||
inherit eutils flag-o-matic cmake-utils virtualx wxwidgets gnome2-utils games
|
||||
|
||||
DESCRIPTION="Cross-platform 3D realtime strategy game"
|
||||
HOMEPAGE="http://www.megaglest.org/"
|
||||
HOMEPAGE="http://megaglest.org/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3 BitstreamVera"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.4 2013/05/03 10:31:24 pacho Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.5 2013/05/18 15:43:19 pacho Exp $
|
||||
|
||||
EAPI=5
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
|
|||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="bluetooth gconf modemmanager"
|
||||
IUSE="bluetooth gconf +introspection modemmanager"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
|
@ -34,8 +34,10 @@ RDEPEND="
|
|||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )
|
||||
gconf? ( >=gnome-base/gconf-2.20:2 )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
|
||||
modemmanager? ( >=net-misc/modemmanager-0.7.990 )
|
||||
virtual/freedesktop-icon-theme
|
||||
virtual/udev[gudev]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
|
@ -55,5 +57,6 @@ src_configure() {
|
|||
--localstatedir=/var \
|
||||
$(use_with bluetooth) \
|
||||
$(use_enable gconf migration) \
|
||||
$(use_enable introspection) \
|
||||
$(use_with modemmanager modem-manager-1)
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
DIST opensmtpd-5.3.1p1.tar.gz 338091 SHA256 64e0aaa5145894af23a1e28cba7e8435931a6c4e671db7669327478e01a1c28e SHA512 aeff2354f2791d9db6f6bb35c5bac92ac5890cbb0cc932e986feef893034144357fa29402010efe397089f437adf7068c469026712b965d62adbc55912ff0f9e WHIRLPOOL 6f011148cfb0f4a9cc9c8909ce44dacc7b1ef17e13371a7ac1980d3129921feea00fcb4ed023b86067ddf618f746422516535e90cf9266c2cd3e0b16d2c55911
|
||||
DIST opensmtpd-5.3.2p1.tar.gz 345468 SHA256 512a80333d267a3cecf858b5106200a386e96894907e18e105b69cbd27699a08 SHA512 684c24f994dd0a4549327a49a60563ee0d51ce5d390f02809a98836bfec7bd2acc251e262b63771824b853c11308818e129d34b4884fdf2d9d77331b17472b25 WHIRLPOOL fe30f9b1764c13f9b4282b10f39edd9ed62a73b913df7a5cdbd9d2d683a62eebc99444573f3b252c29bfc646a2948d11ca43a4dcc3b873505bd8ff994e5b3c28
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild,v 1.1 2013/04/22 12:04:30 zx2c4 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.2_p1.ebuild,v 1.2 2013/05/18 17:59:49 zx2c4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools
|
||||
inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools versionator
|
||||
|
||||
DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
|
||||
HOMEPAGE="http://www.opensmtpd.org/"
|
||||
SRC_URI="http://www.opensmtpd.org/archives/${P/_}.tar.gz"
|
||||
MY_DP="${P}"
|
||||
MY_P="${P}"
|
||||
if [ $(get_last_version_component_index) -eq 4 ]; then
|
||||
MY_DP="${PN}-$(get_version_component_range 4-)"
|
||||
MY_P="${PN}-${PV/.$(get_version_component_range 4)}"
|
||||
fi
|
||||
SRC_URI="http://www.opensmtpd.org/archives/${MY_DP/_}.tar.gz"
|
||||
|
||||
LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
|
||||
SLOT="0"
|
||||
|
@ -35,10 +41,11 @@ DEPEND="dev-libs/openssl
|
|||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${P/_}
|
||||
S=${WORKDIR}/${MY_P/_}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/build-warnings.patch
|
||||
epatch_user
|
||||
eautoreconf
|
||||
}
|
||||
|
1
media-fonts/termsyn/Manifest
Normal file
1
media-fonts/termsyn/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST termsyn-1.8.7.tar.gz 167997 SHA256 c6de5933bef537ca6f008fed2c787468dca3da4849e4dbdebc80fe6a07ab7a97 SHA512 4c0937ce7fc2ebf5a9dc7ec53e5bd3855fbe95b50d70777514a43ae00c5850a16f4c1bb8adbd64418ed9657b977df65d04cf7b60f63bf25b0bcb91c6fbcb618f WHIRLPOOL eb1ab89584959367797df87046d7ed1a68ca31246ae13ec9668f520a3a724f33714ae9f275bf50c63b03d2adc3246d4285c4027973b85edfb5066759aa0848ed
|
8
media-fonts/termsyn/metadata.xml
Normal file
8
media-fonts/termsyn/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>xmw@gentoo.org</email>
|
||||
<name>Michael Weber</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
21
media-fonts/termsyn/termsyn-1.8.7.ebuild
Normal file
21
media-fonts/termsyn/termsyn-1.8.7.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/termsyn/termsyn-1.8.7.ebuild,v 1.1 2013/05/18 10:16:30 xmw Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="Monospaced font based on terminus and tamsyn"
|
||||
HOMEPAGE="http://sourceforge.net/projects/termsyn/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
FONT_SUFFIX="pcf psfu"
|
|
@ -1 +1 @@
|
|||
Sat, 18 May 2013 08:36:56 +0000
|
||||
Sat, 18 May 2013 18:06:54 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Sat, 18 May 2013 08:36:57 +0000
|
||||
Sat, 18 May 2013 18:06:54 +0000
|
||||
|
|
|
@ -7,5 +7,5 @@ LICENSE=GPL-2
|
|||
RDEPEND=app-admin/eselect
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yngwin/eselect-infinality/tarball/v1 -> eselect-infinality-1.tar.gz
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129
|
||||
_md5_=465f64dd15e37afbb122d9e993851671
|
||||
|
|
|
@ -8,5 +8,5 @@ PDEPEND=media-libs/freetype[infinality]
|
|||
RDEPEND=app-admin/eselect
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yngwin/eselect-lcdfilter/tarball/v2 -> eselect-lcdfilter-2.tar.gz
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129
|
||||
_md5_=59fafe99a39a9aea7ef84603c4b7a809
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-2
|
|||
RDEPEND=net-firewall/iptables >=net-libs/libnfnetlink-1.0.1 >=net-libs/libmnl-1.0.3 dbi? ( dev-db/libdbi ) nfacct? ( >=net-libs/libnetfilter_acct-1.0.1 ) nfct? ( >=net-libs/libnetfilter_conntrack-1.0.2 ) nflog? ( >=net-libs/libnetfilter_log-1.0.0 ) mysql? ( virtual/mysql ) pcap? ( net-libs/libpcap ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 )
|
||||
SLOT=0
|
||||
SRC_URI=http://ftp.netfilter.org/pub/ulogd/ulogd-2.0.2.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=25a03b04486727de0961cc1385fd4a10
|
||||
|
|
|
@ -8,4 +8,4 @@ LICENSE=GPL-2
|
|||
SLOT=0
|
||||
SRC_URI=mirror://gentoo/unrar-gpl-0.0.1_p20080417.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f
|
||||
_md5_=fe1d3a6444a380308d48c4adcec513fe
|
||||
_md5_=7654bae546af32dbd39693a7f26b5ba3
|
||||
|
|
|
@ -8,5 +8,5 @@ RDEPEND=!app-arch/upx-ucl
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=x86? ( http://upx.sourceforge.net/download/upx-3.07-i386_linux.tar.bz2 ) amd64? ( http://upx.sourceforge.net/download/upx-3.07-amd64_linux.tar.bz2 ) ppc? ( http://upx.sourceforge.net/download/upx-3.07-powerpc_linux.tar.bz2 ) arm? ( http://upx.sourceforge.net/download/upx-3.07-armeb_linux.tar.bz2 ) mips? ( http://upx.sourceforge.net/download/upx-3.07-mipsel_linux.tar.bz2 )
|
||||
_eclasses_=pax-utils d727728a240d5f59bf9370a64259fd61
|
||||
_eclasses_=pax-utils 2424f959506320f5196de8f79fa05297
|
||||
_md5_=eeaa37357a4a6a42e565c8548fa0a153
|
||||
|
|
|
@ -8,5 +8,5 @@ RDEPEND=!app-arch/upx-ucl
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=x86? ( http://upx.sourceforge.net/download/upx-3.08-i386_linux.tar.bz2 ) amd64? ( http://upx.sourceforge.net/download/upx-3.08-amd64_linux.tar.bz2 ) ppc? ( http://upx.sourceforge.net/download/upx-3.08-powerpc_linux.tar.bz2 ) arm? ( http://upx.sourceforge.net/download/upx-3.08-armeb_linux.tar.bz2 ) mips? ( http://upx.sourceforge.net/download/upx-3.08-mipsel_linux.tar.bz2 )
|
||||
_eclasses_=pax-utils d727728a240d5f59bf9370a64259fd61
|
||||
_eclasses_=pax-utils 2424f959506320f5196de8f79fa05297
|
||||
_md5_=c10a391812a472b07db38bc4ab973ec8
|
||||
|
|
|
@ -8,5 +8,5 @@ RDEPEND=!app-arch/upx-ucl
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=x86? ( http://upx.sourceforge.net/download/upx-3.09-i386_linux.tar.bz2 ) amd64? ( http://upx.sourceforge.net/download/upx-3.09-amd64_linux.tar.bz2 ) ppc? ( http://upx.sourceforge.net/download/upx-3.09-powerpc_linux.tar.bz2 ) arm? ( http://upx.sourceforge.net/download/upx-3.09-armeb_linux.tar.bz2 ) mips? ( http://upx.sourceforge.net/download/upx-3.09-mipsel_linux.tar.bz2 )
|
||||
_eclasses_=pax-utils d727728a240d5f59bf9370a64259fd61
|
||||
_eclasses_=pax-utils 2424f959506320f5196de8f79fa05297
|
||||
_md5_=62b7d54074cdc7b5dd30d460b7404982
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/libstdc++-v3
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/6.2.2.0-TIV-TSMBAC-LinuxX86.tar linguas_cs? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.CS_CZ.i386.rpm -> 6.2.2-TIVsm-msg.CS_CZ.i386.rpm ) linguas_de? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.DE_DE.i386.rpm -> 6.2.2-TIVsm-msg.DE_DE.i386.rpm ) linguas_es? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.ES_ES.i386.rpm -> 6.2.2-TIVsm-msg.ES_ES.i386.rpm ) linguas_fr? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.FR_FR.i386.rpm -> 6.2.2-TIVsm-msg.FR_FR.i386.rpm ) linguas_hu? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.HU_HU.i386.rpm -> 6.2.2-TIVsm-msg.HU_HU.i386.rpm ) linguas_it? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.IT_IT.i386.rpm -> 6.2.2-TIVsm-msg.IT_IT.i386.rpm ) linguas_ja? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.JA_JP.i386.rpm -> 6.2.2-TIVsm-msg.JA_JP.i386.rpm ) linguas_ko? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.KO_KR.i386.rpm -> 6.2.2-TIVsm-msg.KO_KR.i386.rpm ) linguas_pl? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.PL_PL.i386.rpm -> 6.2.2-TIVsm-msg.PL_PL.i386.rpm ) linguas_pt? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.PT_BR.i386.rpm -> 6.2.2-TIVsm-msg.PT_BR.i386.rpm ) linguas_ru? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.RU_RU.i386.rpm -> 6.2.2-TIVsm-msg.RU_RU.i386.rpm ) linguas_zh? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.ZH_CN.i386.rpm -> 6.2.2-TIVsm-msg.ZH_CN.i386.rpm ) linguas_zh_TW? ( ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v6r2/Linux/LinuxX86/v622/TIVsm-msg.ZH_TW.i386.rpm -> 6.2.2-TIVsm-msg.ZH_TW.i386.rpm )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=a37a933f032a79f97a00a233f87f0b1d
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-2
|
|||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/ltp/LTP%20Source/ltp-20120903/ltp-full-20120903.bz2 -> ltp-20120903.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=e9334d5e576d0dd619ef38fafe1711f3
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-2
|
|||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/ltp/LTP%20Source/ltp-20130109/ltp-full-20130109.bz2 -> ltp-20130109.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=72ee85c6062993cb1a3f29eb1795dffa
|
||||
|
|
13
metadata/md5-cache/app-benchmarks/ltp-20130503
Normal file
13
metadata/md5-cache/app-benchmarks/ltp-20130503
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile configure install postinst prepare setup
|
||||
DEPEND=expect? ( dev-tcltk/expect ) perl? ( dev-lang/perl ) python? ( dev-lang/python ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
DESCRIPTION=A testsuite for the linux kernel
|
||||
EAPI=4
|
||||
HOMEPAGE=http://ltp.sourceforge.net/
|
||||
IUSE=expect perl pm open-posix python rt
|
||||
KEYWORDS=~amd64 ~ppc ~x86
|
||||
LICENSE=GPL-2
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/ltp/LTP%20Source/ltp-20130503/ltp-full-20130503.bz2 -> ltp-20130503.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=a4b894aee13b71dc77778a08f400f1e9
|
|
@ -1,5 +1,5 @@
|
|||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack
|
||||
DEPEND=>=dev-libs/glib-2.29.14:2 >=x11-libs/gtk+-3.0.0:3[introspection?] media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=dev-libs/libxml2-2.6:2 >=x11-libs/libnotify-0.6.1:= media-libs/libcanberra[gtk3] x11-libs/libICE x11-libs/libSM introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) libburn? ( >=dev-libs/libburn-0.4:= >=dev-libs/libisofs-0.6.4:= ) nautilus? ( >=gnome-base/nautilus-2.91.90 ) playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= ) tracker? ( >=app-misc/tracker-0.12:= ) dev-util/intltool >=dev-util/gtk-doc-am-1.12 gnome-base/gnome-common:3 sys-devel/gettext virtual/pkgconfig test? ( app-text/docbook-xml-dtd:4.3 ) app-arch/xz-utils >=sys-apps/sed-4
|
||||
DEPEND=>=dev-libs/glib-2.29.14:2 >=x11-libs/gtk+-3.0.0:3[introspection?] media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=dev-libs/libxml2-2.6:2 >=x11-libs/libnotify-0.6.1:= media-libs/libcanberra[gtk3] x11-libs/libICE x11-libs/libSM introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) libburn? ( >=dev-libs/libburn-0.4:= >=dev-libs/libisofs-0.6.4:= ) nautilus? ( >=gnome-base/nautilus-2.91.90 ) playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= ) tracker? ( >=app-misc/tracker-0.12:= ) app-text/yelp-tools dev-util/intltool >=dev-util/gtk-doc-am-1.12 gnome-base/gnome-common:3 sys-devel/gettext virtual/pkgconfig test? ( app-text/docbook-xml-dtd:4.3 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4
|
||||
DESCRIPTION=CD/DVD burning application for the GNOME desktop
|
||||
EAPI=5
|
||||
HOMEPAGE=http://projects.gnome.org/brasero/
|
||||
|
@ -10,5 +10,5 @@ PDEPEND=gnome-base/gvfs
|
|||
RDEPEND=>=dev-libs/glib-2.29.14:2 >=x11-libs/gtk+-3.0.0:3[introspection?] media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=dev-libs/libxml2-2.6:2 >=x11-libs/libnotify-0.6.1:= media-libs/libcanberra[gtk3] x11-libs/libICE x11-libs/libSM introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) libburn? ( >=dev-libs/libburn-0.4:= >=dev-libs/libisofs-0.6.4:= ) nautilus? ( >=gnome-base/nautilus-2.91.90 ) playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= ) tracker? ( >=app-misc/tracker-0.12:= ) media-libs/gst-plugins-good:1.0 media-plugins/gst-plugins-meta:1.0 x11-themes/hicolor-icon-theme css? ( media-libs/libdvdcss:1.2 ) !libburn? ( app-cdr/cdrdao app-cdr/dvd+rw-tools virtual/cdrtools ) mp3? ( media-libs/gst-plugins-ugly:1.0 media-plugins/gst-plugins-mad:1.0 ) packagekit? ( app-admin/packagekit-base )
|
||||
SLOT=0/3.1
|
||||
SRC_URI=mirror://gnome/sources/brasero/3.8/brasero-3.8.0.tar.xz
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=5f6f84dfdc92ef6e6a437648981da2bd
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils b8fdb86895c268cca7ae1626264a30f4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=49a2ad57a161d4a75aab39440da62c0a
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=hashcat
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/hashcat-0.39.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=277a6c52ba56b2332992e9ef598b7583
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=hashcat
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/hashcat-0.40.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=4fd92ee34c22c7797c133481ad45a50c
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=hashcat
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/hashcat-0.41.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=7bc5d9d6cd8af05be9de1c98c1c7849a
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=hashcat
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/hashcat-0.42.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=765e985206e2096dd07bda24dd8eccb0
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=hashcat
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/hashcat-0.44.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=44e68bfd79e107cf181effe6c74be9d2
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-2
|
|||
RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.6.tar.gz !minimal? ( http://www.openwall.com/john/contrib/john-1.7.6-jumbo-4.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=cba22c2fd9cd1e315408088b31d55ff9
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 )
|
|||
REQUIRED_USE=openmp? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.8.tar.gz !minimal? ( http://www.openwall.com/john/g/john-1.7.8-jumbo-2.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=c469c2c6e522dfbad2df593e5d53a1eb
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 )
|
|||
REQUIRED_USE=openmp? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-5.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=d5bd97bddd039a1b4c959213291fda5f
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi )
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-5.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=b3cb9f1b94aa7828544358fd6b33f0d2
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi )
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-5.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=059732c57d8750d5fa01fdbd15b6de62
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi )
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-6.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=f35c91bb4c3acf7868034b4c53e86dc1
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi ) cuda? ( x1
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-6.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=72c65651dc72fcb80d2cc8b6240b3ce5
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi ) cuda? ( x1
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=5636658a158346aed500cbe5af094b78
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi ) cuda? ( x1
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=c49a4fbb34a98ce362aa77f31f940d07
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=!minimal? ( >=dev-libs/openssl-0.9.7:0 ) mpi? ( virtual/mpi ) cuda? ( x1
|
|||
REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal )
|
||||
SLOT=0
|
||||
SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz )
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=6027b28199a3d48b2a60e85782c62a90
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-310.32
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/oclHashcat-lite-0.14.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=2b35f9c7b2fc86312ce4fa247da5cb93
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-310.32
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/oclHashcat-lite-0.15.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=c6157f11d70d5cf98757f55866e659d2
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-310.32
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/oclHashcat-plus-0.13.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=450512e7c525c2cbf9c8aacf376c7cbb
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-310.32
|
|||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=http://hashcat.net/files/oclHashcat-plus-0.14.7z
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=1c411c5d959db073414b24cba4116809
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=>=sys-fs/lvm2-2.02.45 sys-fs/fuse x11-libs/wxGTK:2.8[X?] app-admin/sudo
|
|||
RESTRICT=mirror fetch bindist
|
||||
SLOT=0
|
||||
SRC_URI=truecrypt-7.1a.tar.gz truecrypt-7.1a-pkcs11.h
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 wxwidgets fb1a306837717dfa2af841ecdf929565
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 wxwidgets fb1a306837717dfa2af841ecdf929565
|
||||
_md5_=3f4e90d3496b43aabf85401a7e95942c
|
||||
|
|
|
@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc
|
|||
LICENSE=CC-BY-SA-2.0
|
||||
SLOT=0
|
||||
SRC_URI=http://dev.gentoo.org/~hwoarang/distfiles/devmanual-0_pre20130309.tar.gz
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=cab3f69dfdc5d745e73fbba4204d193f
|
||||
|
|
|
@ -6,5 +6,5 @@ HOMEPAGE=http://devmanual.gentoo.org/
|
|||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
LICENSE=CC-BY-SA-2.0
|
||||
SLOT=0
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=714cfb165125744ce17fca48599f72c5
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/ncurses >=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-
|
|||
REQUIRED_USE=?? ( aqua X )
|
||||
SLOT=23
|
||||
SRC_URI=mirror://gnu/emacs/emacs-23.4.tar.bz2 mirror://gentoo/emacs-23.4-patches-8.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=c50dab9c2aae36ee0df7b53303a09635
|
||||
|
|
|
@ -10,5 +10,5 @@ RDEPEND=sys-libs/ncurses >=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-
|
|||
REQUIRED_USE=?? ( aqua X )
|
||||
SLOT=24
|
||||
SRC_URI=mirror://gnu/emacs/emacs-24.3.tar.xz mirror://gentoo/emacs-24.3-patches-1.tar.xz
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=fd6250f248532b2a053af4af484876a2
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
|
|||
RDEPEND=sys-libs/ncurses >=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] net-libs/liblockfile hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) acl? ( virtual/acl ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) )
|
||||
REQUIRED_USE=?? ( aqua X )
|
||||
SLOT=24
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 bzr 876798528c0cd872742b74bf784738cf elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 bzr 876798528c0cd872742b74bf784738cf elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=18ae1a087475db44330488b8eedd8c0b
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-3
|
|||
RDEPEND=app-text/enchant dev-libs/libzip dev-qt/qtcore:4 dev-qt/qtgui:4 sys-libs/zlib
|
||||
SLOT=0
|
||||
SRC_URI=http://gottcode.org/focuswriter/focuswriter-1.4.2-src.tar.bz2
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils b8fdb86895c268cca7ae1626264a30f4 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils b8fdb86895c268cca7ae1626264a30f4 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=a2862d8bb2dbeb6034e94346e519affa
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=MIT
|
|||
RDEPEND=app-text/gtkspell:2 >=dev-libs/glib-2.28.6 dev-texlive/texlive-latex dev-texlive/texlive-latexextra >=x11-libs/gtk+-2.24:2 x11-libs/gtksourceview:2.0
|
||||
SLOT=0
|
||||
SRC_URI=http://dev.midnightcoding.org/attachments/download/301/gummi-0.6.5.tar.gz
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=7b47068aa895bdff2bc7606785d2fdef
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-3
|
|||
PDEPEND=virtual/emacs
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gentoo/emacs-common-gentoo-1.3.tar.gz
|
||||
_eclasses_=elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=70e7530d7dd3d13d50084dcadd011beb
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=GPL-2+
|
|||
RDEPEND=>=virtual/emacs-21
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gentoo/gentoo-syntax-1.21.tar.xz
|
||||
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=567ff961b5c5937c9c283978dbfefbf9
|
||||
|
|
|
@ -8,5 +8,5 @@ LICENSE=GPL-3+
|
|||
RDEPEND=>=virtual/emacs-21
|
||||
SLOT=0
|
||||
SRC_URI=http://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1.tar.gz
|
||||
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils b8fdb86895c268cca7ae1626264a30f4 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo bbf42a03f0727dd40e4878a6affa96df toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=4c98066e050357fd19822309e24fbc55
|
||||
|
|
|
@ -9,5 +9,5 @@ LICENSE=GPL-2
|
|||
RDEPEND=X? ( x11-libs/libXt x11-libs/libxkbfile x11-libs/libXext dga? ( x11-libs/libXxf86dga x11-libs/libXxf86vm ) ) !X? ( sdl? ( media-libs/libsdl ) !sdl? ( sys-libs/ncurses ) ) alsa? ( media-libs/alsa-lib ) !alsa? ( sdl-sound? ( media-libs/sdl-sound ) ) gtk? ( x11-libs/gtk+:2 ) capslib? ( games-emulation/caps ) sys-libs/zlib virtual/cdrtools
|
||||
SLOT=0
|
||||
SRC_URI=http://www.rcdrummond.net/uae/e-uae-0.8.28/e-uae-0.8.28.tar.bz2
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=eutils b8fdb86895c268cca7ae1626264a30f4 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=0cb629128fcd55023859754affeafd02
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue