Sync with portage [Sun Feb 26 20:33:05 MSK 2012].
This commit is contained in:
parent
ffa47c4696
commit
4969dedf91
165 changed files with 1120 additions and 1467 deletions
|
@ -1,12 +1,12 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.16 2011/03/08 03:00:38 abcd Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.17 2012/02/26 13:03:19 pacho Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="Rotix allows you to generate rotational obfuscations."
|
||||
HOMEPAGE="http://elektron.its.tudelft.nl/~hemmin98/rotix.html"
|
||||
HOMEPAGE="http://gentoo.org"
|
||||
SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
|
|
@ -3,3 +3,4 @@ DIST XML-XSH2-2.1.1.tar.gz 315780 RMD160 ab3a1d7c8f57ff3d5f47e728c15faa65ebabb94
|
|||
DIST XML-XSH2-2.1.2.tar.gz 322132 RMD160 d7a96df28ae1045ec86268fc24137b05cbea48a8 SHA1 f94946d58f962dc7f8e661cf38b35fbd856cfedc SHA256 559f88ce4f49972f91f8c8e35cfe3aa5b9e6d1d0eeaec6615650788a6f3fbe59
|
||||
DIST XML-XSH2-2.1.3.tar.gz 322219 RMD160 e293262b7f12184fa43b068fa9f35506ca6b7dba SHA1 4a92e5f37bb6a891564f04005f630ae6cf2de5ac SHA256 8cd5d52f9657a1dc4d8cfc52099b84663abff2895cdb079cba7b2c5f22a2f592
|
||||
DIST XML-XSH2-2.1.5.tar.gz 322441 RMD160 f2843a83727aeb541673887655924749e0700650 SHA1 0605c641051ab5f20bb71a995ad96113a1186473 SHA256 d3cfe8a7f609b5c971cbd93a5f96652b58741e328516f5feb950115efd72be66
|
||||
DIST XML-XSH2-2.1.6.tar.gz 322506 RMD160 c4016ee3fc9b3f72cb9a24038c31a77b09d2564a SHA1 08629c97cc62daf86e4db1051dc78c8d75c929fd SHA256 6bd3d520db9b192e9d04b2fdb43ac54ebd945148e03d1e93dc4b9f39fa5dd551
|
||||
|
|
33
app-editors/XML-XSH2/XML-XSH2-2.1.6.ebuild
Normal file
33
app-editors/XML-XSH2/XML-XSH2-2.1.6.ebuild
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6.ebuild,v 1.1 2012/02/26 08:48:08 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=PAJAS
|
||||
MODULE_VERSION=2.1.6
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="XML Editing Shell"
|
||||
HOMEPAGE="http://xsh.sourceforge.net/"
|
||||
|
||||
LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/XML-LibXML-1.61
|
||||
>=dev-perl/Parse-RecDescent-1.94
|
||||
>=dev-perl/XML-LibXSLT-1.53
|
||||
dev-perl/IO-stringy
|
||||
dev-perl/XML-SAX-Writer
|
||||
dev-perl/Term-ReadLine-Perl
|
||||
dev-perl/URI
|
||||
dev-perl/XML-Filter-DOMFilter-LibXML
|
||||
>=dev-perl/XML-XUpdate-LibXML-0.4.0
|
||||
!app-editors/XML-XSH
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
SRC_TEST=do
|
|
@ -1,2 +1,3 @@
|
|||
DIST byobu_5.10.orig.tar.gz 338879 RMD160 a6eae814736b7dc2731efe2919f6ea0bcf9ba67d SHA1 28cd618c6013428d0cbf04e3f7eb26635ed5a54d SHA256 027d48c1fa2b9435dcd732e7e7e03193b1acaad5c59e2b622e02e3a509c78fce
|
||||
DIST byobu_5.15.orig.tar.gz 342512 RMD160 090790e3f1a056d5ef7ee405d770257f120bd5b3 SHA1 e41e7f75bf393aaa42c89ffbf2206ce0aed6c45f SHA256 4fa7de56dfc274a583a4b094f0cd01464f39e206f8083cc7224a880e581e6801
|
||||
DIST byobu_5.5.orig.tar.gz 337042 RMD160 1add14a70722e3edc6542342a8d064458fef9adb SHA1 cecd4541e16b099ff27ce09ee73933d8c36bbbf9 SHA256 d79ec0a931c80b245c83df03c564fb478314ec937339313d95dc3a87b7e1a382
|
||||
|
|
38
app-misc/byobu/byobu-5.15.ebuild
Normal file
38
app-misc/byobu/byobu-5.15.ebuild
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.15.ebuild,v 1.1 2012/02/26 05:31:02 radhermit Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit python
|
||||
|
||||
DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
|
||||
HOMEPAGE="https://launchpad.net/byobu"
|
||||
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="screen"
|
||||
|
||||
RDEPEND="screen? ( app-misc/screen )
|
||||
!screen? ( app-misc/tmux )
|
||||
dev-libs/newt"
|
||||
|
||||
src_prepare() {
|
||||
python_convert_shebangs -r 2 .
|
||||
|
||||
# Set default system backend to screen
|
||||
if use screen ; then
|
||||
sed -i -e "s/#\(BYOBU_BACKEND\).*/\1=screen/" etc/byobu/backend || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
# Create symlinks for backends
|
||||
dosym ${PN} /usr/bin/${PN}-screen
|
||||
dosym ${PN} /usr/bin/${PN}-tmux
|
||||
}
|
|
@ -6,4 +6,7 @@
|
|||
<email>weaver@gentoo.org</email>
|
||||
<name>Andrey Kislyuk</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="screen">Use <pkg>app-misc/screen</pkg> as the default backend</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild,v 1.2 2010/12/26 14:34:21 arfrever Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild,v 1.3 2012/02/26 08:32:38 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
PYTHON_USE_WITH="ncurses"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
@ -23,7 +24,6 @@ RDEPEND=">=dev-python/hachoir-core-1.2
|
|||
>=dev-python/urwid-0.9.4"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
DISTUTILS_GLOBAL_OPTIONS=("--setuptools")
|
||||
PYTHON_MODNAME="${PN/-/_}"
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild,v 1.5 2012/02/09 23:58:36 mattst88 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild,v 1.6 2012/02/26 08:55:40 patrick Exp $
|
||||
|
||||
EAPI=3
|
||||
PYTHON_DEPEND="*:2.6"
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks"
|
||||
HOMEPAGE="https://github.com/mgorny/diffmask/"
|
||||
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
|
||||
SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-0.7.2-r2.ebuild,v 1.5 2012/02/10 04:07:11 patrick Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-0.7.2-r2.ebuild,v 1.6 2012/02/26 08:57:59 patrick Exp $
|
||||
|
||||
EAPI=3
|
||||
PYTHON_DEPEND=2:2.5
|
||||
PYTHON_USE_WITH=readline
|
||||
RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
|
||||
|
||||
inherit base eutils multilib python
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.0-r2.ebuild,v 1.6 2012/02/12 14:46:06 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.0-r2.ebuild,v 1.7 2012/02/26 08:57:59 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.[45]"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 2.7-pypy-* *-jython"
|
||||
PYTHON_USE_WITH="readline"
|
||||
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.2 2011/09/02 15:42:55 fuzzyray Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.3 2012/02/26 08:57:59 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.[45]"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] *-jython 2.7-pypy-*"
|
||||
PYTHON_USE_WITH="readline"
|
||||
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/g-octave/g-octave-0.4.1-r2.ebuild,v 1.1 2011/09/18 01:44:11 rafaelmartins Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/g-octave/g-octave-0.4.1-r2.ebuild,v 1.2 2012/02/26 09:06:00 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="*:2.6"
|
||||
RESTRICT_PYTHON_ABIS="2.5 *-jython"
|
||||
|
||||
DB_COMMIT="f8de0c5a490a9572a7e6592f0082c3f7e039ef67"
|
||||
DB_DIR="rafaelmartins-${PN}-db-${DB_COMMIT:0:7}"
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/porthole/porthole-0.6.1-r1.ebuild,v 1.8 2011/02/23 07:20:23 fuzzyray Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/porthole/porthole-0.6.1-r1.ebuild,v 1.9 2012/02/26 09:07:53 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_USE_WITH="xml threads"
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/porthole/porthole-0.6.1-r2.ebuild,v 1.3 2011/02/23 07:20:23 fuzzyray Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/porthole/porthole-0.6.1-r2.ebuild,v 1.4 2012/02/26 09:07:53 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_USE_WITH="xml threads"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
|
@ -27,7 +28,6 @@ RDEPEND=">=sys-apps/portage-2.1
|
|||
nls? ( virtual/libintl )"
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( >=sys-devel/gettext-0.14 )"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-masking_status.patch" # bug 307037
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.15 2011/05/28 12:24:39 ranger Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.16 2012/02/26 09:13:55 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.4 2011/01/08 16:18:30 arfrever Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.5 2012/02/26 09:13:55 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/powersoftplus-libftdi/powersoftplus-libftdi-0.1.8-r1.ebuild,v 1.1 2007/09/02 19:09:20 jurek Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/powersoftplus-libftdi/powersoftplus-libftdi-0.1.8-r1.ebuild,v 1.2 2012/02/26 12:34:47 pacho Exp $
|
||||
|
||||
inherit multilib
|
||||
EAPI=4
|
||||
inherit multilib toolchain-funcs
|
||||
|
||||
MY_PN="${PN/-libftdi/}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
@ -28,11 +29,11 @@ src_compile() {
|
|||
cd "${TABFILEDIR}"
|
||||
|
||||
# Wipe out precompiled binary
|
||||
emake clean || die "emake failed"
|
||||
emake || die "emake failed"
|
||||
emake clean
|
||||
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ftditabfile="${TABFILEDIR}/${TABFILE}"
|
||||
dolib.so ${ftditabfile} || die "dolib.so failed"
|
||||
dolib.so ${ftditabfile}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/libgit2-0.16.0.ebuild,v 1.1 2012/02/13 03:59:51 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/libgit2-0.16.0.ebuild,v 1.2 2012/02/26 07:58:58 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -32,7 +32,8 @@ src_install() {
|
|||
cmake-utils_src_install
|
||||
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc examples/*
|
||||
find examples -name .gitignore -delete
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.1 2011/10/06 20:09:37 aballier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.2 2012/02/26 13:51:56 aballier Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit findlib eutils multilib
|
||||
|
||||
DESCRIPTION="A binary protocol generator"
|
||||
|
|
25
dev-perl/DBI/DBI-1.618.0.ebuild
Normal file
25
dev-perl/DBI/DBI-1.618.0.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.618.0.ebuild,v 1.1 2012/02/26 08:58:50 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=TIMB
|
||||
MODULE_VERSION=1.618
|
||||
inherit perl-module eutils
|
||||
|
||||
DESCRIPTION="The Perl DBI Module"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-perl/PlRPC-0.2
|
||||
>=virtual/perl-Sys-Syslog-0.17
|
||||
virtual/perl-File-Spec"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=virtual/perl-Test-Simple-0.90 )"
|
||||
|
||||
SRC_TEST="do"
|
||||
mydoc="ToDo"
|
||||
MAKEOPTS="${MAKEOPTS} -j1"
|
|
@ -1,3 +1,4 @@
|
|||
DIST DBI-1.615.tar.gz 571379 RMD160 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9 SHA1 086d0dc9f17db9d8e4f083a6236cca82d90694a6 SHA256 cba1ed47ecac90d73a93e5736498a32ec6f1b2a4114d9286df30aee8e783cb85
|
||||
DIST DBI-1.616.tar.gz 576803 RMD160 ddfcd154546f78e1524f602356c209ec7975a464 SHA1 d969beb953c39f817f2329dcca6293ef5b048b50 SHA256 60ce3986c46d12e0eae6def8b4804a90edd02c2cc6b0d2481854e6db8d99d054
|
||||
DIST DBI-1.617.tar.gz 579214 RMD160 8d809423add90d19aeb676959ae0204ad7fbf631 SHA1 31c342cb4e397b9ff1061c0472915caadd438347 SHA256 bcd91d6b8d6af5791e278f3ec9dcb91d454c738cd97bcd50479339efb7a63293
|
||||
DIST DBI-1.618.tar.gz 583067 RMD160 4eb2b87e37d3788a7e7532413bbc3710c1e66ae6 SHA1 e8fa89be193c04cfb36eac50b25c0c26f7f39a83 SHA256 fa90c87e862139018475cb0c3a5f514f69239ce882be75f16fe2720f08440bfd
|
||||
|
|
24
dev-perl/IO-Pager/IO-Pager-0.240.0.ebuild
Normal file
24
dev-perl/IO-Pager/IO-Pager-0.240.0.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/IO-Pager-0.240.0.ebuild,v 1.1 2012/02/26 09:12:31 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=JPIERCE
|
||||
MODULE_VERSION=0.24
|
||||
MODULE_A_EXT=tgz
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Select a pager, optionally pipe it output if destination is a TTY"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST=do
|
||||
|
||||
src_prepare() {
|
||||
rm t.pl || die
|
||||
sed -i '/^t.pl/d' MANIFEST || die
|
||||
perl-module_src_prepare
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST IO-Pager-0.06.tgz 6126 RMD160 c58fa8b4b9bb08d30171825614c2c85c45321e91 SHA1 bb4aa78f153483fdf83772943a56b05c7cb9994e SHA256 4bcec5e0d997971ed4a04dacc916f48003908e2e1e1e0dd771c05fe91f716a64
|
||||
DIST IO-Pager-0.24.tgz 13737 RMD160 4e58e049a4808b0379a78e66202a7928288503dd SHA1 7e795fcef71435e8f28200f077e104fce6a440cc SHA256 a03825add319636bdda5f84617fb84b5366b1ca2079a4cb1ea3d7fc00c51198c
|
||||
|
|
23
dev-perl/MailTools/MailTools-2.90.0.ebuild
Normal file
23
dev-perl/MailTools/MailTools-2.90.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/MailTools-2.90.0.ebuild,v 1.1 2012/02/26 08:54:01 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=MARKOV
|
||||
MODULE_VERSION=2.09
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Manipulation of electronic mail addresses"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-libnet-1.70.300
|
||||
dev-perl/TimeDate
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
SRC_TEST="do"
|
|
@ -1,2 +1,3 @@
|
|||
DIST MailTools-2.06.tar.gz 53390 RMD160 ce8c4bf0585c6508d0a87769181a0370c6803dff SHA1 548ffe58b1059df6def108b2ac38c2440fe56b06 SHA256 b92b728c1f36dec9a0f44ed5650db4745cf1fca21f7a5e89b890c888eedcb3db
|
||||
DIST MailTools-2.08.tar.gz 53429 RMD160 d67c8006c8ae42a5b7d109c899da00abc8b05493 SHA1 dca3a781273ec37f3aacb729c559ba1fbb41bc30 SHA256 9df910d836c1db156f0029491f5014a8d165b7c544ede7735c9acf0c237a804a
|
||||
DIST MailTools-2.09.tar.gz 53290 RMD160 9a6ff50725333586330872ff154662c7df9bb7bb SHA1 51ffcc0d32629c8c30f66945bc8dcc90404b81ff SHA256 fbe1b7eb1c3bf220bbe285155ea57686f92e3da4e89f3ea9b6c5ad56e3621bf0
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
<herd>perl</herd>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>spamslepnoga@inbox.ru</email>
|
||||
<email>andreis.vinogradovs@gmail.com</email>
|
||||
<name>Andreis Vinogradovs</name>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>maksbotan@gentoo.org</email>
|
||||
|
|
1
dev-perl/Test-DistManifest/Manifest
Normal file
1
dev-perl/Test-DistManifest/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST Test-DistManifest-1.011.tar.gz 17478 RMD160 e452838a45843e329a7febc60c9476c0ee556023 SHA1 1a97dee9070ddcea017212e5cb1f0ea6225762be SHA256 15604152e845209bc3a57620edeb32c0ad406d8c65724757265c783b90a9296a
|
23
dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild
Normal file
23
dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild,v 1.1 2012/02/26 13:33:58 jlec Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=JAWNSY
|
||||
MODULE_VERSION=1.011
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Author test that validates a package MANIFEST"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Module-Manifest
|
||||
dev-perl/Test-NoWarnings
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
SRC_TEST="do"
|
8
dev-perl/Test-DistManifest/metadata.xml
Normal file
8
dev-perl/Test-DistManifest/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>
|
||||
<herd>perl</herd>
|
||||
<maintainer>
|
||||
<email>jlec@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
|
@ -1,2 +1,3 @@
|
|||
DIST XML-LibXSLT-1.70.tar.gz 80405 RMD160 d893da65d092310d209fcd19e07f0f2deed14b65 SHA1 15cb3404fd3c6d12e4b800d13a7e7dd819eb235c SHA256 37b927a80f9f70ab5d6037e678817eeb519c79869ac86f14e70f76933bc51475
|
||||
DIST XML-LibXSLT-1.76.tar.gz 85845 RMD160 260a26cc6be808a27ad8f32ecc2d15c76b2c4200 SHA1 a197517ab698c8268ad6f48852ab766856dbb71d SHA256 74b0ed2e7738640f21921110230174180e7f110d8b2ef13b7eabdad268341242
|
||||
DIST XML-LibXSLT-1.77.tar.gz 85981 RMD160 fb9e1f26e6f7a4df695b31f85304a9fd19013039 SHA1 776a31dfb0a049f6986e76643dc01af1d158bae9 SHA256 e596388b416871393e8a501bbd5375585aac043cd5bb396a7735f5391a31e89f
|
||||
|
|
22
dev-perl/XML-LibXSLT/XML-LibXSLT-1.770.0.ebuild
Normal file
22
dev-perl/XML-LibXSLT/XML-LibXSLT-1.770.0.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.770.0.ebuild,v 1.1 2012/02/26 08:50:42 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=SHLOMIF
|
||||
MODULE_VERSION=1.77
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-libs/libxslt-1.1.8
|
||||
>=dev-perl/XML-LibXML-1.70"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
SRC_TEST="do"
|
|
@ -1,6 +1 @@
|
|||
DIST mongo-1.1.3.tgz 68561 RMD160 6bf62291cdddea7e04f9534d292d319436b6a1ed SHA1 7ba959f84bf1a406fb6d429e7305b789e02de1c5 SHA256 0c347bab76ad0197e2730e61d4f3508885e537591fafcbded1595f155950679b
|
||||
DIST mongo-1.1.4.tgz 68924 RMD160 ad92a2848fb5dccae734d9b1b3edc4940b36a3ea SHA1 dd3356570dab7cd91e660664ef4ab81601f1208a SHA256 7fdd7be1435d34e595f462d11400859b84c86fc630a431bc537825ac36c73f6a
|
||||
DIST mongo-1.2.0.tgz 74189 RMD160 b957b8de3fb400b2375ca8a76e8970d9f0b31339 SHA1 2d08d207f2a257c365c4e6b706487e945e9e9627 SHA256 506d893a00680530b17fba5290c95459692e451e58486f135abd82b2525aa81c
|
||||
DIST mongo-1.2.4.tgz 78927 RMD160 fb1aede70df45964f9c5498298c029ac0a3d41dd SHA1 b3d965754cef5dc03b652c4dbad33882c7952b0a SHA256 eac0a3a335c42ac6dafc2aecd31129c6661f79bf02bdee413caa969d5f35c981
|
||||
DIST mongo-1.2.7.tgz 84677 RMD160 29529e69c1ae421f1977133936871c5964bc2758 SHA1 eb587cc62e78d720d1bd54f3e217f238c579c17b SHA256 8c97982ce2e146442354526b615f89cf83e2d295581ddf4f9cbd639937c25c6b
|
||||
DIST mongo-1.2.9.tgz 85733 RMD160 f7146bf4f23369a732aa0c632bd61963ef1ac4fa SHA1 398795b2112f55edbf3b955570aa32d5e9a01e7d SHA256 3bc64379a13ce41028f784045758f570f5f9a4a3502d7f5ed3bfe6924ba46203
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.1.3.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PHP_EXT_NAME="mongo"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
DESCRIPTION="MongoDB database driver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.1.4.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PHP_EXT_NAME="mongo"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
DESCRIPTION="MongoDB database driver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.2.0.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PHP_EXT_NAME="mongo"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
DESCRIPTION="MongoDB database driver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.2.4.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PHP_EXT_NAME="mongo"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
DESCRIPTION="MongoDB database driver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.2.7.ebuild,v 1.1 2012/01/05 17:33:14 olemarkus Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PHP_EXT_NAME="mongo"
|
||||
|
||||
USE_PHP="php5-3 php5-4"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
DESCRIPTION="MongoDB database driver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
|
@ -1,2 +1,2 @@
|
|||
DIST taint-0.3.0.tgz 12614 RMD160 66b4a55f4f07e7da92b443bb3aa14801c75a14ce SHA1 227d6a7658c48bb7c2e1eebdd47d2a4f2bd018a8 SHA256 8333410caecf18f68778f8f03ceb20883a6389035bc4daa7a7c933510d84e66c
|
||||
DIST taint-0.4.0.tgz 13075 RMD160 cb4e9007dddfeb9c860c8c7b52dc5c2f92bec023 SHA1 9b53e96cf9592c4b177bdac4faec5bed22fe5a0b SHA256 6f02024e00270b91846d8441d2a3239643ce73b2e4fcc9b9feb2284b4fdda449
|
||||
DIST taint-0.4.1.tgz 12952 RMD160 542b139110f18936f9a9974b6d421d14fb38dd88 SHA1 80c91bc598cb77a1b1815b08b99de9b946912108 SHA256 79ef30b62e5f9f0b97fa4b7bd72ebc1140f26c8c48b878aacb24e2f6d162a19e
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.3.0.ebuild,v 1.1 2012/02/18 14:15:06 olemarkus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.1.ebuild,v 1.1 2012/02/26 07:05:50 olemarkus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
|
@ -1,5 +1,2 @@
|
|||
DIST PHPUnit-3.4.13.tgz 254903 RMD160 baf57711313b638db60f15e7cc66bf72c8863cba SHA1 6562d59f1cf4146e495e2f524cef6bda3ec32b6d SHA256 3fc1db6adfb05fff5534c70a6ba4ad09f88cb988611242e64e466badb4ea7f2c
|
||||
DIST PHPUnit-3.5.0.tgz 114284 RMD160 e20ca585ec875f81c158414fa58e6566b4fb3c5e SHA1 1ef01310517c53ccfdeb6488f7512b4effaa264d SHA256 0afc3285d8530b9b2db7157b0baeabbee36c0d2aa2d20fe1868aad1d2c672d51
|
||||
DIST PHPUnit-3.5.13.tgz 118553 RMD160 3ed936f15a2d1df6c652ac7a908d8eb6fcba785e SHA1 5441614f57d16920b45ecd778ce6711e2b12087c SHA256 aa363db1d9251117f703e1d8b72624bee42a1eb96f65cbf0b78109f5204c30b4
|
||||
DIST PHPUnit-3.5.14.tgz 118697 RMD160 fe3ff8adb2f95ff49380c8ad697370faa43a2a55 SHA1 efe67767d4a1f9f917df1c24747b63e8f39bc981 SHA256 e4d9c026879d32931664232f7c70bca23cb7224df8ee7e6cab8bb205d5f15788
|
||||
DIST PHPUnit-3.6.0.tgz 114478 RMD160 f4a53bc888e923ff2f5e47889bcbe06d158765e4 SHA1 73a9c72e6b9d54471147a0f49419767a58ef06b7 SHA256 037df51c338d5cb1a153afb458c44a01e54efcc1531b85f1ad5d90995a27333d
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.4.13.ebuild,v 1.1 2011/03/26 11:31:20 olemarkus Exp $
|
||||
|
||||
EAPI="2"
|
||||
inherit php-pear-lib-r1
|
||||
|
||||
KEYWORDS="~alpha amd64 hppa ~ia64 ~sparc x86"
|
||||
|
||||
DESCRIPTION="Unit testing framework for PHP5"
|
||||
HOMEPAGE="http://www.phpunit.de/"
|
||||
SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+minimal"
|
||||
|
||||
DEPEND="!dev-php4/phpunit
|
||||
>=dev-php/PEAR-PEAR-1.8.1"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/php-5.2[simplexml,xml,tokenizer]
|
||||
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
|
||||
!minimal? ( >=dev-php/xdebug-2.0.5
|
||||
>=dev-php/PEAR-Image_GraphViz-1.2.1
|
||||
>=dev-php/PEAR-Log-1.8.7-r1
|
||||
>=dev-php/PEAR-Testing_Selenium-0.2.0 )"
|
||||
|
||||
need_php_by_category
|
||||
|
||||
S="${WORKDIR}/PHPUnit-${PV}"
|
||||
|
||||
pkg_postinst() {
|
||||
has_php
|
||||
elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
|
||||
elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
|
||||
if use minimal; then
|
||||
elog "You have enabled the minimal USE flag. If you want to use features"
|
||||
elog "from xdebug, PEAR-Log or PEAR-Testing_Selenium disable the"
|
||||
elog "USE flag or emerge the packages manually"
|
||||
fi
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.0-r1.ebuild,v 1.4 2011/09/18 11:06:21 olemarkus Exp $
|
||||
|
||||
EAPI="2"
|
||||
inherit php-pear-lib-r1
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="Unit testing framework for PHP5"
|
||||
HOMEPAGE="http://www.phpunit.de/"
|
||||
SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!dev-php4/phpunit
|
||||
>=dev-php/PEAR-PEAR-1.9.1"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
|
||||
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
|
||||
>=dev-php/PEAR-Image_GraphViz-1.2.1
|
||||
>=dev-php/PEAR-Log-1.8.7-r1
|
||||
dev-php/dbunit
|
||||
dev-php/php-codecoverage
|
||||
dev-php/php-timer
|
||||
dev-php/phpunit-mockobject
|
||||
dev-php/phpunit-selenium"
|
||||
|
||||
need_php_by_category
|
||||
|
||||
S="${WORKDIR}/PHPUnit-${PV}"
|
||||
|
||||
pkg_postinst() {
|
||||
has_php
|
||||
elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
|
||||
elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.14.ebuild,v 1.4 2011/09/18 11:06:21 olemarkus Exp $
|
||||
|
||||
EAPI="2"
|
||||
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
|
||||
PHP_PEAR_PN="PHPUnit"
|
||||
|
||||
PHP_PEAR_URI="pear.phpunit.de"
|
||||
inherit php-pear-lib-r1
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="Unit testing framework for PHP5"
|
||||
HOMEPAGE="http://www.phpunit.de/"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-php/PEAR-PEAR-1.9.1"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
|
||||
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
|
||||
>=dev-php/PEAR-Image_GraphViz-1.2.1
|
||||
>=dev-php/PEAR-Log-1.8.7-r1
|
||||
>=dev-php/dbunit-1.0.0
|
||||
>=dev-php/php-texttemplate-1.0.0
|
||||
>=dev-php/php-codecoverage-1.0.2
|
||||
>=dev-php/php-timer-1.0.0
|
||||
>=dev-php/phpunit-mockobject-1.0.3
|
||||
>=dev-php/phpunit-selenium-1.0.1
|
||||
>=dev-php/file-iterator-1.2.3
|
||||
>=dev-php/yaml-1.0.2"
|
||||
|
||||
pkg_postinst() {
|
||||
elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
|
||||
elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
|
||||
}
|
|
@ -1,2 +1 @@
|
|||
DIST pyatspi-2.0.2.tar.bz2 316901 RMD160 d93728c9ff7a8ae7969d13bb47e91fdb5fffafde SHA1 1784e68cd3bebb5074de2edd99d9d7addc7a3801 SHA256 d548d9107561041d8ce29441f4b914b8e1daf3d7137d93217b2e7bd5aa1066d4
|
||||
DIST pyatspi-2.2.1.tar.xz 266112 RMD160 4cff97c02e18aa68721e7f24ea1ee22ddde88f8d SHA1 c00b07657122337fc5514f6e9ad83f36e7578200 SHA256 814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a
|
||||
|
|
11
dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch
Normal file
11
dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.ac.orig 2012-02-11 21:00:51.650000004 -0500
|
||||
+++ configure.ac 2012-02-11 21:01:02.680000006 -0500
|
||||
@@ -25,7 +25,7 @@
|
||||
AC_MSG_CHECKING([whether tests are enabled])
|
||||
AC_ARG_ENABLE(tests,
|
||||
[AS_HELP_STRING([--enable-tests], [Build with testing enabled])],
|
||||
- enable_tests=yes,
|
||||
+ enable_tests=$enableval,
|
||||
enable_tests=no)
|
||||
AC_MSG_RESULT($enable_tests)
|
||||
AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests == xyes)
|
|
@ -1,76 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild,v 1.3 2012/02/10 03:40:59 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="no"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
|
||||
inherit gnome2 python
|
||||
|
||||
DESCRIPTION="Python binding to at-spi library"
|
||||
HOMEPAGE="http://live.gnome.org/Accessibility"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
COMMON_DEPEND="dev-python/dbus-python
|
||||
>=dev-python/pygobject-2.26:2
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=sys-apps/dbus-1
|
||||
!<gnome-extra/at-spi-1.32.0-r1
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/pkgconfig
|
||||
test? (
|
||||
>=dev-libs/atk-1.17
|
||||
>=dev-libs/dbus-glib-0.7
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2:2
|
||||
>=x11-libs/gtk+-2.10:2 )"
|
||||
|
||||
pkg_setup() {
|
||||
G2CONF="${G2CONF} $(use_enable test tests)"
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
gnome2_src_prepare
|
||||
|
||||
# disable pyc compiling
|
||||
echo '#!/bin/sh' > config/py-compile
|
||||
|
||||
python_copy_sources
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
python_execute_function -s gnome2_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python_execute_function -s gnome2_src_compile
|
||||
}
|
||||
|
||||
src_test() {
|
||||
python_execute_function -s -d
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_execute_function -s gnome2_src_install
|
||||
python_clean_installation_image
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
python_mod_optimize pyatspi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_pkg_postrm
|
||||
python_mod_cleanup pyatspi
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.3 2012/02/10 03:40:59 patrick Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.4 2012/02/26 09:49:33 pacho Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -42,6 +42,9 @@ pkg_setup() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
# Fix configure to disable tests properly, upstream bug #670823
|
||||
epatch "${FILESDIR}/${PN}-2.2.1-configure-check.patch"
|
||||
|
||||
# remove pygtk cruft; https://bugzilla.gnome.org/show_bug.cgi?id=660826
|
||||
# requires eautoreconf
|
||||
epatch "${FILESDIR}/${PN}-2.2.0-AM_CHECK_PYMOD-pygtk.patch"
|
||||
|
@ -49,9 +52,7 @@ src_prepare() {
|
|||
|
||||
gnome2_src_prepare
|
||||
|
||||
# disable pyc compiling
|
||||
echo '#!/bin/sh' > config/py-compile
|
||||
|
||||
python_clean_py-compile_files
|
||||
python_copy_sources
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.10 2011/02/12 21:17:51 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.11 2012/02/26 08:17:08 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.10 2011/08/30 19:20:10 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.11 2012/02/26 05:56:16 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
|
||||
|
||||
inherit bash-completion distutils elisp-common eutils versionator
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.0.ebuild,v 1.4 2011/09/01 08:31:25 fauli Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.0.ebuild,v 1.5 2012/02/26 05:56:16 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
|
||||
|
||||
inherit bash-completion distutils elisp-common eutils versionator
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.10 2012/02/19 12:33:35 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.11 2012/02/26 05:56:16 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
|
||||
|
||||
inherit bash-completion distutils elisp-common eutils versionator
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.4 2011/12/28 14:29:30 fauli Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.5 2012/02/26 05:56:16 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
|
||||
|
||||
inherit bash-completion-r1 distutils eutils versionator
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.383 2012/02/16 00:27:17 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.384 2012/02/26 13:20:59 pacho Exp $
|
||||
|
||||
# @ECLASS: eutils.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -653,22 +653,22 @@ make_desktop_entry() {
|
|||
case ${catmaj} in
|
||||
app)
|
||||
case ${catmin} in
|
||||
accessibility) type=Accessibility;;
|
||||
accessibility) type="Utility;Accessibility";;
|
||||
admin) type=System;;
|
||||
antivirus) type=System;;
|
||||
arch) type=Archiving;;
|
||||
backup) type=Archiving;;
|
||||
cdr) type=DiscBurning;;
|
||||
dicts) type=Dictionary;;
|
||||
arch) type="Utility;Archiving";;
|
||||
backup) type="Utility;Archiving";;
|
||||
cdr) type="AudioVideo;DiscBurning";;
|
||||
dicts) type="Office;Dictionary";;
|
||||
doc) type=Documentation;;
|
||||
editors) type=TextEditor;;
|
||||
emacs) type=TextEditor;;
|
||||
emulation) type=Emulator;;
|
||||
laptop) type=HardwareSettings;;
|
||||
editors) type="Utility;TextEditor";;
|
||||
emacs) type="Development;TextEditor";;
|
||||
emulation) type="System;Emulator";;
|
||||
laptop) type="Settings;HardwareSettings";;
|
||||
office) type=Office;;
|
||||
pda) type=PDA;;
|
||||
vim) type=TextEditor;;
|
||||
xemacs) type=TextEditor;;
|
||||
pda) type="Office;PDA";;
|
||||
vim) type="Development;TextEditor";;
|
||||
xemacs) type="Development;TextEditor";;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.168 2012/01/16 20:03:32 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.169 2012/02/26 12:09:44 blueness Exp $
|
||||
|
||||
# @ECLASS: flag-o-matic.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -17,7 +17,7 @@ inherit eutils toolchain-funcs multilib
|
|||
|
||||
# Return all the flag variables that our high level funcs operate on.
|
||||
all-flag-vars() {
|
||||
echo {C,CPP,CXX,F,FC,LD}FLAGS
|
||||
echo {C,CPP,CXX,CCAS,F,FC,LD}FLAGS
|
||||
}
|
||||
|
||||
# {C,CXX,F,FC}FLAGS that we allow in strip-flags
|
||||
|
@ -101,7 +101,7 @@ _filter-var() {
|
|||
# @FUNCTION: filter-flags
|
||||
# @USAGE: <flags>
|
||||
# @DESCRIPTION:
|
||||
# Remove particular <flags> from {C,CPP,CXX,F,FC,LD}FLAGS. Accepts shell globs.
|
||||
# Remove particular <flags> from {C,CPP,CXX,CCAS,F,FC,LD}FLAGS. Accepts shell globs.
|
||||
filter-flags() {
|
||||
_filter-hardened "$@"
|
||||
local v
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild,v 1.3 2010/05/04 06:20:09 tupone Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r1.ebuild,v 1.4 2012/02/26 14:55:15 tupone Exp $
|
||||
|
||||
EAPI=2
|
||||
PYTHON_DEPEND="2"
|
||||
|
@ -41,5 +41,7 @@ src_install() {
|
|||
insinto "${GAMES_DATADIR}"/${PN}
|
||||
doins gfx/* snd/* || die "doins failed"
|
||||
dodoc CHANGELOG README
|
||||
make_desktop_entry accelerator
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v 1.11 2011/03/04 23:32:26 arfrever Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v 1.12 2012/02/26 09:33:38 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
PYTHON_USE_WITH="tk"
|
||||
RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
|
||||
|
||||
inherit eutils multilib python
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.2 2011/03/04 23:35:24 arfrever Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.3 2012/02/26 09:33:38 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
PYTHON_USE_WITH="tk"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.12 2012/01/01 20:54:31 grobian Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.13 2012/02/26 07:23:24 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild,v 1.8 2012/02/25 23:38:20 aballier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild,v 1.9 2012/02/26 13:42:30 aballier Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit autotools eutils
|
||||
|
@ -31,7 +31,8 @@ src_prepare() {
|
|||
epatch "${FILESDIR}"/${P}-gcc43.patch \
|
||||
"${FILESDIR}"/${P}-ffmpeg.patch \
|
||||
"${FILESDIR}"/${P}-ffmpeg-0.6.90.patch \
|
||||
"${FILESDIR}"/${P}-ffmpeg-0.10.patch
|
||||
"${FILESDIR}"/${P}-ffmpeg-0.10.patch \
|
||||
"${FILESDIR}"/${P}-libavformat54.patch
|
||||
sed -i -e 's:-O3 -ffast-math -pipe::' configure.in \
|
||||
|| die "sed failed"
|
||||
AT_M4DIR="m4" eautoreconf
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
Index: FusionSound-1.1.1/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_ffmpeg.c
|
||||
===================================================================
|
||||
--- FusionSound-1.1.1.orig/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_ffmpeg.c
|
||||
+++ FusionSound-1.1.1/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_ffmpeg.c
|
||||
@@ -65,7 +65,6 @@ typedef struct {
|
||||
|
||||
DirectStream *stream;
|
||||
|
||||
- AVIOContext pb;
|
||||
AVFormatContext *ctx;
|
||||
AVStream *st;
|
||||
void *iobuf;
|
||||
@@ -1191,16 +1190,8 @@ Construct( IFusionSoundMusicProvider *th
|
||||
return D_OOM();
|
||||
}
|
||||
|
||||
- if (init_put_byte( &data->pb, data->iobuf, 4096, 0,
|
||||
- (void*)data, av_read_callback, NULL,
|
||||
- direct_stream_seekable( stream ) ? av_seek_callback : NULL ) < 0) {
|
||||
- D_ERROR( "IFusionSoundMusicProvider_FFmpeg: init_put_byte() failed!\n" );
|
||||
- IFusionSoundMusicProvider_FFmpeg_Destruct( thiz );
|
||||
- return DFB_INIT;
|
||||
- }
|
||||
-
|
||||
- if (av_open_input_stream( &data->ctx, &data->pb, filename, fmt, NULL ) < 0) {
|
||||
- D_ERROR( "IFusionSoundMusicProvider_FFmpeg: av_open_input_stream() failed!\n" );
|
||||
+ if (avformat_open_input( &data->ctx, filename, fmt, NULL ) < 0) {
|
||||
+ D_ERROR( "IFusionSoundMusicProvider_FFmpeg: avformat_open_input() failed!\n" );
|
||||
IFusionSoundMusicProvider_FFmpeg_Destruct( thiz );
|
||||
return DFB_FAILURE;
|
||||
}
|
19
media-libs/mlt/files/mlt-0.7.8-libavcodec54.patch
Normal file
19
media-libs/mlt/files/mlt-0.7.8-libavcodec54.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: mlt-0.7.8/src/modules/avformat/vdpau.c
|
||||
===================================================================
|
||||
--- mlt-0.7.8.orig/src/modules/avformat/vdpau.c
|
||||
+++ mlt-0.7.8/src/modules/avformat/vdpau.c
|
||||
@@ -152,14 +152,12 @@ static int vdpau_get_buffer( AVCodecCont
|
||||
frame->reordered_opaque = codec_context->reordered_opaque;
|
||||
if ( frame->reference )
|
||||
{
|
||||
- frame->age = self->vdpau->ip_age[0];
|
||||
self->vdpau->ip_age[0] = self->vdpau->ip_age[1] + 1;
|
||||
self->vdpau->ip_age[1] = 1;
|
||||
self->vdpau->b_age++;
|
||||
}
|
||||
else
|
||||
{
|
||||
- frame->age = self->vdpau->b_age;
|
||||
self->vdpau->ip_age[0] ++;
|
||||
self->vdpau->ip_age[1] ++;
|
||||
self->vdpau->b_age = 1;
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6-r1.ebuild,v 1.1 2012/02/25 22:07:30 aballier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6-r1.ebuild,v 1.2 2012/02/26 15:28:01 aballier Exp $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_DEPEND="python? 2:2.6"
|
||||
|
@ -46,8 +46,8 @@ RDEPEND="ffmpeg? ( virtual/ffmpeg[vdpau?] )
|
|||
SWIG_DEPEND=">=dev-lang/swig-2.0"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig
|
||||
compressed-lumas? ( || ( media-gfx/imagemagick
|
||||
media-gfx/graphicsmagick[imagemagick] ) )
|
||||
compressed-lumas? ( || ( media-gfx/imagemagick[png]
|
||||
media-gfx/graphicsmagick[imagemagick,png] ) )
|
||||
lua? ( ${SWIG_DEPEND} dev-util/pkgconfig )
|
||||
python? ( ${SWIG_DEPEND} )
|
||||
ruby? ( ${SWIG_DEPEND} )"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.8.ebuild,v 1.1 2012/02/26 00:54:02 aballier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.8.ebuild,v 1.3 2012/02/26 15:28:01 aballier Exp $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_DEPEND="python? 2:2.6"
|
||||
|
@ -49,8 +49,8 @@ RDEPEND="ffmpeg? ( virtual/ffmpeg[vdpau?] )
|
|||
SWIG_DEPEND=">=dev-lang/swig-2.0"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig
|
||||
compressed-lumas? ( || ( media-gfx/imagemagick
|
||||
media-gfx/graphicsmagick[imagemagick] ) )
|
||||
compressed-lumas? ( || ( media-gfx/imagemagick[png]
|
||||
media-gfx/graphicsmagick[imagemagick,png] ) )
|
||||
lua? ( ${SWIG_DEPEND} dev-util/pkgconfig )
|
||||
python? ( ${SWIG_DEPEND} )
|
||||
ruby? ( ${SWIG_DEPEND} )"
|
||||
|
@ -65,7 +65,8 @@ pkg_setup() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-0.7.2-ruby-link.patch
|
||||
epatch "${FILESDIR}"/${PN}-0.7.2-ruby-link.patch \
|
||||
"${FILESDIR}"/${PN}-0.7.8-libavcodec54.patch
|
||||
# respect CFLAGS LDFLAGS when building shared libraries. Bug #308873
|
||||
for x in python lua; do
|
||||
sed -i "/mlt.so/s: -lmlt++ :& ${CFLAGS} ${LDFLAGS} :" src/swig/$x/build || die
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/pymemphis/pymemphis-0.2.1.ebuild,v 1.3 2011/03/07 12:59:54 jlec Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/pymemphis/pymemphis-0.2.1.ebuild,v 1.4 2012/02/26 07:54:56 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
AT_M4DIR="build/autotools/"
|
||||
|
||||
inherit autotools python
|
||||
|
@ -26,7 +28,6 @@ RDEPEND="
|
|||
media-libs/memphis"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
S="${WORKDIR}"/${PN}-mainline
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@ DIST flrig-1.2.2.tar.gz 494457 RMD160 26df0b1ca0bb2bb05fb64f7ae1c8aed1033eb82c S
|
|||
DIST flrig-1.2.4.tar.gz 502670 RMD160 51cc74d39272434519515620b17bf6c65305f558 SHA1 82a6f2cd4e70b1a8f6ba17948f2fb65ccbf71bf1 SHA256 11ceca4fc86a2c5c8312399703784d25d7e2b57d70f1fc8c88b8c16cacf6bad7
|
||||
DIST flrig-1.2.6.tar.gz 509477 RMD160 013d90c65ed205522b2d7255c67cb2371d36e5ed SHA1 beff38f66003e8d922db56c7138114891d08d9d0 SHA256 74a20e90e6c0294cc25afe2dbe0ea7f5daa384d355ecd5cf822c634b29a512c8
|
||||
DIST flrig-1.2.7.tar.gz 510420 RMD160 3d188cb87b97513b1a3be24706ddfe657171e41f SHA1 1dd7dba7e81bf0bde0619e99a81043e214edb998 SHA256 d1a3570fbb1e5803db967b482e9c86b269390a4ff66bd736f67159012d94ac41
|
||||
DIST flrig-1.2.9.tar.gz 512647 RMD160 0d27b0bfe5f59e230eaebf1bfa4a0f38df806859 SHA1 2190b574deaf1b1aa6d8f502c369576a67e13d8a SHA256 2071496be5a231bcfc3a7aaa3ab17e0453a08c6b866562bbe89f207da0ac9f1f
|
||||
|
|
25
media-radio/flrig/flrig-1.2.9.ebuild
Normal file
25
media-radio/flrig/flrig-1.2.9.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.2.9.ebuild,v 1.1 2012/02/26 06:35:08 tomjbe Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="Transceiver control program for Amateur Radio use"
|
||||
HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
|
||||
SRC_URI="http://www.w1hkj.com/downloads/flrig/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="x11-libs/fltk:1
|
||||
x11-misc/xdg-utils"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog README || die
|
||||
}
|
|
@ -1,7 +1,5 @@
|
|||
DIST abcm2ps-5.9.24.tar.gz 254329 RMD160 26695fabb540b17bd2dee86ba18c7fa3baa11e8b SHA1 7261ea8d2442a63897f97882e788c2d2404cd8c9 SHA256 008f8cde72c09ddd1c6a61d0b1f86d0733f35b76c94b7ceaeff97d02e8bcc53f
|
||||
DIST abcm2ps-6.6.3.tar.gz 294909 RMD160 60044ed9cb8a13f2f4a1d81cd02f92039abb1163 SHA1 64b672d6967716839f2233208293fee5d7579ecf SHA256 32c3909bde02213b5ab8c3bdfd1d3b985cc833254a4c6dbfb156c7818834990e
|
||||
DIST abcm2ps-6.6.4.tar.gz 295121 RMD160 a4f3749231fa7d829e70469d043fe6e51ddb4f8b SHA1 810543645e85c0727f9191c879a7698fba061a5d SHA256 bac4b43323c7b74c40444729bc43c949bfcb574752e3a4338bddd0834eb0c819
|
||||
DIST abcm2ps-6.6.5.tar.gz 295271 RMD160 3ba593e910e9408c66a2d599eb09dbcd413fc307 SHA1 e2c19335153977c570be625959415b6b76da32d8 SHA256 d64095f6cf272a71780740ae7828579e7a1e452b6e8e0261d5f1e0a476409e05
|
||||
DIST abcm2ps-6.6.6.tar.gz 295729 RMD160 8f499b91965116992b4e35635983b341541aa85c SHA1 c10182447dc57a735317c853c7ca9da30069764f SHA256 cf61266be7cba6df903fc6e858d2920532aaef9093d55483193d913284baea03
|
||||
DIST abcm2ps-7.0.1.tar.gz 296512 RMD160 67210963b559f86a12c49b40a4c4b9925615db9f SHA1 24f5cd60e5e761ac7c8d5417451b5f193f2a03f2 SHA256 f9f0741974171c0ac91cf33c919d4fceb203646850fd2e33507a2cfb09b82bbf
|
||||
DIST abcm2ps-6.6.7.tar.gz 295852 RMD160 e1374d63e3257b2e82760d49b5dd0b89511d89e8 SHA1 b21ce7a6d3938c8f805e2fbae37f70437622a908 SHA256 25cf827cc3861255eaef67c74bdbfb47d14b2e52fd9b5c0277773dd83050ecc2
|
||||
DIST abcm2ps-7.0.2.tar.gz 297233 RMD160 e146812392da06e25646b17b26fbd9a88d678e2f SHA1 0c4eb30e6773e50aba57b588d0ae9884c84fb5da SHA256 dd6083aa7bc6d320a2a630d80a5e17c9f43952e0b89b93672b16f443d1925090
|
||||
DIST transpose_abc.pl 21045 RMD160 3ea7c36f80249a2c6e6c03eca0d9d58c054e2cfc SHA1 82a852ae790d6f379d48e4f3acc5aeba0236e575 SHA256 bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.3.ebuild,v 1.1 2012/01/17 23:40:22 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="A program to convert abc files to Postscript files"
|
||||
HOMEPAGE="http://moinejf.free.fr/"
|
||||
SRC_URI="http://moinejf.free.fr/${P}.tar.gz
|
||||
http://moinejf.free.fr/transpose_abc.pl"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="examples pango"
|
||||
|
||||
RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-a4 \
|
||||
--enable-deco-is-roll \
|
||||
$(use_enable pango)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin abcm2ps
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins *.fmt
|
||||
|
||||
dodoc Changes README *.txt
|
||||
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc *.{abc,eps}
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
||||
docinto contrib
|
||||
dodoc "${DISTDIR}"/transpose_abc.pl
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.4.ebuild,v 1.1 2012/02/03 07:59:03 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="A program to convert abc files to Postscript files"
|
||||
HOMEPAGE="http://moinejf.free.fr/"
|
||||
SRC_URI="http://moinejf.free.fr/${P}.tar.gz
|
||||
http://moinejf.free.fr/transpose_abc.pl"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="examples pango"
|
||||
|
||||
RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-a4 \
|
||||
--enable-deco-is-roll \
|
||||
$(use_enable pango)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin abcm2ps
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins *.fmt
|
||||
|
||||
dodoc Changes README *.txt
|
||||
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc *.{abc,eps}
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
||||
docinto contrib
|
||||
dodoc "${DISTDIR}"/transpose_abc.pl
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.5.ebuild,v 1.1 2012/02/07 07:53:08 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.7.ebuild,v 1.1 2012/02/26 05:36:57 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.1.ebuild,v 1.1 2012/02/15 09:33:19 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.2.ebuild,v 1.1 2012/02/26 05:36:57 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild,v 1.9 2011/11/10 12:18:56 aballier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild,v 1.10 2012/02/26 13:49:46 aballier Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -48,7 +48,8 @@ S=${WORKDIR}/${PN}-${MY_PV}
|
|||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-use_lrdf_cflags.patch \
|
||||
"${FILESDIR}"/${P}-ffmpeg.patch
|
||||
"${FILESDIR}"/${P}-ffmpeg.patch \
|
||||
"${FILESDIR}"/${P}-libavformat54.patch
|
||||
sed -i \
|
||||
-e 's:$(pkgdatadir)/doc:/usr/share/doc/${PF}:' \
|
||||
doc/Makefile.am || die
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
Index: aqualung-0.9beta11/configure.ac
|
||||
===================================================================
|
||||
--- aqualung-0.9beta11.orig/configure.ac
|
||||
+++ aqualung-0.9beta11/configure.ac
|
||||
@@ -660,7 +660,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
- AC_CHECK_LIB(avformat, av_open_input_file, [avf_lib=yes], [avf_lib=no], [-lavcodec -lavutil -lz])
|
||||
+ AC_CHECK_LIB(avformat, avformat_open_input, [avf_lib=yes], [avf_lib=no], [-lavcodec -lavutil -lz])
|
||||
AC_CHECK_LIB(avcodec, avcodec_open, [avc_lib=yes], [avc_lib=no], [-lavformat -lavutil -lz])
|
||||
|
||||
if test "$avc_hdr" = "yes" -a "$avf_hdr" = "yes" -a "$avc_lib" = "yes" -a "$avf_lib" = "yes" ; then
|
||||
Index: aqualung-0.9beta11/src/decoder/dec_lavc.c
|
||||
===================================================================
|
||||
--- aqualung-0.9beta11.orig/src/decoder/dec_lavc.c
|
||||
+++ aqualung-0.9beta11/src/decoder/dec_lavc.c
|
||||
@@ -111,7 +111,7 @@ lavc_decoder_open(decoder_t * dec, char
|
||||
file_decoder_t * fdec = dec->fdec;
|
||||
int i;
|
||||
|
||||
- if (av_open_input_file(&pd->avFormatCtx, filename, NULL, 0, NULL) != 0)
|
||||
+ if (avformat_open_input(&pd->avFormatCtx, filename, NULL, NULL) != 0)
|
||||
return DECODER_OPEN_BADLIB;
|
||||
|
||||
if (av_find_stream_info(pd->avFormatCtx) < 0)
|
|
@ -1,2 +1,2 @@
|
|||
DIST asunder-2.0.tar.bz2 220593 RMD160 5e7bd304da9d4a056f15c345ebe2aa177d9a5920 SHA1 153d4b35bb3f11399bf1f3eb4e3f0e3d50ab6346 SHA256 f86539f3cbccf0727f654cbfad4f6b7dde4e5668973b5c74b3cf5041b70b9f4d
|
||||
DIST asunder-2.1.tar.bz2 222227 RMD160 8b11808643e03633b594be2d975e3b54ed246fb9 SHA1 1b36143be2260332abd60b5615bb05ba73f02682 SHA256 19b995f205d8e0d6d649fffc8ae7a00fef26c19c8b3ac940e57dbf92a100ca58
|
||||
DIST asunder-2.2.tar.bz2 208936 RMD160 d2a80d6594ad444ab4a6a1ef2fc0e7de46a8680e SHA1 fe769c52b3c42f90646d70be8ad8cc0895c2cd52 SHA256 bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/asunder-2.0.ebuild,v 1.3 2010/12/21 02:23:26 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/asunder-2.2.ebuild,v 1.1 2012/02/26 06:54:28 ssuominen Exp $
|
||||
|
||||
EAPI=2
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="a graphical Audio CD ripper and encoder with support for WAV, MP3, OggVorbis and FLAC."
|
||||
DESCRIPTION="A graphical Audio CD ripper and encoder with support for WAV, MP3, OggVorbis and FLAC"
|
||||
HOMEPAGE="http://littlesvr.ca/asunder/"
|
||||
SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="flac mp3 vorbis wavpack"
|
||||
|
||||
COMMON_DEPEND="x11-libs/gtk+:2
|
||||
>=media-libs/libcddb-0.9.5
|
||||
media-sound/cdparanoia"
|
||||
COMMON_DEPEND=">=media-libs/libcddb-0.9.5
|
||||
media-sound/cdparanoia
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/intltool
|
||||
dev-util/pkgconfig
|
||||
sys-devel/gettext"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
flac? ( media-libs/flac )
|
||||
mp3? ( media-sound/lame )
|
||||
vorbis? ( media-sound/vorbis-tools )
|
||||
flac? ( media-libs/flac )
|
||||
wavpack? ( media-sound/wavpack )"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS README TODO
|
||||
}
|
||||
DOCS="AUTHORS ChangeLog README TODO" # NEWS is dummy
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild,v 1.7 2011/11/03 18:36:03 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild,v 1.8 2012/02/26 09:38:54 pacho Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="yes"
|
||||
|
@ -19,6 +19,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.18:2
|
|||
>=x11-libs/gtk+-2.20:2
|
||||
media-libs/libcanberra[gtk]
|
||||
>=app-cdr/brasero-2.26
|
||||
<app-cdr/brasero-3
|
||||
gnome-base/gconf:2
|
||||
sys-apps/dbus
|
||||
dev-libs/dbus-glib
|
||||
|
|
|
@ -1,61 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.11 2011/11/03 18:36:03 tetromino Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="CD ripper for GNOME"
|
||||
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
||||
IUSE="test"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/glib-2.18:2
|
||||
>=x11-libs/gtk+-2.20:2
|
||||
media-libs/libcanberra[gtk]
|
||||
>=app-cdr/brasero-2.26
|
||||
gnome-base/gconf:2
|
||||
sys-apps/dbus
|
||||
dev-libs/dbus-glib
|
||||
|
||||
>=media-libs/musicbrainz-3.0.2:3
|
||||
>=gnome-extra/gnome-media-2.11.91
|
||||
<gnome-extra/gnome-media-2.91
|
||||
|
||||
>=media-libs/gstreamer-0.10.15:0.10
|
||||
>=media-libs/gst-plugins-base-0.10:0.10"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
gnome-base/gvfs[cdda,udev]
|
||||
>=media-plugins/gst-plugins-gconf-0.10:0.10
|
||||
>=media-plugins/gst-plugins-gio-0.10:0.10
|
||||
|| (
|
||||
>=media-plugins/gst-plugins-cdparanoia-0.10:0.10
|
||||
>=media-plugins/gst-plugins-cdio-0.10:0.10 )
|
||||
>=media-plugins/gst-plugins-meta-0.10-r2:0.10"
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/pkgconfig-0.9
|
||||
>=dev-util/intltool-0.40
|
||||
>=app-text/scrollkeeper-0.3.5
|
||||
app-text/gnome-doc-utils
|
||||
test? ( ~app-text/docbook-xml-dtd-4.3 )"
|
||||
|
||||
pkg_setup() {
|
||||
# GST_INSPECT needed to get around some sandboxing checks
|
||||
G2CONF="${G2CONF}
|
||||
--with-gtk=2.0
|
||||
--disable-scrollkeeper GST_INSPECT=/bin/true"
|
||||
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
ewarn "If ${PN} does not rip to some music format, please check your USE"
|
||||
ewarn "flags on gnome-extra/gnome-media and media-plugins/gst-plugins-meta"
|
||||
}
|
2
metadata/cache/app-crypt/rotix-0.83
vendored
2
metadata/cache/app-crypt/rotix-0.83
vendored
|
@ -3,7 +3,7 @@ sys-devel/gettext
|
|||
0
|
||||
http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/rotix-0.83/rotix-0.83.tar.bz2
|
||||
|
||||
http://elektron.its.tudelft.nl/~hemmin98/rotix.html
|
||||
http://gentoo.org
|
||||
GPL-2
|
||||
Rotix allows you to generate rotational obfuscations.
|
||||
amd64 ia64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
|
||||
|
|
22
metadata/cache/app-editors/XML-XSH2-2.1.6
vendored
Normal file
22
metadata/cache/app-editors/XML-XSH2-2.1.6
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
|
||||
>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.6.tar.gz
|
||||
|
||||
http://xsh.sourceforge.net/
|
||||
|| ( Artistic GPL-2 )
|
||||
XML Editing Shell
|
||||
~amd64 ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-misc/byobu-5.15
vendored
Normal file
22
metadata/cache/app-misc/byobu-5.15
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) dev-libs/newt >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
http://launchpad.net/byobu/trunk/5.15/+download/byobu_5.15.orig.tar.gz
|
||||
|
||||
https://launchpad.net/byobu
|
||||
GPL-3
|
||||
A set of profiles for the GNU Screen console window manager (app-misc/screen)
|
||||
~amd64 ~x86
|
||||
multilib python toolchain-funcs
|
||||
screen
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/app-portage/diffmask-0.3.3
vendored
2
metadata/cache/app-portage/diffmask-0.3.3
vendored
|
@ -1,7 +1,7 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
>=sys-apps/portage-2.1.8.3 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://cloud.github.com/downloads/mgorny/diffmask/diffmask-0.3.3.tar.bz2
|
||||
mirror://github/mgorny/diffmask/diffmask-0.3.3.tar.bz2
|
||||
|
||||
https://github.com/mgorny/diffmask/
|
||||
BSD
|
||||
|
|
4
metadata/cache/app-portage/g-octave-0.4.1-r2
vendored
4
metadata/cache/app-portage/g-octave-0.4.1-r2
vendored
|
@ -1,5 +1,5 @@
|
|||
doc? ( >=dev-python/sphinx-1.0 ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
sys-apps/portage >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
doc? ( >=dev-python/sphinx-1.0 ) >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
sys-apps/portage >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
0
|
||||
http://www.g-octave.org/releases/g-octave-0.4.1.tar.gz http://github.com/rafaelmartins/g-octave-db/tarball/f8de0c5a490a9572a7e6592f0082c3f7e039ef67 -> g-octave-db-f8de0c5.tar.gz
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ multilib toolchain-funcs
|
|||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install
|
||||
|
||||
|
|
2
metadata/cache/dev-ml/bin-prot-2.0.3
vendored
2
metadata/cache/dev-ml/bin-prot-2.0.3
vendored
|
@ -12,7 +12,7 @@ debug doc +ocamlopt
|
|||
|
||||
|
||||
|
||||
2
|
||||
3
|
||||
|
||||
compile configure install test
|
||||
|
||||
|
|
22
metadata/cache/dev-perl/DBI-1.618.0
vendored
Normal file
22
metadata/cache/dev-perl/DBI-1.618.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-perl/PlRPC-0.2 >=virtual/perl-Sys-Syslog-0.17 virtual/perl-File-Spec test? ( >=virtual/perl-Test-Simple-0.90 ) dev-lang/perl[-build]
|
||||
>=dev-perl/PlRPC-0.2 >=virtual/perl-Sys-Syslog-0.17 virtual/perl-File-Spec dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/T/TI/TIMB/DBI-1.618.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/DBI/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
The Perl DBI Module
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
test
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/IO-Pager-0.240.0
vendored
Normal file
22
metadata/cache/dev-perl/IO-Pager-0.240.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-lang/perl[-build]
|
||||
dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/J/JP/JPIERCE/IO-Pager-0.24.tgz
|
||||
|
||||
http://search.cpan.org/dist/IO-Pager/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Select a pager, optionally pipe it output if destination is a TTY
|
||||
~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/MailTools-2.90.0
vendored
Normal file
22
metadata/cache/dev-perl/MailTools-2.90.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=virtual/perl-libnet-1.70.300 dev-perl/TimeDate dev-lang/perl[-build]
|
||||
>=virtual/perl-libnet-1.70.300 dev-perl/TimeDate dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/M/MA/MARKOV/MailTools-2.09.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/MailTools/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Manipulation of electronic mail addresses
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/Test-DistManifest-1.011
vendored
Normal file
22
metadata/cache/dev-perl/Test-DistManifest-1.011
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-perl/Module-Manifest dev-perl/Test-NoWarnings dev-lang/perl[-build]
|
||||
dev-perl/Module-Manifest dev-perl/Test-NoWarnings dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/J/JA/JAWNSY/Test-DistManifest-1.011.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/Test-DistManifest/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Author test that validates a package MANIFEST
|
||||
~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
test
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/XML-LibXSLT-1.770.0
vendored
Normal file
22
metadata/cache/dev-perl/XML-LibXSLT-1.770.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-libs/libxslt-1.1.8 >=dev-perl/XML-LibXML-1.70 dev-util/pkgconfig dev-lang/perl[-build]
|
||||
>=dev-libs/libxslt-1.1.8 >=dev-perl/XML-LibXML-1.70 dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.77.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/XML-LibXSLT/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
A Perl module to parse XSL Transformational sheets using gnome's libXSLT
|
||||
~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/pecl-mongo-1.1.3
vendored
22
metadata/cache/dev-php/pecl-mongo-1.1.3
vendored
|
@ -1,22 +0,0 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
|| ( =dev-php/pecl-mongo-1.1.3[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mongo-1.1.3.tgz
|
||||
|
||||
http://pecl.php.net/mongo
|
||||
Apache-2.0
|
||||
MongoDB database driver
|
||||
~amd64 ~x86
|
||||
autotools eutils flag-o-matic libtool multilib php-ext-pecl-r2 php-ext-source-r2 portability toolchain-funcs user
|
||||
php_targets_php5-3
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/pecl-mongo-1.1.4
vendored
22
metadata/cache/dev-php/pecl-mongo-1.1.4
vendored
|
@ -1,22 +0,0 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
|| ( =dev-php/pecl-mongo-1.1.4[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mongo-1.1.4.tgz
|
||||
|
||||
http://pecl.php.net/mongo
|
||||
Apache-2.0
|
||||
MongoDB database driver
|
||||
~amd64 ~x86
|
||||
autotools eutils flag-o-matic libtool multilib php-ext-pecl-r2 php-ext-source-r2 portability toolchain-funcs user
|
||||
php_targets_php5-3
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/pecl-mongo-1.2.0
vendored
22
metadata/cache/dev-php/pecl-mongo-1.2.0
vendored
|
@ -1,22 +0,0 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
|| ( =dev-php/pecl-mongo-1.2.0[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mongo-1.2.0.tgz
|
||||
|
||||
http://pecl.php.net/mongo
|
||||
Apache-2.0
|
||||
MongoDB database driver
|
||||
~amd64 ~x86
|
||||
autotools eutils flag-o-matic libtool multilib php-ext-pecl-r2 php-ext-source-r2 portability toolchain-funcs user
|
||||
php_targets_php5-3
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/pecl-mongo-1.2.4
vendored
22
metadata/cache/dev-php/pecl-mongo-1.2.4
vendored
|
@ -1,22 +0,0 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
|| ( =dev-php/pecl-mongo-1.2.4[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mongo-1.2.4.tgz
|
||||
|
||||
http://pecl.php.net/mongo
|
||||
Apache-2.0
|
||||
MongoDB database driver
|
||||
~amd64 ~x86
|
||||
autotools eutils flag-o-matic libtool multilib php-ext-pecl-r2 php-ext-source-r2 portability toolchain-funcs user
|
||||
php_targets_php5-3
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/pecl-mongo-1.2.7
vendored
22
metadata/cache/dev-php/pecl-mongo-1.2.7
vendored
|
@ -1,22 +0,0 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
|| ( =dev-php/pecl-mongo-1.2.7[php_targets_php5-3] =dev-php/pecl-mongo-1.2.7[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
0
|
||||
http://pecl.php.net/get/mongo-1.2.7.tgz
|
||||
|
||||
http://pecl.php.net/mongo
|
||||
Apache-2.0
|
||||
MongoDB database driver
|
||||
~amd64 ~x86
|
||||
autotools eutils flag-o-matic libtool multilib php-ext-pecl-r2 php-ext-source-r2 portability toolchain-funcs user
|
||||
php_targets_php5-3 php_targets_php5-4
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
|| ( =dev-php/pecl-taint-0.3.0[php_targets_php5-3] =dev-php/pecl-taint-0.3.0[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
|| ( =dev-php/pecl-taint-0.4.1[php_targets_php5-3] =dev-php/pecl-taint-0.4.1[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
0
|
||||
http://pecl.php.net/get/taint-0.3.0.tgz
|
||||
http://pecl.php.net/get/taint-0.4.1.tgz
|
||||
|
||||
http://pecl.php.net/taint
|
||||
PHP-3.01
|
22
metadata/cache/dev-php/phpunit-3.4.13
vendored
22
metadata/cache/dev-php/phpunit-3.4.13
vendored
|
@ -1,22 +0,0 @@
|
|||
!dev-php4/phpunit >=dev-php/PEAR-PEAR-1.8.1 dev-lang/php dev-lang/php >=dev-php/pear-1.9.0
|
||||
!dev-php4/phpunit >=dev-php/PEAR-PEAR-1.8.1 >=dev-lang/php-5.2[simplexml,xml,tokenizer] || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) !minimal? ( >=dev-php/xdebug-2.0.5 >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 >=dev-php/PEAR-Testing_Selenium-0.2.0 ) dev-lang/php dev-lang/php >=dev-php/pear-1.9.0
|
||||
0
|
||||
http://pear.phpunit.de/get/PHPUnit-3.4.13.tgz
|
||||
|
||||
http://www.phpunit.de/
|
||||
BSD
|
||||
Unit testing framework for PHP5
|
||||
~alpha amd64 hppa ~ia64 ~sparc x86
|
||||
depend.php eutils multilib php-pear-lib-r1 phpconfutils portability toolchain-funcs user
|
||||
+minimal
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install postinst setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/phpunit-3.5.0-r1
vendored
22
metadata/cache/dev-php/phpunit-3.5.0-r1
vendored
|
@ -1,22 +0,0 @@
|
|||
!dev-php4/phpunit >=dev-php/PEAR-PEAR-1.9.1 dev-lang/php dev-lang/php >=dev-php/pear-1.9.0
|
||||
!dev-php4/phpunit >=dev-php/PEAR-PEAR-1.9.1 >=dev-lang/php-5.2.7[simplexml,xml,tokenizer] || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 dev-php/dbunit dev-php/php-codecoverage dev-php/php-timer dev-php/phpunit-mockobject dev-php/phpunit-selenium dev-lang/php dev-lang/php >=dev-php/pear-1.9.0
|
||||
0
|
||||
http://pear.phpunit.de/get/PHPUnit-3.5.0.tgz
|
||||
|
||||
http://www.phpunit.de/
|
||||
BSD
|
||||
Unit testing framework for PHP5
|
||||
~amd64 ~x86
|
||||
depend.php eutils multilib php-pear-lib-r1 phpconfutils portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install postinst setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-php/phpunit-3.5.14
vendored
22
metadata/cache/dev-php/phpunit-3.5.14
vendored
|
@ -1,22 +0,0 @@
|
|||
>=dev-php/PEAR-PEAR-1.9.1 dev-lang/php >=dev-php/pear-1.9.0
|
||||
>=dev-php/PEAR-PEAR-1.9.1 >=dev-lang/php-5.2.7[simplexml,xml,tokenizer] || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 >=dev-php/dbunit-1.0.0 >=dev-php/php-texttemplate-1.0.0 >=dev-php/php-codecoverage-1.0.2 >=dev-php/php-timer-1.0.0 >=dev-php/phpunit-mockobject-1.0.3 >=dev-php/phpunit-selenium-1.0.1 >=dev-php/file-iterator-1.2.3 >=dev-php/yaml-1.0.2 dev-lang/php >=dev-php/pear-1.9.0
|
||||
0
|
||||
http://pear.phpunit.de/get/PHPUnit-3.5.14.tgz
|
||||
|
||||
http://www.phpunit.de/
|
||||
BSD
|
||||
Unit testing framework for PHP5
|
||||
~amd64 ~x86
|
||||
depend.php eutils multilib php-pear-lib-r1 phpconfutils portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install postinst setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-python/pyatspi-2.0.2
vendored
22
metadata/cache/dev-python/pyatspi-2.0.2
vendored
|
@ -1,22 +0,0 @@
|
|||
dev-python/dbus-python >=dev-python/pygobject-2.26:2 dev-util/pkgconfig test? ( >=dev-libs/atk-1.17 >=dev-libs/dbus-glib-0.7 dev-libs/glib:2 dev-libs/libxml2:2 >=x11-libs/gtk+-2.10:2 ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
dev-python/dbus-python >=dev-python/pygobject-2.26:2 >=sys-apps/dbus-1 !<gnome-extra/at-spi-1.32.0-r1 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
mirror://gnome/sources/pyatspi/2.0/pyatspi-2.0.2.tar.bz2
|
||||
|
||||
http://live.gnome.org/Accessibility
|
||||
LGPL-2
|
||||
Python binding to at-spi library
|
||||
~amd64 ~x86
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability python toolchain-funcs user versionator
|
||||
test
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/dev-python/pyatspi-2.2.1
vendored
2
metadata/cache/dev-python/pyatspi-2.2.1
vendored
|
@ -1,4 +1,4 @@
|
|||
dev-python/dbus-python >=dev-python/pygobject-2.90.1:3 dev-util/pkgconfig test? ( >=dev-libs/atk-2.1.0 >=dev-libs/dbus-glib-0.7 dev-libs/glib:2 dev-libs/libxml2:2 >=x11-libs/gtk+-2.10:2 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
dev-python/dbus-python >=dev-python/pygobject-2.90.1:3 dev-util/pkgconfig test? ( >=dev-libs/atk-2.1.0 >=dev-libs/dbus-glib-0.7 dev-libs/glib:2 dev-libs/libxml2:2 >=x11-libs/gtk+-2.10:2 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
dev-python/dbus-python >=dev-python/pygobject-2.90.1:3 >=sys-apps/dbus-1 >=app-accessibility/at-spi2-core-2.2.1[introspection] !<gnome-extra/at-spi-1.32.0-r1 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
mirror://gnome/sources/pyatspi/2.2/pyatspi-2.2.1.tar.xz
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue