Sync with portage [Tue Jan 22 15:26:31 MSK 2013].
This commit is contained in:
parent
a30927df58
commit
098c45e4d2
171 changed files with 2643 additions and 1023 deletions
|
@ -1,3 +1,4 @@
|
|||
DIST anki-1.2.11.tgz 1886062 SHA256 ca075fd0c0d6851d22046de8f6fa90d7c442cdd4a6783f7c6ffad7fbc46f5089 SHA512 f04ba85afb146c912c77fa047a74dfae34b2900bc4a0c5ab86d2c0787fa69339bd354d1def7083e74ac16da3e8e03efcf49808d817bc502ebb69944cd2ad4d9c WHIRLPOOL dbd445cc4439b6b582a11ae62b813f1773c15b90412d12aa3f06db07a778137d9c0aa06710354a2ab88055887f6d2e44db0f260ebaa4e6042012012a7ee3ee55
|
||||
DIST anki-2.0.3.tgz 2823500 SHA256 9b34259dc0489d7a97e5193567c78cfec82a53ce4e35318d55640e1c2a05be2c SHA512 49071f128d4783c31c9ac3c8bdb02fcbc6b15b946a8d50559d58adc93e78ef20935bb504172b16f6e17d10f1e6196cee353583d91ae0d298ebaf3f36e1e8ab48 WHIRLPOOL d57d91374c447b76cbeca52bd892bf2a3c2cc985b22cbcc45bdf825d417f4e90ebe22123956f8242fa2f0fd3df6afe3b661bde123e83fbd8bc24bdeff1643f58
|
||||
DIST anki-2.0.4.tgz 2877891 SHA256 faa9c96003515fa0125da489bdb8a3d601aff1767d92fa13ff8f411c3d8569c5 SHA512 d9adb67236a740e6ad69b77c864dbe300bfc2531bc4003539f43d9c27454969d5118bfa742568b885fb0d7980981540ba63ec5cf07914e872e1e85f62b8b5518 WHIRLPOOL c242c4884a19beb93a5d6e6f78cae9e5d61cef34b11572280218b15026500b82ad9065faead28df035baec3b19970c5c989c22aefa81dab506cb5a9582844647
|
||||
DIST anki-2.0.5.tgz 2901830 SHA256 afc03aeac239d4b01cf34601d975924e828d4c29f5c2150ed286c09633df6cd5 SHA512 b9287996555985c25f465b5d582e2579400f592c8d985c8ca073afe80762bd9977144196b92dbb89d81df19d474062696e6aa7ad9dc4e566b82adbea5f2d4839 WHIRLPOOL 9abb55a93d9f415b209cf98bd637abeeb725689cc0953b042a31075f16ba85d9b8aa945f9ce8cee6f80b1e74d7679d6350cd22d16f9a4c00596732cde404da28
|
||||
|
|
72
app-misc/anki/anki-2.0.5.ebuild
Normal file
72
app-misc/anki/anki-2.0.5.ebuild
Normal file
|
@ -0,0 +1,72 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.5.ebuild,v 1.1 2013/01/22 07:50:59 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
PYTHON_USE_WITH="sqlite"
|
||||
|
||||
inherit eutils python
|
||||
|
||||
DESCRIPTION="A spaced-repetition memory training program (flash cards)"
|
||||
HOMEPAGE="http://ichi2.net/anki/"
|
||||
SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="latex +recording +sound"
|
||||
|
||||
RDEPEND="dev-python/PyQt4[X,svg,webkit]
|
||||
>=dev-python/httplib2-0.7.4
|
||||
dev-python/beautifulsoup:python-2
|
||||
recording? ( media-sound/lame
|
||||
>=dev-python/pyaudio-0.2.4 )
|
||||
sound? ( media-video/mplayer )
|
||||
latex? ( app-text/texlive
|
||||
app-text/dvipng )"
|
||||
DEPEND=""
|
||||
|
||||
pkg_setup(){
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm -r thirdparty || die
|
||||
python_convert_shebangs -r 2 .
|
||||
}
|
||||
|
||||
# Nothing to configure or compile
|
||||
src_configure() {
|
||||
true;
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
true;
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin/
|
||||
doexe anki/anki
|
||||
|
||||
doicon ${PN}.png
|
||||
domenu ${PN}.desktop
|
||||
doman ${PN}.1
|
||||
|
||||
dodoc README README.development
|
||||
insinto "$(python_get_sitedir)"
|
||||
doins -r aqt anki
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
if has_version "<app-misc/anki-2" ; then
|
||||
elog "Anki 2 is a rewrite of Anki with many new features and"
|
||||
elog "a new database format. On the first run your decks are"
|
||||
elog "converted to the new format and a backup of your Anki-1"
|
||||
elog "decks is created. Please read the following:"
|
||||
elog "http://ankisrs.net/anki2.html"
|
||||
elog "The mobile clients for Anki 2 are still under development."
|
||||
fi
|
||||
}
|
29
app-office/scribus/files/scribus-1.4.2-cups.patch
Normal file
29
app-office/scribus/files/scribus-1.4.2-cups.patch
Normal file
|
@ -0,0 +1,29 @@
|
|||
CMakeLists.txt | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 141301f..78578de 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -612,7 +612,7 @@ ENDIF (OLDRENDERLIBLOST OR WANT_QTARTHUR OR RENDER_LIB STREQUAL "QTARTHUR" OR NO
|
||||
#>>Render Library
|
||||
|
||||
#<<CUPS
|
||||
-IF(NOT WIN32)
|
||||
+IF(NOT WIN32 AND WANT_CUPS)
|
||||
IF (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} LESS 2.5)
|
||||
SET(Cups_DIR ${CMAKE_MODULE_PATH})
|
||||
ENDIF (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} LESS 2.5)
|
||||
@@ -621,10 +621,10 @@ IF(NOT WIN32)
|
||||
SET(HAVE_CUPS 1)
|
||||
MESSAGE("CUPS Library Found OK")
|
||||
ENDIF(CUPS_FOUND)
|
||||
-ELSE(NOT WIN32)
|
||||
+ELSE(NOT WIN32 AND WANT_CUPS)
|
||||
# Windows doesn't use CUPS
|
||||
SET(CUPS_INCLUDE_DIR)
|
||||
-ENDIF(NOT WIN32)
|
||||
+ENDIF(NOT WIN32 AND WANT_CUPS)
|
||||
#>>CUPS
|
||||
|
||||
#<<LibXML2
|
|
@ -13,6 +13,7 @@
|
|||
<use>
|
||||
<flag name="minimal">Don't install headers (only required for e.g. plug-in developers)</flag>
|
||||
<flag name="templates">Document tamplates</flag>
|
||||
<flag name="aspell">Enable support for spell checking with <pkg>app-text/aspell</pkg></flag>
|
||||
<flag name="hunspell">Enable support for spell checking with <pkg>app-text/hunspell</pkg></flag>
|
||||
<flag name="linguas_cs_CZ">Language support for cs_CZ</flag>
|
||||
<flag name="linguas_da_DK">Language support for da_DK</flag>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2.ebuild,v 1.1 2013/01/21 16:39:29 jlec Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild,v 1.2 2013/01/22 08:40:02 jlec Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_REQ_USE=tk
|
||||
|
||||
inherit cmake-utils fdo-mime multilib python-single-r1
|
||||
|
||||
|
@ -15,13 +16,14 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.xz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="cairo debug examples hunspell +minimal +pdf spell templates"
|
||||
IUSE="aspell cairo +cups debug examples hunspell +minimal +pdf templates"
|
||||
|
||||
# a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a}
|
||||
IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW"
|
||||
IUSE+=" ${IUSE_LINGUAS// / linguas_}"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-python/imaging[tk,${PYTHON_USEDEP}]
|
||||
dev-libs/boost
|
||||
dev-libs/hyphen
|
||||
dev-libs/libxml2
|
||||
|
@ -35,15 +37,19 @@ COMMON_DEPEND="
|
|||
x11-libs/qt-core:4
|
||||
x11-libs/qt-gui:4
|
||||
virtual/jpeg
|
||||
spell? ( app-text/aspell )
|
||||
cairo? ( x11-libs/cairo[X,svg] )
|
||||
cups? ( net-print/cups )
|
||||
pdf? ( app-text/podofo )
|
||||
cairo? ( x11-libs/cairo[X,svg] )"
|
||||
aspell? ( app-text/aspell )
|
||||
hunspell? ( app-text/hunspell )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
app-text/ghostscript-gpl"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-docs.patch
|
||||
"${FILESDIR}"/${P}-cups.patch
|
||||
"${FILESDIR}"/${PN}-1.4.0-minizip.patch
|
||||
)
|
||||
|
||||
|
@ -84,11 +90,13 @@ src_configure() {
|
|||
-DWANT_QT3SUPPORT=OFF
|
||||
-DGENTOOVERSION=${PVR}
|
||||
-DWANT_GUI_LANG=${langs#,}
|
||||
$(cmake-utils_use_has spell ASPELL)
|
||||
$(cmake-utils_use_has aspell ASPELL)
|
||||
$(cmake-utils_use_has pdf PODOFO)
|
||||
$(cmake-utils_use_want cairo)
|
||||
$(cmake-utils_use_want minimal NOHEADERINSTALL)
|
||||
$(cmake-utils_use_want cups CUPS)
|
||||
$(cmake-utils_use_want debug DEBUG)
|
||||
$(cmake-utils_use_want minimal NOHEADERINSTALL)
|
||||
$(cmake-utils_use_want hunspell HUNSPELL)
|
||||
)
|
||||
use examples || mycmakeargs+=( -DWANT_NOEXAMPLES=ON)
|
||||
use templates || mycmakeargs+=( -DWANT_NOTEMPLATES=ON)
|
|
@ -1,2 +1,2 @@
|
|||
DIST epkg-0.1.tar.gz 599 SHA256 2534959d9c6992b0387b2f2a60c794ac3892a55f9178c830c1e629190377ecc2 SHA512 0e03aeef88717822198ea9cbf5cf7be9d9943225a8ad57a4beb666a32966cc273518facd472add1dd492c664cc5959d89a8dfcbb691fcab6cf915df45a570982 WHIRLPOOL cc861c9ffe7ca0116673bb1744341521fca77ad40d71ec7bde1817d2001e8dce68a1be194b02026aef33bfbf22e2cc52a3e7789c61c67a0b7f2a4129fdf40d67
|
||||
DIST epkg-0.2.tar.gz 702 SHA256 93e7171a31800e1e8c69f14fb43d1738e7fda595b4eab9a045374e28708af8f4 SHA512 bbb3579be7138dcaee177b31deea406c3775e9f9ca01b79704a0b13279a5ebc1eaa1f9bbf47067370332c58102acdbc0fab718923c34e4cfcb062ffff773b165 WHIRLPOOL 2bfd1982fb2422f410f5c2a202a144735baad8b0adbefb9d1b4830c775b0d842f27b970d213ad31ceec1041842e1499bf6230de048734cebd28ea7f1c7dc587e
|
||||
DIST epkg-0.3.tar.gz 2926 SHA256 f996ab4aaa64c42d1e4635da46e65d57445d2f6c9a059e0b471dd140d5798b5e SHA512 2b815305c00b50a7a7e433345dd722591a1106edbf9b79715e70296489f4203fc1585a9abff826413d89ce8dde2680a78c375659fd1767e8c13e6fe1b48d4c40 WHIRLPOOL 5caba1df0fc8c1e7a79fa2cbb44e6245b32f0bfda2f5f27feec9e7e779bf047947e0adf9d10045f05cfaaa5b665be25595bce901b23bc7024df76ff496dfeaad
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# 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-portage/epkg/epkg-0.1.ebuild,v 1.1 2012/05/20 18:40:07 jdhore Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/epkg-0.3.ebuild,v 1.1 2013/01/22 05:13:52 jdhore Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="A simple portage wrapper which works like other package managers"
|
||||
HOMEPAGE="http://github.com/jdhore/epkg"
|
||||
SRC_URI="mirror://github/jdhore/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
DEPEND=""
|
||||
RDEPEND="app-portage/eix
|
||||
app-portage/gentoolkit
|
||||
|
@ -20,4 +21,5 @@ RDEPEND="app-portage/eix
|
|||
|
||||
src_install() {
|
||||
dobin epkg
|
||||
doman doc/epkg.1
|
||||
}
|
|
@ -2,3 +2,4 @@ DIST argh-0.15.1.tar.gz 14878 SHA256 8cca1201af8c15b7e77577ecddbca7cc867f943cb0b
|
|||
DIST argh-0.16.0.tar.gz 15441 SHA256 97588a444b2a44a48e6d37b98850bb1a86f9597d2a355f4bd4b89e6107f4b43f SHA512 82444d5823be14ec1219d801fbe9e49276a09bf15dd9b20e2eccb50defe1eef1e540ed97e26c5ecc091e30675a71742eb30a106677de5502861e8d50b1adb953 WHIRLPOOL cd6b8a81067d5f5d52ad3fd46a0d08426440a32d9a7b2d676a11c89edb1edddf3cee490f246c40a0efc8b5e06cc1a92227e76f3f5d936e4e987cd8106071a207
|
||||
DIST argh-0.17.2.tar.gz 15750 SHA256 bcc8f0b7b2173abaa8558746a71910de2c718ef758f7f17742e884482ad436cf SHA512 63be5493f819399cfeb09755cf590d254d888b4b646aaa21b2ae247bf028e9f1feea30ecc61316d421706cdca9a68ae7e0fb283bc90504ed3dd621abaf50ee6a WHIRLPOOL da7f189c679aa68c7184ccadcca7f148e4a810ecd25208340bb6b9f20fc905c0be2354714a2284fe477d75145b30b3cfa293432a4d5a1554d68f6455bf5c35a5
|
||||
DIST argh-0.21.1.tar.gz 24394 SHA256 e3500eb98e971c0b830930ac4fa2780bde6aa45e489bbf450cd4382e20c1b6e0 SHA512 9c2017d0f01f2b3439fb3cfb814fa153d34ab8bccb7619c80cf5ee19462c471c9a620520fed8299cc4f3e5f1133df12250ec0177c9504308768762b152d01e6c WHIRLPOOL 41aa3763e512aff349f877729c347cd57c0be65f556f8efc3ca1c687f11c3637305d6a69cb547550a9fd9fbf91f45192945e1646b164e26b6f6ef8cd14b5bd35
|
||||
DIST argh-0.22.0.tar.gz 25854 SHA256 ec529c44892a0aa180b2a820e643ae4d9d0a649f11991a14026b25df89cfcf7a SHA512 48c3ac9e95554fed0089d8108b503bfdf88ea628792279cc68675acc056fe8caba582f3e60af13a4fbf0347ffb0eb3401e9b54527c96077963e97c5e480eca8a WHIRLPOOL 8b352856c8790f564ea370f33e7d71daab465414c3240d0adef0dd18d8d3bc6383137dba7d35596f5964cf4dd73ad1baec4bb6f81198abf986a39f2e48e072c0
|
||||
|
|
24
dev-python/argh/argh-0.22.0.ebuild
Normal file
24
dev-python/argh/argh-0.22.0.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.22.0.ebuild,v 1.1 2013/01/22 06:07:06 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.5 2.5-jython"
|
||||
PYTHON_MODNAME="argh"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
DESCRIPTION="A simple argparse wrapper."
|
||||
HOMEPAGE="http://packages.python.org/argh/"
|
||||
SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
DIST celery-3.0.11.tar.gz 1218453 SHA256 cf21361896a095bc602fe531b56fe6b58961233053fac43952abdeaa569e4951 SHA512 ddb2bddb6170670d6e95541c84ab5c7567f208ff347352e08303c309c4572baf4182f5220833fdae72f5cbe3b672d3e5373e9fc6d3250d7aaa5bf882f6f14abb WHIRLPOOL 09ec8aa9edc7d66ba21fd1ebba13177e9aaa9f2f822b9c7ae1dbcd0dd972cdb88c6e33f0b05692c34e85b9884499c98732e15bc10024a43a38094b797a1ac869
|
||||
DIST celery-3.0.12.tar.gz 1218262 SHA256 716a465327ded5048893d518eafdade5eb09eb9d941e6efdbdaaac73b0251d3d SHA512 4ce7da636b52b0f87d46444c27ac1c6ba2e6afc1cd3378829e1a01c01f18adf6ed91e64e08ff19a52833071df58dbf6d452ffcfd008a4fe1ce57ccbff0bb0ed6 WHIRLPOOL 5d045eb19394d09b6816d60a745508565d75775b814225939ee9e252b0690cca2b4b73850a970ba98a6c3ad21bede1747d297b7a8e757bb0cb8d366ced275650
|
||||
DIST celery-3.0.13.tar.gz 1223019 SHA256 1a8d045c94bfda832db2afbc786e8c99ac0e094d6019a5d89c8adfe04f396d6a SHA512 20bfa638893497f1bbb29859fa0b6f488341aa07d0243da7a713642b9723825de7f747dca09d0f5544dddc7b9595775e947ce247d03204f4080be51d5e3a4955 WHIRLPOOL ac699c0900631138247fccf0de4f13ed8f508e3edb2c5fd01582d36e96ebbdb80bdd9fae00b9c2984f6088cf14cda30114335ebdc1afc5a8da3981a3e541bffe
|
||||
DIST celery-3.0.9.tar.gz 1213486 SHA256 5ca0156feb7de5fec47e0aa8e275039cb78e1f32842b59635c786a877e45b1de SHA512 df38f0cacec52bb146dbd538eef1cc548aca71e36c4db9f94ddc84bbc8dd226d89898a6ccbc3a2799afef2a8a1c79d2aca5591e6b4c7fa3b858983ce4058927c WHIRLPOOL e62f8e899b90d77297240433210cef129890b64dd27c1669d0ca95334c231d4f6bcc4bf3e842c1b27a41da9dbe8adb19113db9b86c6e50fb886a7deadff4319f
|
||||
|
|
90
dev-python/celery/celery-3.0.13.ebuild
Normal file
90
dev-python/celery/celery-3.0.13.ebuild
Normal file
|
@ -0,0 +1,90 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.13.ebuild,v 1.1 2013/01/22 06:53:41 patrick Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
# Not broken but unsupported; dev-python/redis-py doesn't
|
||||
# support python3 which is a dep in tests. pypy fails just 1 test
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="3.* 2.7-pypy-*"
|
||||
PYTHON_DEPEND="*:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.[5-6]"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
DISTUTILS_SRC_TEST="nosetests"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing."
|
||||
HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc examples sql test"
|
||||
|
||||
# jython would need: threadpool, simplejson
|
||||
# python2.5 would need: ordereddict, test? unittest2
|
||||
# python2.6 would need: multiprocessing, test? simplejson
|
||||
RDEPEND=">=dev-python/kombu-2.4.7
|
||||
<dev-python/kombu-3.0
|
||||
sql? ( dev-python/sqlalchemy )
|
||||
dev-python/python-dateutil
|
||||
>=dev-python/anyjson-0.3.3
|
||||
virtual/pyparsing
|
||||
>=dev-python/billiard-2.7.3.17
|
||||
dev-python/pytz
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/gevent
|
||||
>=dev-python/mock-0.7.0
|
||||
virtual/python-unittest2
|
||||
dev-python/pyopenssl
|
||||
dev-python/nose-cover3
|
||||
dev-python/sqlalchemy
|
||||
dev-python/pymongo
|
||||
dev-python/redis-py
|
||||
dev-db/redis
|
||||
)
|
||||
doc? (
|
||||
dev-python/docutils
|
||||
dev-python/sphinx
|
||||
dev-python/jinja
|
||||
dev-python/sphinxcontrib-issuetracker
|
||||
dev-python/sqlalchemy
|
||||
)
|
||||
dev-python/setuptools"
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
nosetests --py3where build-${PYTHON_ABI}/lib/${PN}/tests
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
dodocs() {
|
||||
echo "test $PYTHON_ABI"
|
||||
if [[ "${PYTHON_ABI}" == "2.7" ]]; then
|
||||
mkdir docs/.build || die
|
||||
PYTHONPATH="${S}/doc:${S}/build-${PYTHON_ABI}"/lib emake -C docs html
|
||||
fi
|
||||
}
|
||||
use doc && python_execute_function dodocs
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install --install-scripts="/usr/bin"
|
||||
|
||||
# Main celeryd init.d and conf.d
|
||||
newinitd "${FILESDIR}/celery.initd" celery
|
||||
newconfd "${FILESDIR}/celery.confd" celery
|
||||
|
||||
if use examples; then
|
||||
insinto usr/share/doc/${P}/
|
||||
doins -r examples
|
||||
fi
|
||||
use doc && dohtml -r docs/.build/html/
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
DIST colander-0.9.7.tar.gz 78627 SHA256 0c696341a84476d59f554505afcc1ec3b9c428fcb78ef07ca9996588f57610f0 SHA512 c97617bc699c2add5037fae4679d93d1e950f2bd0ca62fd24ef6ce5e3200405bdf38de9d40977713f51d3790d6a35387de68c0372530ff18fb66bae2701aadcf WHIRLPOOL ef5e8edbeb99aab35e12e7877ac8697af0ad0d81eff4403f2a85269aadedc7e8c7b0171f9d28fa02581e5181d97cdc6ea2eaeededa8c7d0dfc59a90a0e2a3f20
|
||||
DIST colander-0.9.8.tar.gz 81956 SHA256 cab9bb0180a68ceffa1273d2ae98864989a0e00611c24371a5ffac8ea8a0e5ec SHA512 48dc995a336dbcb6377038dbd9d9643031315f26b8a35657c3900914813f346da2076990c6a62338bc3e86e83ed829576f3dd50e9adceabd43f7cb7537acf664 WHIRLPOOL fd20290669e09a7097bd5243b5296ff537e74149364cdca55cbc8c0ce33bb042907b98d2eb6febf7fd45f80c440a6ac3f234522e25806d9870e4023d95586bb6
|
||||
DIST colander-0.9.9.tar.gz 89432 SHA256 7802a2a73484ebb2b661491213a1ececbc4635d290be6df07879eb0a323b693a SHA512 47a0b751d14105702c65c1528492d167c2fd2b454c9d39ac2b1896e33a835fc5378a42c141cd6cca5daf401b7804117f35436e2b5fe801fa1974789b915187a2 WHIRLPOOL ceccc217f8189283925795ddb8b040a75cf8937c1d30f1fb9283462d31e64ed4c2957e81a75e0fb619f09e9cb05719870a5ebf7d73c295cd142633c1f9c175b4
|
||||
DIST colander-1.0a1.tar.gz 104663 SHA256 03bb46587e35bf5d352ec2e3f12b8e7bb2f5d8b1ce035773c7edab42a15843c3 SHA512 6a904b8f27100d557abeeb50a85148e84d5d6229736788e80279688928cac12e9c5a699f3d95a6a90e7251f0a385878f23426fb2469e085ce25287d159df1227 WHIRLPOOL f7aa0707dbb34f119824f2128fe48e9b9576e4434a5b2e71b8005f5b3c58c7627273e03efb8f700f7b884b98b00bf2f0ae9ddc531b962e36dda875a1226a8e7a
|
||||
|
|
59
dev-python/colander/colander-1.0_alpha1.ebuild
Normal file
59
dev-python/colander/colander-1.0_alpha1.ebuild
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/colander/colander-1.0_alpha1.ebuild,v 1.1 2013/01/22 07:01:30 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
PYTHON_DEPEND="2:2.6 3:3.2"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 3.1"
|
||||
DISTUTILS_SRC_TEST=nosetests
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="A simple schema-based serialization and deserialization library"
|
||||
HOMEPAGE="http://docs.pylonsproject.org/projects/colander/en/latest/ http://pypi.python.org/pypi/colander"
|
||||
MY_P=${P/_alpha1/a1}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
# MIT license is used by included (modified) iso8601.py code.
|
||||
LICENSE="repoze MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
# Depend on an ebuild of translationstring with Python 3 support.
|
||||
RDEPEND=">=dev-python/translationstring-1.1"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( dev-python/sphinx )"
|
||||
|
||||
# Include COPYRIGHT.txt because the license seems to require it.
|
||||
DOCS="CHANGES.txt COPYRIGHT.txt README.txt"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
|
||||
# Remove pylons theme since it's not included in source
|
||||
sed -e "/# Add and use Pylons theme/,+37d" -i docs/conf.py || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
# https://github.com/Pylons/colander/issues/38
|
||||
PYTHONPATH="." emake -C docs html SPHINXOPTS=""
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/_build/html/
|
||||
fi
|
||||
}
|
|
@ -2,3 +2,4 @@ DIST deform-0.9.2.tar.gz 645413 SHA256 51ce06ca2f9bad84225065875fbfc64b3e9d08d13
|
|||
DIST deform-0.9.3.tar.gz 645749 SHA256 03241bfebf6a9987546ff735d86cd4d9155238411adb0347fce66f9684ed7d90 SHA512 6a14ad12ead4849045b20d3a4657d7407d6751ca731b212ccbee477f4bd00991a3be661da4b6c209489964e1b34278dbcf4f0962149ff00fcce8516200817e35 WHIRLPOOL 92a32921e0fcaa66806c4dfefc85bdacde2fbb331f8826b0a24bfbba2899f6467c99a25fe049776e62acd2c15188fe9ccae09152935b34095256c8307ec317f2
|
||||
DIST deform-0.9.4.tar.gz 654093 SHA256 d78f5dacf543d47fd22b88b50fb1829b3f4107b3c49d272834e6f405e2325358 SHA512 2342569442767ea353b363fa226fbe8e75147cc67f271654c105858f428a14db2059f7e8b194a90b2d07fe974afeff978d6da2078ad157477c4b7eb32dba30b5 WHIRLPOOL e2f492022bc42e57f3895f94bcbfe720dbcbe95a257326aca9b0c2e9fd31d4947945229903b299a465353461ad28cfba418325945eee41a433ad9b7c47f458b0
|
||||
DIST deform-0.9.5.tar.gz 1318541 SHA256 0cd23a9293f5a785d8b7537e1d256e3851f7eaf4ff091cf9994005ae4ec87b79 SHA512 90e4a3261dbeb4ebfac4915410198427c62ea989eef29adad84a19b09ec1ef2b3797f24b039a911c6c1d42b00350adf9662900738132249fff612c714542de08 WHIRLPOOL 4e8dc2555ce17ff8fdced735f2656b84987553d8c28c67d2519fe5ca008190c82bcd404dc76bc7717962d0c2ce511d043cfb29dc41feb635d0741c9cc4ee65be
|
||||
DIST deform-0.9.6.tar.gz 1334301 SHA256 3405b35e6b77a4d2acc3f213d65d9688ec6bb64a8d8ef070ccd55ffec576ef02 SHA512 eabf2d89aa56524f00e9fbc296714f26f64232477791deac57466db5a38d0e4cfceaab4509d9024b222f620f7d6e5bb34d2892290b139d30f350de79fce77e8f WHIRLPOOL 28370ab36f68a4ed54ec90bbc57376fe25c246860b93571c6b1831769d3127ff51049816728ed36bbdc93cab911b426cfc396aed2ace15d6b0fc9ff1005218b1
|
||||
|
|
44
dev-python/deform/deform-0.9.6.ebuild
Normal file
44
dev-python/deform/deform-0.9.6.ebuild
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild,v 1.1 2013/01/22 07:02:44 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
PYTHON_DEPEND="2:2.6 3:3.2"
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
|
||||
DISTUTILS_SRC_TEST="setup.py"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Another form generation library"
|
||||
HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="repoze"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
# Depend on peppercorn, translationstring and colander with Python 3 support
|
||||
RDEPEND=">=dev-python/translationstring-1.1
|
||||
>=dev-python/colander-1.0_alpha1
|
||||
>=dev-python/peppercorn-0.4
|
||||
>=dev-python/chameleon-1.2.3"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/beautifulsoup:4 )"
|
||||
|
||||
# Include COPYRIGHT.txt because the license seems to require it.
|
||||
DOCS="CHANGES.txt COPYRIGHT.txt README.txt"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
# Install only the .rst source, as sphinx processing requires
|
||||
# a theme only available from git that contains hardcoded
|
||||
# references to files on https://static.pylonsproject.org/ (so
|
||||
# the docs would not actually work offline). Install the
|
||||
# source, which is somewhat readable.
|
||||
docinto docs
|
||||
dodoc docs/*.rst || die
|
||||
}
|
|
@ -5,4 +5,5 @@ DIST Fabric-1.4.1.tar.gz 181048 SHA256 3f08cee87cd69c6ef3f79b0051bb2cf4a2346986f
|
|||
DIST Fabric-1.4.3.tar.gz 221645 SHA256 e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029 SHA512 9d67d0417a81a07ef32c39a38239bddd6a68ac07d967d910cb5a6238e3de863a533aabcf18b00cd767128a33a98368ec6953346749069ada7eeef73e76a18cc8 WHIRLPOOL 9905775727ee28fb729170fbbc0a93e846e52c3240f056f028ef9d4af9f5477d8394d141f4b9c10bbda6e8a2c3585ed9b464e598f126650f8446c4e669128587
|
||||
DIST Fabric-1.5.0.tar.gz 208678 SHA256 cddd0209dd9ff787dfdd7add752ae4adec8510b5c77e2dd0b53315eb279af6bb SHA512 bbbe0b9d819e68a7ba16a2d1a6ce95360e8ed92430ba01df239ac0e00af9af552a0f09d048ea191f632214557ce477b64cb44dd27633827809dbda8813070c18 WHIRLPOOL 6c7d097564c1c3ecac25594e38bd8527e2ca56fa1411f2d135d2c6d51cb18e0b73f1668642b25a8ef224cf564bc6d59dfa39a4814b02db5d4da8eea90ad371b2
|
||||
DIST Fabric-1.5.1.tar.gz 209128 SHA256 81b67886b539ecaa952925e2c821eff3bf95e26ae0c70d5058d3b67fc400367e SHA512 fc036d2e354189c26abe00b75ba016142d5aa8da2c523d02e2054da16e28d6fcba3f702379a68f5552ba7a26b6d48bc84fec4359b511b6769779b1488d8ee10a WHIRLPOOL 64824048530f9b85ea27ed4b24195b8bb8944eb7dbd2692f95f2afc8c70289bba8c03e2127346e8ca509daf5471e4f64328ef84350d976ebc2f6ae8acf2e506a
|
||||
DIST Fabric-1.5.2.tar.gz 211449 SHA256 bf3a942f22a1f7926ada9690375335756849e5a555b608bda63f7bf421be5726 SHA512 37c30625772e8beea3b1d740612e7232d95238f0bb7b3ddfe32dfb5b6fe416ea7b076ec9360608801425ad40ad0932c3d3884fdc0f145c62469c2c5626390cc1 WHIRLPOOL 64a699fc4e66aa59a0c8bfd52ad943e5ca372b1d627dab48752bc367e63724d07e9c4addf35c3be977f0a20090f3e2a01ea1eddd97e5ed41aa42ab9d6c358562
|
||||
DIST fabric-1.4.2.tar.gz 194062 SHA256 a2052fefd10b7f433b9598a409b19eb6581656807a7a02fbaf94b6b61e7173a2 SHA512 de448ea3029998d1040bf02f07a36e9183b5c87fbe2dd9f217e19034f762b7b6d821d95c4f1fd3b2f5e1955adcaced880c3eaba5d85f91ff3e5ef4a7aeee4d4a WHIRLPOOL 9af535af3ad227ad3cfacd35ba6b4ff82efc879f4a8fe327f62d2c9f99b4911db95c026c06e1ac1b4c54730ca4dbaa274a459a3ed9ab2f7ca0f63297f3a07ad2
|
||||
|
|
51
dev-python/fabric/fabric-1.5.2.ebuild
Normal file
51
dev-python/fabric/fabric-1.5.2.ebuild
Normal file
|
@ -0,0 +1,51 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.5.2.ebuild,v 1.1 2013/01/22 07:09:21 patrick Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*"
|
||||
DISTUTILS_SRC_TEST="nosetests"
|
||||
|
||||
# Requires multiprocessing package from py2.6+
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="2.5"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="Fabric"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Fabric is a simple, Pythonic tool for remote execution and deployment."
|
||||
HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="dev-python/paramiko"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools
|
||||
doc? ( dev-python/sphinx )
|
||||
test? ( <dev-python/fudge-1.0 )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
PYTHON_MODULES="fabfile fabric"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
emake -C docs html
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/_build/html/
|
||||
fi
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
DIST kiwi-1.9.26.tar.gz 749264 SHA256 1e37f7d993b1eb4fd33d320a7dc1e16cff84ca8d80467b59540ea2aafeacc6c9 SHA512 7d76863ee26c2f5ddf38dfa977be7f2d8d8070e3b28ad4c222b2cefd01d9e3c9f0012d3384376739736224293f2cb66c0796d2b200eafde157f10965c667bd68 WHIRLPOOL 93cbbd8fd08ee92e81fcbf9e1cb098ee4300c507711d39a75c7ab9f41cd0fd554b175c0b4e82b54ffa938faa404a87c3666f774c9b25f8fdd0935b664c002030
|
||||
DIST kiwi-gtk-1.9.34.tar.gz 683206 SHA256 b44e2ef42924966711f4cb1038bf33178f8d0054bcef855667da2add39552d73 SHA512 b5c7d4747de6f86727d626c1e8b77a0d7986f074cfd2a392685d215495c7e6a8aa78aa7cf8f16b461c75631a0d2618881a6b9a33e177019010d852267812058b WHIRLPOOL b5bd86ece19498393d5706dab5387ef643fd218f7696616036474dbeed1d428f17630b70cf9dc453430545a2bd15089aa5aba58eb2bce4d77699d92a3ad58579
|
||||
DIST kiwi-gtk-1.9.35.tar.gz 695231 SHA256 a8093f9310bd77709b106dad6014b379a088935f3c2be2d2bcd92122134631d7 SHA512 663261c7e636503ca6825d2a7c2dd71c1dd134e6b9351dd43105edd0b41aafc53742228630f9c4834e1146bf70c662d3f527ad0a219a4fd2dc64d98a03127b5f WHIRLPOOL 4f4b877f6ca55759a90251cbb2a3e0cc2bc16a2d61b35ca23cee852060ccdc33c215e3428b9011a3e43b3eccd60f5fbdcc336e2613638931ce885ee7fa7e555d
|
||||
DIST kiwi-gtk-1.9.36.2.tar.gz 698813 SHA256 fec7a6c438ffcf1d3e8f78eb050f5b9524f0e4eb948f0a84d941486bcaa6d83b SHA512 bc0da2b43b770d3b3dadfcd919272a9796f5e455e639fc315f50b7f7fd42dbca45743a1f590583e88c35844d976a470882a6be3bef9bfb21d16be42e51c0b714 WHIRLPOOL 8a8d83f9f4072dc0ec56fb394e13e26ff210e6ce4b157d39f3e7e44fd5884b88a5a23f7913fed2ab6371b203475c84319acb1516553bf62d6a412850b5deb417
|
||||
DIST kiwi-gtk-1.9.36.tar.gz 697910 SHA256 2b62f89392dd66c481577c367a01bb01a8d33989ee9b19de42ce3b2535fb9818 SHA512 3093e7ff4f9a28a4cff76d0e8d79db6a4e646692230b1742a3cd7e4f65de0326f1729fd54b5b52124a4e3ccd51807f08a6bd85e6ca2042b07875c1bf26d8817a WHIRLPOOL bd0ed33338e21ad806fb0368fbd9e7b6078ade64e3ecc9ce1c55d593271d0431ddf3e2dd5cb6a58ba38a2a1cfe0e7c3b78d9f97b13aaf33807742f403bb83e41
|
||||
|
|
59
dev-python/kiwi/kiwi-1.9.36.2.ebuild
Normal file
59
dev-python/kiwi/kiwi-1.9.36.2.ebuild
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.36.2.ebuild,v 1.1 2013/01/22 06:02:43 patrick Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*"
|
||||
|
||||
inherit distutils versionator virtualx
|
||||
|
||||
DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
|
||||
HOMEPAGE="http://www.async.com.br/projects/kiwi/
|
||||
https://launchpad.net/kiwi
|
||||
http://pypi.python.org/pypi/kiwi-gtk"
|
||||
MY_PN="${PN}-gtk"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
|
||||
IUSE="examples test"
|
||||
|
||||
RDEPEND="dev-python/pygtk"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/pep8
|
||||
dev-python/pyflakes
|
||||
dev-python/twisted
|
||||
)
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
sed -e "s:share/doc/kiwi:share/doc/${PF}:g" -i setup.py || die "sed failed"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Tarballs are missing files.
|
||||
# https://code.launchpad.net/~floppym/kiwi/testfiles/+merge/106505
|
||||
rm tests/test_ui.py tests/test_Delegate.py
|
||||
|
||||
testing() {
|
||||
"$(PYTHON)" tests/run_all_tests.py
|
||||
}
|
||||
VIRTUALX_COMMAND=python_execute_function virtualmake testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST oct2py-0.3.6.tar.gz 109852 SHA256 a05b36c8823e539497cadade4680d17f24672ae10c35e901fde1a179cb74a118 SHA512 f417c73f75c02a143af79b54c3a51bdb16c437841dec23667bc5b0256c8347738e75932ae47179d7ca4d3c8b4b5582e27493879de3ab97665d2b3d7bd492abac WHIRLPOOL 441ddb14575c578d9b382521aec56346a976bfaed86641ebe860a46d5d335da0bc6d44b760f02612f1dfa287e9180adfbcb31cfb619b0b26c39eee6216379bac
|
||||
DIST oct2py-0.4.0.tar.gz 107828 SHA256 f44da1ff41d8b21806976eaef500f1690c9c023bcd2be9a34d2dbbf26e442f00 SHA512 d62b6c7cc0f3a61e78cd4cd6a43d93a90f5d69187eb946847aa3f1df50edf6402ee845c51094696667afc29c284d6ef6e9af58d74b62ec177c2e4d18108c615e WHIRLPOOL 96da3725d4a53fa74791c219bd03d6adc49f11e47deb0ef864c86acc15f52145e303d4ac669667e79ef90dbb4af4cc7df298f16ebff7d5c20d02710c57c7738b
|
||||
|
|
42
dev-python/oct2py/oct2py-0.4.0.ebuild
Normal file
42
dev-python/oct2py/oct2py-0.4.0.ebuild
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-0.4.0.ebuild,v 1.1 2013/01/22 06:55:35 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_2} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python to GNU Octave bridge"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/oct2py"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="sci-libs/scipy
|
||||
sci-mathematics/octave"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-python/sphinx )"
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
sphinx-build doc html || die
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && dohtml -r html/
|
||||
if use examples; then
|
||||
docompress -x /usr/share/doc/${PF}/example
|
||||
insinto /usr/share/doc/${PF}/
|
||||
doins -r example/
|
||||
fi
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
DIST pep8-1.2.tar.gz 28194 SHA256 be6a5739f201e020dbcd073439a01d75b7a3547ac88006171347ae22a608d15e SHA512 b6554c955abeb613a33e75dc6f4859fd32e83dfcd78e9ed18ef1a855b83be1ffcf10870ad7efbf15d6b638b774424b9cfddc96a040f9d81a4d5f7e961dd4322c WHIRLPOOL f1fcd8aab9f109eca059239209c4027cb184a5cb8759bbea7cea992aee63b59b6937e328cc6a41ea52aaf2ef9ca9f1c4ff8b6aad314dfc523f487476b8031e35
|
||||
DIST pep8-1.3.3.tar.gz 33591 SHA256 f0697c178f9e1c9ed5071fd1a9a8a99269cf2f66f9ff9a2a0d5d895f0d88210f SHA512 b82486f51c6b47bd7412c1baef620ae40b2bcd22f9ceb35f825c53ca3d85e8e9b67885c9448a91d34de1b409d508fc9aedfc43915d5b2e465c505c06a9431cb8 WHIRLPOOL 293ffcf9aabce7b9198505bdc6f25c946ef044e1a97199d534fd5dad16c15018de0143ac31ad6f8236987031e028a0a3e001ba189d472c74cfbde5e668091143
|
||||
DIST pep8-1.3.tar.gz 32387 SHA256 58dff3f15b5fd15714b9689d1eb461df780fa06cfb29687554aa4bc6d79e7320 SHA512 65ad21208e10a8b3422a4d69c901f2360462d8605086bae801db81bfe6991c30da1401b4b7b81edffb0d8dd9a36387d353d4ac0ed3b799fc5f1c40cf8fe8f573 WHIRLPOOL 5320f50cb2ef74d72c6115d69bb7771bdbf7ef3e5653ef1f2e9abff7faae8ef6d3b4756cea8256f89341e8bf34c56f9b9bb139c3987103e9b3439d90ca5bbd90
|
||||
DIST pep8-1.4.1.tar.gz 54945 SHA256 071dbe7109114f0dc3fb5f779f64bb3d08ff51b00a7ebb8dc8aee19f1a95b7f3 SHA512 18d51a99a499d2341fefd4710575f20d7b59e87bfa26394468f3c3df3ed234193268f4ba4342716d2b9a9afd3afb86510d679266d1553b4874582ea5b88ff17b WHIRLPOOL 6828d0912926c8f1b15025a67e38220da3a078377d8837193dec5a97dc8c69969a1c4d0b2b9043af55aa19b638ff1df2847160c94f839c1b89b08c511807e598
|
||||
DIST pep8-1.4.tar.gz 54417 SHA256 3fbaedba1f61b40760366325825dc36a8fb60a86690f4bec2e1da2e807cbb187 SHA512 dfe357534f924badee5ad88ec9de60d856af29a6332bcacb73ef994f9ca24c7dea8964596dedc45914b82099754c28a66d475c6df716a7e3629706e5cd78ea97 WHIRLPOOL cc276a9219bb49b5a9bb24d6a11b6adb6c3d4020570dd49f972dd9083a41ee2e8964d39e43629c92dba9d4db31c783e73d8c9ccd53dc87515168f7cac6a7fd19
|
||||
|
|
27
dev-python/pep8/pep8-1.4.1.ebuild
Normal file
27
dev-python/pep8/pep8-1.4.1.ebuild
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.4.1.ebuild,v 1.1 2013/01/22 08:22:00 patrick Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python style guide checker"
|
||||
HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( CHANGES.txt )
|
||||
|
||||
python_test() {
|
||||
PYTHONPATH="${S}" "${PYTHON}" pep8.py -v --testsuite=testsuite || die
|
||||
PYTHONPATH="${S}" "${PYTHON}" pep8.py --doctest -v || die
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
DIST construct-2.00-distro.zip 71559 SHA256 d8d8e25c51a293da82ee7dbe1b38cc0b81d7602fc695001e5c31006dd7eb41a1 SHA512 2c7f6e651064296ebe4f6ccc41741cca0d5e672f9668b1014b5c5158d6012696c39ec1d90797acff43419da6e181e7fb284dde8aad64d1c921fdbff839901cba WHIRLPOOL 80330b554d3b45e5dc23f54c3e067178ed472622eafccafe2ec86d911cc627dd961897c50af1d1c0c9dfb9f30a612a72c1d9587d6fdd4f8975181783ebff2a95
|
||||
DIST construct-2.04.tar.gz 85703 SHA256 1a9ff62910284b483286b870e042377af0afe98e5be0a73e2b417f77f6bbc47e SHA512 2e9cbca16b07a14941e9c068d395a4e90400f123219de22d70bde3b11cdefb30e160cc6d14cdd19d8ee137ff71dbf5d672047f0f2336a5fdd9847ff5491b8aaf WHIRLPOOL 9531208de0f0bb22cdefe70f09e3f64dc7ee418f5dac8ff87e3f96b8796617b1f560c7b197332bd27f594ffa0903da2d386e912990d5c79880f5fbca14578d1d
|
||||
DIST construct-2.06.tar.gz 85836 SHA256 e182994ab3d4001972c9fd2ad3b0e225b4d56a014a9508893a6bcfcbe6a78a13 SHA512 4f511ff4c64357d2caafd1698490ad4c05366f90205ef738a5ffc57b4e3980c92ec113a8c7ea4400d4c369229107217a6cceaa283c14e1da728d3d85528b7dbc WHIRLPOOL b56559775bcd98bf5fba7a46ff991d34e1904cc5da35963619d0b65b91ee6abb9d2fee15bd1fd68987b05d15e59fab599c1b611f76f9524b571bac3eb5585396
|
||||
DIST construct-2.5.0.tar.gz 56073 SHA256 467ffa7ba0964ee3d47d52b3deda7fffb095936c7b2764ee7b92cb60d6f4b921 SHA512 e4311713650e90ddaa419df6b938b6dcaace01072d1d69c7ed0dfd8bc76c732fb949fbb257d76419f754e8b9ab4f5a621d7da3d5e52d7c0a86b978d6290c976d WHIRLPOOL 5da55126299d2fa1cf5f5964103615a33aa5fec9fcabf0612dbe44f404b2fac96a66c5abbd7749d1c19cc386fd64ff682fb67cf5b75bd71fe70baded819cece7
|
||||
|
|
48
dev-python/pyconstruct/pyconstruct-2.5.0.ebuild
Normal file
48
dev-python/pyconstruct/pyconstruct-2.5.0.ebuild
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.5.0.ebuild,v 1.1 2013/01/22 07:15:08 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="construct"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="A powerful declarative parser for binary data"
|
||||
HOMEPAGE="http://construct.wikispaces.com/ http://pypi.python.org/pypi/construct"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/setuptools
|
||||
doc? ( dev-python/sphinx )"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_MODNAME="construct"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
cd docs
|
||||
PYTHONPATH=".." emake html || die "Building of documentation failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/_build/html/* || die "Installation of documentation failed"
|
||||
fi
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST python-prctl-1.3.1.tar.gz 23304 SHA256 6a6d8989bbe932618f6325a5157c741ea2891b41e76a08e8c6db3ee47cb5cd6e SHA512 8e42e93c68f16720ed8e9badd7fc42d82b30e093517d79906b5618d091931cf06720c736e34ed02211e0efd9ff22b96a3de8b0b9ebcd73f3cfc8c8d8b345f70a WHIRLPOOL e9e7beb319092597900d6fbb676e7149b6882dcaf4b69a10e193ad78956b74c3c921568556bcbdb2889139df5789cbd74323ae764ec0485dd62d4b646533da77
|
||||
DIST python-prctl-1.4.0.tar.gz 23993 SHA256 a89590ca981bd6634fa184501b67620e3ccc35636d88ef1f2ed4e533cb358926 SHA512 95170cfc67004d385fe10ed212fee0b65cc1634c2cc6fa9699f0321c9230f7c6d95844b8e8bc498ffe4377d6f2ee7e2552d184a57720e466b3ce45fbaad0a3e2 WHIRLPOOL 6973be6181bc0ed2f7a3ed067c50b271e9f68730deddd7205bbbf6cc5fc4005e406f9ed97091567f4949ce01d60df25d78ddde9fcf504a335f879136069def61
|
||||
|
|
30
dev-python/python-prctl/python-prctl-1.4.0.ebuild
Normal file
30
dev-python/python-prctl/python-prctl-1.4.0.ebuild
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/python-prctl-1.4.0.ebuild,v 1.1 2013/01/22 08:19:34 patrick Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Control process attributes through prctl"
|
||||
HOMEPAGE="http://github.com/seveas/python-prctl"
|
||||
SRC_URI="http://github.com/seveas/${PN}/tarball/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="sys-libs/libcap"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PYTHON_MODNAME="prctl.py"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv *-${PN}-* "${S}"
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST tweepy-1.12.tar.gz 31820 SHA256 6954fc547c69a841bb692e8402781a26afbee97f1c80c8526e806116143ddbbc SHA512 cf04b78eddef817f3b2f89ded33d8b7f295d4104484c05a9d56bbb3c20873569ccfd77b70acba43fc7ca7d8a4b24b3d130a21e88794b49ae8a294af21f95d653 WHIRLPOOL 3a0c7d992131d53abe9061d9defa854b71afc40159eb1f53086b5ea73abc78783cd5776dad2b6773e4a4f2d88fa0a46ad63bfd61bc9cb84d133e02f2d8f3aeb8
|
||||
DIST tweepy-1.13.tar.gz 33163 SHA256 e60e4ad9169bada9ae500d8fd2f4222e8aae289be7a4ec3f5b6b05b44b6a0470 SHA512 af0f0652efe5aee75614ff76d3942f33f4ea363a1d19eee6e1fce42c2d64686086914e1c08ec8c641d79d63c455e989b449d8f13824318ebe7c762d65ff2b7da WHIRLPOOL 9a693935f20de01fcbeee9484d99f5e087dc7f36ebbe73de00f4030590e3c15bc77d069b3ef77e797b0fef1a5cc23d4796652f55b5150713212de266879137a2
|
||||
|
|
31
dev-python/tweepy/tweepy-1.13.ebuild
Normal file
31
dev-python/tweepy/tweepy-1.13.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-1.13.ebuild,v 1.1 2013/01/22 08:17:37 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="A Python library for accessing the Twitter API "
|
||||
HOMEPAGE="http://tweepy.github.com/"
|
||||
SRC_URI="https://github.com/tweepy/${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DOCS="CONTRIBUTORS INSTALL README.md"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use examples; then
|
||||
docinto examples
|
||||
dodoc examples/*
|
||||
fi
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
DIST daemon_controller-0.2.6.gem 22016 SHA256 42d403a94e0dbd4cb410ac6fb1c477172ca9ce89e6784e5af30e23a897536aa3 SHA512 f0bb19d218eb7fde1d95307e6ffc2f47e63c8325fee7469f48fe6dce31c239d0ef4c119f26b6628e2b9e79a3d3741b337267d2cbc46951f3f27d454e74022c2b WHIRLPOOL adab246c98ead4156c2079e03b6d3ce3d11a72142e15db650981b7a163a1122a5b0aebd4df7b1b9412f8273e83cdc2308913beb427370a2cab27219aac7d116c
|
||||
DIST daemon_controller-1.0.0.gem 23040 SHA256 21e24eb8daf99372090fe9e29dae5637239ec566d29a247a5e05fc112a802a32 SHA512 d9c9f13e984d379417bce5b73930c85ae2ab7f309af52552a1382f1522fe53d2077a43c249fcceee831c2e8436d7d1a446543c598a8c62eda6ab4dc895cef61d WHIRLPOOL 0a62b7d9b58df0dd2827f405eaa05107ca49d7097b322df4427d272a5aa9cffc21d3625f59799003ace8df259ca8ca89fec9390514d174793db86ea9b89d4f1b
|
||||
DIST daemon_controller-1.1.0.gem 24576 SHA256 757bb1c3e7fab8d7019bd1a1d7f85f9b12d5c8877fac5f4940f002286a35283b SHA512 7b3c468a9ee209aec774301a73097db9a6c365bc3ed6a5d8130c8ac10c01c51bbc96d0533c61bb0ffc3e40d11c21c7d1941f819a1a455f9f3534ff6a3e91ef08 WHIRLPOOL b28687f09829f1c6d462bdd3236953bbdd1549c7f8a2b09c21df339c18bef197da4d23d131fd87d1eb8f50a0c9dd2aac92ab4b33b837488749292dc5f66ff660
|
||||
DIST daemon_controller-1.1.1.gem 24576 SHA256 c82bab2e6b6f9443aca51f7f429ac3eb877442f9062da9b28b1a6b329e344ca5 SHA512 fc87dd6deb7db955dc8e75899ea8282cf5755dc76b4139624c6fc8c5caf1b8d995c0e76b3b8222592c4331fa99da890f420a09419ef5c66a680d4dcab0d140fe WHIRLPOOL 30a1f3280b34c45afe5575d7b0e323342f679ff6cd085f709d09873e820e0358751cc77252bd04986d0a832e7e72a5f3f119575400a4ce0d2767acb4ec145741
|
||||
|
|
28
dev-ruby/daemon_controller/daemon_controller-1.1.1.ebuild
Normal file
28
dev-ruby/daemon_controller/daemon_controller-1.1.1.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/daemon_controller-1.1.1.ebuild,v 1.1 2013/01/22 06:43:46 graaff Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
# jruby → fails tests, looks like Unix sockets are bad on JRuby
|
||||
USE_RUBY="ruby18 ruby19 ree18"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="README.markdown"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A library for starting and stopping specific daemons programmatically in a robust manner."
|
||||
HOMEPAGE="http://github.com/FooBarWidget/daemon_controller"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
all_ruby_prepare() {
|
||||
# fix tests with RSpec 2
|
||||
sed -i -e '1irequire "thread"' spec/test_helper.rb || die
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
DIST selenium-webdriver-2.25.0.gem 1978880 SHA256 d77f39f41c881678dd7647cd2c436bbdef9fc5bda67216db76a5fa66f3d33765 SHA512 d487a5949c2721eb060ec0687fc78ba1d375b02f71caf6cfdb998025c8d962ecededf303f3b7dcc3bc8698b4222a8ea8ba6b8ccd59044927f6d94923360baad1 WHIRLPOOL 11649e1d5fb4817cb3fdc3b61e64bf0538ba9ca1282132a9555d58194883877600906533f3aa9975095adcba92bb66ab52144594f0e7a393c5405dcb7cb0935b
|
||||
DIST selenium-webdriver-2.26.0.gem 2094080 SHA256 0a67038cf228788c91123468ea032a78c0adbccf6ada7149c545763eb5c9f255 SHA512 278113461ef46f55eaa23b146e062f8cf0d29e8cf226d7c5fc0f52041ba32b5e6b354a2de8a7164924bf58b73684e5f8ddcf651e2605c30011fcbecadf47b0eb WHIRLPOOL 6bf07f87b2da64ef777a5122b752c7db26c6a677c1d6c174b3df4bd5db2b625e7a6e9dc95d8ec1e1ffa293593b81912d674c76b1b718db75501db2d4c4bf2c54
|
||||
DIST selenium-webdriver-2.27.1.gem 2094592 SHA256 f28f289a549cef2a6e8af3f74766cc0c10489d3d5dc34c937f096bfbda6d57b7 SHA512 14c65aa033d7ac1e4286c2fe3e997c29b1bcde4ade25dfda5c01a8631e5068282fd7478c055f91a4461659b56f25c7633521f6f692454c057a880af288731afc WHIRLPOOL 9da3b0b299c586b7103ef375ff8f53554439cbb261f30d3a57a28df8cfc2a8e0c264d34641dff1852b01a6b975a2e1e0632a663f52f94a7630fe053d2dbf5645
|
||||
DIST selenium-webdriver-2.27.2.gem 2094080 SHA256 32531ca236156e2d6b7118d1c3b70814b540bb2a52701b489810b72578464020 SHA512 143d1647735b0cea66cc54cc5f9f8ff1cd8789a4b3e89cdf5338f60630eb32d97e71fb0d5d0b4c9c0fd1f4229819a2491a4955a601710644f0446ae14a856386 WHIRLPOOL db9b7652598d42a77ac5798a3d1528942db926da786665f8ffffd2fc334c91cca9132fdb245d5a124035042dc2395b3fdb096732b42e018476711e98528c21d8
|
||||
DIST selenium-webdriver-2.29.0.gem 2117632 SHA256 92715a71a49e55b3a8e237d413c0d7e85f330e3461a5020fc05cd514eef2ae30 SHA512 fdb6c8b1ef9858de527612a8367dafb4aaddf2d332bfc86865c7989e42ef496ee2e99fdade55a6062e804e2ea80bef63c907256cc97c4210f722441f7d06960c WHIRLPOOL 711cb75b03b2ecf92524655a8be3f254dbd8f6a35a8c46931343d62ceef272352e3b4e447d8012ad42faf384b188beaf6c09cc96b1e08d97a57e56408818b784
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.27.1.ebuild,v 1.1 2012/12/07 08:22:33 graaff Exp $
|
||||
|
||||
EAPI=4
|
||||
USE_RUBY="ruby18 ruby19 ree18"
|
||||
|
||||
# NOTE: this package contains precompiled code. It appears that all
|
||||
# source code can be found at http://code.google.com/p/selenium/ but the
|
||||
# repository is not organized in a way so that we can easily rebuild the
|
||||
# suited shared object. We'll just try our luck with the precompiled
|
||||
# objects for now.
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
|
||||
RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="This gem provides Ruby bindings for WebDriver."
|
||||
HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/childprocess-0.2.5
|
||||
>=dev-ruby/multi_json-1.0.4
|
||||
dev-ruby/rubyzip"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Make websocket a development dependency since it is only needed
|
||||
# for the safari driver which we don't support on Gentoo.
|
||||
sed -i -e '/libwebsocket/,/version_requirements/ s/runtime/development/' ../metadata || die
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
# 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-ruby/selenium-webdriver/selenium-webdriver-2.25.0.ebuild,v 1.1 2012/07/20 05:43:26 graaff Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.29.0.ebuild,v 1.1 2013/01/22 06:40:10 graaff Exp $
|
||||
|
||||
EAPI=4
|
||||
EAPI=5
|
||||
USE_RUBY="ruby18 ruby19 ree18"
|
||||
|
||||
# NOTE: this package contains precompiled code. It appears that all
|
|
@ -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/eclass/cvs.eclass,v 1.77 2012/09/09 07:03:28 ulm Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.81 2013/01/22 07:29:02 vapier Exp $
|
||||
|
||||
# @ECLASS: cvs.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -13,6 +13,9 @@
|
|||
# cvs_src_unpack. If you find that you need to call the cvs_* functions
|
||||
# directly, I'd be interested to hear about it.
|
||||
|
||||
if [[ ${___ECLASS_ONCE_CVS} != "recur -_+^+_- spank" ]] ; then
|
||||
___ECLASS_ONCE_CVS="recur -_+^+_- spank"
|
||||
|
||||
inherit eutils
|
||||
|
||||
# TODO:
|
||||
|
@ -90,7 +93,7 @@ inherit eutils
|
|||
# @ECLASS-VARIABLE: ECVS_TOP_DIR
|
||||
# @DESCRIPTION:
|
||||
# The directory under which CVS modules are checked out.
|
||||
[ -z "$ECVS_TOP_DIR" ] && ECVS_TOP_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src"
|
||||
: ${ECVS_TOP_DIR:="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src"}
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_SERVER
|
||||
# @DESCRIPTION:
|
||||
|
@ -103,7 +106,7 @@ inherit eutils
|
|||
#
|
||||
# Set this to "offline" to disable fetching (i.e. to assume the module
|
||||
# is already checked out in ECVS_TOP_DIR).
|
||||
[ -z "$ECVS_SERVER" ] && ECVS_SERVER="offline"
|
||||
: ${ECVS_SERVER:="offline"}
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_MODULE
|
||||
# @REQUIRED
|
||||
|
@ -112,8 +115,13 @@ inherit eutils
|
|||
#
|
||||
# This must be set when cvs_src_unpack is called. This can include
|
||||
# several directory levels, i.e. "foo/bar/baz"
|
||||
#[[ -z ${ECVS_MODULE} ]] && die "$ECLASS: error: ECVS_MODULE not set, cannot continue"
|
||||
|
||||
#[ -z "$ECVS_MODULE" ] && die "$ECLASS: error: ECVS_MODULE not set, cannot continue"
|
||||
# @ECLASS-VARIABLE: ECVS_DATE
|
||||
# @DEFAULT_UNSET
|
||||
# @DESCRIPTION:
|
||||
# The date of the checkout. See the -D date_spec option in the cvs
|
||||
# man page for more details.
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_BRANCH
|
||||
# @DEFAULT_UNSET
|
||||
|
@ -122,8 +130,7 @@ inherit eutils
|
|||
#
|
||||
# The default is "HEAD". The following default _will_ reset your
|
||||
# branch checkout to head if used.
|
||||
|
||||
#[ -z "$ECVS_BRANCH" ] && ECVS_BRANCH="HEAD"
|
||||
#: ${ECVS_BRANCH:="HEAD"}
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_AUTH
|
||||
# @DESCRIPTION:
|
||||
|
@ -140,17 +147,17 @@ inherit eutils
|
|||
# e.g.
|
||||
# "cvs -danoncvs@savannah.gnu.org:/cvsroot/backbone co System"
|
||||
# ( from gnustep-apps/textedit )
|
||||
[ -z "$ECVS_AUTH" ] && ECVS_AUTH="pserver"
|
||||
: ${ECVS_AUTH:="pserver"}
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_USER
|
||||
# @DESCRIPTION:
|
||||
# Username to use for authentication on the remote server.
|
||||
[ -z "$ECVS_USER" ] && ECVS_USER="anonymous"
|
||||
: ${ECVS_USER:="anonymous"}
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_PASS
|
||||
# @DEFAULT_UNSET
|
||||
# @DESCRIPTION:
|
||||
# Password to use for authentication on the remote server
|
||||
[ -z "$ECVS_PASS" ] && ECVS_PASS=""
|
||||
|
||||
# @ECLASS-VARIABLE: ECVS_SSH_HOST_KEY
|
||||
# @DEFAULT_UNSET
|
||||
|
@ -175,25 +182,22 @@ inherit eutils
|
|||
# b0rked and wouldn't work with portage userpriv anyway without
|
||||
# special magic.
|
||||
|
||||
# [ -z "$ECVS_RUNAS" ] && ECVS_RUNAS="`whoami`"
|
||||
|
||||
# ECVS_SUBDIR -- deprecated, do not use
|
||||
[ -n "$ECVS_SUBDIR" ] && die "ERROR: deprecated ECVS_SUBDIR defined. Please fix this ebuild."
|
||||
# : ${ECVS_RUNAS:=$(whoami)}
|
||||
|
||||
# add cvs to deps
|
||||
# ssh is used for ext auth
|
||||
# sudo is used to run as a specified user
|
||||
DEPEND="dev-vcs/cvs"
|
||||
|
||||
[ -n "$ECVS_RUNAS" ] && DEPEND="$DEPEND app-admin/sudo"
|
||||
[[ -n ${ECVS_RUNAS} ]] && DEPEND+=" app-admin/sudo"
|
||||
|
||||
if [ "$ECVS_AUTH" == "ext" ]; then
|
||||
if [[ ${ECVS_AUTH} == "ext" ]] ; then
|
||||
#default to ssh
|
||||
[ -z "$CVS_RSH" ] && export CVS_RSH="ssh"
|
||||
if [ "$CVS_RSH" != "ssh" ]; then
|
||||
[[ -z ${CVS_RSH} ]] && export CVS_RSH="ssh"
|
||||
if [[ ${CVS_RSH} != "ssh" ]] ; then
|
||||
die "Support for ext auth with clients other than ssh has not been implemented yet"
|
||||
fi
|
||||
DEPEND="${DEPEND} net-misc/openssh"
|
||||
DEPEND+=" net-misc/openssh"
|
||||
fi
|
||||
|
||||
# called from cvs_src_unpack
|
||||
|
@ -202,11 +206,11 @@ cvs_fetch() {
|
|||
# Make these options local variables so that the global values are
|
||||
# not affected by modifications in this function.
|
||||
|
||||
local ECVS_COMMAND="${ECVS_COMMAND}"
|
||||
local ECVS_UP_OPTS="${ECVS_UP_OPTS}"
|
||||
local ECVS_CO_OPTS="${ECVS_CO_OPTS}"
|
||||
local ECVS_COMMAND=${ECVS_COMMAND}
|
||||
local ECVS_UP_OPTS=${ECVS_UP_OPTS}
|
||||
local ECVS_CO_OPTS=${ECVS_CO_OPTS}
|
||||
|
||||
debug-print-function $FUNCNAME $*
|
||||
debug-print-function ${FUNCNAME} "$@"
|
||||
|
||||
# Update variables that are modified by ebuild parameters, which
|
||||
# should be effective every time cvs_fetch is called, and not just
|
||||
|
@ -214,9 +218,9 @@ cvs_fetch() {
|
|||
|
||||
# Handle parameter for local (non-recursive) fetching
|
||||
|
||||
if [ -n "$ECVS_LOCAL" ]; then
|
||||
ECVS_UP_OPTS="$ECVS_UP_OPTS -l"
|
||||
ECVS_CO_OPTS="$ECVS_CO_OPTS -l"
|
||||
if [[ -n ${ECVS_LOCAL} ]] ; then
|
||||
ECVS_UP_OPTS+=" -l"
|
||||
ECVS_CO_OPTS+=" -l"
|
||||
fi
|
||||
|
||||
# Handle ECVS_BRANCH option
|
||||
|
@ -224,38 +228,40 @@ cvs_fetch() {
|
|||
# Because CVS auto-switches branches, we just have to pass the
|
||||
# correct -rBRANCH option when updating.
|
||||
|
||||
if [ -n "$ECVS_BRANCH" ]; then
|
||||
ECVS_UP_OPTS="$ECVS_UP_OPTS -r$ECVS_BRANCH"
|
||||
ECVS_CO_OPTS="$ECVS_CO_OPTS -r$ECVS_BRANCH"
|
||||
if [[ -n ${ECVS_BRANCH} ]] ; then
|
||||
ECVS_UP_OPTS+=" -r${ECVS_BRANCH}"
|
||||
ECVS_CO_OPTS+=" -r${ECVS_BRANCH}"
|
||||
fi
|
||||
|
||||
# Handle ECVS_LOCALNAME, which specifies the local directory name
|
||||
# to use. Note that the -d command option is not equivalent to
|
||||
# the global -d option.
|
||||
|
||||
if [ "$ECVS_LOCALNAME" != "$ECVS_MODULE" ]; then
|
||||
ECVS_CO_OPTS="$ECVS_CO_OPTS -d $ECVS_LOCALNAME"
|
||||
if [[ ${ECVS_LOCALNAME} != "${ECVS_MODULE}" ]] ; then
|
||||
ECVS_CO_OPTS+=" -d ${ECVS_LOCALNAME}"
|
||||
fi
|
||||
|
||||
|
||||
if [ -n "$ECVS_CLEAN" ]; then
|
||||
ECVS_UP_OPTS="$ECVS_UP_OPTS -C"
|
||||
if [[ -n ${ECVS_CLEAN} ]] ; then
|
||||
ECVS_UP_OPTS+=" -C"
|
||||
fi
|
||||
|
||||
if [[ -n ${ECVS_DATE} ]] ; then
|
||||
ECVS_CO_OPTS+=" -D ${ECVS_DATE}"
|
||||
ECVS_UP_OPTS+=" -D ${ECVS_DATE}"
|
||||
fi
|
||||
|
||||
# It would be easiest to always be in "run-as mode", logic-wise,
|
||||
# if sudo didn't ask for a password even when sudo'ing to `whoami`.
|
||||
|
||||
if [ -z "$ECVS_RUNAS" ]; then
|
||||
if [[ -z ${ECVS_RUNAS} ]] ; then
|
||||
run=""
|
||||
else
|
||||
run="sudo -u $ECVS_RUNAS"
|
||||
run="sudo -u ${ECVS_RUNAS}"
|
||||
fi
|
||||
|
||||
# Create the top dir if needed
|
||||
|
||||
if [ ! -d "$ECVS_TOP_DIR" ]; then
|
||||
|
||||
if [[ ! -d ${ECVS_TOP_DIR} ]] ; then
|
||||
# Note that the addwrite statements in this block are only
|
||||
# there to allow creating ECVS_TOP_DIR; we allow writing
|
||||
# inside it separately.
|
||||
|
@ -265,67 +271,64 @@ cvs_fetch() {
|
|||
# real path and not a symlink for things to work (so we can't
|
||||
# just remove the last path element in the string)
|
||||
|
||||
debug-print "$FUNCNAME: checkout mode. creating cvs directory"
|
||||
debug-print "${FUNCNAME}: checkout mode. creating cvs directory"
|
||||
addwrite /foobar
|
||||
addwrite /
|
||||
$run mkdir -p "/$ECVS_TOP_DIR"
|
||||
${run} mkdir -p "/${ECVS_TOP_DIR}"
|
||||
export SANDBOX_WRITE="${SANDBOX_WRITE//:\/foobar:\/}"
|
||||
fi
|
||||
|
||||
# In case ECVS_TOP_DIR is a symlink to a dir, get the real path,
|
||||
# otherwise addwrite() doesn't work.
|
||||
|
||||
cd -P "$ECVS_TOP_DIR" > /dev/null
|
||||
ECVS_TOP_DIR="`/bin/pwd`"
|
||||
cd -P "${ECVS_TOP_DIR}" >/dev/null
|
||||
ECVS_TOP_DIR=$(pwd)
|
||||
|
||||
# Disable the sandbox for this dir
|
||||
addwrite "$ECVS_TOP_DIR"
|
||||
addwrite "${ECVS_TOP_DIR}"
|
||||
|
||||
# Chown the directory and all of its contents
|
||||
if [ -n "$ECVS_RUNAS" ]; then
|
||||
$run chown -R "$ECVS_RUNAS" "/$ECVS_TOP_DIR"
|
||||
if [[ -n ${ECVS_RUNAS} ]] ; then
|
||||
${run} chown -R "${ECVS_RUNAS}" "/${ECVS_TOP_DIR}"
|
||||
fi
|
||||
|
||||
# Determine the CVS command mode (checkout or update)
|
||||
if [ ! -d "$ECVS_TOP_DIR/$ECVS_LOCALNAME/CVS" ]; then
|
||||
if [[ ! -d ${ECVS_TOP_DIR}/${ECVS_LOCALNAME}/CVS ]] ; then
|
||||
mode=checkout
|
||||
else
|
||||
mode=update
|
||||
fi
|
||||
|
||||
|
||||
# Our server string (i.e. CVSROOT) without the password so it can
|
||||
# be put in Root
|
||||
if [ "$ECVS_AUTH" == "no" ]
|
||||
then
|
||||
if [[ ${ECVS_AUTH} == "no" ]] ; then
|
||||
local server="${ECVS_USER}@${ECVS_SERVER}"
|
||||
else
|
||||
local connection="${ECVS_AUTH}"
|
||||
[[ -n ${ECVS_PROXY} ]] && connection="${connection};proxy=${ECVS_PROXY}"
|
||||
[[ -n ${ECVS_PROXY_PORT} ]] && connection="${connection};proxyport=${ECVS_PROXY_PORT}"
|
||||
[[ -n ${ECVS_PROXY} ]] && connection+=";proxy=${ECVS_PROXY}"
|
||||
[[ -n ${ECVS_PROXY_PORT} ]] && connection+=";proxyport=${ECVS_PROXY_PORT}"
|
||||
local server=":${connection}:${ECVS_USER}@${ECVS_SERVER}"
|
||||
fi
|
||||
|
||||
# Switch servers automagically if needed
|
||||
if [ "$mode" == "update" ]; then
|
||||
cd /$ECVS_TOP_DIR/$ECVS_LOCALNAME
|
||||
local oldserver="`$run cat CVS/Root`"
|
||||
if [ "$server" != "$oldserver" ]; then
|
||||
|
||||
einfo "Changing the CVS server from $oldserver to $server:"
|
||||
debug-print "$FUNCNAME: Changing the CVS server from $oldserver to $server:"
|
||||
if [[ ${mode} == "update" ]] ; then
|
||||
cd "/${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"
|
||||
local oldserver=$(${run} cat CVS/Root)
|
||||
if [[ ${server} != "${oldserver}" ]] ; then
|
||||
einfo "Changing the CVS server from ${oldserver} to ${server}:"
|
||||
debug-print "${FUNCNAME}: Changing the CVS server from ${oldserver} to ${server}:"
|
||||
|
||||
einfo "Searching for CVS directories ..."
|
||||
local cvsdirs="`$run find . -iname CVS -print`"
|
||||
debug-print "$FUNCNAME: CVS directories found:"
|
||||
debug-print "$cvsdirs"
|
||||
local cvsdirs=$(${run} find . -iname CVS -print)
|
||||
debug-print "${FUNCNAME}: CVS directories found:"
|
||||
debug-print "${cvsdirs}"
|
||||
|
||||
einfo "Modifying CVS directories ..."
|
||||
for x in $cvsdirs; do
|
||||
debug-print "In $x"
|
||||
$run echo "$server" > "$x/Root"
|
||||
local x
|
||||
for x in ${cvsdirs} ; do
|
||||
debug-print "In ${x}"
|
||||
${run} echo "${server}" > "${x}/Root"
|
||||
done
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -333,8 +336,8 @@ cvs_fetch() {
|
|||
# mess with ~/.cvspass
|
||||
touch "${T}/cvspass"
|
||||
export CVS_PASSFILE="${T}/cvspass"
|
||||
if [ -n "$ECVS_RUNAS" ]; then
|
||||
chown "$ECVS_RUNAS" "${T}/cvspass"
|
||||
if [[ -n ${ECVS_RUNAS} ]] ; then
|
||||
chown "${ECVS_RUNAS}" "${T}/cvspass"
|
||||
fi
|
||||
|
||||
# The server string with the password in it, for login
|
||||
|
@ -342,8 +345,7 @@ cvs_fetch() {
|
|||
|
||||
# Ditto without the password, for checkout/update after login, so
|
||||
# that the CVS/Root files don't contain the password in plaintext
|
||||
if [ "$ECVS_AUTH" == "no" ]
|
||||
then
|
||||
if [[ ${ECVS_AUTH} == "no" ]] ; then
|
||||
cvsroot_nopass="${ECVS_USER}@${ECVS_SERVER}"
|
||||
else
|
||||
cvsroot_nopass=":${ECVS_AUTH}:${ECVS_USER}@${ECVS_SERVER}"
|
||||
|
@ -357,37 +359,35 @@ cvs_fetch() {
|
|||
# Execute commands
|
||||
|
||||
cd "${ECVS_TOP_DIR}"
|
||||
if [ "${ECVS_AUTH}" == "pserver" ]; then
|
||||
einfo "Running $cmdlogin"
|
||||
eval $cmdlogin || die "cvs login command failed"
|
||||
if [ "${mode}" == "update" ]; then
|
||||
einfo "Running $cmdupdate"
|
||||
eval $cmdupdate || die "cvs update command failed"
|
||||
elif [ "${mode}" == "checkout" ]; then
|
||||
einfo "Running $cmdcheckout"
|
||||
eval $cmdcheckout|| die "cvs checkout command failed"
|
||||
if [[ ${ECVS_AUTH} == "pserver" ]] ; then
|
||||
einfo "Running ${cmdlogin}"
|
||||
eval ${cmdlogin} || die "cvs login command failed"
|
||||
if [[ ${mode} == "update" ]] ; then
|
||||
einfo "Running ${cmdupdate}"
|
||||
eval ${cmdupdate} || die "cvs update command failed"
|
||||
elif [[ ${mode} == "checkout" ]] ; then
|
||||
einfo "Running ${cmdcheckout}"
|
||||
eval ${cmdcheckout} || die "cvs checkout command failed"
|
||||
fi
|
||||
elif [ "${ECVS_AUTH}" == "ext" ] || [ "${ECVS_AUTH}" == "no" ]; then
|
||||
|
||||
elif [[ ${ECVS_AUTH} == "ext" || ${ECVS_AUTH} == "no" ]] ; then
|
||||
# Hack to support SSH password authentication
|
||||
|
||||
# Backup environment variable values
|
||||
local CVS_ECLASS_ORIG_CVS_RSH="${CVS_RSH}"
|
||||
|
||||
if [ "${SSH_ASKPASS+set}" == "set" ]; then
|
||||
if [[ ${SSH_ASKPASS+set} == "set" ]] ; then
|
||||
local CVS_ECLASS_ORIG_SSH_ASKPASS="${SSH_ASKPASS}"
|
||||
else
|
||||
unset CVS_ECLASS_ORIG_SSH_ASKPASS
|
||||
fi
|
||||
|
||||
if [ "${DISPLAY+set}" == "set" ]; then
|
||||
if [[ ${DISPLAY+set} == "set" ]] ; then
|
||||
local CVS_ECLASS_ORIG_DISPLAY="${DISPLAY}"
|
||||
else
|
||||
unset CVS_ECLASS_ORIG_DISPLAY
|
||||
fi
|
||||
|
||||
if [ "${CVS_RSH}" == "ssh" ]; then
|
||||
|
||||
if [[ ${CVS_RSH} == "ssh" ]] ; then
|
||||
# Force SSH to use SSH_ASKPASS by creating python wrapper
|
||||
|
||||
export CVS_RSH="${T}/cvs_sshwrapper"
|
||||
|
@ -422,7 +422,7 @@ EOF
|
|||
echo "newarglist.insert(1, '-oUserKnownHostsFile=${CVS_ECLASS_KNOWN_HOSTS}')" \
|
||||
>> "${CVS_RSH}"
|
||||
|
||||
if [ -z "${ECVS_SSH_HOST_KEY}" ]; then
|
||||
if [[ -z ${ECVS_SSH_HOST_KEY} ]] ; then
|
||||
ewarn "Warning: The SSH host key of the remote server will not be verified."
|
||||
einfo "A temporary known hosts list will be used."
|
||||
local CVS_ECLASS_STRICT_HOST_CHECKING="no"
|
||||
|
@ -444,40 +444,39 @@ EOF
|
|||
# Make sure DISPLAY is set (SSH will not use SSH_ASKPASS
|
||||
# if DISPLAY is not set)
|
||||
|
||||
[ -z "${DISPLAY}" ] && DISPLAY="DISPLAY"
|
||||
: ${DISPLAY:="DISPLAY"}
|
||||
export DISPLAY
|
||||
|
||||
# Create a dummy executable to echo $ECVS_PASS
|
||||
# Create a dummy executable to echo ${ECVS_PASS}
|
||||
|
||||
export SSH_ASKPASS="${T}/cvs_sshechopass"
|
||||
if [ "${ECVS_AUTH}" != "no" ]; then
|
||||
echo -en "#!/bin/bash\necho \"$ECVS_PASS\"\n" \
|
||||
if [[ ${ECVS_AUTH} != "no" ]] ; then
|
||||
echo -en "#!/bin/bash\necho \"${ECVS_PASS}\"\n" \
|
||||
> "${SSH_ASKPASS}"
|
||||
else
|
||||
echo -en "#!/bin/bash\nreturn\n" \
|
||||
> "${SSH_ASKPASS}"
|
||||
|
||||
fi
|
||||
chmod a+x "${SSH_ASKPASS}"
|
||||
fi
|
||||
|
||||
if [ "${mode}" == "update" ]; then
|
||||
einfo "Running $cmdupdate"
|
||||
eval $cmdupdate || die "cvs update command failed"
|
||||
elif [ "${mode}" == "checkout" ]; then
|
||||
einfo "Running $cmdcheckout"
|
||||
eval $cmdcheckout|| die "cvs checkout command failed"
|
||||
if [[ ${mode} == "update" ]] ; then
|
||||
einfo "Running ${cmdupdate}"
|
||||
eval ${cmdupdate} || die "cvs update command failed"
|
||||
elif [[ ${mode} == "checkout" ]] ; then
|
||||
einfo "Running ${cmdcheckout}"
|
||||
eval ${cmdcheckout} || die "cvs checkout command failed"
|
||||
fi
|
||||
|
||||
# Restore environment variable values
|
||||
export CVS_RSH="${CVS_ECLASS_ORIG_CVS_RSH}"
|
||||
if [ "${CVS_ECLASS_ORIG_SSH_ASKPASS+set}" == "set" ]; then
|
||||
if [[ ${CVS_ECLASS_ORIG_SSH_ASKPASS+set} == "set" ]] ; then
|
||||
export SSH_ASKPASS="${CVS_ECLASS_ORIG_SSH_ASKPASS}"
|
||||
else
|
||||
unset SSH_ASKPASS
|
||||
fi
|
||||
|
||||
if [ "${CVS_ECLASS_ORIG_DISPLAY+set}" == "set" ]; then
|
||||
if [[ ${CVS_ECLASS_ORIG_DISPLAY+set} == "set" ]] ; then
|
||||
export DISPLAY="${CVS_ECLASS_ORIG_DISPLAY}"
|
||||
else
|
||||
unset DISPLAY
|
||||
|
@ -486,8 +485,8 @@ EOF
|
|||
|
||||
# Restore ownership. Not sure why this is needed, but someone
|
||||
# added it in the orig ECVS_RUNAS stuff.
|
||||
if [ -n "$ECVS_RUNAS" ]; then
|
||||
chown `whoami` "${T}/cvspass"
|
||||
if [[ -n ${ECVS_RUNAS} ]] ; then
|
||||
chown $(whoami) "${T}/cvspass"
|
||||
fi
|
||||
|
||||
}
|
||||
|
@ -497,76 +496,77 @@ EOF
|
|||
# The cvs src_unpack function, which will be exported
|
||||
cvs_src_unpack() {
|
||||
|
||||
debug-print-function $FUNCNAME $*
|
||||
debug-print-function ${FUNCNAME} "$@"
|
||||
|
||||
debug-print "$FUNCNAME: init:
|
||||
ECVS_CVS_COMMAND=$ECVS_CVS_COMMAND
|
||||
ECVS_UP_OPTS=$ECVS_UP_OPTS
|
||||
ECVS_CO_OPTS=$ECVS_CO_OPTS
|
||||
ECVS_TOP_DIR=$ECVS_TOP_DIR
|
||||
ECVS_SERVER=$ECVS_SERVER
|
||||
ECVS_USER=$ECVS_USER
|
||||
ECVS_PASS=$ECVS_PASS
|
||||
ECVS_MODULE=$ECVS_MODULE
|
||||
ECVS_LOCAL=$ECVS_LOCAL
|
||||
ECVS_RUNAS=$ECVS_RUNAS
|
||||
ECVS_LOCALNAME=$ECVS_LOCALNAME"
|
||||
debug-print "${FUNCNAME}: init:
|
||||
ECVS_CVS_COMMAND=${ECVS_CVS_COMMAND}
|
||||
ECVS_UP_OPTS=${ECVS_UP_OPTS}
|
||||
ECVS_CO_OPTS=${ECVS_CO_OPTS}
|
||||
ECVS_TOP_DIR=${ECVS_TOP_DIR}
|
||||
ECVS_SERVER=${ECVS_SERVER}
|
||||
ECVS_USER=${ECVS_USER}
|
||||
ECVS_PASS=${ECVS_PASS}
|
||||
ECVS_MODULE=${ECVS_MODULE}
|
||||
ECVS_LOCAL=${ECVS_LOCAL}
|
||||
ECVS_RUNAS=${ECVS_RUNAS}
|
||||
ECVS_LOCALNAME=${ECVS_LOCALNAME}"
|
||||
|
||||
[ -z "$ECVS_MODULE" ] && die "ERROR: CVS module not set, cannot continue."
|
||||
[[ -z ${ECVS_MODULE} ]] && die "ERROR: CVS module not set, cannot continue."
|
||||
|
||||
local ECVS_LOCALNAME="${ECVS_LOCALNAME}"
|
||||
|
||||
if [ -z "$ECVS_LOCALNAME" ]; then
|
||||
ECVS_LOCALNAME="$ECVS_MODULE"
|
||||
fi
|
||||
local ECVS_LOCALNAME=${ECVS_LOCALNAME:-${ECVS_MODULE}}
|
||||
|
||||
local sanitized_pn=$(echo "${PN}" | LC_ALL=C sed -e 's:[^A-Za-z0-9_]:_:g')
|
||||
local offline_pkg_var="ECVS_OFFLINE_${sanitized_pn}"
|
||||
if [[ -n ${!offline_pkg_var}${ECVS_OFFLINE} ]] || [[ "$ECVS_SERVER" == "offline" ]] ; then
|
||||
if [[ -n ${!offline_pkg_var}${ECVS_OFFLINE} ]] || [[ ${ECVS_SERVER} == "offline" ]] ; then
|
||||
# We're not required to fetch anything; the module already
|
||||
# exists and shouldn't be updated.
|
||||
if [ -d "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" ]; then
|
||||
debug-print "$FUNCNAME: offline mode"
|
||||
if [[ -d ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} ]] ; then
|
||||
debug-print "${FUNCNAME}: offline mode"
|
||||
else
|
||||
debug-print "$FUNCNAME: Offline mode specified but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found, exiting with error"
|
||||
debug-print "${FUNCNAME}: Offline mode specified but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found, exiting with error"
|
||||
die "ERROR: Offline mode specified, but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found. Aborting."
|
||||
fi
|
||||
elif [ -n "$ECVS_SERVER" ]; then # ECVS_SERVER!=offline --> real fetching mode
|
||||
einfo "Fetching CVS module $ECVS_MODULE into $ECVS_TOP_DIR ..."
|
||||
elif [[ -n ${ECVS_SERVER} ]] ; then # ECVS_SERVER!=offline --> real fetching mode
|
||||
einfo "Fetching CVS module ${ECVS_MODULE} into ${ECVS_TOP_DIR} ..."
|
||||
cvs_fetch
|
||||
else # ECVS_SERVER not set
|
||||
die "ERROR: CVS server not specified, cannot continue."
|
||||
fi
|
||||
|
||||
einfo "Copying $ECVS_MODULE from $ECVS_TOP_DIR ..."
|
||||
debug-print "Copying module $ECVS_MODULE local_mode=$ECVS_LOCAL from $ECVS_TOP_DIR ..."
|
||||
einfo "Copying ${ECVS_MODULE} from ${ECVS_TOP_DIR} ..."
|
||||
debug-print "Copying module ${ECVS_MODULE} local_mode=${ECVS_LOCAL} from ${ECVS_TOP_DIR} ..."
|
||||
|
||||
# This is probably redundant, but best to make sure.
|
||||
mkdir -p "$WORKDIR/$ECVS_LOCALNAME"
|
||||
mkdir -p "${WORKDIR}/${ECVS_LOCALNAME}"
|
||||
|
||||
if [ -n "$ECVS_LOCAL" ]; then
|
||||
cp -f "$ECVS_TOP_DIR/$ECVS_LOCALNAME"/* "$WORKDIR/$ECVS_LOCALNAME"
|
||||
if [[ -n ${ECVS_LOCAL} ]] ; then
|
||||
cp -f "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"/* "${WORKDIR}/${ECVS_LOCALNAME}"
|
||||
else
|
||||
cp -Rf "$ECVS_TOP_DIR/$ECVS_LOCALNAME" "$WORKDIR/$ECVS_LOCALNAME/.."
|
||||
cp -Rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" "${WORKDIR}/${ECVS_LOCALNAME}/.."
|
||||
fi
|
||||
|
||||
# Not exactly perfect, but should be pretty close #333773
|
||||
export ECVS_VERSION=$(find "$ECVS_TOP_DIR/$ECVS_LOCALNAME/" -ipath '*/CVS/Entries' -exec cat {} + | LC_ALL=C sort | sha1sum | awk '{print $1}')
|
||||
export ECVS_VERSION=$(
|
||||
find "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}/" -ipath '*/CVS/Entries' -exec cat {} + | \
|
||||
LC_ALL=C sort | \
|
||||
sha1sum | \
|
||||
awk '{print $1}'
|
||||
)
|
||||
|
||||
# If the directory is empty, remove it; empty directories cannot
|
||||
# exist in cvs. This happens when, for example, kde-source
|
||||
# requests module/doc/subdir which doesn't exist. Still create
|
||||
# the empty directory in workdir though.
|
||||
if [ "`ls -A \"${ECVS_TOP_DIR}/${ECVS_LOCALNAME}\"`" == "CVS" ]; then
|
||||
debug-print "$FUNCNAME: removing empty CVS directory $ECVS_LOCALNAME"
|
||||
if [[ $(ls -A "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}") == "CVS" ]] ; then
|
||||
debug-print "${FUNCNAME}: removing empty CVS directory ${ECVS_LOCALNAME}"
|
||||
rm -rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"
|
||||
fi
|
||||
|
||||
# Implement some of base_src_unpack's functionality; note however
|
||||
# that base.eclass may not have been inherited!
|
||||
if [ -n "$PATCHES" ]; then
|
||||
debug-print "$FUNCNAME: PATCHES=$PATCHES, S=$S, autopatching"
|
||||
cd "$S"
|
||||
if [[ -n ${PATCHES} ]] ; then
|
||||
debug-print "${FUNCNAME}: PATCHES=${PATCHES,} S=${S}, autopatching"
|
||||
cd "${S}"
|
||||
epatch ${PATCHES}
|
||||
# Make sure we don't try to apply patches more than once,
|
||||
# since cvs_src_unpack is usually called several times from
|
||||
|
@ -578,3 +578,5 @@ cvs_src_unpack() {
|
|||
}
|
||||
|
||||
EXPORT_FUNCTIONS src_unpack
|
||||
|
||||
fi
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST PokerTH-0.9.5-src.tar.bz2 13598803 SHA256 b837bdccbf13c15cb22f255ad0e367c24ac431119cb7c7da48e8a753b81c599f SHA512 88df4879e06f39e782fb64490b0259f9904af7d7fd6c23821192e481bd92e4089e3f21df90619fcd7c4edb49b646a0867276dc115b3598f287fe4267bce40d5b WHIRLPOOL e23bb2b559c2c6c7af6eaf75ece0c4146f5c5e030278f156bc9d3fb0f2847e91c3eff6bd71d41002c36810a28dcb3d458c9b240ad21566ce8f8b98a575991842
|
||||
DIST PokerTH-1.0-src.tar.bz2 19125507 SHA256 5aaaf913a7696f12afe18f9b2da55c84f7343bf8afb45b25f7852a25fd1a6c10 SHA512 5209b37c946f32e7dc0107663bc6128f1e5becb293c4aec1bacd993f81f822450f8248d1dbad4096e0a93930f8d608499e98000f5af5ca0256dda23125059cae WHIRLPOOL 6fd2bb111cc612845f18dac50ffb518fbee96ae08c28b88052814019b9b26d3d8dd8088a4e29555cb78d35378534d784e08a13a1cf2827e9291ddfc7cd705cd8
|
||||
|
|
20
games-board/pokerth/files/pokerth-1.0-underlinking.patch
Normal file
20
games-board/pokerth/files/pokerth-1.0-underlinking.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
From: Julian Ospald <hasufell@gentoo.org>
|
||||
Date: Thu Aug 16 22:25:12 UTC 2012
|
||||
Subject: build system
|
||||
|
||||
fix compilation for linkers that don't permit underlinking
|
||||
reorder linker line to fix issues with as-needed
|
||||
|
||||
--- pokerth_server.pro
|
||||
+++ pokerth_server.pro
|
||||
@@ -114,8 +114,8 @@
|
||||
LIBS += -lpokerth_lib \
|
||||
-lpokerth_db \
|
||||
-lpokerth_protocol \
|
||||
- -lcurl \
|
||||
- -lircclient
|
||||
+ -lircclient \
|
||||
+ $$system(pkg-config --libs --static libcurl)
|
||||
|
||||
win32 {
|
||||
DEFINES += CURL_STATICLIB
|
66
games-board/pokerth/pokerth-1.0.ebuild
Normal file
66
games-board/pokerth/pokerth-1.0.ebuild
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit flag-o-matic eutils qt4-r2 games
|
||||
|
||||
MY_P="PokerTH-${PV}-src"
|
||||
DESCRIPTION="Texas Hold'em poker game"
|
||||
HOMEPAGE="http://www.pokerth.net/"
|
||||
SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="dedicated"
|
||||
|
||||
RDEPEND="dev-db/sqlite:3
|
||||
dev-libs/boost[threads(+)]
|
||||
dev-libs/libgcrypt
|
||||
dev-libs/tinyxml[stl]
|
||||
net-libs/libircclient
|
||||
>=net-misc/curl-7.16
|
||||
x11-libs/qt-core:4
|
||||
virtual/gsasl
|
||||
!dedicated? (
|
||||
media-libs/libsdl
|
||||
media-libs/sdl-mixer[mod,vorbis]
|
||||
x11-libs/qt-gui:4
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
!dedicated? ( x11-libs/qt-sql:4 )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
if use dedicated ; then
|
||||
sed -i \
|
||||
-e 's/pokerth_game.pro//' \
|
||||
pokerth.pro || die
|
||||
fi
|
||||
|
||||
sed -i \
|
||||
-e '/no_dead_strip_inits_and_terms/d' \
|
||||
*pro || die
|
||||
|
||||
epatch "${FILESDIR}"/${P}-underlinking.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake4
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dogamesbin bin/pokerth_server
|
||||
if ! use dedicated ; then
|
||||
dogamesbin ${PN}
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r data
|
||||
domenu ${PN}.desktop
|
||||
doicon ${PN}.png
|
||||
fi
|
||||
doman docs/pokerth.1
|
||||
dodoc ChangeLog TODO docs/{gui_styling,server_setup}_howto.txt
|
||||
prepgamesdirs
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
DIST tce049b_all_os_fixed.zip 6795533 RMD160 f1332e7785a11c7961bbd1062d79d42425ca0867 SHA1 c579233e46a23ddc1dc8593290cad63e34da7844 SHA256 b7eec5ba59e969c39525272236095f1e4635c9301bae716a8a4a39bc65163c3d
|
||||
DIST tcetest049.zip 472749193 RMD160 90f222a985dc6ff395680211d65ee535024866fb SHA1 89453e55904fb68e4d7e4cad963ccc9a78b4c062 SHA256 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4
|
||||
DIST tce049b_all_os_fixed.zip 6795533 SHA256 b7eec5ba59e969c39525272236095f1e4635c9301bae716a8a4a39bc65163c3d SHA512 8814f193437551c29edf88087229ee813317df10e264c3a0200942ef7c1e876aacff4d985d28bd59d1b3bd9589c86ad034d59a8f434cb443a31e07db9b0562da WHIRLPOOL 4e3919f6a326ef00d17f9217818760a7442371c02c6a58656a97fb239e825a445f9bcdea47af25c2c0a784d0762d77129352273daffce385b669d8898a89f700
|
||||
DIST tcetest049.zip 472749193 SHA256 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4 SHA512 9c5dfaad2f427b4fdc3fa0d5ed7b88e68776167049e0fa75e72a84a6735ff1e97926dfd0d5c290351ac0eb3123018afc1f478d8c0506b4c8ddfa39cc22474985 WHIRLPOOL d01945afba803459d78002835267a64d4043a168c5da3b64999574954b9fd678354b67c9ebcb5ce0f84631b4b7de1425cb868f244d63ff72f2d22635db96abee
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild,v 1.5 2009/10/08 16:43:39 nyhm Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild,v 1.6 2013/01/22 07:04:56 tupone Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
|
@ -26,6 +26,8 @@ IUSE="dedicated opengl"
|
|||
RDEPEND="x86? ( =virtual/libstdc++-3.3 )
|
||||
amd64? ( app-emulation/emul-linux-x86-compat )"
|
||||
|
||||
QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*.so"
|
||||
|
||||
src_unpack() {
|
||||
unpack tcetest049.zip
|
||||
cd ${MOD_DIR} || die
|
||||
|
|
|
@ -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/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild,v 1.4 2012/12/27 07:52:16 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild,v 1.5 2013/01/22 07:38:02 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="yes"
|
||||
|
@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2"
|
||||
IUSE="+bluetooth +cheese +colord +cups +gnome-online-accounts +networkmanager +socialweb systemd wacom"
|
||||
IUSE="+bluetooth +cheese +colord +cups +gnome-online-accounts input_devices_wacom +networkmanager +socialweb systemd"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
# XXX: gnome-desktop-2.91.5 is needed for upstream commit c67f7efb
|
||||
|
@ -57,16 +57,19 @@ COMMON_DEPEND="
|
|||
colord? ( >=x11-misc/colord-0.1.8 )
|
||||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
gnome-online-accounts? ( net-libs/gnome-online-accounts )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.3
|
||||
x11-libs/libXi )
|
||||
networkmanager? (
|
||||
>=gnome-extra/nm-applet-0.9.1.90
|
||||
>=net-misc/networkmanager-0.8.997 )
|
||||
socialweb? ( net-libs/libsocialweb )
|
||||
systemd? ( >=sys-apps/systemd-31 )
|
||||
wacom? ( >=dev-libs/libwacom-0.3
|
||||
x11-libs/libXi )"
|
||||
"
|
||||
# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
app-admin/apg
|
||||
gnome-base/gnome-settings-daemon[input_devices_wacom?]
|
||||
sys-apps/accountsservice
|
||||
x11-themes/gnome-icon-theme-symbolic
|
||||
colord? ( >=gnome-extra/gnome-color-manager-3 )
|
||||
|
@ -76,7 +79,6 @@ RDEPEND="${COMMON_DEPEND}
|
|||
!systemd? (
|
||||
app-admin/openrc-settingsd
|
||||
sys-auth/consolekit )
|
||||
wacom? ( gnome-base/gnome-settings-daemon[wacom] )
|
||||
|
||||
!<gnome-base/gdm-2.91.94
|
||||
!<gnome-extra/gnome-color-manager-3.1.2
|
||||
|
@ -111,10 +113,10 @@ pkg_setup() {
|
|||
$(use_with cheese)
|
||||
$(use_enable colord color)
|
||||
$(use_enable cups)
|
||||
$(use_enable input_devices_wacom wacom)
|
||||
$(use_enable gnome-online-accounts goa)
|
||||
$(use_with socialweb libsocialweb)
|
||||
$(use_enable systemd)
|
||||
$(use_enable wacom)"
|
||||
$(use_enable systemd)"
|
||||
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
||||
}
|
||||
|
||||
|
|
|
@ -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-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild,v 1.6 2013/01/06 09:35:01 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild,v 1.7 2013/01/22 07:38:02 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="yes"
|
||||
|
@ -13,12 +13,8 @@ HOMEPAGE="http://www.gnome.org/"
|
|||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="2"
|
||||
IUSE="+bluetooth +colord +cups +gnome-online-accounts +i18n kerberos +networkmanager +socialweb systemd v4l wacom"
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
fi
|
||||
IUSE="+bluetooth +colord +cups +gnome-online-accounts +i18n input_devices_wacom kerberos +networkmanager +socialweb systemd v4l"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
# XXX: NetworkManager-0.9 support is automagic, make hard-dep once it's released
|
||||
#
|
||||
|
@ -56,6 +52,9 @@ COMMON_DEPEND="
|
|||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 )
|
||||
i18n? ( >=app-i18n/ibus-1.4.99 )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
>=x11-libs/libXi-1.2 )
|
||||
kerberos? ( virtual/krb5 )
|
||||
networkmanager? (
|
||||
>=gnome-extra/nm-applet-0.9.1.90
|
||||
|
@ -66,12 +65,10 @@ COMMON_DEPEND="
|
|||
media-libs/gstreamer:1.0
|
||||
media-libs/clutter-gtk:1.0
|
||||
>=media-video/cheese-3.5.91 )
|
||||
wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
>=x11-libs/libXi-1.2 )
|
||||
"
|
||||
# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
gnome-base/gnome-settings-daemon[input_devices_wacom?]
|
||||
sys-apps/accountsservice
|
||||
x11-themes/gnome-icon-theme-symbolic
|
||||
colord? ( >=gnome-extra/gnome-color-manager-3 )
|
||||
|
@ -81,7 +78,6 @@ RDEPEND="${COMMON_DEPEND}
|
|||
!systemd? (
|
||||
app-admin/openrc-settingsd
|
||||
sys-auth/consolekit )
|
||||
wacom? ( gnome-base/gnome-settings-daemon[wacom] )
|
||||
|
||||
!<gnome-base/gdm-2.91.94
|
||||
!<gnome-extra/gnome-color-manager-3.1.2
|
||||
|
@ -139,10 +135,10 @@ src_configure() {
|
|||
$(use_enable cups)
|
||||
$(use_enable gnome-online-accounts goa)
|
||||
$(use_enable i18n ibus)
|
||||
$(use_enable input_devices_wacom wacom)
|
||||
$(use_with socialweb libsocialweb)
|
||||
$(use_enable systemd)
|
||||
$(use_with v4l cheese)
|
||||
$(use_enable wacom)"
|
||||
$(use_with v4l cheese)"
|
||||
# XXX: $(use_with kerberos) # for 3.7.x
|
||||
if ! use kerberos; then
|
||||
G2CONF+=" KRB5_CONFIG=$(type -P true)"
|
||||
|
|
|
@ -13,9 +13,5 @@
|
|||
<pkg>app-i18n/ibus</pkg></flag>
|
||||
<flag name="socialweb">Add support for desktop background images from
|
||||
Flickr using <pkg>net-libs/libsocialweb</pkg></flag>
|
||||
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> instead of
|
||||
<pkg>sys-auth/consolekit</pkg> for session tracking</flag>
|
||||
<flag name="wacom">Enable support for Wacom tablets and drawing
|
||||
devices</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -2,3 +2,4 @@ DIST gnome-menus-2.30.5.tar.bz2 471327 SHA256 6dcc565006d6e8c2025ae83ab1f82edf6b
|
|||
DIST gnome-menus-3.0.1.tar.bz2 474839 SHA256 579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0 SHA512 05eda56b741d7236b17276b3b208b8370ec8ff0db82e32a2c0adb84334c4d9365fe61dea08183858fb7c0093cf04a02ba1311483e3318dbe816a02c28f4198eb WHIRLPOOL f2583e79ea6aef0c5cffb94001ceba166b97e237861b51d39530155f36720bcfabbf50af0a16735f8112e44a7b8d7243ae9460285f590a0c2a351ad2203dc85e
|
||||
DIST gnome-menus-3.4.2.tar.xz 406316 SHA256 fa8b98eb5c62da20f1fb4f6e251f819d78c925006b00d2f63005a6418aa81e63 SHA512 a2710df76e375c3e99ac671a4ea222944b391a731f09fd1615579e89cf847e0eaa837e48a2f56b643e1bb0a2b1da1e952231265661aa71b4f7c2bb31c9e064fd WHIRLPOOL f043295d7f21e14555e72e75d79f228ece0eb6b1953d0fef3c107e841880de39232a5e5fc1ff35a2d152d3a54322074b56d2c5a94b9b15ac3a44a80329e1ee55
|
||||
DIST gnome-menus-3.6.1.tar.xz 423060 SHA256 1615f6852280a161cd137d5b8b59f35519a3a7ba89738f55c578325b0512043e SHA512 3124ca6a825e1ab551b44c37ece1872cb50fe6eb5087c04ffd30fd96fce5b9d831ab8727a12bd819d0a3a7025f6f85b0f5c7fa563050a0d5eedf5fb14819808c WHIRLPOOL e39b5d5165d4c972b29aef9f56c9427b01257b1b049270b2a5413f59a43093f6b20d4d77fd54eec2f482b14ce3aa591ed19792783f022895969c58506c31caf5
|
||||
DIST gnome-menus-3.6.2.tar.xz 423948 SHA256 f6cefb25ce3ca2a0e4cb43894089cc6079bf948230e99bc0e244b380fa84bf4f SHA512 53beac950e40f121327ab404f42094350c8b2567dbc14e90ee21b5bf514e528bac12beba943f13008a6b860227e01bc630aedb733ae71a9f824688ce640c6ed5 WHIRLPOOL 5f38e1f1c182f67df05a66756c76754737ca5afe2b25e23354c7aead4d8877169c2443fd3a60eeb4bfd4d1fe7193f7d8db9c95afc5f1e4fb505a2d35eed213c2
|
||||
|
|
112
gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild
Normal file
112
gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild
Normal file
|
@ -0,0 +1,112 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild,v 1.1 2013/01/22 08:38:59 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit gnome2 python-r1
|
||||
|
||||
DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
|
||||
# +python for gmenu-simple-editor
|
||||
IUSE="debug +introspection +python test"
|
||||
REQUIRED_USE="python? ( introspection )"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/glib-2.29.15:2
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
x11-libs/gdk-pixbuf:2[introspection]
|
||||
x11-libs/gtk+:3[introspection] )"
|
||||
# Older versions of slot 0 install the menu editor and the desktop directories
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<gnome-base/gnome-menus-3.0.1-r1:0"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/intltool-0.40
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/gjs )"
|
||||
|
||||
src_prepare() {
|
||||
gnome2_src_prepare
|
||||
|
||||
# Don't show KDE standalone settings desktop files in GNOME others menu
|
||||
epatch "${FILESDIR}/${PN}-3.0.0-ignore_kde_standalone.patch"
|
||||
|
||||
if use python; then
|
||||
python_copy_sources
|
||||
else
|
||||
sed -e 's/\(SUBDIRS.*\) simple-editor/\1/' \
|
||||
-i Makefile.* || die "sed failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
|
||||
# Do NOT compile with --disable-debug/--enable-debug=no
|
||||
# It disables api usage checks
|
||||
G2CONF="${G2CONF}
|
||||
$(usex debug --enable-debug=yes --enable-debug=minimum)
|
||||
$(use_enable introspection)
|
||||
--disable-static"
|
||||
|
||||
if use python; then
|
||||
python_foreach_impl run_in_build_dir gnome2_src_configure
|
||||
else
|
||||
gnome2_src_configure
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if use python; then
|
||||
python_foreach_impl run_in_build_dir gnome2_src_compile
|
||||
else
|
||||
gnome2_src_compile
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
if use python; then
|
||||
python_foreach_impl run_in_build_dir default
|
||||
else
|
||||
default
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if use python; then
|
||||
installing() {
|
||||
gnome2_src_install
|
||||
# Massage shebang to make python_doscript happy
|
||||
sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
|
||||
-i simple-editor/gmenu-simple-editor || die
|
||||
python_doscript simple-editor/gmenu-simple-editor
|
||||
}
|
||||
python_foreach_impl run_in_build_dir installing
|
||||
else
|
||||
gnome2_src_install
|
||||
fi
|
||||
|
||||
# Prefix menu, bug #256614
|
||||
mv "${ED}"/etc/xdg/menus/applications.menu \
|
||||
"${ED}"/etc/xdg/menus/gnome-applications.menu || die "menu move failed"
|
||||
|
||||
exeinto /etc/X11/xinit/xinitrc.d/
|
||||
newexe "${FILESDIR}/10-xdg-menu-gnome-r1" 10-xdg-menu-gnome
|
||||
}
|
||||
|
||||
run_in_build_dir() {
|
||||
pushd "${BUILD_DIR}" > /dev/null || die
|
||||
"$@"
|
||||
popd > /dev/null
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
From b27f8c8b062e42aa89a7383fefba1833a6f63c4c Mon Sep 17 00:00:00 2001
|
||||
From: Martin Pitt <martinpitt@gnome.org>
|
||||
Date: Tue, 13 Nov 2012 11:02:35 +0100
|
||||
Subject: [PATCH] GsmConsoleKit: Properly initialize upower client
|
||||
|
||||
Move UPower client initialization from gsm_consolekit_on_name_owner_changed()
|
||||
(which is not actually called for UPower usually) into
|
||||
gsm_consolekit_ensure_ck_connection().
|
||||
|
||||
This makes the UPower calls actually work, otherwise they fail on trying to
|
||||
pass a NULL client.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=688229
|
||||
---
|
||||
gnome-session/gsm-consolekit.c | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/gnome-session/gsm-consolekit.c b/gnome-session/gsm-consolekit.c
|
||||
index 4c0eca5..0c58f37 100644
|
||||
--- a/gnome-session/gsm-consolekit.c
|
||||
+++ b/gnome-session/gsm-consolekit.c
|
||||
@@ -182,6 +182,9 @@ gsm_consolekit_ensure_ck_connection (GsmConsolekit *manager,
|
||||
}
|
||||
}
|
||||
|
||||
+ g_clear_object (&manager->priv->up_client);
|
||||
+ manager->priv->up_client = up_client_new ();
|
||||
+
|
||||
is_connected = TRUE;
|
||||
|
||||
out:
|
||||
@@ -219,10 +222,8 @@ gsm_consolekit_on_name_owner_changed (DBusGProxy *bus_proxy,
|
||||
}
|
||||
|
||||
g_clear_object (&manager->priv->ck_proxy);
|
||||
- g_clear_object (&manager->priv->up_client);
|
||||
|
||||
gsm_consolekit_ensure_ck_connection (manager, NULL);
|
||||
- manager->priv->up_client = up_client_new ();
|
||||
|
||||
}
|
||||
|
||||
--
|
||||
1.8.1.1
|
||||
|
|
@ -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/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild,v 1.10 2012/12/27 18:07:36 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild,v 1.11 2013/01/22 05:40:33 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="yes"
|
||||
|
@ -20,10 +20,12 @@ IUSE="doc ipv6 elibc_FreeBSD"
|
|||
# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
|
||||
# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
|
||||
# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
|
||||
# >=gconf-3.2.6 no longer provides gconf-sanity-check-2
|
||||
RDEPEND=">=dev-libs/glib-2.16:2
|
||||
>=x11-libs/gtk+-2.22.0:2
|
||||
>=dev-libs/dbus-glib-0.76
|
||||
>=gnome-base/gconf-2:2[gtk(+)]
|
||||
<gnome-base/gconf-3.2.6
|
||||
>=sys-power/upower-0.9.0
|
||||
elibc_FreeBSD? ( dev-libs/libexecinfo )
|
||||
|
||||
|
|
117
gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild
Normal file
117
gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild
Normal file
|
@ -0,0 +1,117 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild,v 1.1 2013/01/22 05:40:33 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="Gnome session manager"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2 FDL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
IUSE="doc elibc_FreeBSD gconf ipv6 systemd"
|
||||
|
||||
# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
|
||||
# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
|
||||
# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
|
||||
# gdk-pixbuf used in the inhibit dialog
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.33.4:2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/gtk+-2.90.7:3
|
||||
>=dev-libs/json-glib-0.10
|
||||
>=dev-libs/dbus-glib-0.76
|
||||
>=sys-power/upower-0.9.0
|
||||
elibc_FreeBSD? ( dev-libs/libexecinfo )
|
||||
|
||||
virtual/opengl
|
||||
x11-libs/libSM
|
||||
x11-libs/libICE
|
||||
x11-libs/libXau
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-misc/xdg-user-dirs
|
||||
x11-misc/xdg-user-dirs-gtk
|
||||
x11-apps/xdpyinfo
|
||||
|
||||
gconf? ( >=gnome-base/gconf-2:2 )
|
||||
"
|
||||
# Pure-runtime deps from the session files should *NOT* be added here
|
||||
# Otherwise, things like gdm pull in gnome-shell
|
||||
# gnome-themes-standard is needed for the failwhale dialog themeing
|
||||
# sys-apps/dbus[X] is needed for session management
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
gnome-base/gnome-settings-daemon
|
||||
>=gnome-base/gsettings-desktop-schemas-0.1.7
|
||||
>=x11-themes/gnome-themes-standard-2.91.92
|
||||
sys-apps/dbus[X]
|
||||
systemd? ( >=sys-apps/systemd-183 )
|
||||
!systemd? ( sys-auth/consolekit )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-lang/perl-5
|
||||
>=sys-devel/gettext-0.10.40
|
||||
>=dev-util/intltool-0.40.6
|
||||
x11-libs/pango[X]
|
||||
virtual/pkgconfig
|
||||
!<gnome-base/gdm-2.20.4
|
||||
doc? (
|
||||
app-text/xmlto
|
||||
dev-libs/libxslt )
|
||||
"
|
||||
# gnome-common needed for eautoreconf
|
||||
# gnome-base/gdm does not provide gnome.desktop anymore
|
||||
|
||||
src_prepare() {
|
||||
# upower-client problems, bug #450150; fixed in 3.6.3
|
||||
epatch "${FILESDIR}/${P}-upower.patch"
|
||||
|
||||
# Silence errors due to weird checks for libX11
|
||||
sed -e 's/\(PANGO_PACKAGES="\)pangox/\1/' -i configure.ac configure || die
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-deprecation-flags \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
$(use_enable doc docbook-docs) \
|
||||
$(use_enable gconf) \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable systemd)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
|
||||
dodir /etc/X11/Sessions
|
||||
exeinto /etc/X11/Sessions
|
||||
doexe "${FILESDIR}/Gnome"
|
||||
|
||||
dodir /usr/share/gnome/applications/
|
||||
insinto /usr/share/gnome/applications/
|
||||
doins "${FILESDIR}/defaults.list"
|
||||
|
||||
dodir /etc/X11/xinit/xinitrc.d/
|
||||
exeinto /etc/X11/xinit/xinitrc.d/
|
||||
newexe "${FILESDIR}/15-xdg-data-gnome-r1" 15-xdg-data-gnome
|
||||
|
||||
# This should be done here as discussed in bug #270852
|
||||
newexe "${FILESDIR}/10-user-dirs-update-gnome-r1" 10-user-dirs-update-gnome
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then
|
||||
ewarn "If you use a custom .xinitrc for your X session,"
|
||||
ewarn "make sure that the commands in the xinitrc.d scripts are run."
|
||||
fi
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
DIST gnome-settings-daemon-2.32.1-gst-vol-control-support.patch 26788 SHA256 689f6152d6e27ddc0b8080d5c8c1644b6116075ff505951631af9b7289d2f933 SHA512 a4ee10135e7339fa25412e7b790c0c56b3def826d81a89ca399cfb6f2236da14ec78a729ec5d27d3528cdde3eff8fb70cf3f297ddee756665c1d83fb73d2ca15 WHIRLPOOL f3cc8d7ec7065018b69ee78a9f1cc278c8e37910e9dc5a061d8a57d52def0316fb4bbeb4891b742f54e32e06a8d31617241300e3aa82f5a0c39a79aa829225eb
|
||||
DIST gnome-settings-daemon-2.32.1.tar.bz2 1331850 SHA256 0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86 SHA512 69bceb01e1dd15a75dc3db1e78aebee8c7c4004f217856391a64bc527c6b46146f893e90292441d3c7650df8a1b3aee2078d7cbef33c76e47a8f1904dd8e447a WHIRLPOOL 6608a9470666d943e0f39a4cadb36a1ccffbe8b40bcdae97d93b3d9b676da0c3efb33d5be1accaf2066760de6a4a36db16c94a093965f2f8da29511464ec2071
|
||||
DIST gnome-settings-daemon-3.2.3.tar.xz 1418144 SHA256 53c4d642ec8a4b812ad35c1b4cba7d33e9e4dc90ab135b726219ad9adc4a94b9 SHA512 4b771b4fbd6fb676c6ce712f7cb246fcde35527afeea2370f95c7dce391728c5c9c4c6f201843e0232e2f18cdb6332fd130fadb21a1fea8254ddb66e62a8271b WHIRLPOOL e47f076bb682aea8626eaad647e65cf79b80e964162982f373c0d938ff42dacf91cdcf2f54c31ed075914982fd3b614dd41a75dd9fb6f654f0b42b329425b2b0
|
||||
DIST gnome-settings-daemon-3.4.2.tar.xz 1430872 SHA256 00499118c80474981f3389ef518e2d001f1b1a3b1fb78e54859d59f3bee38ff4 SHA512 4a05995511cd1b4324844c164bc2acd831d5e1b9b989ef35716bd7630126406f77b13ea93921379375790d4dea75b9cc14b6107daebdbf264fbf5157f7bd7093 WHIRLPOOL 07cdca28f44523eb8de94bc50d8b565770513820bdd3f8ef07a4b581bc915138044a4136ab9a88e5e67d0c97f8b9b030367fa58bde86ea77897c297b2de37123
|
||||
DIST gnome-settings-daemon-3.6.3.tar.xz 1492024 SHA256 606aaaba9cc7f51035702aead46c8bb595917a09cb947b396a579ea443328cdc SHA512 45b7a0a2162d8419ba9c9d248b87374f9d2012b43b9667f34d3a125567b45e2c2dde5535091cf7cd170e982b07ec7594803cba2628774aefae9ce9f3e672a49a WHIRLPOOL b3c5776d1bc605c88480deebccd95e97538783bc1fc8b602d4c0238352bfe14e720e96debb58d5312803e03813fc857083ffdc9367a6a45d189c748273e0cc69
|
||||
DIST gnome-settings-daemon-3.6.4.tar.xz 1518708 SHA256 3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15 SHA512 f8d263f9a22934e015ff642f9ac93c09764b89151260887242d6b946250d50a2400404f61376a34ec903606bf4061c9733ddb42f0ed92ecc42f873fafb766af7 WHIRLPOOL fba7fb4ec0c236584534b75fda3ebab651f67227c4fcc1183c085cba5cf315418f9a178a2c2ac9c96190a3b7b997a166a13172d48d8f068723bd5a0427cdf703
|
||||
|
|
|
@ -0,0 +1,76 @@
|
|||
diff --git a/configure.ac b/configure.ac
|
||||
index d1739c4..752c09d 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -241,7 +241,20 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl - color
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
-PKG_CHECK_MODULES(COLOR, [colord >= 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
|
||||
+AC_ARG_ENABLE([color],
|
||||
+ AS_HELP_STRING([--disable-color],
|
||||
+ [turn off color plugin]),
|
||||
+ [with_color=$enableval],
|
||||
+ [with_color=yes]) dnl Default value
|
||||
+
|
||||
+if test x$with_color = xyes; then
|
||||
+ PKG_CHECK_MODULES(COLOR, [colord >= 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
|
||||
+ AC_DEFINE(HAVE_COLOR, 1, [Define if color plugin is enabled])
|
||||
+fi
|
||||
+AM_CONDITIONAL(WITH_COLOR, test "x$with_color" = "xyes")
|
||||
+
|
||||
+AC_SUBST(COLOR_CFLAGS)
|
||||
+AC_SUBST(COLOR_LIBS)
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl - wacom (disabled for s390/s390x and non Linux platforms)
|
||||
@@ -253,11 +266,22 @@ case $host_os in
|
||||
have_wacom=no
|
||||
else
|
||||
if test x$enable_gudev != xno; then
|
||||
- PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom])
|
||||
+ AC_ARG_ENABLE([wacom],
|
||||
+ AS_HELP_STRING([--disable-wacom],
|
||||
+ [turn off wacom plugin]),
|
||||
+ [with_wacom=$enableval],
|
||||
+ [with_wacom=no]) dnl Default value
|
||||
+
|
||||
+ if test x$with_wacom = xyes; then
|
||||
+ PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom])
|
||||
+ have_wacom=yes
|
||||
+ fi
|
||||
+
|
||||
+ AC_SUBST(WACOM_CFLAGS)
|
||||
+ AC_SUBST(WACOM_LIBS)
|
||||
else
|
||||
AC_MSG_ERROR([GUdev is necessary to compile Wacom support])
|
||||
fi
|
||||
- have_wacom=yes
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
|
||||
index 69b7181..a1cdf6c 100644
|
||||
--- a/plugins/Makefile.am
|
||||
+++ b/plugins/Makefile.am
|
||||
@@ -6,7 +6,6 @@ enabled_plugins = \
|
||||
automount \
|
||||
background \
|
||||
clipboard \
|
||||
- color \
|
||||
cursor \
|
||||
dummy \
|
||||
power \
|
||||
@@ -22,6 +21,12 @@ enabled_plugins = \
|
||||
|
||||
disabled_plugins = $(NULL)
|
||||
|
||||
+if WITH_COLOR
|
||||
+enabled_plugins += color
|
||||
+else
|
||||
+disabled_plugins += color
|
||||
+endif
|
||||
+
|
||||
if HAVE_PACKAGEKIT
|
||||
enabled_plugins += updates
|
||||
else
|
|
@ -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/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild,v 1.9 2012/05/05 05:38:09 jdhore Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild,v 1.10 2013/01/22 07:37:37 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="yes"
|
||||
|
@ -17,7 +17,7 @@ SRC_URI="${SRC_URI} http://dev.gentoo.org/~pacho/gnome/gnome-settings-daemon-2.3
|
|||
# mirror://gentoo/${PN}-2.30.0-gst-vol-control-support.patch" -> this causes bug #327609
|
||||
# mirror://gentoo/${PN}-2.30.2-gst-vol-control-support.patch.bz2" -> this patch has worse problems like bug #339732
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
IUSE="debug libnotify policykit pulseaudio smartcard"
|
||||
|
|
|
@ -1,129 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.3.ebuild,v 1.5 2012/12/11 09:33:51 ssuominen Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit autotools eutils gnome2 virtualx
|
||||
|
||||
DESCRIPTION="Gnome Settings Daemon"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
IUSE="+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard +udev"
|
||||
|
||||
# Latest gsettings-desktop-schemas is needed due to commit e8d1de92
|
||||
# Latest gnome-desktop needed to fix the DPMS timeout bug #385063
|
||||
# colord-0.1.13 needed to avoid polkit errors in CreateProfile and CreateDevice
|
||||
# upower-0.9.11 needed for UpSleepKind
|
||||
COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
|
||||
>=dev-libs/glib-2.29.14:2
|
||||
>=x11-libs/gtk+-3.1.10:3
|
||||
>=gnome-base/gconf-2.6.1:2
|
||||
>=gnome-base/libgnomekbd-2.91.1
|
||||
>=gnome-base/gnome-desktop-3.2.0-r1:3
|
||||
>=gnome-base/gsettings-desktop-schemas-0.1.7.1
|
||||
media-fonts/cantarell
|
||||
media-libs/fontconfig
|
||||
>=media-libs/lcms-2.2:2
|
||||
media-libs/libcanberra[gtk3]
|
||||
>=media-sound/pulseaudio-0.9.16
|
||||
>=sys-power/upower-0.9.11
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/libnotify-0.7.3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXi
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXxf86misc
|
||||
>=x11-libs/libxklavier-5.0
|
||||
>=media-sound/pulseaudio-0.9.16
|
||||
|
||||
colord? ( >=x11-misc/colord-0.1.13 )
|
||||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
packagekit? (
|
||||
virtual/udev[gudev]
|
||||
>=app-admin/packagekit-base-0.6.12 )
|
||||
policykit? (
|
||||
>=sys-auth/polkit-0.97
|
||||
>=sys-apps/dbus-1.1.2[X] )
|
||||
smartcard? ( >=dev-libs/nss-3.11.2 )
|
||||
udev? ( virtual/udev[gudev] )"
|
||||
# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly
|
||||
# <gnome-color-manager-3.1.1 has file collisions with g-s-d-3.1.x
|
||||
# <gnome-power-manager-3.1.3 has file collisions with g-s-d-3.1.x
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
gnome-base/dconf
|
||||
>=x11-themes/gnome-themes-standard-2.91
|
||||
>=x11-themes/gnome-icon-theme-2.91
|
||||
>=x11-themes/gnome-icon-theme-symbolic-2.91
|
||||
!<gnome-base/gnome-control-center-2.22
|
||||
!<gnome-extra/gnome-color-manager-3.1.1
|
||||
!<gnome-extra/gnome-power-manager-3.1.3"
|
||||
# xproto-7.0.15 needed for power plugin
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
cups? ( sys-apps/sed )
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.40
|
||||
virtual/pkgconfig
|
||||
x11-proto/inputproto
|
||||
x11-proto/kbproto
|
||||
x11-proto/xf86miscproto
|
||||
>=x11-proto/xproto-7.0.15"
|
||||
|
||||
pkg_setup() {
|
||||
# README is empty
|
||||
DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static
|
||||
--disable-schemas-compile
|
||||
--enable-gconf-bridge
|
||||
--with-pnpids=${EPREFIX}/usr/share/libgnome-desktop-3.0/pnp.ids
|
||||
$(use_enable colord color)
|
||||
$(use_enable cups)
|
||||
$(use_enable debug)
|
||||
$(use_enable debug more-warnings)
|
||||
$(use_enable packagekit)
|
||||
$(use_enable policykit polkit)
|
||||
$(use_enable smartcard smartcard-support)
|
||||
$(use_enable udev gudev)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Backport patch from git master branch (not in gnome-3-2 branch yet)
|
||||
# fixing loading color profiles at startup
|
||||
epatch "${FILESDIR}/${PN}-3.2.0-color-unbreak-loading-profiles.patch"
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=621836
|
||||
# Apparently this change severely affects touchpad usability for some
|
||||
# people, so revert it if USE=short-touchpad-timeout.
|
||||
# Revisit if/when upstream adds a setting for customizing the timeout.
|
||||
use short-touchpad-timeout &&
|
||||
epatch "${FILESDIR}/${PN}-3.0.2-short-touchpad-timeout.patch"
|
||||
|
||||
# Make colord optional; requires eautoreconf
|
||||
epatch "${FILESDIR}/${PN}-3.2.1-optional-colord.patch"
|
||||
|
||||
# bug #428816, https://bugzilla.gnome.org/show_bug.cgi?id=679761
|
||||
epatch "${FILESDIR}/${PN}-3.4.2-cups-1.6.patch"
|
||||
|
||||
eautoreconf
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_test() {
|
||||
Xemake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
|
||||
echo 'GSETTINGS_BACKEND="dconf"' >> 51gsettings-dconf
|
||||
doenvd 51gsettings-dconf || die "doenvd failed"
|
||||
}
|
|
@ -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/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild,v 1.5 2012/12/11 09:33:51 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild,v 1.6 2013/01/22 07:37:37 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -11,10 +11,10 @@ inherit autotools eutils gnome2 virtualx
|
|||
DESCRIPTION="Gnome Settings Daemon"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
IUSE="+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom"
|
||||
IUSE="+colord +cups debug input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev"
|
||||
|
||||
# colord-0.1.13 needed to avoid polkit errors in CreateProfile and CreateDevice
|
||||
COMMON_DEPEND="
|
||||
|
@ -43,6 +43,9 @@ COMMON_DEPEND="
|
|||
|
||||
colord? ( >=x11-misc/colord-0.1.13 )
|
||||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
x11-drivers/xf86-input-wacom )
|
||||
packagekit? (
|
||||
virtual/udev[gudev]
|
||||
>=app-admin/packagekit-base-0.6.12 )
|
||||
|
@ -51,8 +54,7 @@ COMMON_DEPEND="
|
|||
>=dev-libs/nss-3.11.2 )
|
||||
systemd? ( >=sys-apps/systemd-31 )
|
||||
udev? ( virtual/udev[gudev] )
|
||||
wacom? ( >=dev-libs/libwacom-0.3
|
||||
x11-drivers/xf86-input-wacom )"
|
||||
"
|
||||
# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly
|
||||
# <gnome-color-manager-3.1.1 has file collisions with g-s-d-3.1.x
|
||||
# <gnome-power-manager-3.1.3 has file collisions with g-s-d-3.1.x
|
||||
|
@ -75,24 +77,8 @@ DEPEND="${COMMON_DEPEND}
|
|||
x11-proto/inputproto
|
||||
x11-proto/kbproto
|
||||
x11-proto/xf86miscproto
|
||||
>=x11-proto/xproto-7.0.15"
|
||||
|
||||
pkg_setup() {
|
||||
# README is empty
|
||||
DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static
|
||||
--disable-schemas-compile
|
||||
$(use_enable colord color)
|
||||
$(use_enable cups)
|
||||
$(use_enable debug)
|
||||
$(use_enable debug more-warnings)
|
||||
$(use_enable packagekit)
|
||||
$(use_enable smartcard smartcard-support)
|
||||
$(use_enable systemd)
|
||||
$(use_enable udev gudev)
|
||||
$(use_enable wacom)"
|
||||
}
|
||||
>=x11-proto/xproto-7.0.15
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=621836
|
||||
|
@ -117,6 +103,23 @@ src_prepare() {
|
|||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# README is empty
|
||||
DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
--disable-schemas-compile \
|
||||
$(use_enable colord color) \
|
||||
$(use_enable cups) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable debug more-warnings) \
|
||||
$(use_enable packagekit) \
|
||||
$(use_enable smartcard smartcard-support) \
|
||||
$(use_enable systemd) \
|
||||
$(use_enable udev gudev) \
|
||||
$(use_enable input_devices_wacom wacom)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
Xemake check
|
||||
}
|
||||
|
|
|
@ -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-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild,v 1.4 2013/01/06 09:37:07 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild,v 1.5 2013/01/22 07:37:37 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -11,9 +11,9 @@ inherit autotools eutils gnome2 virtualx
|
|||
DESCRIPTION="Gnome Settings Daemon"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="+colord +cups debug +i18n packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom"
|
||||
IUSE="+colord +cups debug +i18n input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
REQUIRED_USE="
|
||||
packagekit? ( udev )
|
||||
|
@ -46,13 +46,13 @@ COMMON_DEPEND="
|
|||
colord? ( >=x11-misc/colord-0.1.13 )
|
||||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
i18n? ( >=app-i18n/ibus-1.4.99 )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
x11-drivers/xf86-input-wacom )
|
||||
packagekit? ( >=app-admin/packagekit-base-0.7.4 )
|
||||
smartcard? ( >=dev-libs/nss-3.11.2 )
|
||||
systemd? ( >=sys-apps/systemd-31 )
|
||||
udev? ( virtual/udev[gudev] )
|
||||
wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
x11-drivers/xf86-input-wacom )
|
||||
"
|
||||
# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly
|
||||
# <gnome-color-manager-3.1.1 has file collisions with g-s-d-3.1.x
|
||||
|
@ -99,20 +99,19 @@ src_prepare() {
|
|||
src_configure() {
|
||||
# README is empty
|
||||
DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static
|
||||
--enable-man
|
||||
$(use_enable colord color)
|
||||
$(use_enable cups)
|
||||
$(use_enable debug)
|
||||
$(use_enable debug more-warnings)
|
||||
$(use_enable i18n ibus)
|
||||
$(use_enable packagekit)
|
||||
$(use_enable smartcard smartcard-support)
|
||||
$(use_enable systemd)
|
||||
$(use_enable udev gudev)
|
||||
$(use_enable wacom)"
|
||||
gnome2_src_configure
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
--enable-man \
|
||||
$(use_enable colord color) \
|
||||
$(use_enable cups) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable debug more-warnings) \
|
||||
$(use_enable i18n ibus) \
|
||||
$(use_enable packagekit) \
|
||||
$(use_enable smartcard smartcard-support) \
|
||||
$(use_enable systemd) \
|
||||
$(use_enable udev gudev) \
|
||||
$(use_enable input_devices_wacom wacom)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
|
|
@ -0,0 +1,119 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.4.ebuild,v 1.1 2013/01/22 07:37:37 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit autotools eutils gnome2 virtualx
|
||||
|
||||
DESCRIPTION="Gnome Settings Daemon"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="+colord +cups debug +i18n input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
REQUIRED_USE="
|
||||
packagekit? ( udev )
|
||||
smartcard? ( udev )
|
||||
"
|
||||
|
||||
# require colord-0.1.27 dependency for connection type support
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.31.0:2
|
||||
>=x11-libs/gtk+-3.3.4:3
|
||||
>=gnome-base/gnome-desktop-3.5.3:3=
|
||||
>=gnome-base/gsettings-desktop-schemas-3.5.90
|
||||
media-fonts/cantarell
|
||||
media-libs/fontconfig
|
||||
>=media-libs/lcms-2.2:2
|
||||
media-libs/libcanberra[gtk3]
|
||||
>=media-sound/pulseaudio-0.9.16
|
||||
>=sys-power/upower-0.9.11
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/libnotify-0.7.3:=
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
x11-libs/libXi
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXtst
|
||||
x11-libs/libXxf86misc
|
||||
|
||||
colord? ( >=x11-misc/colord-0.1.27:= )
|
||||
cups? ( >=net-print/cups-1.4[dbus] )
|
||||
i18n? ( >=app-i18n/ibus-1.4.99 )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.6
|
||||
x11-drivers/xf86-input-wacom )
|
||||
packagekit? ( >=app-admin/packagekit-base-0.7.4 )
|
||||
smartcard? ( >=dev-libs/nss-3.11.2 )
|
||||
systemd? ( >=sys-apps/systemd-31 )
|
||||
udev? ( virtual/udev[gudev] )
|
||||
"
|
||||
# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly
|
||||
# <gnome-color-manager-3.1.1 has file collisions with g-s-d-3.1.x
|
||||
# <gnome-power-manager-3.1.3 has file collisions with g-s-d-3.1.x
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
gnome-base/dconf
|
||||
>=x11-themes/gnome-themes-standard-2.91
|
||||
>=x11-themes/gnome-icon-theme-2.91
|
||||
>=x11-themes/gnome-icon-theme-symbolic-2.91
|
||||
!<gnome-base/gnome-control-center-2.22
|
||||
!<gnome-extra/gnome-color-manager-3.1.1
|
||||
!<gnome-extra/gnome-power-manager-3.1.3
|
||||
|
||||
!systemd? ( sys-auth/consolekit )
|
||||
"
|
||||
# xproto-7.0.15 needed for power plugin
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
cups? ( sys-apps/sed )
|
||||
dev-libs/libxml2:2
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.40
|
||||
virtual/pkgconfig
|
||||
x11-proto/inputproto
|
||||
x11-proto/xf86miscproto
|
||||
>=x11-proto/xproto-7.0.15
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=621836
|
||||
# Apparently this change severely affects touchpad usability for some
|
||||
# people, so revert it if USE=short-touchpad-timeout.
|
||||
# Revisit if/when upstream adds a setting for customizing the timeout.
|
||||
use short-touchpad-timeout &&
|
||||
epatch "${FILESDIR}/${PN}-3.5.91-short-touchpad-timeout.patch"
|
||||
|
||||
# Make colord and wacom optional; requires eautoreconf
|
||||
epatch "${FILESDIR}/${PN}-3.6.4-optional-color-wacom.patch"
|
||||
|
||||
eautoreconf
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# README is empty
|
||||
DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
--enable-man \
|
||||
$(use_enable colord color) \
|
||||
$(use_enable cups) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable debug more-warnings) \
|
||||
$(use_enable i18n ibus) \
|
||||
$(use_enable packagekit) \
|
||||
$(use_enable smartcard smartcard-support) \
|
||||
$(use_enable systemd) \
|
||||
$(use_enable udev gudev) \
|
||||
$(use_enable input_devices_wacom wacom)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
Xemake check
|
||||
}
|
|
@ -11,9 +11,5 @@
|
|||
manager GUI <pkg>app-admin/packagekit</pkg></flag>
|
||||
<flag name="short-touchpad-timeout">Change the touchpad timeout so that
|
||||
it's effective for fast typists</flag>
|
||||
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> instead of
|
||||
<pkg>sys-auth/consolekit</pkg> for session tracking</flag>
|
||||
<flag name="wacom">Enable support for Wacom tablets and drawing
|
||||
devices</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -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-base/gvfs/gvfs-1.14.2.ebuild,v 1.5 2013/01/16 05:12:34 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.6 2013/01/22 07:49:29 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -62,7 +62,7 @@ RDEPEND=">=dev-libs/glib-2.33.12:2
|
|||
udev? (
|
||||
cdda? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
|
||||
virtual/udev[gudev] )
|
||||
udisks? ( >=sys-fs/udisks-1.97:2[systemd?] )"
|
||||
udisks? ( >=sys-fs/udisks-1.97:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/libxslt
|
||||
>=dev-util/intltool-0.40
|
||||
|
|
|
@ -19,8 +19,6 @@ applications not using gio to access the gvfs filesystems.
|
|||
application access</flag>
|
||||
<flag name="gdu">Enable <pkg>sys-apps/gnome-disk-utility</pkg> integration</flag>
|
||||
<flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup-gnome</pkg></flag>
|
||||
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> seat information
|
||||
for tracking owners of removable volumes</flag>
|
||||
<flag name="udev">Enable udev base replacement code for cdda feature</flag>
|
||||
<flag name="udisks">Enable volume monitoring using <pkg>sys-fs/udisks</pkg></flag>
|
||||
</use>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DIST gnome-color-manager-2.32.0.tar.bz2 2491525 SHA256 fa287ef12d329643d1f01b8f35c2b104dd293cd30e91a012f04929c203da54cf SHA512 d21286f2dac6f1984aa4210892489c2faefd47eddb89d5ecfd05afd7590cfd3fbf446a75194a44feabbdc9b35feb20dee06f87fe208e641335fb3efa8c170915 WHIRLPOOL 905aad3a609b8393d617b311e25c7286a9f8181303db6731faacb5f117a0d2ebd3d4db08b9ae13afd3f5e9a3b86df1bce0dada391eb1bd456d42552813c8bd48
|
||||
DIST gnome-color-manager-3.4.2.tar.xz 2520548 SHA256 ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922 SHA512 446c90789075036b7af008964c5c976670de6723c99ed88f8b9a3f0cc8a082e7988e8734fb6ac8a9bbade11c7dcd439a7a34e56063aa502e3531338eb7df6c49 WHIRLPOOL b4f2c0bbc27e1cc2f2931321e98480523992f4d2c5db0a82098034292b3bdbd6158ef6728a8887cfb9abe5cf2c7cbea603d739599468dfbb53b5407dbfd215b7
|
||||
DIST gnome-color-manager-3.6.0.tar.xz 2564388 SHA256 c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9 SHA512 404f3a3db2f7f7a19d5d7e7c367bc06490fb81a896a41aa8e2195a701bf8bf571a43f85baf6884a5eed83d9e44a81e85d10c6f4f0215c1c9c09ab8f79bf207ff WHIRLPOOL b0df68836f08d0cf49da53d26440334cf4ba0b2d1e7e9d61dd03944c8eb60699e0b0d80f9ad0705456d0f0d010555adc231827c43758191ec7f8489f24638ed2
|
||||
DIST gnome-color-manager-3.6.1.tar.xz 2595352 SHA256 c5fb0903d5570c50fbb2347db2222314bef0c57b293302e48e0b73f57f426fb7 SHA512 7734b0d531f9a4fb528d8fc6a24b5400f181d77051745d05346c1a61f7952a4bcb35824b7a6cb8a6b2084c5be1c83c6b870105bfb738305963a64c738eb2e934 WHIRLPOOL 26d89d4ae36fa475e97937baf13a370fbf6096d1417ba24df0c9bc068703dee223f648662dd2f62fd64a67cf4dac463907d4805fdf0048ede440f4f9c79bbff4
|
||||
|
|
|
@ -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/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild,v 1.2 2012/07/02 22:26:13 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild,v 1.3 2013/01/22 07:25:06 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -39,7 +39,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2
|
|||
raw? ( media-gfx/exiv2 )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
media-gfx/shared-color-profiles
|
||||
|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )
|
||||
"
|
||||
# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
|
|
|
@ -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/gnome-color-manager/gnome-color-manager-3.6.0.ebuild,v 1.6 2013/01/06 09:38:40 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild,v 1.7 2013/01/22 07:25:06 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -39,7 +39,7 @@ COMMON_DEPEND="
|
|||
raw? ( media-gfx/exiv2 )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
media-gfx/shared-color-profiles"
|
||||
|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )"
|
||||
# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/docbook-sgml-dtd:4.1
|
||||
|
|
|
@ -0,0 +1,73 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild,v 1.1 2013/01/22 07:25:06 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="Color profile manager for the GNOME desktop"
|
||||
HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="clutter packagekit raw"
|
||||
|
||||
# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.31.10:2
|
||||
gnome-base/gnome-desktop:3=
|
||||
>=media-libs/lcms-2.2:2
|
||||
>=media-libs/libcanberra-0.10[gtk3]
|
||||
media-libs/libexif
|
||||
media-libs/tiff
|
||||
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrandr
|
||||
>=x11-libs/gtk+-3.3.8:3
|
||||
>=x11-libs/vte-0.25.1:2.90
|
||||
>=x11-libs/colord-gtk-0.1.20
|
||||
|
||||
clutter? (
|
||||
>=media-libs/clutter-1.9.11:1.0
|
||||
media-libs/clutter-gtk:1.0
|
||||
media-libs/mash:0.2 )
|
||||
packagekit? ( app-admin/packagekit-base )
|
||||
raw? ( media-gfx/exiv2 )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
|| ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )"
|
||||
# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/docbook-sgml-dtd:4.1
|
||||
app-text/docbook-sgml-utils
|
||||
dev-libs/libxslt
|
||||
>=dev-util/intltool-0.35
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# FIXME: run test-suite with files on live file-system
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
# Always enable tests since they are check_PROGRAMS anyway
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
--enable-tests \
|
||||
$(use_enable clutter) \
|
||||
$(use_enable packagekit) \
|
||||
$(use_enable raw exiv) \
|
||||
ITSTOOL=$(type -P true)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
if ! has_version media-gfx/argyllcms ; then
|
||||
elog "If you want to do display or scanner calibration, you will need to"
|
||||
elog "install media-gfx/argyllcms"
|
||||
fi
|
||||
}
|
|
@ -1,3 +1,2 @@
|
|||
DIST gnome-shell-frippery-0.3.6.tgz 72227 SHA256 8dac42cfb31ab04e947b07276b11968965d83dc8242597052d02ba789cd55a8e SHA512 73473957a99355b89e63011ac179b3ea9527f506faf5a9cdf9116351e98fec15fab2a3a0a64a80711425f4b65e9a93fa9704177b25eb6207c907885a82631634 WHIRLPOOL 95e57b981202c0b3909918904c3cd8fff20d61dfa1343b685093ee9dbfd151e71902662eb7b6693b00470c62a2cf9348d9694d4083bfad00a8b17aaf126fd526
|
||||
DIST gnome-shell-frippery-0.3.9.tgz 74581 SHA256 f1186e66388eb5a59fc8f5574f2d593362cad9bfb89c69684df98fb81ee822a2 SHA512 50e969271f32d2bafcd140715bb5ffe3a3a8a708342f1340e95ca67548f97547be63ffdd722d98028d7059c47701619482a83ccab7814cef2dd89f61e0bc9b26 WHIRLPOOL f9db01f10800d5f2f8019c75c3f4ac24f1dcc389d0ca0be3ecf7ba1d90942d6a843b81abfcca8a41a48159f834084cfd23181783c759240109a335c0e9348b7d
|
||||
DIST gnome-shell-frippery-0.4.1.tgz 75247 SHA256 1483322927b118523262733905b88a67e9d7fa383374ccc96f8c35e822abe838 SHA512 3d9aceec49e022e3cae7edb9932af8dc4ea49d4fb2e382225661e394c69cd4b8d39b8ff4b08f9eb1374ef2f30cf874b73af3d985346fccd4d3ddae9a5312ef28 WHIRLPOOL ea254765c1f80cb4ef3374e971ba70b5e4a5281bcf72bcbf440a5a988afa2bb1e6a65626bde362868b575de2f02eeae8a22d3122caf5292d7e8e92ed5409b78b
|
||||
DIST gnome-shell-frippery-0.5.1.tgz 93114 SHA256 b67862585332bcf8d06fd493d0dcf43e14d0ac30047ae4460e6870f2e0e674c4 SHA512 a33464503c52f868d8f9b41245cf0b76c848c25377146f546ae270c8116e251f72d2307ad6f82c1f75411aed9dc6b76286cb454de2b50b06a4b24a1fb55c5bf3 WHIRLPOOL 104d424de4f1c1314a88a2564a3a2be24cdd59f86e75225f749da02939ffee00463390fd3a29b64a6737586fa25f57283f6c1711367b67e0426a401085d08082
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.9.ebuild,v 1.1 2012/09/12 03:44:43 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
|
||||
HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html"
|
||||
SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-admin/eselect-gnome-shell-extensions
|
||||
>=dev-libs/gjs-1.29
|
||||
dev-libs/gobject-introspection
|
||||
gnome-base/gnome-menus:3[introspection]
|
||||
=gnome-base/gnome-shell-3.2*
|
||||
media-libs/clutter:1.0[introspection]
|
||||
x11-libs/pango[introspection]"
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/.local/share/gnome-shell"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/gnome-shell/extensions
|
||||
doins -r extensions/*@*
|
||||
dodoc gnome-shell-frippery/{CHANGELOG,README}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ebegin "Updating list of installed extensions"
|
||||
eselect gnome-shell-extensions update
|
||||
eend $?
|
||||
}
|
|
@ -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/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild,v 1.1 2012/09/12 03:44:43 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild,v 1.2 2013/01/22 08:25:54 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -8,7 +8,7 @@ DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME
|
|||
HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html"
|
||||
SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# 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/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.3 2012/09/12 03:44:43 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.5.1.ebuild,v 1.1 2013/01/22 08:25:54 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
|
||||
HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html"
|
||||
SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
@ -17,7 +17,7 @@ RDEPEND="app-admin/eselect-gnome-shell-extensions
|
|||
>=dev-libs/gjs-1.29
|
||||
dev-libs/gobject-introspection
|
||||
gnome-base/gnome-menus:3[introspection]
|
||||
=gnome-base/gnome-shell-3.2*
|
||||
>=gnome-base/gnome-shell-3.6
|
||||
media-libs/clutter:1.0[introspection]
|
||||
x11-libs/pango[introspection]"
|
||||
DEPEND=""
|
|
@ -2,4 +2,5 @@ DIST gtkhtml-3.32.2.tar.bz2 1217025 SHA256 8746053cf709e1de37c7ac775ab1364ddda4b
|
|||
DIST gtkhtml-4.4.3.tar.xz 1038092 SHA256 da1f593dafcb202dbed0e99bc14ef20bfd5c54ec0d966912feeb7ba7864418aa SHA512 1ae179f3339247afbfa1f5fc5bf2e75d287141d3e04761282a4a961e6580f4243db33e8c5a50ae2c56cd27253eae48a05fc6db46ec7e118950ead4475ec46052 WHIRLPOOL c2ee5d84e7bdd46523f1411edba1ea095ac5376ee96e32b712b8a6ed72f26b9ebd4635227881148c5ef24004dea3c21251556e133a2201ab64bc645d62a9b6dd
|
||||
DIST gtkhtml-4.4.4.tar.xz 1038460 SHA256 737536d03c05d70e30f9b7aa45b4b810f7255dad2a9f0d4e16936a2e4852c7c9 SHA512 00ff8b886c47f51d63737338b9d06ec603a544a491129e46aed0711e9c181409aa8e0057c7dcbeb015c3c6c032d2b9eb34177b2f8997235ffc41ceb5ddf35ddf WHIRLPOOL 65d38adc67b9361df73ecdbcd6b060d638b5d027c894b7e0597914e44b57c2cd8cf327a31d6b584443e470561909c086d15c1cfe933586eae076cc7060ab6ab6
|
||||
DIST gtkhtml-4.6.1.tar.xz 1040140 SHA256 36670a268f3fd437ddb8c4e7f127d6fb0c09a6fe23a431bede0fc3213c75db98 SHA512 028e1dc98fafda1605b6c772d5ed9ecc4ca8ef681f62b02e4f993811740fda204301725303ee65bc54c083d20cf70eb738d7cf383e59a0ad93245b9f7595a926 WHIRLPOOL 36b91b8c39df23e37686c1b659d66cef53a9c4eddd5d0e3c239ac9e8ab49e6a8dad80b7616fece4ff7c53c40edf87c17a477cbdb9ad17ef68832c8b65e323845
|
||||
DIST gtkhtml-4.6.2.tar.xz 1040256 SHA256 d0578892a5755f3ab661f0312d1a1376f4926afe72e65d83b6890011bc1f9fd7 SHA512 36d171753995426a1b49614287f67faaffe32769c11e871057d0b47e80399e529d70f06dc6d1cbd7e29a803eb208fead072cf50b95652fd84830aaef655e15c7 WHIRLPOOL a2f7bb0c0fd706f218afe242f0cdb815f9c2e67ea2a6178ef8830aa74bb9d616ef1815cf777db44dce7c11d128e4d0ff82a6245b025b91a03c4230836c23ff2f
|
||||
DIST libgtkhtml-2.11.1.tar.bz2 597923 SHA256 3ca77a0d0f15e94fb654097c2f78cf928194d4c4bf64ff7b2ba408d29c924a57 SHA512 8eb887ba2430b3c18eb585569fc2f60645ba767b3d246b582404de53e4113db8e625b085de06d8433df77162e0b28ca83ed996e2ad7a16c7a80a0c9eee3b9fa7 WHIRLPOOL e18c6988dcfc3cc2defd5a2fffac7ec4dd4a68694fa959fa798ed4fe8947f70bdc537e148f571a93bff24d42d7ed0fb8816ffb0dab5585a74b0c6ec0b1a987a2
|
||||
|
|
51
gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild
Normal file
51
gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild
Normal file
|
@ -0,0 +1,51 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild,v 1.1 2013/01/22 08:43:07 tetromino Exp $
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
|
||||
HOMEPAGE="http://projects.gnome.org/evolution/"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="4.0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
# orbit is referenced in configure, but is not used anywhere else
|
||||
RDEPEND=">=x11-libs/gtk+-3.0.2:3
|
||||
>=x11-libs/cairo-1.10:=
|
||||
x11-libs/pango
|
||||
>=x11-themes/gnome-icon-theme-2.22.0
|
||||
>=app-text/enchant-1.1.7:=
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
>=app-text/iso-codes-0.49
|
||||
>=net-libs/libsoup-2.26.0:2.4"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-proto/xproto
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.40.0
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
ELTCONF="--reverse-deps"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static"
|
||||
|
||||
# Regenerate marshallers for <glib-2.31 compatibility
|
||||
rm -v components/editor/gtkhtml-spell-marshal.{c,h} \
|
||||
components/editor/gtkhtml-editor-marshal.{c,h} || die
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
|
||||
elog "The gtkhtml-editor-test utility is now called gtkhtml-editor-test-${SLOT}"
|
||||
# Don't collide with 3.14 slot
|
||||
mv "${ED}"/usr/bin/gtkhtml-editor-test{,-${SLOT}} || die
|
||||
}
|
22
mail-filter/opendkim/files/opendkim-unbreak_upgrade.patch
Normal file
22
mail-filter/opendkim/files/opendkim-unbreak_upgrade.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- configure.ac 2013-01-22 07:59:36.312240111 +0000
|
||||
+++ configure.ac 2013-01-22 07:59:23.694397856 +0000
|
||||
@@ -240,11 +240,14 @@
|
||||
# we need to include <strl.h> if:
|
||||
# (a) strlcat and strlcpy weren't found, since we'll be rolling our own; OR
|
||||
# (b) an installed strl.h was found and no installed bsd/string.h was found
|
||||
-if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \) -a x"$bsdstrl_h_found" = x"no"
|
||||
-then
|
||||
- AC_DEFINE([USE_STRL_H], 1,
|
||||
- [Define to 1 if you need to include <strl.h> to get the `strlcat()' and `strlcpy()' functions.])
|
||||
-fi
|
||||
+
|
||||
+# Gentoo specific: Don't include strl.h - breaks upgrading from
|
||||
+# <=mail-filter/opendkim-2.7.2. We link against libbsd always.
|
||||
+#if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \) -a x"$bsdstrl_h_found" = x"no"
|
||||
+#then
|
||||
+# AC_DEFINE([USE_STRL_H], 1,
|
||||
+# [Define to 1 if you need to include <strl.h> to get the `strlcat()' and `strlcpy()' functions.])
|
||||
+#fi
|
||||
|
||||
if test x"$bsdstrl_h_found" = x"yes"
|
||||
then
|
192
mail-filter/opendkim/opendkim-2.7.4-r1.ebuild
Normal file
192
mail-filter/opendkim/opendkim-2.7.4-r1.ebuild
Normal file
|
@ -0,0 +1,192 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.7.4-r1.ebuild,v 1.1 2013/01/22 08:11:10 eras Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils db-use autotools user
|
||||
|
||||
# for betas
|
||||
#MY_P=${P/_b/.B}
|
||||
#S=${WORKDIR}/${PN}-2.0.0
|
||||
#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz"
|
||||
|
||||
DESCRIPTION="A milter-based application to provide DKIM signing and verification"
|
||||
HOMEPAGE="http://opendkim.org"
|
||||
SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
|
||||
|
||||
LICENSE="Sendmail-Open-Source BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+berkdb gnutls ldap lua opendbx poll sasl +ssl static-libs unbound"
|
||||
|
||||
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
|
||||
dev-libs/libbsd
|
||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||
berkdb? ( >=sys-libs/db-3.2 )
|
||||
opendbx? ( >=dev-db/opendbx-1.4.0 )
|
||||
lua? ( dev-lang/lua )
|
||||
ldap? ( net-nds/openldap )
|
||||
sasl? ( dev-libs/cyrus-sasl )
|
||||
unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
|
||||
!unbound? ( net-libs/ldns )
|
||||
gnutls? ( >=net-libs/gnutls-2.11.7 )"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
sys-process/psmisc"
|
||||
|
||||
REQUIRED_USE="sasl? ( ldap )"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup milter
|
||||
# mail-milter/spamass-milter creates milter user with this home directory
|
||||
# For consistency reasons, milter user must be created here with this home directory
|
||||
# even though this package doesn't need a home directory for this user (#280571)
|
||||
enewuser milter -1 -1 /var/lib/milter milter
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \
|
||||
-e 's:/var/db/opendkim:/var/lib/opendkim:g' \
|
||||
-e 's:/etc/mail:/etc/opendkim:g' \
|
||||
-e 's:mailnull:milter:g' \
|
||||
-e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \
|
||||
opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \
|
||||
stats/opendkim-reportstats || die
|
||||
|
||||
sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \
|
||||
|| die
|
||||
|
||||
# don't go over the sock length and fail
|
||||
sed -i -e '/^sock/s/t-sign-ss-macro-value-file.sock/t-s-s-m-v-f.sock/' \
|
||||
opendkim/tests/t-sign-ss-macro-value-file.lua || die
|
||||
|
||||
epatch "${FILESDIR}/${P}-bsd.patch"
|
||||
epatch "${FILESDIR}/${PN}-unbreak_upgrade.patch"
|
||||
epatch "${FILESDIR}/${P}-DisableCryptoInit.patch"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
if use berkdb ; then
|
||||
myconf=$(db_includedir)
|
||||
myconf="--with-db-incdir=${myconf#-I}"
|
||||
myconf+=" --enable-popauth"
|
||||
myconf+=" --enable-query_cache"
|
||||
myconf+=" --enable-stats"
|
||||
fi
|
||||
if use unbound; then
|
||||
myconf+=" --with-unbound"
|
||||
else
|
||||
myconf+=" --with-ldns"
|
||||
fi
|
||||
if use ldap; then
|
||||
myconf+=" $(use_with sasl)"
|
||||
fi
|
||||
econf \
|
||||
$(use_with berkdb db) \
|
||||
$(use_with opendbx odbx) \
|
||||
$(use_with lua) \
|
||||
$(use_enable lua rbl) \
|
||||
$(use_with ldap openldap) \
|
||||
$(use_enable poll) \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with gnutls) \
|
||||
${myconf} \
|
||||
--docdir=/usr/share/doc/${PF} \
|
||||
--htmldir=/usr/share/doc/${PF}/html \
|
||||
--enable-filter \
|
||||
--enable-adsp_lists \
|
||||
--enable-dkim_reputation \
|
||||
--enable-identity_header \
|
||||
--enable-rate_limit \
|
||||
--enable-redirect \
|
||||
--enable-resign \
|
||||
--enable-replace_rules \
|
||||
--enable-default_sender \
|
||||
--enable-sender_macro \
|
||||
--enable-vbr \
|
||||
--disable-rpath \
|
||||
--disable-live-testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
dosbin stats/opendkim-reportstats
|
||||
newinitd "${FILESDIR}/opendkim.init.r3" opendkim
|
||||
dodir /etc/opendkim /var/lib/opendkim
|
||||
fowners milter:milter /var/lib/opendkim
|
||||
|
||||
# default configuration
|
||||
if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then
|
||||
grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \
|
||||
> "${D}"/etc/opendkim/opendkim.conf
|
||||
if use unbound; then
|
||||
echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf
|
||||
fi
|
||||
echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf
|
||||
if use berkdb; then
|
||||
echo Statistics /var/lib/opendkim/stats.dat >> \
|
||||
"${D}"/etc/opendkim/opendkim.conf
|
||||
fi
|
||||
fi
|
||||
|
||||
use static-libs || find "${D}" -name "*.la" -delete
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "If you want to sign your mail messages and need some help"
|
||||
elog "please run:"
|
||||
elog " emerge --config ${CATEGORY}/${PN}"
|
||||
elog "It will help you create your key and give you hints on how"
|
||||
elog "to configure your DNS and MTA."
|
||||
|
||||
ewarn "Make sure your MTA has r/w access to the socket file."
|
||||
ewarn "This can be done either by setting UMask to 002 and adding MTA's user"
|
||||
ewarn "to milter group or you can simply set UMask to 000."
|
||||
}
|
||||
|
||||
pkg_config() {
|
||||
local selector keysize pubkey
|
||||
|
||||
read -p "Enter the selector name (default ${HOSTNAME}): " selector
|
||||
[[ -n "${selector}" ]] || selector=${HOSTNAME}
|
||||
if [[ -z "${selector}" ]]; then
|
||||
eerror "Oddly enough, you don't have a HOSTNAME."
|
||||
return 1
|
||||
fi
|
||||
if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then
|
||||
ewarn "The private key for this selector already exists."
|
||||
else
|
||||
keysize=1024
|
||||
# generate the private and public keys
|
||||
opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \
|
||||
-s ${selector} -d '(your domain)' && \
|
||||
chown milter:milter \
|
||||
"${ROOT}"etc/opendkim/"${selector}".private || \
|
||||
{ eerror "Failed to create private and public keys." ; return 1; }
|
||||
chmod go-r "${ROOT}"etc/opendkim/"${selector}".private
|
||||
fi
|
||||
|
||||
# opendkim selector configuration
|
||||
echo
|
||||
einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:"
|
||||
einfo " Keyfile /etc/opendkim/${selector}.private"
|
||||
einfo " Selector ${selector}"
|
||||
|
||||
# MTA configuration
|
||||
echo
|
||||
einfo "If you are using Postfix, add following lines to your main.cf:"
|
||||
einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock"
|
||||
einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock"
|
||||
einfo " and read http://www.postfix.org/MILTER_README.html"
|
||||
|
||||
# DNS configuration
|
||||
einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:"
|
||||
cat "${ROOT}"etc/opendkim/${selector}.txt
|
||||
einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:"
|
||||
einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text"
|
||||
einfo
|
||||
einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617"
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
DIST shared-color-profiles-0.1.4.tar.gz 18645912 SHA256 276cd68ee2f3ee0c3c8de3e3691555dd849808fd12802dda70ff8d0814d22482
|
||||
DIST shared-color-profiles-0.1.4.tar.gz 18645912 SHA256 276cd68ee2f3ee0c3c8de3e3691555dd849808fd12802dda70ff8d0814d22482 SHA512 4d6e037f62b4fecb5b55a30c9c809646621bb12b20c908269eaec744bb33ac80d10ec14e816c8169fcda214dd66297ed26b19b6f2dc4aeb5e9c1bb2b2451682c WHIRLPOOL 8d1efd01e1ed21b19499b5f8e608e4aa56f65919bbfe76f15f2b22c68fead632da7dfcd8ae7916670ce2492f66909d8623ced5da290a23abbe59022ae75ffc0e
|
||||
DIST shared-color-profiles-0.1.5.tar.gz 18649829 SHA256 6edc31d5b9e89469fe9aaf4b2edef46631224957f3ef6a18d6b2582708584ed0 SHA512 6a54afc40b45a46ced3b9ab71c9bd83fc3ddd061a7a3c187fa14c326a361ec79feee8de1617354dfd42fac60222dd6b6800793eb9e487b68351bdd8eb384dfdc WHIRLPOOL 5b5588982bc9f7369eac0820b16f52d686b0b96637b36d2fbcf3f7181edf8b03a3b74fbdc8411d2ecf7199b10a2d8c6fa09b88e2bc7786501f603435c899f2d1
|
||||
|
|
|
@ -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/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.10 2012/03/08 23:02:46 ranger Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.11 2013/01/22 07:24:29 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -13,7 +13,7 @@ SLOT="0"
|
|||
KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="!>=x11-misc/colord-0.1.27"
|
||||
DEPEND=""
|
||||
|
||||
DOCS=(AUTHORS ChangeLog NEWS README)
|
||||
|
|
|
@ -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/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild,v 1.12 2013/01/20 17:09:23 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild,v 1.13 2013/01/22 07:24:29 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -13,7 +13,7 @@ SLOT="0"
|
|||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="!>=x11-misc/colord-0.1.27"
|
||||
DEPEND=""
|
||||
|
||||
DOCS=(AUTHORS ChangeLog NEWS README)
|
||||
|
|
12
media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff
Normal file
12
media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Use CXXFLAGS to built c++ components
|
||||
--- configure.ac.old 2013-01-22 09:20:31.000000000 +0100
|
||||
+++ configure.ac 2013-01-22 09:20:43.000000000 +0100
|
||||
@@ -87,7 +87,7 @@
|
||||
ACX_PTHREAD
|
||||
if test x"$acx_pthread_ok" = xyes; then
|
||||
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
||||
- CXXFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
||||
+ CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}"
|
||||
fi
|
||||
|
||||
AC_SYS_POSIX_TERMIOS()
|
|
@ -1,73 +0,0 @@
|
|||
# drop longrunning and unneeded search for python library
|
||||
--- macros/python.m4.orig 2010-03-12 07:11:49.000000000 +0100
|
||||
+++ macros/python.m4 2010-03-12 07:12:21.000000000 +0100
|
||||
@@ -56,21 +56,6 @@
|
||||
|
||||
if test "$cf_with_python_devel" != "no" ; then
|
||||
|
||||
- # Check for Python library path
|
||||
- AC_MSG_CHECKING([for Python library path])
|
||||
- python_path=`echo $PYTHON | sed "s,/bin.*$,,"`
|
||||
- for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/config/" "$python_path/lib/python/" "$python_path/" ; do
|
||||
- python_path=`find $i -type f -name libpython$PYTHON_VERSION.* -print | sed "1q"`
|
||||
- if test -n "$python_path" ; then
|
||||
- break
|
||||
- fi
|
||||
- done
|
||||
- python_path=`echo $python_path | sed "s,/libpython.*$,,"`
|
||||
- AC_MSG_RESULT([$python_path])
|
||||
- if test -z "$python_path" ; then
|
||||
- AC_MSG_WARN([cannot find Python library path])
|
||||
- fi
|
||||
- AC_SUBST([PYTHON_LDFLAGS],["-L$python_path -lpython$PYTHON_VERSION"])
|
||||
#
|
||||
python_site=`echo $python_path | sed "s/config/site-packages/"`
|
||||
AC_SUBST([PYTHON_SITE_PKG],[$python_site])
|
||||
Index: bindings/Makefile.am
|
||||
# fix tcl and python install path
|
||||
===================================================================
|
||||
--- bindings/Makefile.am (revision 2854)
|
||||
+++ bindings/Makefile.am (working copy)
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
tcl_ltlib = hamlibtcl.la
|
||||
|
||||
-tcldir = $(prefix)/lib/tcl
|
||||
+tcldir = @tclpackagedir@/hamlib
|
||||
|
||||
PKG_VER=1.0
|
||||
DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
python_ltlib = _Hamlib.la
|
||||
|
||||
-pythondir = $(prefix)/lib/python
|
||||
+pythondir = @pythondir@
|
||||
|
||||
nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
|
||||
_Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
@@ -131,8 +131,8 @@
|
||||
uninstall-py:
|
||||
|
||||
##########################################
|
||||
-
|
||||
-lib_LTLIBRARIES = $(tcl_ltlib) $(python_ltlib)
|
||||
+_Hamlib_la_LTLIBRARIES = $(python_ltlib)
|
||||
+lib_LTLIBRARIES = $(tcl_ltlib)
|
||||
# lib_LTLIBRARIES = @BINDING_LIB_TARGETS@
|
||||
|
||||
all-local: @BINDING_ALL@
|
||||
Index: configure.ac
|
||||
# add macro to determine path to tcl packages
|
||||
===================================================================
|
||||
--- configure.ac (revision 2854)
|
||||
+++ configure.ac (working copy)
|
||||
@@ -330,6 +330,8 @@
|
||||
AC_SUBST(TCL_LIB_SPEC)
|
||||
AC_SUBST(TCL_INCLUDE_SPEC)
|
||||
AC_SUBST(TCL_SHLIB_SUFFIX)
|
||||
+tclpackagedir=`echo $TCL_PACKAGE_PATH | cut -d ' ' -f 1 | sed "s,$TCL_PREFIX,\\${prefix},"`
|
||||
+AC_SUBST(tclpackagedir)
|
||||
|
||||
# TODO: require "${ac_cv_header_sys_socket_h}" = "no"
|
||||
|
|
@ -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/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.3 2013/01/20 21:48:22 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.4 2013/01/22 08:39:13 tomjbe Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="python? 2"
|
||||
|
@ -50,6 +50,9 @@ src_prepare() {
|
|||
# fix tcl lib path
|
||||
epatch "${FILESDIR}"/${PN}-1.2.11-bindings.diff
|
||||
|
||||
# use CXXFLAGS for building c++ components (bug #453240)
|
||||
epatch "${FILESDIR}"/${P}-configure.diff
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST libextractor-0.6.3.tar.gz 1381932 SHA256 0c3afd11b77eed90d59210a947bc609b9c8adffaf656c5c665a982aa665ab5ba SHA512 0f2d5bbf6c089ae984adaae341e0c6ccf90d19dbe888edd33fdb403ad203553225ee379e80661a1e7ebde8525bb864ce88e6878d30710778f49712c4523b43c6 WHIRLPOOL e25c8cddb12c2e80127fbdfea2d2147c5226b180389666b7c4257b58d6bede6f8fcf6be75cd67c671fb87048b4f9340eefc1c40ad487b460f300af8db1cb3d52
|
||||
DIST libextractor-1.0.1.tar.gz 7894265 SHA256 3251cbb4324defee1e641de44afb11156b13d676e27e01e031c6e06d904e1ece SHA512 616db2880cfc3b8974107b24346472e5650c5ce4b7580c4b78bcbff41bb1eea313a732891d1eced74a7d90518be7da481859dff98365212cd728d0d19447619c WHIRLPOOL c83561506e3f98f5b212bea23bce44ed42287fde03dbcf2ab2f5cec4ff37a1dba2fc9a2cf1beb984e96518b12ae5ac4561a2acc3b949acb9307bd26eda9006d5
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.6.3-r1.ebuild,v 1.8 2012/10/14 19:01:13 armin76 Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="A library used to extract metadata from files of arbitrary type"
|
||||
HOMEPAGE="http://www.gnu.org/software/libextractor/"
|
||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="ffmpeg gsf gtk pdf qt4" # test
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="app-arch/bzip2
|
||||
app-text/iso-codes
|
||||
>=dev-libs/glib-2
|
||||
media-gfx/exiv2
|
||||
media-libs/flac
|
||||
media-libs/libmpeg2
|
||||
media-libs/libogg
|
||||
media-libs/libvorbis
|
||||
>=sys-devel/libtool-2.2.6b
|
||||
sys-libs/zlib
|
||||
virtual/libintl
|
||||
ffmpeg? ( >=virtual/ffmpeg-0.10 )
|
||||
gsf? ( >=gnome-extra/libgsf-1.14.21 )
|
||||
gtk? ( x11-libs/gtk+:2 )
|
||||
pdf? ( app-text/poppler[cairo] )
|
||||
qt4? (
|
||||
x11-libs/qt-gui:4
|
||||
x11-libs/qt-svg:4
|
||||
)
|
||||
!app-crypt/pkcrack
|
||||
!sci-biology/glimmer
|
||||
!sci-chemistry/pdb-extract"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
# test? ( app-forensics/zzuf )
|
||||
|
||||
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e 's:CODEC_TYPE_VIDEO:AVMEDIA_TYPE_VIDEO:' \
|
||||
src/plugins/thumbnailffmpeg_extractor.c || die
|
||||
|
||||
# Missing AC_ARG_ENABLE wrt #415447
|
||||
use gtk || { sed -i -e '/min_gtk_version=/s:=.*:=9999:' configure || die; }
|
||||
|
||||
# m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs:
|
||||
sed -i -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
use pdf && append-cppflags "$($(tc-getPKG_CONFIG) --cflags-only-I poppler)"
|
||||
|
||||
if use qt4; then
|
||||
append-cppflags "$($(tc-getPKG_CONFIG) --cflags-only-I QtGui QtSvg)"
|
||||
append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-L QtGui QtSvg)"
|
||||
else
|
||||
myconf="--without-qt"
|
||||
fi
|
||||
|
||||
# Missing AC_ARG_ENABLE wrt #415447. Both because of private _ZTI9MemStream.
|
||||
local opt
|
||||
for opt in ac_cv_header_poppler_goo_gmem_h ac_cv_lib_poppler__ZTI9MemStream; do
|
||||
export ${opt}=$(usex pdf)
|
||||
done
|
||||
|
||||
econf \
|
||||
--enable-glib \
|
||||
$(use_enable gsf) \
|
||||
--disable-gnome \
|
||||
$(use_enable ffmpeg) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} +
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
--- docs/CMakeLists.txt.orig 2013-01-22 08:58:12.426195213 +0400
|
||||
+++ docs/CMakeLists.txt 2013-01-22 08:58:25.201194476 +0400
|
||||
@@ -1,62 +1,3 @@
|
||||
-
|
||||
-###############################################################################
|
||||
-### External Doc Apps ###
|
||||
-
|
||||
-# setuptools
|
||||
-set(SETUPTOOLS_VERSION 0.6c11)
|
||||
-ExternalProject_Add(setuptools
|
||||
- URL ${CMAKE_SOURCE_DIR}/ext/setuptools-${SETUPTOOLS_VERSION}.tar.gz
|
||||
- BUILD_IN_SOURCE 1
|
||||
- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH}
|
||||
- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build
|
||||
- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT}
|
||||
-)
|
||||
-
|
||||
-# docutils
|
||||
-set(DOCUTILS_VERSION 0.7)
|
||||
-ExternalProject_Add(docutils
|
||||
- DEPENDS setuptools
|
||||
- URL ${CMAKE_SOURCE_DIR}/ext/docutils-${DOCUTILS_VERSION}.tar.gz
|
||||
- BUILD_IN_SOURCE 1
|
||||
- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH}
|
||||
- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build
|
||||
- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT}
|
||||
-)
|
||||
-
|
||||
-# jinja2
|
||||
-set(JINJA2_VERSION 2.5.5)
|
||||
-ExternalProject_Add(Jinja2
|
||||
- DEPENDS setuptools
|
||||
- URL ${CMAKE_SOURCE_DIR}/ext/Jinja2-${JINJA2_VERSION}.tar.gz
|
||||
- BUILD_IN_SOURCE 1
|
||||
- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH}
|
||||
- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build
|
||||
- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT}
|
||||
-)
|
||||
-
|
||||
-# Pygments
|
||||
-set(PYGMENTS_VERSION 1.3.1)
|
||||
-ExternalProject_Add(Pygments
|
||||
- DEPENDS setuptools
|
||||
- URL ${CMAKE_SOURCE_DIR}/ext/Pygments-${PYGMENTS_VERSION}.tar.gz
|
||||
- BUILD_IN_SOURCE 1
|
||||
- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH}
|
||||
- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build
|
||||
- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT}
|
||||
-)
|
||||
-
|
||||
-# sphinx
|
||||
-set(SPHINX_VERSION f52b631f501a) # 1.1pre
|
||||
-ExternalProject_Add(Sphinx
|
||||
- DEPENDS setuptools docutils Jinja2 Pygments
|
||||
- URL ${CMAKE_SOURCE_DIR}/ext/sphinx-${SPHINX_VERSION}.tar.gz
|
||||
- PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/ext/sphinx-${SPHINX_VERSION}.patch
|
||||
- BUILD_IN_SOURCE 1
|
||||
- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH}
|
||||
- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build
|
||||
- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} --install-scripts=${EXTDIST_ROOT}/bin
|
||||
-)
|
||||
-
|
||||
###############################################################################
|
||||
### Create Doc Targets ###
|
||||
|
|
@ -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/media-libs/opencolorio/opencolorio-1.0.8.ebuild,v 1.1 2013/01/16 05:47:02 pinkbyte Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/opencolorio/opencolorio-1.0.8.ebuild,v 1.2 2013/01/22 05:11:08 pinkbyte Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
@ -41,7 +41,10 @@ REQUIRED_USE="doc? ( python )"
|
|||
# Restricting tests, bugs #439790 and #447908
|
||||
RESTRICT="test"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-documentation-gen.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-documentation-gen.patch"
|
||||
"${FILESDIR}/${P}-remove-external-doc-utilities.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
if use python; then
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 22 Jan 2013 04:36:51 +0000
|
||||
Tue, 22 Jan 2013 10:06:52 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 22 Jan 2013 04:36:51 +0000
|
||||
Tue, 22 Jan 2013 10:06:52 +0000
|
||||
|
|
|
@ -6,5 +6,5 @@ HOMEPAGE=http://cdw.sourceforge.net
|
|||
LICENSE=GPL-2
|
||||
RDEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode]
|
||||
SLOT=0
|
||||
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=4212cb4692c154363a93242832086b1e
|
||||
|
|
|
@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86
|
|||
LICENSE=GPL-2 public-domain freedist
|
||||
RDEPEND=cdb? ( dev-db/cdb ) !app-i18n/skk-jisyo-extra !app-i18n/skk-jisyo-cdb
|
||||
SLOT=0
|
||||
_eclasses_=cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=1fe9497dcc004dfce0f91306de10b43c
|
||||
|
|
13
metadata/md5-cache/app-misc/anki-2.0.5
Normal file
13
metadata/md5-cache/app-misc/anki-2.0.5
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile configure install preinst prepare setup
|
||||
DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] )
|
||||
DESCRIPTION=A spaced-repetition memory training program (flash cards)
|
||||
EAPI=4
|
||||
HOMEPAGE=http://ichi2.net/anki/
|
||||
IUSE=latex +recording +sound
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/PyQt4[X,svg,webkit] >=dev-python/httplib2-0.7.4 dev-python/beautifulsoup:python-2 recording? ( media-sound/lame >=dev-python/pyaudio-0.2.4 ) sound? ( media-video/mplayer ) latex? ( app-text/texlive app-text/dvipng ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] )
|
||||
SLOT=0
|
||||
SRC_URI=http://ankisrs.net/download/mirror/anki-2.0.5.tgz
|
||||
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=ef79ef961d9d17e7742fcbdeb3dc7d3e
|
|
@ -1,13 +0,0 @@
|
|||
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
||||
DESCRIPTION=Desktop publishing (DTP) and layout program
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.scribus.net/
|
||||
IUSE=cairo debug examples hunspell +minimal +pdf spell templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7
|
||||
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) app-text/ghostscript-gpl
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/scribus/1.4.2/scribus-1.4.2.tar.xz
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 bb9df2bab825ac40550d15fb740159d4 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=9bdd09b419cadde9449bc0250105176b
|
13
metadata/md5-cache/app-office/scribus-1.4.2-r1
Normal file
13
metadata/md5-cache/app-office/scribus-1.4.2-r1
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-python/imaging[tk,python_targets_python2_6?,python_targets_python2_7?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) cups? ( net-print/cups ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) virtual/pkgconfig >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
||||
DESCRIPTION=Desktop publishing (DTP) and layout program
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.scribus.net/
|
||||
IUSE=aspell cairo +cups debug examples hunspell +minimal +pdf templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7
|
||||
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/imaging[tk,python_targets_python2_6?,python_targets_python2_7?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) cups? ( net-print/cups ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) app-text/ghostscript-gpl
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/scribus/1.4.2/scribus-1.4.2.tar.xz
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 bb9df2bab825ac40550d15fb740159d4 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=e2d279dc31c0472e1dcf679264c11a8b
|
|
@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~x86
|
|||
LICENSE=public-domain
|
||||
RDEPEND=app-portage/eix app-portage/gentoolkit sys-apps/portage
|
||||
SLOT=0
|
||||
SRC_URI=mirror://github/jdhore/epkg/epkg-0.1.tar.gz
|
||||
_md5_=6e0a51c48b223dce3e78d0eb78869334
|
||||
SRC_URI=https://github.com/jdhore/epkg/archive/epkg-0.3.tar.gz
|
||||
_md5_=d290a1dff6162c050f1b0919cdc0f213
|
|
@ -5,5 +5,5 @@ EAPI=4
|
|||
HOMEPAGE=http://mirbsd.de/mksh
|
||||
LICENSE=BSD
|
||||
SLOT=0
|
||||
_eclasses_=cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=a69a474d273dd7562406728799fb3a27
|
||||
|
|
|
@ -7,5 +7,5 @@ IUSE=memcached pam ssl static-libs
|
|||
LICENSE=BSD
|
||||
RDEPEND=dev-db/postgresql-base memcached? ( dev-libs/libmemcached ) pam? ( sys-auth/pambase ) ssl? ( dev-libs/openssl )
|
||||
SLOT=0
|
||||
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=cd51f1ea063d30beb27d289e6bc00be7
|
||||
|
|
12
metadata/md5-cache/dev-python/argh-0.22.0
Normal file
12
metadata/md5-cache/dev-python/argh-0.22.0
Normal file
|
@ -0,0 +1,12 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare setup
|
||||
DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
DESCRIPTION=A simple argparse wrapper.
|
||||
EAPI=4
|
||||
HOMEPAGE=http://packages.python.org/argh/
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=LGPL-3
|
||||
RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/argh/argh-0.22.0.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=39afe6d2d683577a7dd246a2756f72f2
|
13
metadata/md5-cache/dev-python/celery-3.0.13
Normal file
13
metadata/md5-cache/dev-python/celery-3.0.13
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare setup test
|
||||
DEPEND=>=dev-python/kombu-2.4.7 <dev-python/kombu-3.0 sql? ( dev-python/sqlalchemy ) dev-python/python-dateutil >=dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz test? ( dev-python/gevent >=dev-python/mock-0.7.0 virtual/python-unittest2 dev-python/pyopenssl dev-python/nose-cover3 dev-python/sqlalchemy dev-python/pymongo dev-python/redis-py dev-db/redis ) doc? ( dev-python/docutils dev-python/sphinx dev-python/jinja dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy ) dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) test? ( dev-python/nose )
|
||||
DESCRIPTION=Celery is an open source asynchronous task queue/job queue based on distributed message passing.
|
||||
EAPI=4
|
||||
HOMEPAGE=http://celeryproject.org/ http://pypi.python.org/pypi/celery
|
||||
IUSE=doc examples sql test test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/kombu-2.4.7 <dev-python/kombu-3.0 sql? ( dev-python/sqlalchemy ) dev-python/python-dateutil >=dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/celery/celery-3.0.13.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=6bc2df3415d5e25ba4acff907ed5a2fa
|
13
metadata/md5-cache/dev-python/colander-1.0_alpha1
Normal file
13
metadata/md5-cache/dev-python/colander-1.0_alpha1
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare setup test
|
||||
DEPEND=>=dev-python/translationstring-1.1 dev-python/setuptools doc? ( dev-python/sphinx ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose )
|
||||
DESCRIPTION=A simple schema-based serialization and deserialization library
|
||||
EAPI=4
|
||||
HOMEPAGE=http://docs.pylonsproject.org/projects/colander/en/latest/ http://pypi.python.org/pypi/colander
|
||||
IUSE=doc test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=repoze MIT
|
||||
RDEPEND=>=dev-python/translationstring-1.1 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/colander/colander-1.0a1.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
|
||||
_md5_=0a1722dafaad5e72f249f3ea7a47ec12
|
13
metadata/md5-cache/dev-python/deform-0.9.6
Normal file
13
metadata/md5-cache/dev-python/deform-0.9.6
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare test
|
||||
DEPEND=>=dev-python/translationstring-1.1 >=dev-python/colander-1.0_alpha1 >=dev-python/peppercorn-0.4 >=dev-python/chameleon-1.2.3 test? ( dev-python/beautifulsoup:4 ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
DESCRIPTION=Another form generation library
|
||||
EAPI=3
|
||||
HOMEPAGE=http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=repoze
|
||||
RDEPEND=>=dev-python/translationstring-1.1 >=dev-python/colander-1.0_alpha1 >=dev-python/peppercorn-0.4 >=dev-python/chameleon-1.2.3 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/d/deform/deform-0.9.6.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
|
||||
_md5_=ebcb2e15d62cd63646bd733baf2f4425
|
13
metadata/md5-cache/dev-python/fabric-1.5.2
Normal file
13
metadata/md5-cache/dev-python/fabric-1.5.2
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare setup test
|
||||
DEPEND=dev-python/paramiko dev-python/setuptools doc? ( dev-python/sphinx ) test? ( <dev-python/fudge-1.0 ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) test? ( dev-python/nose )
|
||||
DESCRIPTION=Fabric is a simple, Pythonic tool for remote execution and deployment.
|
||||
EAPI=4
|
||||
HOMEPAGE=http://fabfile.org http://pypi.python.org/pypi/Fabric
|
||||
IUSE=doc test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/paramiko || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/F/Fabric/Fabric-1.5.2.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
|
||||
_md5_=7b0b39a7e7e87d16773d39375f7b5edf
|
13
metadata/md5-cache/dev-python/kiwi-1.9.36.2
Normal file
13
metadata/md5-cache/dev-python/kiwi-1.9.36.2
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare setup test
|
||||
DEPEND=dev-python/pygtk test? ( dev-python/pep8 dev-python/pyflakes dev-python/twisted ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
DESCRIPTION=Kiwi is a pure Python framework and set of enhanced PyGTK widgets
|
||||
EAPI=4
|
||||
HOMEPAGE=http://www.async.com.br/projects/kiwi/ https://launchpad.net/kiwi http://pypi.python.org/pypi/kiwi-gtk
|
||||
IUSE=examples test test
|
||||
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=dev-python/pygtk || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/k/kiwi-gtk/kiwi-gtk-1.9.36.2.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
|
||||
_md5_=281353acfb1d6ca513269e9b279121e1
|
13
metadata/md5-cache/dev-python/oct2py-0.4.0
Normal file
13
metadata/md5-cache/dev-python/oct2py-0.4.0
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=sci-libs/scipy sci-mathematics/octave doc? ( dev-python/sphinx ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) dev-python/python-exec[python_targets_python2_7?,python_targets_python3_2?,-python_single_target_python2_7(-),-python_single_target_python3_2(-)]
|
||||
DESCRIPTION=Python to GNU Octave bridge
|
||||
EAPI=5
|
||||
HOMEPAGE=http://pypi.python.org/pypi/oct2py
|
||||
IUSE=doc examples python_targets_python2_7 python_targets_python3_2
|
||||
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=sci-libs/scipy sci-mathematics/octave python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) dev-python/python-exec[python_targets_python2_7?,python_targets_python3_2?,-python_single_target_python2_7(-),-python_single_target_python3_2(-)]
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/o/oct2py/oct2py-0.4.0.tar.gz
|
||||
_eclasses_=distutils-r1 b6a0d7766235d557ec7276be7d3170ce eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 06fa5dea4f9ae8b978216b9da6620558 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=3194549ad02fe4eeb5cd6218f83075e9
|
13
metadata/md5-cache/dev-python/pep8-1.4.1
Normal file
13
metadata/md5-cache/dev-python/pep8-1.4.1
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
|
||||
DESCRIPTION=Python style guide checker
|
||||
EAPI=5
|
||||
HOMEPAGE=http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8
|
||||
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3
|
||||
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/p/pep8/pep8-1.4.1.tar.gz
|
||||
_eclasses_=distutils-r1 b6a0d7766235d557ec7276be7d3170ce eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 06fa5dea4f9ae8b978216b9da6620558 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=20b556e4f9bfdaf4ef8cf81117627bc9
|
13
metadata/md5-cache/dev-python/pyconstruct-2.5.0
Normal file
13
metadata/md5-cache/dev-python/pyconstruct-2.5.0
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare
|
||||
DEPEND=dev-python/setuptools doc? ( dev-python/sphinx ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
DESCRIPTION=A powerful declarative parser for binary data
|
||||
EAPI=3
|
||||
HOMEPAGE=http://construct.wikispaces.com/ http://pypi.python.org/pypi/construct
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=public-domain
|
||||
RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/construct/construct-2.5.0.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
|
||||
_md5_=81c6639182a6d6f731b5226cec7df7ca
|
12
metadata/md5-cache/dev-python/python-prctl-1.4.0
Normal file
12
metadata/md5-cache/dev-python/python-prctl-1.4.0
Normal file
|
@ -0,0 +1,12 @@
|
|||
DEFINED_PHASES=compile install postinst postrm prepare unpack
|
||||
DEPEND=sys-libs/libcap || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
DESCRIPTION=Control process attributes through prctl
|
||||
EAPI=3
|
||||
HOMEPAGE=http://github.com/seveas/python-prctl
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=sys-libs/libcap || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
SLOT=0
|
||||
SRC_URI=http://github.com/seveas/python-prctl/tarball/v1.4.0 -> python-prctl-1.4.0.tar.gz
|
||||
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
|
||||
_md5_=d99f39a6641e1b30a88e46ea7e9dafb0
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue