diff --git a/app-crypt/af_alg/Manifest b/app-crypt/af_alg/Manifest index c9d64bd2c759..da2c017ffb21 100644 --- a/app-crypt/af_alg/Manifest +++ b/app-crypt/af_alg/Manifest @@ -1 +1 @@ -DIST af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz 5362 SHA256 fa2dd5ea52819ac63ce1cd4cd043f8ee451f6b5ec54549cff352405b442e087f SHA512 3be17b425fdafee8338d73410e39921e5f019498df2b99477eac6205afc2182ae7758d4c1dee284fab929378810f1fed421f2c4b6df31ea7aa574f2c8e860378 WHIRLPOOL 1ff1d968113bb14c568b21763d3e8d998e8f8311645a2866a41c04cb68364694aa5b6fdc815acac9d9161e81ad27b051e0a640cfb50ca5cc6525b7f3cccab605 +DIST af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz 5362 SHA256 5fd78ccf5f815ac89d55bf53db6a41a720100325e2ecb7dd7c2b459d30bee88d SHA512 c897a64ce12c5ecbdf8147a8776b646b9fed7d012cbc913e1f047eff4dd81fe1783733d64e711ab3702923b57055e4ca923cdf4f90bef6a4868f803be11239ca WHIRLPOOL 53c1972c01833f7a4151f1613095a53a5fe46ed162296c2a082b1c647e038c1367c70a3dfdb4399e3ce2244d7b3a544614805e0f40a69b63ae2cb996d7dd3d61 diff --git a/app-crypt/asekey/Manifest b/app-crypt/asekey/Manifest index 40f031b4fe8f..4f8d7a57444c 100644 --- a/app-crypt/asekey/Manifest +++ b/app-crypt/asekey/Manifest @@ -1 +1 @@ -DIST asekey-3.4.tar.bz2 32692 SHA256 5cafd38433313a0b48160035f108e044adfe4aa8064e0852c8a51bcb7aaf9554 SHA512 712a89d837c86a318ab5e91df786164070c8e1f2fd952cd6800ddc820fbf65d8f952433eefc7916cf756ac2d8e7bef52d73637192ea4f36e774c07498e0c1dae WHIRLPOOL 91f7c60129d642af1e77161158f1578f3f499c18fb1a118ddb7d85a3b06842ac1d3eb1014ef83f368561fd228e0c5afece98515e299664b0dfc60c486211f58b +DIST asekey-3.7.tar.bz2 33304 SHA256 5561c54d0629489fcf689ebacc4f8bc3b6305b02ef5675a5d9669dc6669fd6e7 SHA512 29a01f8250d5fb26a4ba2aca562211cadf403c9e986f9fa6930faf477c374e13095c025b2917e6e837cbe8d83f3a3e023a527598b151ef1c704247c7e7c40647 WHIRLPOOL 3e38ef00b20abca33a980b0ffe05db9469945a574b3e71f9c4dbbea87a41857b9a0a69db748698ed368dcb5e34989c6b917b3c39c2e55f4a26e9923cafbc5149 diff --git a/app-crypt/asekey/asekey-3.4.ebuild b/app-crypt/asekey/asekey-3.4.ebuild deleted file mode 100644 index eca4b810b46a..000000000000 --- a/app-crypt/asekey/asekey-3.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.4.ebuild,v 1.3 2012/05/03 18:16:40 jdhore Exp $ - -DESCRIPTION="ASEKey USB SIM Card Reader" -HOMEPAGE="http://www.athena-scs.com" -SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" -RDEPEND=">=sys-apps/pcsc-lite-1.3.0 - =virtual/libusb-0*" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - local conf="/etc/reader.conf.d/${PN}.conf" - - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog README - - dodir "$(dirname "${conf}")" - insinto "$(dirname "${conf}")" - newins "etc/reader.conf" "$(basename "${conf}")" -} - -pkg_postinst() { - elog "NOTICE:" - elog "1. Run update-reader.conf, yes this is a command..." - elog "2. Restart pcscd" -} - -pkg_postrm() { - # - # Without this, pcscd will not start next time. - # - local conf="/etc/reader.conf.d/${PN}.conf" - if ! [[ -f "${conf}" && -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g' | head -n 1)" ]]; then - [[ -f "${conf}" ]] && rm "${conf}" - update-reader.conf - elog "NOTICE:" - elog "You need to restart pcscd" - fi -} diff --git a/app-crypt/asekey/asekey-3.7.ebuild b/app-crypt/asekey/asekey-3.7.ebuild new file mode 100644 index 000000000000..dc3032d62252 --- /dev/null +++ b/app-crypt/asekey/asekey-3.7.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.7.ebuild,v 1.1 2013/01/05 21:11:29 alonbl Exp $ + +EAPI="4" + +inherit eutils udev + +DESCRIPTION="ASEKey USB SIM Card Reader" +HOMEPAGE="http://www.athena-scs.com/" +SRC_URI="${HOMEPAGE}/docs/reader-drivers/${PN}-${PV/./-}-tar.bz2 -> ${P}.tar.bz2" +LICENSE="BSD LGPL-2.1" + +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-apps/pcsc-lite[udev]" +RDEPEND="${RDEPEND} + virtual/libusb:0" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}/${P}-bundle.patch" + sed -i -e 's/GROUP="pcscd"/ENV{PCSCD}="1"/' "92_pcscd_${PN}.rules" || die +} + +src_configure() { + econf --with-udev-rules-dir="$(udev_get_udevdir)/rules.d" +} + +src_install() { + default + dodoc ChangeLog README +} diff --git a/app-crypt/asekey/files/asekey-3.7-bundle.patch b/app-crypt/asekey/files/asekey-3.7-bundle.patch new file mode 100644 index 000000000000..fd233001718e --- /dev/null +++ b/app-crypt/asekey/files/asekey-3.7-bundle.patch @@ -0,0 +1,24 @@ +diff --git a/Info.plist b/Info.plist +index ed473da..9d59815 100644 +--- a/Info.plist ++++ b/Info.plist +@@ -14,6 +14,7 @@ + ASEKey + ASEKey + ++ CFBundleExecutable + + libASEKey.so + libASEKey.so +diff --git a/Makefile b/Makefile +index 285ceff..1b06fd1 100644 +--- a/Makefile ++++ b/Makefile +@@ -28,7 +28,6 @@ clean: + + install: all + install -c -d "${DRIVER_DIR}/Contents/${KERNEL_NAME}" +- install -c -m 0755 libASEKey.so "${DRIVER_DIR}" + install -c -m 0644 Info.plist "${DRIVER_DIR}/Contents/" + install -c -m 0755 libASEKey.so "${DRIVER_DIR}/Contents/${KERNEL_NAME}" + install -c -d "${UDEV_DIR}" diff --git a/app-crypt/ssh-multiadd/metadata.xml b/app-crypt/ssh-multiadd/metadata.xml index 44a8af7cc4d1..9bc3f636c3c4 100644 --- a/app-crypt/ssh-multiadd/metadata.xml +++ b/app-crypt/ssh-multiadd/metadata.xml @@ -2,7 +2,6 @@ python -proxy-maintainers idella4@gentoo.org Ian Delaney diff --git a/app-doc/root-docs/Manifest b/app-doc/root-docs/Manifest index eca1ca4c3278..ebf01d9f7df8 100644 --- a/app-doc/root-docs/Manifest +++ b/app-doc/root-docs/Manifest @@ -1,3 +1,3 @@ DIST root_v5.32.03.source.tar.gz 55529362 SHA256 575057c429625df69f0fa5c303287acefff185cda8cf8d1e9a6b2d21097d5ae6 SHA512 2e067eb9c6bbda5cf4df6973a3cf5307540247fb07c349f7ee74c0cf6a4abbb63f585a9ff67139cae985250fc5c5106b5ea03d7d9d2bcd20269e0ec8760ebd02 WHIRLPOOL 87dbf6f55f82001e07afc3b467e95f841f185f1f67d1dbd953f73e8aa9127ef8485db84100d6e9a08f0ae6aa5b45a565398eb6723145fff16c07e5158bb3e3ab DIST root_v5.32.04.source.tar.gz 55526502 SHA256 0c0130ba3d74b86caee3071deeceb46545cfde34def8ad2107601e133506acf2 SHA512 796d7f6fe92700232da3fcaac042438e13c13e504179a7375105b2ff06e1fac571ef4d59f270d73844b2a481b0762a873985d22eee2b1a0b156071b777d4417a WHIRLPOOL c5ce0f81331e08b3f79e97c894bff60185bba562388e789d3d1716d3523045a55c24e1cebded4ad19a09023c4b5275fd7d44acb726a1f248a9616ed95addd609 -DIST root_v5.34.03.source.tar.gz 56284551 SHA256 eb9df75a7f2032a85210a630e2f96ce2ecbf3051d895245048656fb171ef3f32 SHA512 186d8edc3759ed725f4c96080d30e9816ec68dcab488644055508055a738a23499366ff52a6255577a0b7a6ee6eb91097835b947d5afd40731fb7a64f1f3480e WHIRLPOOL edd8bf842c7938196956a9a71fb52e615220433eefaf68e128969e29bdb4b77c8190276968bb2565a94855264fee6843ec6f88148df0fdca12da2d54cba03772 +DIST root_v5.34.03.source.tar.gz 56290003 SHA256 4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a1 SHA512 522dbcb0ddcc3030f440939e8e5849e0b33ae4e4f7a0de3dd213404e8a9801954ef40a06ef9c206b62be8997d7eec2da72e1b0f1bbfd9fa99683961b99540e4b WHIRLPOOL 5f1bb9900b4a6238e51bc67be935f8a4cfa4455a0b4ef601e11f9235a17f918aa350169ae2eecbdb4f74af6badcd61a5bc3a4d16dce913e32277a458e55cc7ae diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest index ba6244dcc1bb..a4f46bcc2057 100644 --- a/app-editors/jupp/Manifest +++ b/app-editors/jupp/Manifest @@ -1 +1,2 @@ DIST joe-3.1jupp23.tgz 446234 SHA256 7f8b2e76ebb39544f5bbca2e4f7463f2afb685bc11f16603163acc3e8af0bae1 SHA512 df90b25013211407ab6476492c483d4707315629730b2bf891ad9d1b5dcd007eec1cc69872d8f2f08c7a1b4940a7284e5bd45d5839fbf9bd5878c96a9538b770 WHIRLPOOL f6fef8af3376017a3637dedfbcec0fef112e16f1a48aeef96ed35afeb8e7b983b393eaf598103e3139ad5b2c9592c61775f81425f2a109bc41d3ea99bdb1a7f3 +DIST joe-3.1jupp24.tgz 446572 SHA256 3bd25ad5c9364ce0ff33ec346ec34cbeff990e5d2be35960d68d79910f98cf55 SHA512 5f15e0339a087a947cb52e62ee4b12e1e101dd8459acfeb4a6eba6cb701149902c33df4a8903d6b96dc01264c4c7d2910be4a7ca37d54a15f327f16afeb5fa51 WHIRLPOOL 2d652d517d8b9a7c0999f245876781e50e0cfb42afa54963ff31ae92c0824b35e7117a39b5addf9600daeb9d2fe197a706e0cd5d2d488bdce6a9f070f69d3e31 diff --git a/app-editors/jupp/jupp-3.1_p24.ebuild b/app-editors/jupp/jupp-3.1_p24.ebuild new file mode 100644 index 000000000000..34ee3405c183 --- /dev/null +++ b/app-editors/jupp/jupp-3.1_p24.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jupp/jupp-3.1_p24.ebuild,v 1.1 2013/01/06 02:46:41 xmw Exp $ + +EAPI=4 + +DESCRIPTION="portable version of JOE's Own Editor" +HOMEPAGE="https://www.mirbsd.org/jupp.htm" +SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="ncurses" + +RDEPEND="ncurses? ( sys-libs/ncurses ) + !app-editors/joe" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN} + +src_prepare() { + chmod +x configure +} + +src_configure() { + econf \ + --enable-search_libs \ + --enable-termcap \ + $(use_enable ncurses curses) +} + +src_install() { + default + dodoc HINTS INFO LIST +} diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild new file mode 100644 index 000000000000..47f77c208981 --- /dev/null +++ b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild,v 1.2 2013/01/06 00:12:42 hasufell Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_6 python2_7 ) +PLOCALES="cs gl" +inherit gnome2-utils l10n distutils-r1 + +DESCRIPTION="GTK frontend for VirtualBox" +HOMEPAGE="http://code.google.com/p/vboxgtk/" +SRC_URI="http://vboxgtk.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( >=app-emulation/virtualbox-4.2.0[-headless,python,sdk] + >=app-emulation/virtualbox-bin-4.2.0[python] ) + dev-python/pygobject:3 + x11-libs/gtk+:3[introspection] + virtual/python-argparse" +DEPEND="dev-util/intltool + sys-devel/gettext" + +DOCS=( AUTHORS README ) + +python_prepare_all() { + distutils-r1_python_prepare_all + rm_locale() { rm -r po/"${1}".po || die "LINGUAS removal failed" ;} + l10n_for_each_disabled_locale_do rm_locale +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-emulation/vice/files/vice-2.4-arm.patch b/app-emulation/vice/files/vice-2.4-arm.patch new file mode 100644 index 000000000000..d96a75d2296d --- /dev/null +++ b/app-emulation/vice/files/vice-2.4-arm.patch @@ -0,0 +1,42 @@ +Index: vice/configure.in +=================================================================== +--- vice/configure.in (Revision 26764) ++++ vice/configure.in (Revision 26765) +@@ -2299,6 +2299,7 @@ + + if test x"$PARSID_SUPPORT" = "xno"; then + AC_CHECK_FUNCS(ioperm,[PARSID_SUPPORT=yes],) ++ AC_CHECK_FUNCS(outb_p inb_p) + fi + + if test x"$PARSID_SUPPORT" = "xyes"; then +Index: vice/src/arch/unix/parsid.c +=================================================================== +--- vice/src/arch/unix/parsid.c (Revision 26764) ++++ vice/src/arch/unix/parsid.c (Revision 26765) +@@ -217,8 +217,12 @@ + #endif + #endif + #ifdef HAVE_IOPERM ++#ifndef HAVE_OUTB_P ++ outb(value, addr); ++#else + outb_p(value, addr); + #endif ++#endif + } + + BYTE parsid_inb(int addr) +@@ -237,8 +241,12 @@ + #endif + #endif + #ifdef HAVE_IOPERM ++#ifndef HAVE_INB_P ++ return inb((unsigned short)addr); ++#else + return inb_p((unsigned short)addr); + #endif ++#endif + } + + /* chip control pin assignments */ diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index ba55dda484ec..0ec0effff02f 100644 --- a/app-emulation/vice/vice-2.4.ebuild +++ b/app-emulation/vice/vice-2.4.ebuild @@ -1,9 +1,9 @@ -# 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-emulation/vice/vice-2.4.ebuild,v 1.2 2012/11/06 21:55:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.3 2013/01/06 07:27:57 mr_bones_ Exp $ -EAPI=2 -inherit autotools eutils games toolchain-funcs +EAPI=5 +inherit autotools eutils toolchain-funcs games DESCRIPTION="The Versatile Commodore 8-bit Emulator" HOMEPAGE="http://vice-emu.sourceforge.net/" @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_prepare() { + epatch "${FILESDIR}"/${P}-arm.patch sed -i \ -e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \ man/vice.1 \ @@ -106,7 +107,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog FEEDBACK README prepgamesdirs } diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 3d6defe2eb91..5f14d950d9a2 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -16,6 +16,7 @@ DIST wine-1.5.18.tar.bz2 21043105 SHA256 a144900cc20e55623c8c9ab26e265eb2e76d88c DIST wine-1.5.19.tar.bz2 21013509 SHA256 51ad795ae62d8392ac6fbc3ad595ac57d44bcc779b716573a9d73ca122961023 SHA512 aefc05cb0ce6b41a7a70861fd85c5f5d30501f61923620837f3a8124b039e1eedaea75d261116b26770b64a21b27a4ee13133a07a36157bebd2cbeddd110de27 WHIRLPOOL 3ca550f2b0fb9d6b096f025e9f94b88648386c04d3a82350802fcd05d6b0604d6fe6aa4f6e68876abe523e60a8906438148613d4bdd8e7badd3a251d3c0e60e5 DIST wine-1.5.2.tar.bz2 20104652 SHA256 8ee6fdaf716b5a1c7ccf9be9dc6d9b7546944e79351c4806b2fa596da418342f SHA512 da949f1943a1af1f4f9d75d41d35b5a968b4bb792f25c5d3202de5be944a04deac7116261d70b5b90f233e9fb526ae8d073e2cdd03304ac0f736926108fec7d7 WHIRLPOOL 947bff2ccda47e548e6eec4a1b7cc738b943fbbdf000e5686aa440c9d45962b5dee47e7060e93895cc398c2c82d7dce06c370091859bd46a6d09864c191d357c DIST wine-1.5.20.tar.bz2 21012282 SHA256 75e3073a62a933af5beaa8e8591298325edb57f255ca5b0de55a0f29a4ba2430 SHA512 25de10f4e3f94d79391e61bdadf00af0e6f191b064f61948911d0de4b1c71ab3a727510b7ec4a52882aed0c59e75bb0cd3fb46a0a4da3dc3707045a3af517754 WHIRLPOOL f85ed944dce117761b6509f090161e9d071027571c87675c03f0f78fb29679bf4d4fb382038c5512588e346f8a242ae4a66fa32992a3bacd48af63417158efe2 +DIST wine-1.5.21.tar.bz2 21088257 SHA256 ac77c1dd1a31ccc67f0391b4965959096aeb98745f52c4d91b7bd280e3c8b350 SHA512 3d9847da09f5227d0118f0fc1468134e69ee66dfec3cfee5e069050a4e2b848647d2247264d7f2e9e35f434676be97f4104be170fd02915bb3061b4057c11bb9 WHIRLPOOL 67b5b0693cea4998e48d1e4163b1cd8506401252c268854d559c7a323af082cc635ec10752440e0945b7988b85537af92f204ef645e9e4916e01fc476d19eb85 DIST wine-1.5.3.tar.bz2 20171697 SHA256 d3e8e484cbc2c4888bc880d0b0c8b52299d36a5cecc96d9367b59142345a1206 SHA512 947c20100d02ec6d393f9bdc1899ddeda21be7fa75869f91953e0eec30f2083b2a7fd31ad92c44765b417e3023914db9cc9945fd241207d8189f20ae92da100a WHIRLPOOL a2e2752731feae4d2a44dd0db1edabadd8c7530abd6e988e5c8f862ba70e234874e1a21ad8a25f4dc68e965d4b5122431278b3ed7674145f7fa935e0c78dcca5 DIST wine-1.5.4.tar.bz2 20187597 SHA256 90b10450b1afb4d54dfd20529e040daa4ee901c52b2f3bc452a86c2e06b4b759 SHA512 cb58358a2af9e15d7ebff21f9f834d521736eeaa44ce0c36d88400f3d3667c5432711bea64322e77c166e024d2ea03d47f64a4fd648d0a802bc44da80e1eb2fe WHIRLPOOL e007bc572181745c585bf24c6aa6a87830df17b57384d180e932b229f89b55d38f2b673243e8b5a5243afb303a18c52092bfbe61f0b49473c7c85edb0056a068 DIST wine-1.5.5.tar.bz2 20158084 SHA256 e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e SHA512 f9d080cf3e17b73658222b95e15c353d40963aaaa9cbb4b6293ea69709e68715a97e89854c336288ba6a0a41cb0fc9e2713721705935835e4c9f53fa5b7a3e74 WHIRLPOOL 9f44bf75854410c142f94fe12e028ab120521ffd5b9de682c3eeb6690a35c8b4f5be2eecfd6e02e2bc28594f1524e2b6604035744d6b56a9c3d16d5c0cdc6d5d @@ -49,3 +50,4 @@ DIST winepulse-patches-1.5.17.tar.bz2 48079 SHA256 8f82d47534c57e85db6502fdde394 DIST winepulse-patches-1.5.18.tar.bz2 45298 SHA256 803a3ef5c9223dbb3ded3a20309456efdf8dd2b3e3ac9c909f3de95e7a96f40e SHA512 ca8b90cfb1c5bab214c1d1afed6f50da3663f0de64c22b44b31e68e49059c92ab7226f2d94ca6a4079b763f4d2af21b1be7b5c0bbf877492c99c5c43c3961dcc WHIRLPOOL b4e6842e2ee025919213fa18746154ee398452c675d55cb736319def4d4a10e9b0589478ccb66c2e0fca5ad00fc0c54074ede38c962e7da67ed04d8106d41a0a DIST winepulse-patches-1.5.19.tar.bz2 47081 SHA256 7fc8e5964bcd4cdd8f14b6a5d6d66d474b958084fd80fb0f0531b08eb7fdfc2a SHA512 54b593ce75ce1ecc8015c85e7de713ddea1331a2701a1ec81fab88dce90f41470469f05b4f2d924da824fc99b1b9c52ed6795158291d7e8f15b5b3c4341cb13f WHIRLPOOL 56b1506b0ffc60a052c923334d21e111707443caf138ba05c6708e4d652a5c7ee2d22d8a82862b1a87a12b49dc1c9bdd8d89000f529ddd8f06685ebbc03dd7f4 DIST winepulse-patches-1.5.20_pre20121207.tar.bz2 47206 SHA256 7ce845841d1c53f5d2bee3e09e901598321362f8cabc32ff7012c24e366a47e6 SHA512 e0b575231b19c2231ec9648d9e128a2439c672221d579fa40adbe49218db0e98b548f562151cdcbe75a6f018ff9a1c57dbd048de2374ad0cb5748fc3da8060b7 WHIRLPOOL b5511237bac951b39c1fc707348593adc8e5c5b0bf0543e4714cab3e153b2a653fa7ce809097d8dd376cad6c20b1d5b5a9c06d655e0a28c5e035ae5eec761803 +DIST winepulse-patches-1.5.21.tar.bz2 46068 SHA256 038b672bed96cae5c89a854d2e2980bf37c887f50ace519ea62b1da6b3b351e2 SHA512 00ee2c2cf67b17c33a2e4a9cc1406e20d05fde33ce9f98fde37176b55a123b21f0e136b3cc9066a9b4d6062893db3cd60b4eb9574831aaaae4da757ece5ca003 WHIRLPOOL 21c0266ae03f4bfdf87ebdd8c5bedc98e6c1c6fda4fd0ce47a073a000e7aaf66a50a82bc77bd31649afd2837d35b6b6867a6d38c28df573ce5e1dbab6cb25dc8 diff --git a/app-emulation/wine/wine-1.5.21.ebuild b/app-emulation/wine/wine-1.5.21.ebuild new file mode 100644 index 000000000000..7223453ed6ff --- /dev/null +++ b/app-emulation/wine/wine-1.5.21.ebuild @@ -0,0 +1,278 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.21.ebuild,v 1.1 2013/01/06 03:09:25 tetromino Exp $ + +EAPI="5" + +inherit autotools eutils flag-o-matic gnome2-utils multilib pax-utils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://source.winehq.org/git/wine.git" + inherit git-2 + SRC_URI="" + #KEYWORDS="" +else + MY_P="${PN}-${PV/_/-}" + SRC_URI="mirror://sourceforge/${PN}/Source/${MY_P}.tar.bz2" + KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + S=${WORKDIR}/${MY_P} +fi + +GV="1.8" +MV="0.0.8" +PULSE_PATCHES="winepulse-patches-1.5.21" +WINE_GENTOO="wine-gentoo-2012.11.24" +DESCRIPTION="Free implementation of Windows(tm) on Unix" +HOMEPAGE="http://www.winehq.org/" +SRC_URI="${SRC_URI} + gecko? ( + mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi + win64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) + ) + mono? ( mirror://sourceforge/${PN}/Wine%20Mono/${MV}/wine-mono-${MV}.msi ) + http://dev.gentoo.org/~tetromino/distfiles/${PN}/${PULSE_PATCHES}.tar.bz2 + http://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" +[[ ${PV} == "9999" ]] || IUSE="${IUSE} pulseaudio" +REQUIRED_USE="elibc_glibc? ( threads ) + mono? ( || ( win32 !win64 ) ) + osmesa? ( opengl )" #286560 +RESTRICT="test" #72375 + +MLIB_DEPS="amd64? ( + truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) + X? ( + >=app-emulation/emul-linux-x86-xlibs-2.1 + >=app-emulation/emul-linux-x86-soundlibs-2.1 + ) + mp3? ( app-emulation/emul-linux-x86-soundlibs ) + odbc? ( app-emulation/emul-linux-x86-db ) + openal? ( app-emulation/emul-linux-x86-sdl ) + opengl? ( app-emulation/emul-linux-x86-opengl ) + osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) + scanner? ( app-emulation/emul-linux-x86-medialibs ) + v4l? ( app-emulation/emul-linux-x86-medialibs ) + app-emulation/emul-linux-x86-baselibs + >=sys-kernel/linux-headers-2.6 + )" +RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) + perl? ( dev-lang/perl dev-perl/XML-Simple ) + capi? ( net-dialup/capi4k-utils ) + ncurses? ( >=sys-libs/ncurses-5.2 ) + fontconfig? ( media-libs/fontconfig:= ) + gphoto2? ( media-libs/libgphoto2:= ) + openal? ( media-libs/openal:= ) + udisks? ( + sys-apps/dbus + sys-fs/udisks:2 + ) + gnutls? ( net-libs/gnutls:= ) + gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) + X? ( + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXrandr + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXxf86vm + ) + xinerama? ( x11-libs/libXinerama ) + alsa? ( media-libs/alsa-lib ) + cups? ( net-print/cups:= ) + opencl? ( virtual/opencl ) + opengl? ( + virtual/glu + virtual/opengl + ) + gsm? ( media-sound/gsm:= ) + jpeg? ( virtual/jpeg:= ) + ldap? ( net-nds/openldap:= ) + lcms? ( media-libs/lcms:0= ) + mp3? ( >=media-sound/mpg123-1.5.0 ) + nls? ( sys-devel/gettext ) + odbc? ( dev-db/unixODBC:= ) + osmesa? ( media-libs/mesa[osmesa] ) + samba? ( >=net-fs/samba-3.0.25 ) + selinux? ( sec-policy/selinux-wine ) + xml? ( dev-libs/libxml2 dev-libs/libxslt ) + scanner? ( media-gfx/sane-backends:= ) + ssl? ( dev-libs/openssl:= ) + png? ( media-libs/libpng:= ) + v4l? ( media-libs/libv4l ) + !win64? ( ${MLIB_DEPS} ) + win32? ( ${MLIB_DEPS} ) + xcomposite? ( x11-libs/libXcomposite )" +[[ ${PV} == "9999" ]] || RDEPEND="${RDEPEND} + pulseaudio? ( + media-sound/pulseaudio + sys-auth/rtkit + )" +DEPEND="${RDEPEND} + X? ( + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xf86vidmodeproto + ) + xinerama? ( x11-proto/xineramaproto ) + prelink? ( sys-devel/prelink ) + virtual/pkgconfig + virtual/yacc + sys-devel/flex" + +src_unpack() { + if use win64 ; then + [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]] \ + && die "you need gcc-4.4+ to build 64bit wine" + fi + + if use win32 && use opencl; then + [[ x$(eselect opencl show) = "xintel" ]] && + die "Cannot build wine[opencl,win32]: intel-ocl-sdk is 64-bit only" # 403947 + fi + + if [[ ${PV} == "9999" ]] ; then + git-2_src_unpack + else + unpack ${MY_P}.tar.bz2 + fi + + unpack "${PULSE_PATCHES}.tar.bz2" + unpack "${WINE_GENTOO}.tar.bz2" +} + +src_prepare() { + local md5="$(md5sum server/protocol.def)" + epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726 + epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615 + epatch "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386 + [[ ${PV} == "9999" ]] || epatch "../${PULSE_PATCHES}"/*.patch #421365 + epatch_user #282735 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then + einfo "server/protocol.def was patched; running tools/make_requests" + tools/make_requests || die #432348 + fi + eautoreconf + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die + sed -i '/^MimeType/d' tools/wine.desktop || die #117785 +} + +do_configure() { + local builddir="${WORKDIR}/wine$1" + mkdir -p "${builddir}" + pushd "${builddir}" >/dev/null + + local usepulse + [[ ${PV} == "9999" ]] || usepulse=$(use_with pulseaudio pulse) + + ECONF_SOURCE=${S} \ + econf \ + --sysconfdir=/etc/wine \ + $(use_with alsa) \ + $(use_with capi) \ + $(use_with lcms cms) \ + $(use_with cups) \ + $(use_with ncurses curses) \ + $(use_with udisks dbus) \ + $(use_with fontconfig) \ + $(use_with gnutls) \ + $(use_with gphoto2 gphoto) \ + $(use_with gsm) \ + $(use_with gstreamer) \ + --without-hal \ + $(use_with jpeg) \ + $(use_with ldap) \ + $(use_with mp3 mpg123) \ + $(use_with nls gettext) \ + $(use_with openal) \ + $(use_with opencl) \ + $(use_with opengl) \ + $(use_with ssl openssl) \ + $(use_with osmesa) \ + $(use_with oss) \ + $(use_with png) \ + $(use_with threads pthread) \ + ${usepulse} \ + $(use_with scanner sane) \ + $(use_enable test tests) \ + $(use_with truetype freetype) \ + $(use_with v4l) \ + $(use_with X x) \ + $(use_with xcomposite) \ + $(use_with xinerama) \ + $(use_with xml) \ + $(use_with xml xslt) \ + $2 + + emake -j1 depend + + popd >/dev/null +} + +src_configure() { + export LDCONFIG=/bin/true + use custom-cflags || strip-flags + + if use win64 ; then + do_configure 64 --enable-win64 + use win32 && ABI=x86 do_configure 32 --with-wine64=../wine64 + else + ABI=x86 do_configure 32 --disable-win64 + fi +} + +src_compile() { + local b + for b in 64 32 ; do + local builddir="${WORKDIR}/wine${b}" + [[ -d ${builddir} ]] || continue + emake -C "${builddir}" all + done +} + +src_install() { + local b + for b in 64 32 ; do + local builddir="${WORKDIR}/wine${b}" + [[ -d ${builddir} ]] || continue + emake -C "${builddir}" install DESTDIR="${D}" + done + emake -C "../${WINE_GENTOO}" install DESTDIR="${D}" EPREFIX="${EPREFIX}" + dodoc ANNOUNCE AUTHORS README + if use gecko ; then + insinto /usr/share/wine/gecko + doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi + use win64 && doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi + fi + if use mono ; then + insinto /usr/share/wine/mono + doins "${DISTDIR}"/wine-mono-${MV}.msi + fi + if ! use perl ; then + rm "${D}"usr/bin/{wine{dump,maker},function_grep.pl} "${D}"usr/share/man/man1/wine{dump,maker}.1 || die + fi + + if use win32 || ! use win64; then + pax-mark psmr "${D}"usr/bin/wine{,-preloader} #255055 + fi + use win64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader} + + if use win64 && ! use win32; then + dosym /usr/bin/wine{64,} # 404331 + dosym /usr/bin/wine{64,}-preloader + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index afd49026effd..a902fb4c6c92 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.127 2012/12/31 07:38:44 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.128 2013/01/06 03:09:25 tetromino Exp $ EAPI="5" @@ -20,7 +20,7 @@ fi GV="1.8" MV="0.0.8" -PULSE_PATCHES="winepulse-patches-1.5.20_pre20121207" +PULSE_PATCHES="winepulse-patches-1.5.21" WINE_GENTOO="wine-gentoo-2012.11.24" DESCRIPTION="Free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" diff --git a/app-emulation/winetricks/Manifest b/app-emulation/winetricks/Manifest index 9573f3da01b6..fc36cde3b775 100644 --- a/app-emulation/winetricks/Manifest +++ b/app-emulation/winetricks/Manifest @@ -1,5 +1,5 @@ -DIST winetricks-922 616116 SHA256 35c7a3cb3f1e9a4d7d4c4416b33353a087cf854c3a880cf545da19a9ad516b1c SHA512 6f19d5a927106c3741c79724b29f8f89969fa3fe9399b4f51b2443aaff22beb643a5bc1f555631e9d7596b0b06526ac12287f599b5a42469ce36a769215ea2c0 WHIRLPOOL 63571b803d496cd225ecd6bedeb6a5b94a1a83443262ab5baa1e08e59ec114750d25b42bfd4e49da5354e5731ad1c0419a808bde780a3a9e9b88c64b5f702d5b -DIST winetricks-922.1 3469 SHA256 f522f4c991194cbed1044182ca6fbbb7645cd4b98d9557ab7d073ace1af4738d SHA512 2c832a9cc4286f641aeed7a5a47131773b48dd0cf123798f753ffb24799dabca29986b2b740698fbe9efb8034ac874a18147c6bd645bea8e69fdb42f1437fdf2 WHIRLPOOL 0ccb982022189b4d2e134756cadbca3628c33e57be6879b07e84f99182ed5a201379413a32af5d689744b4d7527f6abf56aae7113f34401c4cbe62b902462424 DIST winetricks-927 617153 SHA256 5d472bd7e38e002eaa8d7d728d46cad04a0c86add3edb74ee47ea8cfc9b8bce2 SHA512 8b585a04702ab56f1513028d0e69bfcc44eefac714bad8bea0b6442b43d07239af52c01c6813b3b2072f765a7dbadc04296462f9da810ca7e616ca462b0dcdc1 WHIRLPOOL 36a406c3bd46820a8bd16ac8343f54ed78251f2210971030498a7cb6c97c6a232b9ab31f34a8403931bca64d58bfb8319244f57f89d910f3cd5664b01a4a9428 DIST winetricks-927.1 3469 SHA256 f522f4c991194cbed1044182ca6fbbb7645cd4b98d9557ab7d073ace1af4738d SHA512 2c832a9cc4286f641aeed7a5a47131773b48dd0cf123798f753ffb24799dabca29986b2b740698fbe9efb8034ac874a18147c6bd645bea8e69fdb42f1437fdf2 WHIRLPOOL 0ccb982022189b4d2e134756cadbca3628c33e57be6879b07e84f99182ed5a201379413a32af5d689744b4d7527f6abf56aae7113f34401c4cbe62b902462424 +DIST winetricks-931 617522 SHA256 ca7d1ae94879282c50516dc918c31ab42b6809d682849c198bff795006aef7e4 SHA512 fc2e17c5e0a2abf130b7a02ef75aba5cccebccb51c5c203b3d9115e971ce3055b991ec9c5ffa0ee24f99dfbbfeb94cc6bf8eb40af3a2d46be70beb399992393c WHIRLPOOL 385a793fd554f2326ee309224e8127c8d26a336310b3c1f02b9236513902bc102491deaf690f4151a396c5777a37234d50fc4ad1fd54c266be9b1d5709dd433c +DIST winetricks-931.1 3469 SHA256 f522f4c991194cbed1044182ca6fbbb7645cd4b98d9557ab7d073ace1af4738d SHA512 2c832a9cc4286f641aeed7a5a47131773b48dd0cf123798f753ffb24799dabca29986b2b740698fbe9efb8034ac874a18147c6bd645bea8e69fdb42f1437fdf2 WHIRLPOOL 0ccb982022189b4d2e134756cadbca3628c33e57be6879b07e84f99182ed5a201379413a32af5d689744b4d7527f6abf56aae7113f34401c4cbe62b902462424 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a WHIRLPOOL 268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b diff --git a/app-emulation/winetricks/winetricks-922.ebuild b/app-emulation/winetricks/winetricks-931.ebuild similarity index 94% rename from app-emulation/winetricks/winetricks-922.ebuild rename to app-emulation/winetricks/winetricks-931.ebuild index 85b8e40f858c..360460c77465 100644 --- a/app-emulation/winetricks/winetricks-922.ebuild +++ b/app-emulation/winetricks/winetricks-931.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-922.ebuild,v 1.1 2012/11/24 23:08:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-931.ebuild,v 1.1 2013/01/06 02:58:24 tetromino Exp $ EAPI=4 diff --git a/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild new file mode 100644 index 000000000000..10101498a623 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild,v 1.2 2013/01/06 00:11:56 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Python scripts to manipulate trash cans via the command line" +HOMEPAGE="https://github.com/andreafrancia/trash-cli" +SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} -> + ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="virtual/python-argparse" diff --git a/app-shells/rssh/rssh-2.3.4.ebuild b/app-shells/rssh/rssh-2.3.4.ebuild index 98e55e8eb7ce..2ff24a1d6fe5 100644 --- a/app-shells/rssh/rssh-2.3.4.ebuild +++ b/app-shells/rssh/rssh-2.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.4 2012/12/03 11:17:55 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.5 2013/01/05 21:35:40 pinkbyte Exp $ EAPI=4 inherit eutils multilib @@ -18,6 +18,8 @@ RDEPEND="virtual/ssh" src_prepare() { sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in || die + # respect CFLAGS, bug #450458 + sed -i -e '/$(CC) -c/s/$(CPPFLAGS)/$(CFLAGS)/' Makefile.in || die } src_configure() { diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild new file mode 100644 index 000000000000..615fb193411c --- /dev/null +++ b/app-text/keepnote/keepnote-0.7.9-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.1 2013/01/06 00:16:45 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_REQ_USE="sqlite,xml" + +inherit gnome2-utils distutils-r1 + +DESCRIPTION="A note taking application" +HOMEPAGE="http://keepnote.org/" +SRC_URI="http://keepnote.org/download-test/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/pygobject:2 + dev-python/pygtk:2 + x11-misc/xdg-utils + virtual/python-argparse" + +PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch ) +DOCS=( CHANGES ) + +python_test() { + distutils-r1_python_test + "${PYTHON}" test/testing.py || die +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + + einfo + elog "optional dependencies:" + elog " app-text/gtkspell:2 (spell checking)" + einfo +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest index eed3f2568cd4..1befa0d38609 100644 --- a/app-text/llpp/Manifest +++ b/app-text/llpp/Manifest @@ -1,3 +1,3 @@ DIST llpp-12.tar.gz 100362 SHA256 30c66684a1b2892bd1125afb99583abad5cc433dee2c623ec0cdefb0ec4c6fe4 SHA512 c6c298bf0fdf8eb10aa1e1812d386022fae26271084b014a3a512fc1c8cf7c8ca5768c3587e7c83e34210354e4219b74cee22fb51edc1fe467de4c11b631416c WHIRLPOOL f2ffe1005b2f0d89dda865c3d0f0a306e311cad6ef45070a702eefe2c44e59ca5067e95de182fb4673526dea801b8969d44260fb32d1fd57549777f95194dfde -DIST llpp-13.tar.gz 102399 SHA256 c6f0b4bb742e62cfa7e711f8ff1b25ca6456596961e637805c060e8ca206ff70 SHA512 c8d64adb488534353e83f70ee47075cb141475ebfdbfeecf2f19c23bf88f194499f5bf7227a102baa5e9f83671c68519001edcd6ddf0d507a3ccba5f66056b8d WHIRLPOOL 96a517113b67e5e7ea7523afd062dae587eafb265eb50c83f6412920acfeedeba4a05c49d398932da08e0eab1d65911e478eefb561c8a39320d3ff85b38a054b +DIST llpp-13.tar.gz 102399 SHA256 43d74cef7f0235766b99aa4ebdd284f1c5f3472c989f2c49cf16fc118c40598e SHA512 7d59d7ad904cc1fcc82420bd893fab3cbc91a7bf8eb0fbc7345ed2fe5a19885c4e417ea76bb397bce8c0c25ce3b2a93242f43a04e4bfacaa590d6e07775a42ba WHIRLPOOL 06de03657d1becd7d930dfeaf1becb92b95313e3a8f4a3f37cee923fb0a6dc87f10aeb71e96a7a2930536b32f1a6a923253ca632c7e02cbd72840a9db87c000c DIST llpp-13_p20121123.tar.gz 110436 SHA256 367c01e14478b18c39a34bc515f495b980789e536744e7b698d1639e6935eb35 SHA512 2c8f47adb619416743eb2ee9f43df38989af4e255626810bc9ac34020e37d5e6637589a4e20324184184c1da21d2ed9c3f6083d02cc98a8364946091831edc60 WHIRLPOOL e8ccfbf7a6c782913ea8ba4851b42f30eba171f0c03a14946697e0763f4b95c0f56e629d0d1747f169b6bb138cedbe0bb2487012d9e1b76a902722aaf6866c59 diff --git a/dev-db/sqlite/sqlite-3.7.15.1.ebuild b/dev-db/sqlite/sqlite-3.7.15.1.ebuild index 978ee0244b4f..53e4fb34b1f9 100644 --- a/dev-db/sqlite/sqlite-3.7.15.1.ebuild +++ b/dev-db/sqlite/sqlite-3.7.15.1.ebuild @@ -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/dev-db/sqlite/sqlite-3.7.15.1.ebuild,v 1.1 2012/12/20 19:26:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.1.ebuild,v 1.2 2013/01/05 22:37:50 pinkbyte Exp $ EAPI="5" @@ -22,7 +22,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip ) LICENSE="public-domain" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify" +IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex static-libs tcl test +threadsafe unlock-notify" RDEPEND="icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline ) @@ -123,9 +123,9 @@ src_configure() { # `configure` from amalgamation tarball does not support # --with-readline-inc and --(enable|disable)-tcl options. econf \ - --disable-static \ $(use_enable extensions ${extensions_option}) \ $(use_enable readline) \ + $(use_enable static-libs static) \ $(use_enable threadsafe) \ $(amalgamation || echo --with-readline-inc="-I${EPREFIX}/usr/include/readline") \ $(amalgamation || use_enable debug) \ diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest index aeaaadb1498e..16db513c621c 100644 --- a/dev-lang/nqp/Manifest +++ b/dev-lang/nqp/Manifest @@ -6,3 +6,4 @@ DIST nqp-2012.09.1.tar.gz 1124797 SHA256 6258a32ac412f2190e1bb9439ee76a70eca772b DIST nqp-2012.09.tar.gz 1122237 SHA256 f9851c6e9983a3e9a66952c96b2907a24e59e41045b66794053f688054011889 SHA512 e0787bdad47b95f0f13fd668ce6b69ed461403bc3dc09d83cbe7ee1bc9567897abe55cd3cd1b4bc45b03021f045c4b2417a6e8ba090174e6610d2570bcf5b873 WHIRLPOOL 0f48e05827818de79080170b0383bfd9129a81aa0a009fa32316e879a2ebc9f278cc1927a93ce119c94a7ccbf4c02001b6f89f45251b22404e0297c5a6a7c56a DIST nqp-2012.10.tar.gz 1131851 SHA256 a459f026e85f921421fdd7b9ecc2be0c6e6b3d60d4902e7bd2b97db7576f30eb SHA512 bcb91bb92ef27342ba53c1a7ef5d50e9c17b70c2b5180c0336fb17b521f11d2ce559c6c8a70979f996670f385088ef054564b2d3f656a06afe1f0ea7fa7ee697 WHIRLPOOL 0b500c5d50773488e5cca9fa4eb25204670f9a4be2c521e8de7623abae20bb2c69828f80ddc7a9b8931825f36627085d6853a4ef8234a7b21671b5f9ed29aae2 DIST nqp-2012.11.tar.gz 1213328 SHA256 54ed2343d33d13ebb685cadf6043e199636721c4d98edf683e63943c4d70ecea SHA512 3ca5e31013046b6c074f22fda74e87e28a5e51fd7a330c63f088284d38284d66f8c04c15cb9302914db2d8fb8877b14832119e9844536d11901549d20a5a020c WHIRLPOOL 0cecb7fcf4798461f3dadb2af13cd41fddc0a1e48a0108e1d2812448186bff6b1fbff3a13a9a808bb2a4b290ce824fb061c121760d7c6e23aa33b1ff73f89e72 +DIST nqp-2012.12.tar.gz 1214233 SHA256 3976d02e987fadf5bb67bd31ffaf5d4f5d0879686030d83bcfe4c363f01ac29d SHA512 4148a52c1f17b0daf0f4d84e8b9eb18e63b2ae849e6839f98f9237a64ce12d59a88dabce1ae354df82c1d773ca13dfc2f99c125771a97fb1df9e21fad6adf6e7 WHIRLPOOL b0fd48e65c37cf5a574b1c84f9f4774b5495889eb7657d019635529b1174f8e3a30974b8c5573fbc1311253b2d36fc971a2dee9727bbd2139b5c5b77337d72c4 diff --git a/dev-lang/nqp/nqp-2012.12.ebuild b/dev-lang/nqp/nqp-2012.12.ebuild new file mode 100644 index 000000000000..e8837e674ed0 --- /dev/null +++ b/dev-lang/nqp/nqp-2012.12.ebuild @@ -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-lang/nqp/nqp-2012.12.ebuild,v 1.1 2013/01/06 06:23:21 patrick Exp $ + +EAPI=3 + +inherit eutils multilib + +PARROT_VERSION="4.4.0" + +DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" +HOMEPAGE="http://rakudo.org/" +SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]" +DEPEND="${RDEPEND} + dev-lang/perl" + +src_prepare() { + cd "${WORKDIR}" + ln -s * "${S}" || die + cd "${S}" + echo "${PV}" > VERSION +} + +src_configure() { + perl Configure.pl || die +} + +src_compile() { + emake -j1 || die +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake DESTDIR="${ED}" install || die + + dodoc CREDITS README || die + + if use doc; then + dodoc docs/* || die + fi +} diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest index 1d9fc2b2f108..545966da219b 100644 --- a/dev-lang/parrot/Manifest +++ b/dev-lang/parrot/Manifest @@ -1,4 +1,5 @@ DIST parrot-4.10.0.tar.gz 4567705 SHA256 82f38e6e596ab101c52313ad3e3560d2c8a72985362b54d9898619ab17a6f17d SHA512 e1f20c27107270f452ba3ba5aa8cdda77754c53e8e31d15c1024781c54b5ed6b68029288a1d9967c42e4cb2c9895e70eef3a94fb7ee112a12e2dc74765d13fd8 WHIRLPOOL 59eab631bdf3d8d12f460b94f9a3114bea7c0f9c2a78f4304ca8cdc9266217687200fe01db1eac4a1fa454d56b0bf00dc6c137fe651a6fef5530d6e403ee3c70 +DIST parrot-4.11.0.tar.gz 4626678 SHA256 46de72022dfe521fb8c5d95453e1d091d4d20d8f7ca4f2ed0cd1420b682f20dc SHA512 b24862e84287c76121213068b432f5af48b3494bb7a0271cb9b76dc0641fe844522fb051800417aff58463cb01633c6e91c0f1390c5566244081b755223dc202 WHIRLPOOL 4fdd3b98099058d74838c58583cbdc2f2460efd54daaa10655f277eb41aa44d47bb6a8aba2e62940f6646836cb4824518ae22df2b5bd84a6f449df7a67a322d1 DIST parrot-4.4.0.tar.bz2 4324058 SHA256 348ce13fc136afc74a7b50b094f64d8cb00f83f0cd3d59acc6fa4e63c824fa4d SHA512 da7659ac62a86df9004dd789255570547afa19ae045515bf8bb4eafb00fe2615b353b3f597108d18b68c7f513cfcf4359c2fe656c917b97f12977e01342b100c WHIRLPOOL 9e2a1dee83539d4a2e9509d5ce0d93ec36f81954436cd29be26bf3a4e9671f1b5994cd1ab7d993e1250a5112806b20c8bf939fa2f0ee3cbb8cd5b4e0f2650ab9 DIST parrot-4.5.0.tar.bz2 4331710 SHA256 74996076eb9dbe0f2442e0ae9c0cb5c3e9d5f49a266368eee01f4ab30c6d2808 SHA512 ea468823db32f54cb4314b34fff87da1d4e62aa278c73fdb265ce8af0b0f048fd22426108dad355c086b2ef26509b9df36960d9f13a2553392ef69618322a449 WHIRLPOOL 111ddc48e47803d94b8d9d9415c3e965bb8534279ea3461fd6d5d874b485ea887136d1120de69eb73ccda2892a1363453db9acb445082203f937e78b273d8dfc DIST parrot-4.6.0.tar.bz2 4331714 SHA256 31d48e348eab418d5d9d9f9bb24d628763ff90c608d21b1944c227b6938a69d1 SHA512 dd715e4f66aaa739353b5a43a79047d234247f0d1d727d3f73e80358000dc933e32d706f40a27d57127c7728683c5aa8bc851aa2ceb80f9e25008360d20efba0 WHIRLPOOL bc12b26c7cb5158adc066ec5f6e00ea0ef49d16bab24f0fec6e28c104ac3b30016bd3892485fbdb2b52e1bb8866db3aefad7d4d2bec70025c76abc0c5d6fce30 diff --git a/dev-lang/parrot/parrot-4.11.0.ebuild b/dev-lang/parrot/parrot-4.11.0.ebuild new file mode 100644 index 000000000000..2c50c11640e7 --- /dev/null +++ b/dev-lang/parrot/parrot-4.11.0.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-4.11.0.ebuild,v 1.1 2013/01/06 06:22:33 patrick Exp $ + +EAPI=3 + +inherit eutils multilib + +DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +HOMEPAGE="http://www.parrot.org/" +SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre" + +RDEPEND="sys-libs/readline + opengl? ( media-libs/freeglut ) + nls? ( sys-devel/gettext ) + unicode? ( >=dev-libs/icu-2.6 ) + gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) + gmp? ( >=dev-libs/gmp-4.1.4 ) + ssl? ( dev-libs/openssl ) + pcre? ( dev-libs/libpcre )" + +DEPEND="dev-lang/perl[doc?] + ${RDEPEND}" + +src_prepare() { + # Fix for #404195 - pcre detection is wonky + sed -i 's:libpcre.so.0:libpcre.so.1:' runtime/parrot/library/pcre.pir || die "Couldn't fix pcre location" +} + +src_configure() { + myconf="--disable-rpath" + use unicode || myconf+=" --without-icu" + use ssl || myconf+=" --without-crypto" + use gdbm || myconf+=" --without-gdbm" + use nls || myconf+=" --without-gettext" + use gmp || myconf+=" --without-gmp" + use opengl || myconf+=" --without-opengl" + use pcre || myconf+=" --without-pcre" + + perl Configure.pl \ + --ccflags="${CFLAGS}" \ + --linkflags="${LDFLAGS}" \ + --prefix="${EPREFIX}"/usr \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --mandir="${EPREFIX}"/usr/share/man \ + --sysconfdir="${EPREFIX}"/etc \ + --sharedstatedir="${EPREFIX}"/var/lib/parrot \ + $myconf || die +} + +src_compile() { + export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib + # occasionally dies in parallel make + emake -j1 || die + if use doc ; then + emake -j1 html || die + fi +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die + dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die + if use examples; then + insinto "/usr/share/doc/${PF}/examples" + doins -r examples/* || die + fi + if use doc; then + insinto "/usr/share/doc/${PF}/editor" + doins -r editor || die + cd docs/html + dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \ + pmc.html tools.html docs src tools || die + fi +} diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest index 6dd002a5d496..e5e38dfd71fd 100644 --- a/dev-lang/rakudo/Manifest +++ b/dev-lang/rakudo/Manifest @@ -6,3 +6,4 @@ DIST rakudo-2012.09.1.tar.gz 1097797 SHA256 ac46f00d71a81e906d4e57b35b0bb9d0d93c DIST rakudo-2012.09.tar.gz 1094015 SHA256 9fccb1b1d1884b2d6ba8a4bfdc16a90879423aa4ebf1c115dbd16cacb5a976f8 SHA512 36a47e7b21d46a771b369cf6eb086e18a623726de1c97b460a09656cbf5cb83e9893067fc32aea159d047ffabcf38a07168b785d83ee834f2713b959b6c56e41 WHIRLPOOL 3e19db2376e9a6bf3e931775fa5c63895d71658fc5ef2b487b0cd0bd3d576ea256975a4681cf034917e3ab6c1cd51a686f879cf62d3257b38b2f4aea60b239d0 DIST rakudo-2012.10.tar.gz 1100471 SHA256 5601ce92f1bad3b88e53188a8a70106814c86c77859ccab81c438ca65c219ba7 SHA512 c82564c9ab07d65a5df824d26251dc5bac1cf1ee3c83cd12dc5062f6f552c7d72c65126171d4fcc0ebfef5bbe1a4e53e6a3bda06d3508a8bd0eb559f1e5cdbb7 WHIRLPOOL c569af9986955d90c69b5c720d6b201cf01a8d7f326f6c47a4eb630b08977c2920b303b8005796114b3d46de0ad741f8076b9659deda3bea2bc9f26031063d68 DIST rakudo-2012.11.tar.gz 1111827 SHA256 45b52e1eeb37271a0efe8fa09e9a7fcc6890ef303d44eacb3deabb245b5dde6a SHA512 51625a3f6e75ceea71f842c33661c05258ef6cdb05a731b3244a63b2fe36af284294105e3ecb54bab7f6ec6170c7887d355bddea6ae14b51de10ba2a767dcfcb WHIRLPOOL a14102beb1af462c71fa79c93f8e0aea10e504910cc53ae39d30a86a726625becee5614d7f7ec05838c042d1f48d5fd2ab5f1293d07304a8dca39a5c22c6bc30 +DIST rakudo-2012.12.tar.gz 1123419 SHA256 9e15d682811c6cbf59eb4466bad76b0289d511b653258ac3366d2fdbd82223ab SHA512 2bc54d71964393cc80e2c93613e99c344150a5b5ebfb1ce03af9814ab40c60b6dcade82445a98b4683c782ae2230e2040d0cb2db50a5c3c6443fcc6b5970ef96 WHIRLPOOL 698dfb6eb9b0e2bca17ba9d302530628b0d6fb9d3197f6a5481ffbaae5f48c3859762405e0df6898fbbb358bcf0bdd966a2051895d8f2916e8543439f803d0b3 diff --git a/dev-lang/rakudo/rakudo-2012.12.ebuild b/dev-lang/rakudo/rakudo-2012.12.ebuild new file mode 100644 index 000000000000..081c931a9aff --- /dev/null +++ b/dev-lang/rakudo/rakudo-2012.12.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.12.ebuild,v 1.1 2013/01/06 06:24:07 patrick Exp $ + +EAPI=3 + +PARROT_VERSION="4.4.0" +NQP_VERSION="${PV}" + +inherit eutils multilib + +DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine" +HOMEPAGE="http://rakudo.org/" +SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode] + >=dev-lang/nqp-${NQP_VERSION}" +DEPEND="${RDEPEND} + dev-lang/perl" + +src_prepare() { + sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile.in || die +} + +src_configure() { + perl Configure.pl || die +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake DESTDIR="${ED}" install || die + + dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die + + if use doc; then + dohtml -A svg docs/architecture.html docs/architecture.svg || die + dodoc docs/*.pod || die + docinto announce + dodoc docs/announce/* || die + fi +} diff --git a/dev-libs/icu/icu-50.1-r1.ebuild b/dev-libs/icu/icu-50.1-r1.ebuild index 993109257996..f275aa346eea 100644 --- a/dev-libs/icu/icu-50.1-r1.ebuild +++ b/dev-libs/icu/icu-50.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r1.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r1.ebuild,v 1.3 2013/01/06 00:31:28 zmedico Exp $ EAPI=5 @@ -15,7 +15,6 @@ SLOT="0/50" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc examples static-libs" -RDEPEND="!dev-libs/icu:0/50" DEPEND=" doc? ( app-doc/doxygen[dot] diff --git a/dev-libs/icu/icu-50.1-r2.ebuild b/dev-libs/icu/icu-50.1-r2.ebuild index 53a79e5463e0..e0263fb88e21 100644 --- a/dev-libs/icu/icu-50.1-r2.ebuild +++ b/dev-libs/icu/icu-50.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r2.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r2.ebuild,v 1.3 2013/01/06 00:31:28 zmedico Exp $ EAPI=5 @@ -15,7 +15,6 @@ SLOT="0/50" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc examples static-libs" -RDEPEND="!dev-libs/icu:0/50" DEPEND=" doc? ( app-doc/doxygen[dot] diff --git a/dev-libs/icu/icu-50.1.1.ebuild b/dev-libs/icu/icu-50.1.1.ebuild index 1dce61c7e64b..087be6f7d2f5 100644 --- a/dev-libs/icu/icu-50.1.1.ebuild +++ b/dev-libs/icu/icu-50.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1.1.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1.1.ebuild,v 1.3 2013/01/06 00:31:28 zmedico Exp $ EAPI=5 @@ -15,7 +15,6 @@ SLOT="0/50" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc examples static-libs" -RDEPEND="!dev-libs/icu:0/50" DEPEND=" doc? ( app-doc/doxygen[dot] diff --git a/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild b/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild index aadcd78377ac..c68458f6d6c3 100644 --- a/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild +++ b/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild @@ -1,10 +1,10 @@ -# 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-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild,v 1.1 2012/11/13 19:28:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0.ebuild,v 1.2 2013/01/06 02:55:36 zmedico Exp $ EAPI=4 -MODULE_AUTHOR=SAPER +MODULE_AUTHOR=ABRAXXA MODULE_VERSION=0.06 inherit perl-module diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest index 1bb5a31be149..6083a26657ce 100644 --- a/dev-python/apsw/Manifest +++ b/dev-python/apsw/Manifest @@ -1,3 +1,4 @@ DIST apsw-3.7.13-r1.zip 632647 SHA256 5f26b670069b1bde2635a219db2314c674bb7d7d9ffffd24fd8a32ee637eda2c SHA512 abd0e59575b66ce70b8edded1fcb46beb259edb2b05438881144e041bef7e541277c4fed66863430e75b8846752b6b9776f179fd8accf04b9095b4253cf7e58c WHIRLPOOL 94b05fdd660460091720629ca49fe553de77feb03b33ebf5bedf2c4c0fecc772c30b2f5ea04561ae1b664d023bf6f1ee7b49a8204aa16c424aadf9bebc639e07 DIST apsw-3.7.14-r1.zip 676597 SHA256 2ad5f46e68eb056257abe164a3615297355c3eca482dc7f9c8434450c8f73314 SHA512 e4a6615ae407abacc003a5369fcbe912fedeb250f915c076a5165775f2141c2265d02b175730db9f6d808d5bbff9c355b2097bb3afadfeec575cd8771a29df8f WHIRLPOOL 16fc0bdf0b81aa0567055889ab1dbc5e01d293362d65735d1e752f16edf3171cd8728f529e2d2682393bb2c2d3135853c09825ed922d40eadc2982ad5296a434 DIST apsw-3.7.14.1-r1.zip 678959 SHA256 690277428925231057382150a6073c2bea8026d463b0b9bf25f2655ab802c6be SHA512 7ec1cf295e7f593bf6e1d79bde9b18e0398199b0505a25d8f88ed33932626207a9805949e9f55ad01691100c2aff0cd1f17a73d30e8be41ee896c37999cfac1e WHIRLPOOL f34105430522d301f62bc5943b6b3a3ade1314d16783aa5010f4e1b81f9541255e96a71526f076b2bbb08850955ddf7e5d72ed9cf599bb2d87f30b06d0f95fde +DIST apsw-3.7.15.1-r1.zip 679379 SHA256 148a1c2059457ed3c09c926a5daa2b70330b00e7036077cbb7b4f6fbf428f6da SHA512 a32c4a60177a31886baba6e236aa9cef42a8952fc0b55f8524a8c5e73cd8e8be6f558cce5f45731f9392337a2d5d7227c186d6e55fa8c91b1bf458effb64fd1f WHIRLPOOL 63a77aa8772554815ef49805e9b4a57dbb0655e91df2906d9d8de8e09b5ad7764d4a99d22db2ac1101a7ea518af265fdc1406142fa1520f4aac8823d8bd1b88e diff --git a/dev-python/apsw/apsw-3.7.15.1_p1.ebuild b/dev-python/apsw/apsw-3.7.15.1_p1.ebuild new file mode 100644 index 000000000000..80c3bf0a7bc8 --- /dev/null +++ b/dev-python/apsw/apsw-3.7.15.1_p1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v 1.1 2013/01/05 21:23:06 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +MY_PV="${PV/_p/-r}" + +DESCRIPTION="APSW - Another Python SQLite Wrapper" +HOMEPAGE="http://code.google.com/p/apsw/" +SRC_URI="http://apsw.googlecode.com/files/${PN}-${MY_PV}.zip" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]" +DEPEND="${RDEPEND} + app-arch/unzip" + +S="${WORKDIR}/${PN}-${MY_PV}" + +PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch ) + +python_compile() { + if [[ ${EPYTHON} == python2* ]]; then + local CFLAGS="${CFLAGS} -fno-strict-aliasing" + export CFLAGS + fi + distutils-r1_python_compile --enable=load_extension +} + +src_test() { + # tests use overlapping database files + local DISTUTILS_NO_PARALLEL_BUILD=1 + distutils-r1_src_test +} + +python_test() { + "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" + "${PYTHON}" tests.py -v || die +} + +python_install_all() { + distutils-r1_python_install_all + if use doc ; then + dohtml -r doc/* + fi +} diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest index 08f437ba95ba..e400eac35ab2 100644 --- a/dev-python/llfuse/Manifest +++ b/dev-python/llfuse/Manifest @@ -1 +1,2 @@ DIST llfuse-0.37.1.tar.bz2 223919 SHA256 047f29c2d0363766807ba21b72a68f66022eddde642e7c7f167145fa1a2b6782 SHA512 70369cdcd2b1f24e21f507a3aebf5f325656dc704b73b6249db7f149ce9480cb676c6a04e3fa420aab340fdf6c8741f01fe1383840846bda7087da0dacdf6090 WHIRLPOOL 21440fd6d70d01ea251c95decea1b415c0cfd64d8433c85621219e7faeecf84aca7e45d68657bb96d9fb4a0785d6b3f1c259c82f6a2d0d1fb3e66585fec9a9e2 +DIST llfuse-0.38.tar.bz2 240187 SHA256 8c8b6bacae4f22dfb686f2ebbb87faa44e1302c482d01ce32e1c5d7410e11e04 SHA512 4507b3d610610453be76df0a446c1335b54feba54e7022f5b56d42f926c9bec647c22efe95283766f1095beeff844af84e0de8ef7e030f0b0d4acbf6dcebdb8a WHIRLPOOL 94efc97ed427db0a9444232d46b48868735477c01ba36ef378d6439efe02627b6e94c9adb63cc79b8730ad2d20a81e64ad3493977ce94f5a47669f182debe73b diff --git a/dev-python/llfuse/llfuse-0.38.ebuild b/dev-python/llfuse/llfuse-0.38.ebuild new file mode 100644 index 000000000000..39e2df0d00e9 --- /dev/null +++ b/dev-python/llfuse/llfuse-0.38.ebuild @@ -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/llfuse/llfuse-0.38.ebuild,v 1.1 2013/01/06 07:46:46 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for the low-level FUSE API" +HOMEPAGE="http://python-llfuse.googlecode.com/ http://pypi.python.org/pypi/llfuse" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=sys-fs/fuse-2.8.0" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + virtual/pkgconfig" + +python_install_all() { + distutils-r1_python_install_all + use doc && dohtml -r doc/html/* +} diff --git a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild new file mode 100644 index 000000000000..440b666afb7d --- /dev/null +++ b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild @@ -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-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild,v 1.1 2013/01/06 07:55:04 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for liblzma" +HOMEPAGE="https://launchpad.net/pyliblzma http://pypi.python.org/pypi/pyliblzma" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-arch/xz-utils" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + virtual/pkgconfig" + +DOCS="THANKS" + +python_test() { + esetup.py test +} diff --git a/dev-ruby/json/Manifest b/dev-ruby/json/Manifest index 133016fece76..7d5196de5b38 100644 --- a/dev-ruby/json/Manifest +++ b/dev-ruby/json/Manifest @@ -2,3 +2,4 @@ DIST json-1.5.4.gem 678912 SHA256 3acf6c344e5f9089b6e4d675d18384bb61a36c81d038ce DIST json-1.6.7.gem 143872 SHA256 02ad99f012ea4aaaab5b15fd3b0b44ac05aed08ef29e0173d46fcf01d63a070f SHA512 200c0fa2dfecdf78bc8d9faa6b8cccaaa61966d2314f2d7aee0ac778bd0a0959894c8c5bebf6cb858a084b041fd68fe5106ab6545be3bf7b3dc28e7449efe1d9 WHIRLPOOL 2a58c1219f5b82255a947fcea79aaccbe71b31e930efc9c3eb7d1a06f6e9f20c8fcc5e31f3fd07337d43e49723139ba0575c8027faa362cca25adc05bf3b6af9 DIST json-1.7.4.gem 145920 SHA256 d2129e3fa9f5ed1629367559a0740d8d920e0f5d328e7450a380ee8040eb9e4d SHA512 c0e5deceb3f67009abc6297ab5845885256bfc23079fdd09ed2e8ba4a05fb836be50cc64f00768cd7c0f2997f4dcdf02e096b116ca453913aba08d808ca3883c WHIRLPOOL 694311f2614cecfc6352ede4b8f2d69b029c037a16cdf0ab9dc793483fd0c269ba3efae99fb13bb14d0eda896b3f545afdfe2891faf3369514e72da5ca4be0d6 DIST json-1.7.5.gem 145920 SHA256 e064596aed55983ece9b4864a347ace1b2f0d3541292c5bf4be955994f8d8e7c SHA512 840f83f7f56becb9e3f53e951e51d2d340148387cac92822f36b3f61766e55e4c04a7c958d39457ddd351ac510ab7e373cc1b773c0203b0ca0ece83a1d384b3d WHIRLPOOL 4b69f87fbb617e6cdbcd76299d666bdac940ad280fa76ef1ea8783316703f88fbcde86d1606025edc7dae13b9b6bd33ff41387c8b3f1fc38326e226b0fff3c78 +DIST json-1.7.6.gem 146432 SHA256 4aa06575429fd28919d137dccb8b3c11bd0518466d94dc185fffc8fa3f6bb008 SHA512 520baa7413e620b6eb514b27156298551d9d14bed26740dfb1ab633f0ccdb7916e735c467e4f7839f802dcaedad6701ec09c447396e1f18e22864ca468c6d643 WHIRLPOOL bb4772574789fd8b6c8788cb5887b288b24df8e048b0de5b3f33306c963a2b608403306fb5675422f776a0f0f9979cae2a297bc4f960c61e29a0a350ef7deb3a diff --git a/dev-ruby/json/json-1.7.6.ebuild b/dev-ruby/json/json-1.7.6.ebuild new file mode 100644 index 000000000000..3c881ff2ec36 --- /dev/null +++ b/dev-ruby/json/json-1.7.6.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.7.6.ebuild,v 1.1 2013/01/06 06:31:49 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ree18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_DOC="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_GEMSPEC="json.gemspec" + +inherit multilib ruby-fakegem + +DESCRIPTION="A JSON implementation as a Ruby extension." +HOMEPAGE="http://json.rubyforge.org/" +LICENSE="|| ( Ruby GPL-2 )" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +RDEPEND="${RDEPEND}" +DEPEND="${DEPEND} + dev-util/ragel" + +ruby_add_bdepend "dev-ruby/rake" + +all_ruby_prepare() { + # Avoid building the extension twice! + # And use rdoc instead of sdoc which we don't have packaged + # And don't call git to list files. We're using the pregenerated spec anyway. + sed -i \ + -e 's| => :compile||' \ + -e 's| => :clean||' \ + -e 's|sdoc|rdoc|' \ + -e 's|`git ls-files`|""|' \ + Rakefile || die "rakefile fix failed" +} + +each_ruby_compile() { + # Since 1.5.0 a Java extension is provided but it does not compile. + if [[ $(basename ${RUBY}) != "jruby" ]]; then + ${RUBY} -S rake compile || die "extension compile failed" + fi +} + +each_ruby_test() { + JSON=pure \ + ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "pure ruby tests failed" + + if [[ $(basename ${RUBY}) != "jruby" ]]; then + JSON=ext \ + ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "ext ruby tests failed" + fi +} + +each_ruby_install() { + each_fakegem_install + if [[ $(basename ${RUBY}) != "jruby" ]]; then + ruby_fakegem_newins ext/json/ext/generator$(get_modname) lib/json/ext/generator$(get_modname) + ruby_fakegem_newins ext/json/ext/parser$(get_modname) lib/json/ext/parser$(get_modname) + fi +} diff --git a/dev-util/a8/a8-0.11-r1.ebuild b/dev-util/a8/a8-0.11-r1.ebuild new file mode 100644 index 000000000000..b156756d82c4 --- /dev/null +++ b/dev-util/a8/a8-0.11-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r1.ebuild,v 1.1 2013/01/06 00:54:21 hasufell Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 eutils gnome2-utils + +DESCRIPTION="An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser" +HOMEPAGE="http://code.google.com/p/abominade/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-python/dbus-python-1 + dev-python/logbook + dev-python/psutil + dev-python/pyyaml + >=dev-python/pygtk-2.22 + >=dev-python/pygtkhelpers-0.4.3 + virtual/python-argparse + x11-libs/vte:0[python]" +RDEPEND="${DEPEND} + app-editors/gvim + app-editors/vim" + +python_install_all() { + distutils-r1_python_install_all + doicon -s 48 a8/data/icons/a8.png + make_desktop_entry ${PN} ${PN} ${PN} 'Development;IDE' +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild b/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild new file mode 100644 index 000000000000..afa78b3c10a4 --- /dev/null +++ b/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild @@ -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-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild,v 1.1 2013/01/06 00:19:34 hasufell Exp $ + +# XXX: tests + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) + +inherit gnome2-utils distutils-r1 vcs-snapshot + +DESCRIPTION="Ninja-IDE Is Not Just Another IDE" +HOMEPAGE="http://www.ninja-ide.org" +SRC_URI="https://github.com/ninja-ide/ninja-ide/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/PyQt4[webkit] + dev-python/argparse + dev-python/simplejson + dev-python/pyinotify + virtual/python-argparse" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-lang.patch ) + +python_install_all() { + distutils-r1_python_install_all + newicon -s 256 icon.png ${PN}.png + make_desktop_entry ${PN} "NINJA-IDE" +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/games-arcade/methane/files/methane-1.5.1-gentoo.patch b/games-arcade/methane/files/methane-1.5.1-gentoo.patch index 119f377aadb1..9e49ecdff25c 100644 --- a/games-arcade/methane/files/methane-1.5.1-gentoo.patch +++ b/games-arcade/methane/files/methane-1.5.1-gentoo.patch @@ -22,7 +22,7 @@ @echo " Compiling $<..." @if [ ! -d build ]; then mkdir build; fi - gcc ${CXXFLAGS} ${METHANE_FLAGS} -c $< -o $@ -+ $(CC) ${CXXFLAGS} ${METHANE_FLAGS} -c $< -o $@ ++ $(CXX) ${CXXFLAGS} ${METHANE_FLAGS} -c $< -o $@ --- sources/methane.cpp.old 2012-11-27 13:49:22.993003266 +0100 diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild index 15c5a001fcf9..822bab85e9fe 100644 --- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild +++ b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild,v 1.4 2012/10/20 17:32:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild,v 1.5 2013/01/05 21:15:42 pinkbyte Exp $ EAPI=4 DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru" -HOMEPAGE="http://marsoft.dyndns.info/fortunes-gentoo-ru/" +HOMEPAGE="http://fortunes.gentoo.ru" SRC_URI="http://slepnoga.googlecode.com/files/gentoo-ru-${PV}.gz http://marsoft.dyndns.info/fortunes-gentoo-ru/gentoo-ru-${PV}.gz" diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild index fb2be2289ce6..ee1f06e6a57c 100644 --- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild +++ b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild,v 1.4 2012/10/20 17:32:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild,v 1.5 2013/01/05 21:15:42 pinkbyte Exp $ EAPI=4 DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru" -HOMEPAGE="http://marsoft.dyndns.info/fortunes-gentoo-ru/" +HOMEPAGE="http://fortunes.gentoo.ru" SRC_URI="http://slepnoga.googlecode.com/files/gentoo-ru-${PV}.gz http://maryasin.name/fortunes-gentoo-ru/gentoo-ru-${PV}.gz" diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild index 5e5a0e03d20c..5d27e1b88093 100644 --- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild +++ b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild,v 1.1 2011/10/30 17:59:00 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild,v 1.2 2013/01/05 21:15:42 pinkbyte Exp $ EAPI="4" inherit mercurial DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru" -HOMEPAGE="http://marsoft.dyndns.info/fortunes-gentoo-ru/" +HOMEPAGE="http://fortunes.gentoo.ru" SRC_URI="" EHG_REPO_URI="https://gentoo-ru-fortunes.slepnoga.googlecode.com/hg" diff --git a/games-misc/fortune-mod-gentoo-ru/metadata.xml b/games-misc/fortune-mod-gentoo-ru/metadata.xml index 0aee4c8619b6..02ec276ad4bf 100644 --- a/games-misc/fortune-mod-gentoo-ru/metadata.xml +++ b/games-misc/fortune-mod-gentoo-ru/metadata.xml @@ -5,9 +5,6 @@ andreis.vinogradovs@gmail.com - - marsoft@ya.ru - pva@gentoo.org diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest index 8545b9bc44ef..066581f288be 100644 --- a/media-libs/netpbm/Manifest +++ b/media-libs/netpbm/Manifest @@ -1,6 +1,7 @@ -DIST netpbm-10.51.00-libpng-1.5.patch.bz2 8120 SHA256 260a5f0e9834e7e1aa5c2dcc292695aa43b5aa198af1cb33e5705f7cac10da7b -DIST netpbm-10.51.00.tar.xz 1834148 SHA256 6d7bb30d1d0e7f6a23b55c6f03bbb20b539909ad84281dc944b1072656dc1d0e -DIST netpbm-10.56.00.tar.xz 1881348 SHA256 2169916c7c03bea90449f87b911a97f961565aa2b0123ab9f72b70d9429b172f -DIST netpbm-10.57.00.tar.xz 1884452 SHA256 128ee11c173d8ae96c4c1fa71084200ed22cca9df7b1b7fbdd4e23dbf78a8357 +DIST netpbm-10.51.00-libpng-1.5.patch.bz2 8120 SHA256 260a5f0e9834e7e1aa5c2dcc292695aa43b5aa198af1cb33e5705f7cac10da7b SHA512 3bebffb798e72e5ff872b482d43dffbd174496d1ca46e88bcb3c19f2b94cdfe2037aa1f19a22a40996503ccc03929bd28570722874a0c74265b083fbc66b24c4 WHIRLPOOL cbf1efd16ac7acef1fa318454f24afbd7f68eded7343168783ce8fd5dd389b9d97e7a9237cf4d6315cdeba462c9d84fb7011ddfa2df592b1fe15f4462ca0d623 +DIST netpbm-10.51.00.tar.xz 1834148 SHA256 6d7bb30d1d0e7f6a23b55c6f03bbb20b539909ad84281dc944b1072656dc1d0e SHA512 07b621bfebbd051a80eff09886bc2b3b4f82b01fa9087d6a76ed70a042493b69fb3295d471640a4576101ba19352a57eadf69c5721d9cc416d25ff563ee07c76 WHIRLPOOL 25cbfbdd575fe1c032ce1bb700181175b1386d481990e516ce62d953b1d37091c32ca2016c487d4963af1b8c79ec04953e59181334d2a53b9d5701acedabdf2a +DIST netpbm-10.56.00.tar.xz 1881348 SHA256 2169916c7c03bea90449f87b911a97f961565aa2b0123ab9f72b70d9429b172f SHA512 0a44fa235fe701026390953bf1d98b823fd81ddb78470d5ea5339ad130e7ffb3b146a32957a8d5f69eea40e1b2fa894706470ca6d5e4e435d7a5d90e1dcf6590 WHIRLPOOL f990118f5341f390cf6031e88fe8c9d2e6d084c65cb64cd33dae23284f389909af8411ca7beb88e43727f96af9f3c7d26497e5b988f05721cfc89442159003e1 +DIST netpbm-10.57.00.tar.xz 1884452 SHA256 128ee11c173d8ae96c4c1fa71084200ed22cca9df7b1b7fbdd4e23dbf78a8357 SHA512 24dea478599b189d7ed845d62f4b4de5a6c18e3cdf00c35edeb71f179a68a69233a7ce43d6a1be50c218dd32cedbe546e2344f2201e335f9d6d64475510dbb30 WHIRLPOOL f585dd5356b37555562a1094578b6161828b5df5a455022cc85aa2c7435b623edd2e67e6d836a1329da2e64ce23f27d5d201d97280f0080590fb795c3b111583 DIST netpbm-10.58.00.tar.xz 2521144 SHA256 e98eb3a039b401981825cad746a7733ea07750e5b6bde0adf68ea1ac31987bd5 SHA512 ffa1506114d03c237e0bfea27f09563268063bbc49db672a09ebfbfc836faa4fe4c4e707a4a32854bb84a4accd8e53cc66117146eb4c3d23464c5cb3e4dacfc2 WHIRLPOOL 9f6a798d4ae943b9f930fe5d11abb8fbe4692a68cf3fca29ecbc4eb65d6cd9836126e8c18a8006f7debbcca26588bbb669e4ff3a004ee7f7444d411bb1972791 DIST netpbm-10.59.00.tar.xz 2526328 SHA256 66a8202d393edf51c2d2adde54b46f7b533fb4f732adb26a8aa4f1ce4777dc04 SHA512 789095667b0adaaf4ae768dbc52226106caf35dc7fd01a3d352c88dfb699f90e74c5f0a6c002768acb673bcf9e36830b1f2951bfbe27a0159c1c73453b74efc5 WHIRLPOOL abd4e1d021b1908b4a12606f588e72dd477eeb6efce9b42dc92a04d02ac0640306134bb9824cd5bf85a7cef8a5dd4cec846b79e9cec9588f4c11ccb85a36684a +DIST netpbm-10.61.00.tar.xz 2547964 SHA256 7900a267987533e51f99449618389391f792250a12bc56ea52dd33d660ce71d4 SHA512 8876fea4e4b7d1c5b0317130ef18e14ce0b531bfaff1dd5615c266d50cc3ffcfb70ec62246e1c5770229572b8796e5dd36bf2fbdb1cf4e390f2fe3b247df693c WHIRLPOOL 52ac23b73f4db8b31650fd29a776cdf696f47fb9c1b2f463382c145b67f3a2ad6b909625e6c550d89b49871dc24d7f7250223bb1657e3d1f940ea4ae0ffcbf5e diff --git a/media-libs/netpbm/netpbm-10.61.00.ebuild b/media-libs/netpbm/netpbm-10.61.00.ebuild new file mode 100644 index 000000000000..1ef0d6e9d903 --- /dev/null +++ b/media-libs/netpbm/netpbm-10.61.00.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.61.00.ebuild,v 1.1 2013/01/06 02:00:17 vapier Exp $ + +EAPI="4" + +inherit toolchain-funcs eutils multilib + +DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats" +HOMEPAGE="http://netpbm.sourceforge.net/" +SRC_URI="mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc jbig jpeg jpeg2k png rle svga tiff X xml zlib" + +RDEPEND="jbig? ( media-libs/jbigkit ) + jpeg? ( virtual/jpeg ) + jpeg2k? ( media-libs/jasper ) + png? ( >=media-libs/libpng-1.4:0 ) + rle? ( media-libs/urt ) + svga? ( media-libs/svgalib ) + tiff? ( >=media-libs/tiff-3.5.5:0 ) + xml? ( dev-libs/libxml2 ) + zlib? ( sys-libs/zlib ) + X? ( x11-libs/libX11 )" +DEPEND="${RDEPEND} + app-arch/xz-utils + sys-devel/flex" + +netpbm_libtype() { + case ${CHOST} in + *-darwin*) echo dylib;; + *) echo unixshared;; + esac +} +netpbm_libsuffix() { + local suffix=$(get_libname) + echo ${suffix//\.} +} +netpbm_ldshlib() { + case ${CHOST} in + *-darwin*) echo '$(LDFLAGS) -dynamiclib -install_name $(SONAME)';; + *) echo '$(LDFLAGS) -shared -Wl,-soname,$(SONAME)';; + esac +} +netpbm_config() { + if use $1 ; then + [[ $2 != "!" ]] && echo -l${2:-$1} + else + echo NONE + fi +} + +src_prepare() { + epatch "${FILESDIR}"/netpbm-10.31-build.patch + + # make sure we use system urt + sed -i '/SUPPORT_SUBDIRS/s:urt::' GNUmakefile || die + rm -rf urt + + # take care of the importinc stuff ourselves by only doing it once + # at the top level and having all subdirs use that one set #149843 + sed -i \ + -e '/^importinc:/s|^|importinc:\nmanual_|' \ + -e '/-Iimportinc/s|-Iimp|-I"$(BUILDDIR)"/imp|g'\ + common.mk || die + sed -i \ + -e '/%.c/s: importinc$::' \ + common.mk lib/Makefile lib/util/Makefile || die + + # avoid ugly depend.mk warnings + touch $(find . -name Makefile | sed s:Makefile:depend.mk:g) +} + +src_configure() { + cat config.mk.in - >> config.mk <<-EOF + # Misc crap + BUILD_FIASCO = N + SYMLINK = ln -sf + + # Toolchain options + CC = $(tc-getCC) -Wall + LD = \$(CC) + CC_FOR_BUILD = $(tc-getBUILD_CC) + LD_FOR_BUILD = \$(CC_FOR_BUILD) + AR = $(tc-getAR) + RANLIB = $(tc-getRANLIB) + + STRIPFLAG = + CFLAGS_SHLIB = -fPIC + + LDRELOC = \$(LD) -r + LDSHLIB = $(netpbm_ldshlib) + LINKER_CAN_DO_EXPLICIT_LIBRARY = N # we can, but dont want to + LINKERISCOMPILER = Y + NETPBMLIBSUFFIX = $(netpbm_libsuffix) + NETPBMLIBTYPE = $(netpbm_libtype) + + # Gentoo build options + TIFFLIB = $(netpbm_config tiff) + # Let tiff worry about its own dependencies #395753 + TIFFLIB_NEEDS_JPEG = N + TIFFLIB_NEEDS_Z = N + JPEGLIB = $(netpbm_config jpeg) + PNGLIB = $(netpbm_config png) + ZLIB = $(netpbm_config zlib z) + LINUXSVGALIB = $(netpbm_config svga vga) + XML2_LIBS = $(netpbm_config xml xml2) + JBIGLIB = -ljbig + JBIGHDR_DIR = $(netpbm_config jbig "!") + JASPERLIB = -ljasper + JASPERHDR_DIR = $(netpbm_config jpeg2k "!") + URTLIB = $(netpbm_config rle) + URTHDR_DIR = + X11LIB = $(netpbm_config X X11) + X11HDR_DIR = + EOF + # cannot chain the die with the heredoc above as bash-3 + # has a parser bug in that setup #282902 + [ $? -eq 0 ] || die "writing config.mk failed" +} + +src_compile() { + emake -j1 pm_config.h version.h manual_importinc #149843 + emake +} + +src_install() { + # Subdir make targets like to use `mkdir` all over the place + # without any actual dependencies, thus the -j1. + emake -j1 package pkgdir="${D}"/usr + + [[ $(get_libdir) != "lib" ]] && mv "${D}"/usr/lib "${D}"/usr/$(get_libdir) + + # Remove cruft that we don't need, and move around stuff we want + rm "${D}"/usr/bin/{doc.url,manweb} || die + rm -r "${D}"/usr/man/web || die + rm -r "${D}"/usr/link || die + rm "${D}"/usr/{README,VERSION,config_template,pkginfo} || die + dodir /usr/share + mv "${D}"/usr/man "${D}"/usr/share/ || die + mv "${D}"/usr/misc "${D}"/usr/share/netpbm || die + + doman userguide/*.[0-9] + use doc && dohtml -r userguide + dodoc README + cd doc + dodoc HISTORY Netpbm.programming USERDOC + dohtml -r . +} diff --git a/media-sound/podget/Manifest b/media-sound/podget/Manifest index 8518dd4feef2..2894f6699911 100644 --- a/media-sound/podget/Manifest +++ b/media-sound/podget/Manifest @@ -1 +1,2 @@ DIST podget-0.6.tar.gz 32988 SHA256 58b3ace69295010b39f11dbf592109dfcc37684e8c08f71ea30c726d5f830d3a +DIST podget_0.6.9.tar.gz 30329 SHA256 7f676bf73568b18a3a9a3b8d5207a1b8a3a9da6869898c83bb36440983fa79a7 SHA512 f38ea35cda98346d13f50a900d8519d70ad6198e7237717f4e59e0149c92c9d9957c5106c4a2dc6235eb52ec6a6f69d1ea6710165fe5f7286d1882f19225f28b WHIRLPOOL 741e401a1789febb649cd553a512e350a6866e938ddd8588e986fa7ca32bb217df786904be0c80f775804d1c1d84380b4f78c8db8e28a4830d3bdd531978a0cc diff --git a/media-sound/podget/podget-0.6.9.ebuild b/media-sound/podget/podget-0.6.9.ebuild new file mode 100644 index 000000000000..8c87ab674059 --- /dev/null +++ b/media-sound/podget/podget-0.6.9.ebuild @@ -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/media-sound/podget/podget-0.6.9.ebuild,v 1.1 2013/01/05 23:35:59 pinkbyte Exp $ + +EAPI=5 + +MY_P="${PN}_${PV}" + +DESCRIPTION="A simple podcast aggregator written in bash" +HOMEPAGE="http://podget.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_compile() { + # There is a Makefile that we don't use + : +} + +src_install() { + dobin podget + doman DOC/podget.7 + dodoc -r Changelog README SCRIPTS/ +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 185b9ec877ef..072a74f6274b 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sat, 05 Jan 2013 21:06:52 +0000 +Sun, 06 Jan 2013 08:06:52 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 185b9ec877ef..072a74f6274b 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sat, 05 Jan 2013 21:06:52 +0000 +Sun, 06 Jan 2013 08:06:52 +0000 diff --git a/metadata/md5-cache/app-crypt/asekey-3.4 b/metadata/md5-cache/app-crypt/asekey-3.4 deleted file mode 100644 index 536d916d771e..000000000000 --- a/metadata/md5-cache/app-crypt/asekey-3.4 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst postrm -DEPEND=>=sys-apps/pcsc-lite-1.3.0 =virtual/libusb-0* virtual/pkgconfig -DESCRIPTION=ASEKey USB SIM Card Reader -HOMEPAGE=http://www.athena-scs.com -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=sys-apps/pcsc-lite-1.3.0 =virtual/libusb-0* -SLOT=0 -SRC_URI=http://www.athena-scs.com/downloads/asekey-3.4.tar.bz2 -_md5_=5c7a14c45313ba23e38e07293ce98049 diff --git a/metadata/md5-cache/app-crypt/asekey-3.7 b/metadata/md5-cache/app-crypt/asekey-3.7 new file mode 100644 index 000000000000..a3ec11ec3a46 --- /dev/null +++ b/metadata/md5-cache/app-crypt/asekey-3.7 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=sys-apps/pcsc-lite[udev] virtual/libusb:0 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=ASEKey USB SIM Card Reader +EAPI=4 +HOMEPAGE=http://www.athena-scs.com/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD LGPL-2.1 +RDEPEND=sys-apps/pcsc-lite[udev] virtual/libusb:0 +SLOT=0 +SRC_URI=http://www.athena-scs.com//docs/reader-drivers/asekey-3-7-tar.bz2 -> asekey-3.7.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3500ba98041a62ad6f02dd9f8616a61c diff --git a/metadata/md5-cache/app-editors/jupp-3.1_p24 b/metadata/md5-cache/app-editors/jupp-3.1_p24 new file mode 100644 index 000000000000..a9be719984f5 --- /dev/null +++ b/metadata/md5-cache/app-editors/jupp-3.1_p24 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=ncurses? ( sys-libs/ncurses ) !app-editors/joe +DESCRIPTION=portable version of JOE's Own Editor +EAPI=4 +HOMEPAGE=https://www.mirbsd.org/jupp.htm +IUSE=ncurses +KEYWORDS=~amd64 +LICENSE=GPL-1 +RDEPEND=ncurses? ( sys-libs/ncurses ) !app-editors/joe +SLOT=0 +SRC_URI=https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp24.tgz +_md5_=19ac07543e2d28c9b1f1fa5f31f35090 diff --git a/metadata/md5-cache/app-emulation/vboxgtk-0.8.2-r1 b/metadata/md5-cache/app-emulation/vboxgtk-0.8.2-r1 new file mode 100644 index 000000000000..d65c3c6b2b4d --- /dev/null +++ b/metadata/md5-cache/app-emulation/vboxgtk-0.8.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=dev-util/intltool sys-devel/gettext >=sys-apps/sed-4 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +DESCRIPTION=GTK frontend for VirtualBox +EAPI=5 +HOMEPAGE=http://code.google.com/p/vboxgtk/ +IUSE=linguas_cs linguas_gl python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=|| ( >=app-emulation/virtualbox-4.2.0[-headless,python,sdk] >=app-emulation/virtualbox-bin-4.2.0[python] ) dev-python/pygobject:3 x11-libs/gtk+:3[introspection] virtual/python-argparse dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://vboxgtk.googlecode.com/files/vboxgtk-0.8.2.tar.gz +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e6e9f3ba22777dee504c09cad3fd5eb6 diff --git a/metadata/md5-cache/app-emulation/vice-2.4 b/metadata/md5-cache/app-emulation/vice-2.4 index a85f6bcd292f..5045100bb558 100644 --- a/metadata/md5-cache/app-emulation/vice-2.4 +++ b/metadata/md5-cache/app-emulation/vice-2.4 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libICE x11-libs/libSM x11-libs/libXt x11-libs/libXxf86vm x11-apps/xset Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( !gnome? ( x11-libs/libXaw ) ) alsa? ( media-libs/alsa-lib ) gnome? ( x11-libs/gtk+:2 x11-libs/vte:0 dev-libs/atk x11-libs/pango ) lame? ( media-sound/lame ) ffmpeg? ( virtual/ffmpeg ) ethernet? ( >=net-libs/libpcap-0.9.8 >=net-libs/libnet-1.1.2.1 ) nls? ( virtual/libintl ) png? ( media-libs/libpng:0 ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) xv? ( x11-libs/libXv ) dga? ( x11-libs/libXxf86dga ) xrandr? ( x11-libs/libXrandr ) virtual/pkgconfig x11-apps/bdftopcf x11-apps/mkfontdir x11-proto/xproto x11-proto/xf86vidmodeproto x11-proto/xextproto dga? ( x11-proto/xf86dgaproto ) xv? ( x11-proto/videoproto ) nls? ( sys-devel/gettext ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=The Versatile Commodore 8-bit Emulator -EAPI=2 +EAPI=5 HOMEPAGE=http://vice-emu.sourceforge.net/ IUSE=Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio KEYWORDS=~amd64 ~ppc ~sparc ~x86 @@ -10,4 +10,4 @@ RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libICE x11-lib SLOT=0 SRC_URI=mirror://sourceforge/vice-emu/releases/vice-2.4.tar.gz _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 games e0a83e3f3f024b8c8ef7a8217d716cbf libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5210528bd02ab206fd51e5f63f55f1dd +_md5_=d5851632c332ad55b4f4470fff5f1652 diff --git a/metadata/md5-cache/app-emulation/wine-1.5.21 b/metadata/md5-cache/app-emulation/wine-1.5.21 new file mode 100644 index 000000000000..65d024ca1077 --- /dev/null +++ b/metadata/md5-cache/app-emulation/wine-1.5.21 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) X? ( x11-proto/inputproto x11-proto/xextproto x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 +DESCRIPTION=Free implementation of Windows(tm) on Unix +EAPI=5 +HOMEPAGE=http://www.winehq.org/ +IUSE=alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml pulseaudio +KEYWORDS=-* ~amd64 ~x86 ~x86-fbsd +LICENSE=LGPL-2.1 +RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) +REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/wine/Source/wine-1.5.21.tar.bz2 gecko? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86.msi win64? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/0.0.8/wine-mono-0.0.8.msi ) http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.5.21.tar.bz2 http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2012.11.24.tar.bz2 +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0fe41a9c74e07ca3f8ea5688341c8b71 diff --git a/metadata/md5-cache/app-emulation/wine-9999 b/metadata/md5-cache/app-emulation/wine-9999 index d73e1d5a53f9..a8e585994510 100644 --- a/metadata/md5-cache/app-emulation/wine-9999 +++ b/metadata/md5-cache/app-emulation/wine-9999 @@ -9,6 +9,6 @@ RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) RESTRICT=test SLOT=0 -SRC_URI=gecko? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86.msi win64? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/0.0.8/wine-mono-0.0.8.msi ) http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.5.20_pre20121207.tar.bz2 http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2012.11.24.tar.bz2 +SRC_URI=gecko? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86.msi win64? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/0.0.8/wine-mono-0.0.8.msi ) http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.5.21.tar.bz2 http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2012.11.24.tar.bz2 _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 git-2 15733ab6a6feb34af9837b41623c2bad gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c76126099d8a28f1f3205e8621a20a1a +_md5_=b5bdc3eea858b44377decdecfc99eb28 diff --git a/metadata/md5-cache/app-emulation/winetricks-922 b/metadata/md5-cache/app-emulation/winetricks-931 similarity index 78% rename from metadata/md5-cache/app-emulation/winetricks-922 rename to metadata/md5-cache/app-emulation/winetricks-931 index 96bb5089361d..c3b446c73385 100644 --- a/metadata/md5-cache/app-emulation/winetricks-922 +++ b/metadata/md5-cache/app-emulation/winetricks-931 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=app-arch/cabextract app-arch/unzip app-emulation/wine gtk? ( gnome-extra/zenity ) kde? ( kde-base/kdialog ) SLOT=0 -SRC_URI=http://winetricks.googlecode.com/svn-history/r922/trunk/src/winetricks -> winetricks-922 http://winetricks.googlecode.com/svn-history/r922/trunk/src/winetricks.1 -> winetricks-922.1 gtk? ( http://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) kde? ( http://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) +SRC_URI=http://winetricks.googlecode.com/svn-history/r931/trunk/src/winetricks -> winetricks-931 http://winetricks.googlecode.com/svn-history/r931/trunk/src/winetricks.1 -> winetricks-931.1 gtk? ( http://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) kde? ( http://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=979cddd4948d1e6aeba7892aa7ee52fd +_md5_=0126511e229bda879931b4fb5345959a diff --git a/metadata/md5-cache/app-misc/trash-cli-0.12.9.14-r2 b/metadata/md5-cache/app-misc/trash-cli-0.12.9.14-r2 new file mode 100644 index 000000000000..2bce91586035 --- /dev/null +++ b/metadata/md5-cache/app-misc/trash-cli-0.12.9.14-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +DESCRIPTION=Python scripts to manipulate trash cans via the command line +EAPI=5 +HOMEPAGE=https://github.com/andreafrancia/trash-cli +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=virtual/python-argparse dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://github.com/andreafrancia/trash-cli/tarball/0.12.9.14 -> trash-cli-0.12.9.14.tar.gz +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_md5_=2d92786f26285a8e6c7767f48d871224 diff --git a/metadata/md5-cache/app-shells/rssh-2.3.4 b/metadata/md5-cache/app-shells/rssh-2.3.4 index 6bfefc18a6ca..17f19c84950c 100644 --- a/metadata/md5-cache/app-shells/rssh-2.3.4 +++ b/metadata/md5-cache/app-shells/rssh-2.3.4 @@ -9,4 +9,4 @@ RDEPEND=virtual/ssh SLOT=0 SRC_URI=mirror://sourceforge/rssh/rssh-2.3.4.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8c59e6b879d721cb3bb094a5e2781d8d +_md5_=17a90584622862928d02c84ad77b82e5 diff --git a/metadata/md5-cache/app-text/keepnote-0.7.9-r2 b/metadata/md5-cache/app-text/keepnote-0.7.9-r2 new file mode 100644 index 000000000000..e26714e1a6aa --- /dev/null +++ b/metadata/md5-cache/app-text/keepnote-0.7.9-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=sys-apps/sed-4 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) +DESCRIPTION=A note taking application +EAPI=5 +HOMEPAGE=http://keepnote.org/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-python/pygobject:2 dev-python/pygtk:2 x11-misc/xdg-utils virtual/python-argparse dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://keepnote.org/download-test/keepnote-0.7.9.tar.gz +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=215d43ea7a8a5d64af0fe1444a427069 diff --git a/metadata/md5-cache/dev-db/sqlite-3.7.15.1 b/metadata/md5-cache/dev-db/sqlite-3.7.15.1 index 1512f16a45f1..313e7d269c06 100644 --- a/metadata/md5-cache/dev-db/sqlite-3.7.15.1 +++ b/metadata/md5-cache/dev-db/sqlite-3.7.15.1 @@ -3,11 +3,11 @@ DEPEND=icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline ) tcl? ( dev-lang/t DESCRIPTION=A SQL Database Engine in a C Library EAPI=5 HOMEPAGE=http://sqlite.org/ -IUSE=debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify +IUSE=debug doc +extensions +fts3 icu +readline secure-delete soundex static-libs tcl test +threadsafe unlock-notify KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline ) tcl? ( dev-lang/tcl ) SLOT=3 SRC_URI=doc? ( http://sqlite.org/sqlite-doc-3071500.zip ) tcl? ( http://sqlite.org/sqlite-src-3071501.zip ) !tcl? ( test? ( http://sqlite.org/sqlite-src-3071501.zip ) !test? ( http://sqlite.org/sqlite-autoconf-3071501.tar.gz ) ) _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=825a81409d92db7849c2abe001517542 +_md5_=3815529dad847bc28b42d6971922cee1 diff --git a/metadata/md5-cache/dev-lang/nqp-2012.12 b/metadata/md5-cache/dev-lang/nqp-2012.12 new file mode 100644 index 000000000000..a38334997baa --- /dev/null +++ b/metadata/md5-cache/dev-lang/nqp-2012.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-lang/parrot-4.4.0[unicode] dev-lang/perl +DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler +EAPI=3 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=>=dev-lang/parrot-4.4.0[unicode] +SLOT=0 +SRC_URI=http://github.com/perl6/nqp/tarball/2012.12 -> nqp-2012.12.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=420e3afc9a2b583823dd6895d1aa12c3 diff --git a/metadata/md5-cache/dev-lang/parrot-4.11.0 b/metadata/md5-cache/dev-lang/parrot-4.11.0 new file mode 100644 index 000000000000..dddb7419dc68 --- /dev/null +++ b/metadata/md5-cache/dev-lang/parrot-4.11.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl[doc?] sys-libs/readline opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6 ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre ) +DESCRIPTION=Virtual machine designed to efficiently compile and execute bytecode for dynamic languages +EAPI=3 +HOMEPAGE=http://www.parrot.org/ +IUSE=opengl nls doc examples gdbm gmp ssl +unicode pcre +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=Artistic-2 +RDEPEND=sys-libs/readline opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6 ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre ) +SLOT=0 +SRC_URI=ftp://ftp.parrot.org/pub/parrot/releases/devel/4.11.0/parrot-4.11.0.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=54f40354ae6ed2dc66c983f6cdc18c74 diff --git a/metadata/md5-cache/dev-lang/rakudo-2012.12 b/metadata/md5-cache/dev-lang/rakudo-2012.12 new file mode 100644 index 000000000000..1a6e0cbfae81 --- /dev/null +++ b/metadata/md5-cache/dev-lang/rakudo-2012.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=dev-lang/parrot-4.4.0[unicode] >=dev-lang/nqp-2012.12 dev-lang/perl +DESCRIPTION=A Perl 6 implementation built on the Parrot virtual machine +EAPI=3 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=>=dev-lang/parrot-4.4.0[unicode] >=dev-lang/nqp-2012.12 +SLOT=0 +SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2012.12.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=cb5db05aa7436d39e4cb28ea1fcf73a1 diff --git a/metadata/md5-cache/dev-libs/icu-50.1-r1 b/metadata/md5-cache/dev-libs/icu-50.1-r1 index fad59418f4b3..e4acd8d915df 100644 --- a/metadata/md5-cache/dev-libs/icu-50.1-r1 +++ b/metadata/md5-cache/dev-libs/icu-50.1-r1 @@ -6,8 +6,7 @@ HOMEPAGE=http://www.icu-project.org/ IUSE=debug doc examples static-libs KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=BSD -RDEPEND=!dev-libs/icu:0/50 SLOT=0/50 SRC_URI=http://download.icu-project.org/files/icu4c/50.1/icu4c-50_1-src.tgz _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=55a9aa5a2f7d642549aedb32c25d46ba +_md5_=c135746eda450b9449838ec50e28e6cc diff --git a/metadata/md5-cache/dev-libs/icu-50.1-r2 b/metadata/md5-cache/dev-libs/icu-50.1-r2 index cb6b7f203eee..46d1aac8e7ad 100644 --- a/metadata/md5-cache/dev-libs/icu-50.1-r2 +++ b/metadata/md5-cache/dev-libs/icu-50.1-r2 @@ -6,8 +6,7 @@ HOMEPAGE=http://www.icu-project.org/ IUSE=debug doc examples static-libs KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=BSD -RDEPEND=!dev-libs/icu:0/50 SLOT=0/50 SRC_URI=http://download.icu-project.org/files/icu4c/50.1/icu4c-50_1-src.tgz _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=db5c686ad983eacd13f3fe030c17d6de +_md5_=0de6599704319823dde36567ada95fa5 diff --git a/metadata/md5-cache/dev-libs/icu-50.1.1 b/metadata/md5-cache/dev-libs/icu-50.1.1 index cfcd7d44b680..2beae18be96b 100644 --- a/metadata/md5-cache/dev-libs/icu-50.1.1 +++ b/metadata/md5-cache/dev-libs/icu-50.1.1 @@ -6,8 +6,7 @@ HOMEPAGE=http://www.icu-project.org/ IUSE=debug doc examples static-libs KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=BSD -RDEPEND=!dev-libs/icu:0/50 SLOT=0/50 SRC_URI=http://download.icu-project.org/files/icu4c/50.1.1/icu4c-50_1_1-src.tgz _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7afc3e3493cf424581ae112e0af07b5c +_md5_=e23302b944f7675b4e06a3053e958956 diff --git a/metadata/md5-cache/dev-perl/Test-Portability-Files-0.60.0 b/metadata/md5-cache/dev-perl/Test-Portability-Files-0.60.0 index a05aa8d221f1..62a1243a76f7 100644 --- a/metadata/md5-cache/dev-perl/Test-Portability-Files-0.60.0 +++ b/metadata/md5-cache/dev-perl/Test-Portability-Files-0.60.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=virtual/perl-File-Spec virtual/perl-Test-Simple dev-lang/perl[-build] SLOT=0 -SRC_URI=mirror://cpan/authors/id/S/SA/SAPER/Test-Portability-Files-0.06.tar.gz +SRC_URI=mirror://cpan/authors/id/A/AB/ABRAXXA/Test-Portability-Files-0.06.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ed765357c0441e39764df7d3698434a9 +_md5_=284528216301b4329e829d923c237ce9 diff --git a/metadata/md5-cache/dev-python/apsw-3.7.15.1_p1 b/metadata/md5-cache/dev-python/apsw-3.7.15.1_p1 new file mode 100644 index 000000000000..ee782cf15426 --- /dev/null +++ b/metadata/md5-cache/dev-python/apsw-3.7.15.1_p1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/sqlite-3.7.15.1[extensions] app-arch/unzip 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(-)] 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 ) +DESCRIPTION=APSW - Another Python SQLite Wrapper +EAPI=5 +HOMEPAGE=http://code.google.com/p/apsw/ +IUSE=doc 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 ~ppc64 ~x86 +LICENSE=ZLIB +RDEPEND=>=dev-db/sqlite-3.7.15.1[extensions] 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(-)] 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 ) +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=http://apsw.googlecode.com/files/apsw-3.7.15.1-r1.zip +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=b123242f0e4e6ce842ba05f3d2ab652f diff --git a/metadata/md5-cache/dev-python/llfuse-0.38 b/metadata/md5-cache/dev-python/llfuse-0.38 new file mode 100644 index 000000000000..b5fa9fca6dc2 --- /dev/null +++ b/metadata/md5-cache/dev-python/llfuse-0.38 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-fs/fuse-2.8.0 dev-python/setuptools[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-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(-)] virtual/pkgconfig dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-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_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 ) +DESCRIPTION=Python bindings for the low-level FUSE API +EAPI=5 +HOMEPAGE=http://python-llfuse.googlecode.com/ http://pypi.python.org/pypi/llfuse +IUSE=doc python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2 +RDEPEND=>=sys-fs/fuse-2.8.0 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-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_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 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/l/llfuse/llfuse-0.38.tar.bz2 +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=f8b95978fd9727f6dba5df8c059f2fc0 diff --git a/metadata/md5-cache/dev-python/pyliblzma-0.5.3-r1 b/metadata/md5-cache/dev-python/pyliblzma-0.5.3-r1 new file mode 100644 index 000000000000..9cd0a532f613 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyliblzma-0.5.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/xz-utils dev-python/setuptools[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pkgconfig dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +DESCRIPTION=Python bindings for liblzma +EAPI=5 +HOMEPAGE=https://launchpad.net/pyliblzma http://pypi.python.org/pypi/pyliblzma +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3 +RDEPEND=app-arch/xz-utils dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyliblzma/pyliblzma-0.5.3.tar.bz2 +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=bd4e9739e1bd63bf3c888fef28b118fd diff --git a/metadata/md5-cache/dev-ruby/json-1.7.6 b/metadata/md5-cache/dev-ruby/json-1.7.6 new file mode 100644 index 000000000000..34736d0d7552 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/json-1.7.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=dev-util/ragel ruby_targets_ruby18? ( dev-ruby/rake[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/rake[ruby_targets_ree18] ) ruby_targets_ruby19? ( dev-ruby/rake[ruby_targets_ruby19] ) ruby_targets_jruby? ( dev-ruby/rake[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=A JSON implementation as a Ruby extension. +EAPI=5 +HOMEPAGE=http://json.rubyforge.org/ +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Ruby GPL-2 ) +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/json-1.7.6.gem +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=28c273ec1326e90418a4120b8a3d8caa diff --git a/metadata/md5-cache/dev-util/a8-0.11-r1 b/metadata/md5-cache/dev-util/a8-0.11-r1 new file mode 100644 index 000000000000..9b3226808862 --- /dev/null +++ b/metadata/md5-cache/dev-util/a8-0.11-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=dev-python/dbus-python-1 dev-python/logbook dev-python/psutil dev-python/pyyaml >=dev-python/pygtk-2.22 >=dev-python/pygtkhelpers-0.4.3 virtual/python-argparse x11-libs/vte:0[python] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) >=sys-apps/sed-4 +DESCRIPTION=An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser +EAPI=5 +HOMEPAGE=http://code.google.com/p/abominade/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-python/dbus-python-1 dev-python/logbook dev-python/psutil dev-python/pyyaml >=dev-python/pygtk-2.22 >=dev-python/pygtkhelpers-0.4.3 virtual/python-argparse x11-libs/vte:0[python] app-editors/gvim app-editors/vim dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/a/a8/a8-0.11.tar.gz +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6aa0bcc96ab5d28b7380bbd5b8e6b395 diff --git a/metadata/md5-cache/dev-util/ninja-ide-2.1.1-r2 b/metadata/md5-cache/dev-util/ninja-ide-2.1.1-r2 new file mode 100644 index 000000000000..94760bb16e5d --- /dev/null +++ b/metadata/md5-cache/dev-util/ninja-ide-2.1.1-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack +DEPEND=dev-python/PyQt4[webkit] dev-python/argparse dev-python/simplejson dev-python/pyinotify virtual/python-argparse >=sys-apps/sed-4 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +DESCRIPTION=Ninja-IDE Is Not Just Another IDE +EAPI=5 +HOMEPAGE=http://www.ninja-ide.org +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/PyQt4[webkit] dev-python/argparse dev-python/simplejson dev-python/pyinotify virtual/python-argparse dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ninja-ide/ninja-ide/tarball/v2.1.1 -> ninja-ide-2.1.1.tar.gz +_eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_md5_=a2b1f0a6e2eaa5374ceadcfc243e274f diff --git a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.25 b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.25 index a7b75051f8a2..05e413bc9cc8 100644 --- a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.25 +++ b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.25 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install DEPEND=games-misc/fortune-mod DESCRIPTION=Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru EAPI=4 -HOMEPAGE=http://marsoft.dyndns.info/fortunes-gentoo-ru/ +HOMEPAGE=http://fortunes.gentoo.ru KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=as-is RDEPEND=games-misc/fortune-mod SLOT=0 SRC_URI=http://slepnoga.googlecode.com/files/gentoo-ru-0.25.gz http://marsoft.dyndns.info/fortunes-gentoo-ru/gentoo-ru-0.25.gz -_md5_=528d27869b679d36ccbce5f235660a64 +_md5_=41585e8fd9818159c33d50ca88a8ea67 diff --git a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.26 b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.26 index cd8727144b82..7c08c1794725 100644 --- a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.26 +++ b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-0.26 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install DEPEND=games-misc/fortune-mod DESCRIPTION=Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru EAPI=4 -HOMEPAGE=http://marsoft.dyndns.info/fortunes-gentoo-ru/ +HOMEPAGE=http://fortunes.gentoo.ru KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=as-is RDEPEND=games-misc/fortune-mod SLOT=0 SRC_URI=http://slepnoga.googlecode.com/files/gentoo-ru-0.26.gz http://maryasin.name/fortunes-gentoo-ru/gentoo-ru-0.26.gz -_md5_=fdf67f59d0bdaaf8cf998276b138a034 +_md5_=c9f37e24c0604366beffc6d8018810a4 diff --git a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-9999 b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-9999 index 348d1463a230..eda208631056 100644 --- a/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-9999 +++ b/metadata/md5-cache/games-misc/fortune-mod-gentoo-ru-9999 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install prepare unpack DEPEND=games-misc/fortune-mod dev-vcs/mercurial DESCRIPTION=Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru EAPI=4 -HOMEPAGE=http://marsoft.dyndns.info/fortunes-gentoo-ru/ +HOMEPAGE=http://fortunes.gentoo.ru LICENSE=as-is RDEPEND=games-misc/fortune-mod SLOT=0 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 mercurial 6840a3d39fd16bd270579bf4499f269b multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0c068afefe57ab082f1a9f31f59bc759 +_md5_=8f7574df755776a8d0484a1963fea1bc diff --git a/metadata/md5-cache/media-libs/netpbm-10.61.00 b/metadata/md5-cache/media-libs/netpbm-10.61.00 new file mode 100644 index 000000000000..fe00d9700ba6 --- /dev/null +++ b/metadata/md5-cache/media-libs/netpbm-10.61.00 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=jbig? ( media-libs/jbigkit ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) png? ( >=media-libs/libpng-1.4:0 ) rle? ( media-libs/urt ) svga? ( media-libs/svgalib ) tiff? ( >=media-libs/tiff-3.5.5:0 ) xml? ( dev-libs/libxml2 ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libX11 ) app-arch/xz-utils sys-devel/flex +DESCRIPTION=A set of utilities for converting to/from the netpbm (and related) formats +EAPI=4 +HOMEPAGE=http://netpbm.sourceforge.net/ +IUSE=doc jbig jpeg jpeg2k png rle svga tiff X xml zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=jbig? ( media-libs/jbigkit ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) png? ( >=media-libs/libpng-1.4:0 ) rle? ( media-libs/urt ) svga? ( media-libs/svgalib ) tiff? ( >=media-libs/tiff-3.5.5:0 ) xml? ( dev-libs/libxml2 ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libX11 ) +SLOT=0 +SRC_URI=mirror://gentoo/netpbm-10.61.00.tar.xz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=eeabb7af46aeaeb931cb8193f717b984 diff --git a/metadata/md5-cache/media-sound/podget-0.6.9 b/metadata/md5-cache/media-sound/podget-0.6.9 new file mode 100644 index 000000000000..cced3a28c23b --- /dev/null +++ b/metadata/md5-cache/media-sound/podget-0.6.9 @@ -0,0 +1,9 @@ +DEFINED_PHASES=compile install +DESCRIPTION=A simple podcast aggregator written in bash +EAPI=5 +HOMEPAGE=http://podget.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://sourceforge/podget/podget_0.6.9.tar.gz +_md5_=6e39510445dda885eb79cef0a6a7cf7b diff --git a/metadata/md5-cache/net-dns/djbdns-1.05-r23 b/metadata/md5-cache/net-dns/djbdns-1.05-r23 index b3606dd26d76..0afd0426b104 100644 --- a/metadata/md5-cache/net-dns/djbdns-1.05-r23 +++ b/metadata/md5-cache/net-dns/djbdns-1.05-r23 @@ -8,4 +8,4 @@ RDEPEND=virtual/daemontools sys-apps/ucspi-tcp doc? ( app-doc/djbdns-man ) selin SLOT=0 SRC_URI=http://cr.yp.to/djbdns/djbdns-1.05.tar.gz ipv6? ( http://www.fefe.de/dns/djbdns-1.05-test23.diff.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=05616372be92631a22e85d445eb8aa01 +_md5_=bea3ab8bd52ab01bea12a07127216026 diff --git a/metadata/md5-cache/net-dns/djbdns-1.05-r24 b/metadata/md5-cache/net-dns/djbdns-1.05-r24 index c0f3b14489b7..e78cade6fd4c 100644 --- a/metadata/md5-cache/net-dns/djbdns-1.05-r24 +++ b/metadata/md5-cache/net-dns/djbdns-1.05-r24 @@ -9,4 +9,4 @@ RDEPEND=virtual/daemontools sys-apps/ucspi-tcp doc? ( app-doc/djbdns-man ) selin SLOT=0 SRC_URI=http://cr.yp.to/djbdns/djbdns-1.05.tar.gz ipv6? ( http://www.fefe.de/dns/djbdns-1.05-test23.diff.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f03d9ec0b13fff4802e01f8fb8c849fb +_md5_=2fd1896a55f450070f238b8d83ed2f6e diff --git a/metadata/md5-cache/net-dns/djbdns-1.05-r25 b/metadata/md5-cache/net-dns/djbdns-1.05-r25 index 5872b3267ba7..7f45f1f28f62 100644 --- a/metadata/md5-cache/net-dns/djbdns-1.05-r25 +++ b/metadata/md5-cache/net-dns/djbdns-1.05-r25 @@ -9,4 +9,4 @@ RDEPEND=virtual/daemontools sys-apps/ucspi-tcp doc? ( app-doc/djbdns-man ) selin SLOT=0 SRC_URI=http://cr.yp.to/djbdns/djbdns-1.05.tar.gz ipv6? ( http://www.fefe.de/dns/djbdns-1.05-test23.diff.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0986c447e7e76c4ba9175eb7541644d3 +_md5_=c5f811cf678e480cf98bdb6a9a3fac5b diff --git a/metadata/md5-cache/net-dns/djbdns-1.05-r26 b/metadata/md5-cache/net-dns/djbdns-1.05-r26 index 7a94a82b162c..f18ecc077c24 100644 --- a/metadata/md5-cache/net-dns/djbdns-1.05-r26 +++ b/metadata/md5-cache/net-dns/djbdns-1.05-r26 @@ -9,4 +9,4 @@ RDEPEND=virtual/daemontools sys-apps/ucspi-tcp doc? ( app-doc/djbdns-man ) selin SLOT=0 SRC_URI=http://cr.yp.to/djbdns/djbdns-1.05.tar.gz ipv6? ( http://www.fefe.de/dns/djbdns-1.05-test23.diff.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6b969b9734e5fc9db9aaa3dc7339b090 +_md5_=d43ecb665cdd00770423d6c36acc089a diff --git a/metadata/md5-cache/net-misc/dropbox-cli-1-r1 b/metadata/md5-cache/net-misc/dropbox-cli-1-r1 new file mode 100644 index 000000000000..286382a63bd1 --- /dev/null +++ b/metadata/md5-cache/net-misc/dropbox-cli-1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install +DESCRIPTION=Cli interface for dropbox daemon (python) +EAPI=5 +HOMEPAGE=http://www.dropbox.com/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=net-misc/dropbox virtual/python-argparse dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~hasufell/distfiles/dropbox-cli-1.py.xz +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=a78a9197c0cbdb9c03b9445fba6c32d5 diff --git a/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 b/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 new file mode 100644 index 000000000000..f54354c90b9f --- /dev/null +++ b/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=bazaar? ( dev-vcs/bzr ) +DESCRIPTION=A collection of tools to let /etc be stored in a repository +EAPI=5 +HOMEPAGE=http://kitenet.net/~joey/code/etckeeper/ +IUSE=bazaar cron python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=bazaar? ( dev-vcs/bzr ) app-portage/portage-utils virtual/python-argparse cron? ( virtual/cron ) bazaar? ( dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) ) !bazaar? ( || ( dev-vcs/git dev-vcs/mercurial dev-vcs/darcs ) ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://git.kitenet.net/?p=etckeeper.git;a=snapshot;h=refs/tags/0.63;sf=tgz -> etckeeper-0.63.tar.gz +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 prefix 21058c21ca48453d771df15500873ede python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4cc9fa69283806eb467996ae68949297 diff --git a/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 b/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 index d235da785295..67fef3b53096 100644 --- a/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 +++ b/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=pm-utils? ( sys-power/pm-utils ) qt4? ( dev-python/PyQt4 ) dev-lang/python SLOT=0 -SRC_URI=http://dev.gentoo.org/~joker/distfiles/razercfg-0.19_p20121013.tar.bz2 +SRC_URI=http://bues.ch/gitweb?p=razer.git;a=snapshot;h=1416b03a29589dd6ce6ae80d3e80e497cd99282f;sf=tgz -> razercfg-0.19_p20121013.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e8665b751c884cf0f9ae3959d6f2bd6c +_md5_=9ab3fe9906352c63e113fcebca68cc1b diff --git a/metadata/md5-cache/sys-auth/keystone-9999 b/metadata/md5-cache/sys-auth/keystone-9999 index c057a8e511f7..0a71aa3c3a36 100644 --- a/metadata/md5-cache/sys-auth/keystone-9999 +++ b/metadata/md5-cache/sys-auth/keystone-9999 @@ -9,6 +9,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) RESTRICT=test SLOT=folsom -SRC_URI=https://github.com/openstack/keystone.git _eclasses_=distutils-r1 cc3a672120018d9c20927d612750cd5e eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8d3e0b6731146d2aa11520eda2db2e07 +_md5_=6e51b1dda88a2d0c551992d0722c9aa5 diff --git a/metadata/md5-cache/sys-boot/os-prober-1.57 b/metadata/md5-cache/sys-boot/os-prober-1.57 new file mode 100644 index 000000000000..939429144564 --- /dev/null +++ b/metadata/md5-cache/sys-boot/os-prober-1.57 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install postinst prepare +DESCRIPTION=Utility to detect other OSs on a set of drives +EAPI=5 +HOMEPAGE=http://packages.debian.org/source/sid/os-prober +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +SLOT=0 +SRC_URI=mirror://debian/pool/main/o/os-prober/os-prober_1.57.tar.gz +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=9adac6b0c8419b723a15b4334403ea72 diff --git a/metadata/md5-cache/sys-fs/ext4magic-0.3.1 b/metadata/md5-cache/sys-fs/ext4magic-0.3.1-r1 similarity index 65% rename from metadata/md5-cache/sys-fs/ext4magic-0.3.1 rename to metadata/md5-cache/sys-fs/ext4magic-0.3.1-r1 index 0448298a6af2..ca283a67f472 100644 --- a/metadata/md5-cache/sys-fs/ext4magic-0.3.1 +++ b/metadata/md5-cache/sys-fs/ext4magic-0.3.1-r1 @@ -1,12 +1,13 @@ DEFINED_PHASES=configure DEPEND=app-arch/bzip2 >=sys-apps/file-5.04 sys-apps/util-linux >=sys-fs/e2fsprogs-1.41.9 sys-libs/zlib DESCRIPTION=Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems -EAPI=4 +EAPI=5 HOMEPAGE=http://developer.berlios.de/projects/ext4magic/ -IUSE=expert-mode debug +IUSE=debug expert-mode file-attr KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=app-arch/bzip2 >=sys-apps/file-5.04 sys-apps/util-linux >=sys-fs/e2fsprogs-1.41.9 sys-libs/zlib SLOT=0 SRC_URI=mirror://berlios/ext4magic/ext4magic-0.3.1.tar.gz -_md5_=7603fa36d051ccf98b40d56b36e7ef9b +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=de54ecadbd8b185a7692a918c8101111 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.36 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.36 new file mode 100644 index 000000000000..d2cb03b76095 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.36 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources for the Linux kernel +EAPI=2 +HOMEPAGE=http://www.kernel.org +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.2.36 +SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.2.36.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=00205c80ffb47f79c403e72cc59bd78d diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.5.7 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.5.7 index 715c1dbfb18a..70cdeacab754 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.5.7 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.5.7 @@ -12,4 +12,4 @@ RESTRICT=binchecks strip SLOT=3.5.7 SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.5.7.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.5.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.5.N/deblob-3.5 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.5.N/deblob-check -> deblob-check-3.5 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5509c725413de5d45c47b9911e9700a8 +_md5_=f173a499d4781376091224e9aac62358 diff --git a/metadata/md5-cache/virtual/python-argparse-0 b/metadata/md5-cache/virtual/python-argparse-0 index 22cb595b3f67..2e532dacf8a8 100644 --- a/metadata/md5-cache/virtual/python-argparse-0 +++ b/metadata/md5-cache/virtual/python-argparse-0 @@ -3,8 +3,8 @@ DESCRIPTION=A virtual for the Python argparse module EAPI=5 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 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_jython2_5 KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris -RDEPEND=python_targets_python2_5? ( dev-python/argparse ) python_targets_python2_6? ( dev-python/argparse ) python_targets_jython2_5? ( dev-python/argparse ) +RDEPEND=python_targets_python2_5? ( dev-python/argparse ) python_targets_python2_6? ( dev-python/argparse ) python_targets_python3_1? ( dev-python/argparse ) python_targets_jython2_5? ( dev-python/argparse ) REQUIRED_USE=|| ( 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_targets_pypy1_8 python_targets_pypy1_9 python_targets_jython2_5 ) SLOT=0 _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=a721e2a9ec9a9ad41c9f1e4f85cc86dd +_md5_=bd80e050611157b143fd929e0de44097 diff --git a/metadata/md5-cache/virtual/python-argparse-1 b/metadata/md5-cache/virtual/python-argparse-1 index 96ea65f98447..3179363bcede 100644 --- a/metadata/md5-cache/virtual/python-argparse-1 +++ b/metadata/md5-cache/virtual/python-argparse-1 @@ -3,8 +3,8 @@ DESCRIPTION=A virtual for the Python argparse module EAPI=5 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 python_targets_pypy1_8 python_targets_pypy1_9 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris -RDEPEND=python_targets_python2_5? ( dev-python/argparse[python_targets_python2_5] ) python_targets_python2_6? ( dev-python/argparse[python_targets_python2_6] ) +RDEPEND=python_targets_python2_5? ( dev-python/argparse[python_targets_python2_5] ) python_targets_python2_6? ( dev-python/argparse[python_targets_python2_6] ) python_targets_python3_1? ( dev-python/argparse[python_targets_python3_1] ) REQUIRED_USE=|| ( 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_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=514d0ef847efa5b165312d154e795f1f +_md5_=8c39181226629e1be28f57cfec6aa022 diff --git a/metadata/md5-cache/www-servers/monkeyd-1.0.1 b/metadata/md5-cache/www-servers/monkeyd-1.0.1 deleted file mode 100644 index 13eea7bd6881..000000000000 --- a/metadata/md5-cache/www-servers/monkeyd-1.0.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup -DESCRIPTION=A small, fast, and scalable web server -EAPI=4 -HOMEPAGE=http://www.monkey-project.com/ -IUSE=php -KEYWORDS=amd64 arm ~mips ppc ppc64 x86 -LICENSE=GPL-2 -RDEPEND=php? ( virtual/httpd-php ) -SLOT=0 -SRC_URI=http://monkey-project.com/releases/1.0/monkey-1.0.1.tar.gz -_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fe644228440f75d99dda756d6885fb04 diff --git a/metadata/md5-cache/www-servers/monkeyd-1.0.1-r1 b/metadata/md5-cache/www-servers/monkeyd-1.0.1-r1 deleted file mode 100644 index 4415862f93d4..000000000000 --- a/metadata/md5-cache/www-servers/monkeyd-1.0.1-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup -DESCRIPTION=A small, fast, and scalable web server -EAPI=4 -HOMEPAGE=http://www.monkey-project.com/ -IUSE=php -KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=php? ( virtual/httpd-php ) -SLOT=0 -SRC_URI=http://monkey-project.com/releases/1.0/monkey-1.0.1.tar.gz -_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8aee39d9105d7a63f89dcfbe36fbc9e6 diff --git a/metadata/md5-cache/www-servers/monkeyd-1.1.1 b/metadata/md5-cache/www-servers/monkeyd-1.1.1 index 7a9166a54556..1135e7d5e312 100644 --- a/metadata/md5-cache/www-servers/monkeyd-1.1.1 +++ b/metadata/md5-cache/www-servers/monkeyd-1.1.1 @@ -5,8 +5,8 @@ HOMEPAGE=http://www.monkey-project.com/ IUSE=php KEYWORDS=amd64 arm ~mips ppc ppc64 x86 LICENSE=GPL-2 -RDEPEND=php? ( virtual/httpd-php ) +RDEPEND=php? ( dev-lang/php ) SLOT=0 SRC_URI=http://monkey-project.com/releases/1.1/monkey-1.1.1.tar.gz _eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6a2dd7fb4038a9671bcf87e622ff18fe +_md5_=50924af3422141dbff584310ed92e535 diff --git a/metadata/md5-cache/x11-wm/herbstluftwm-0.5.1 b/metadata/md5-cache/x11-wm/herbstluftwm-0.5.1 new file mode 100644 index 000000000000..02172bf47177 --- /dev/null +++ b/metadata/md5-cache/x11-wm/herbstluftwm-0.5.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install +DEPEND=>=dev-libs/glib-2.24:2 x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) virtual/pkgconfig +DESCRIPTION=A manual tiling window manager for X +EAPI=5 +HOMEPAGE=http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/ +IUSE=examples xinerama zsh-completion +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=>=dev-libs/glib-2.24:2 x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) app-shells/bash zsh-completion? ( app-shells/zsh ) +SLOT=0 +SRC_URI=http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/tarballs/herbstluftwm-0.5.1.tar.gz +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=c086017aa1a35e45176c968fb6ecc860 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 5f94cdc10811..066789b6bad6 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sat, 05 Jan 2013 21:06:55 +0000 +Sun, 06 Jan 2013 08:06:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 85934050b6b9..0079732d30b5 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sat Jan 5 21:06:52 UTC 2013 +Sun Jan 6 08:06:52 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index e5a59eea126a..533740008043 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sat, 05 Jan 2013 21:30:01 +0000 +Sun, 06 Jan 2013 08:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index de02078320fa..c40230f04521 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1357419901 Sat Jan 5 21:05:01 2013 UTC +1357459501 Sun Jan 6 08:05:01 2013 UTC diff --git a/net-dns/djbdns/djbdns-1.05-r23.ebuild b/net-dns/djbdns/djbdns-1.05-r23.ebuild index 6b2427b7d708..97867921f703 100644 --- a/net-dns/djbdns/djbdns-1.05-r23.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r23.ebuild @@ -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/net-dns/djbdns/djbdns-1.05-r23.ebuild,v 1.10 2012/06/14 02:04:37 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r23.ebuild,v 1.11 2013/01/05 23:03:04 pinkbyte Exp $ IUSE="doc ipv6 selinux static" @@ -36,7 +36,7 @@ src_unpack() { elog 'of custom patches.' elog elog 'Some of them can be found at http://tinydns.org/ or' - elog 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/' + elog 'http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/djbdns/' elog epatch \ diff --git a/net-dns/djbdns/djbdns-1.05-r24.ebuild b/net-dns/djbdns/djbdns-1.05-r24.ebuild index f8f03c5b8398..87eefe0009a3 100644 --- a/net-dns/djbdns/djbdns-1.05-r24.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r24.ebuild @@ -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/net-dns/djbdns/djbdns-1.05-r24.ebuild,v 1.6 2012/06/14 02:04:37 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r24.ebuild,v 1.7 2013/01/05 23:03:04 pinkbyte Exp $ EAPI="2" inherit eutils flag-o-matic toolchain-funcs user @@ -32,7 +32,7 @@ src_prepare() { elog 'of custom patches.' elog elog 'Some of them can be found at http://tinydns.org/ or' - elog 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/' + elog 'http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/djbdns/' elog epatch \ diff --git a/net-dns/djbdns/djbdns-1.05-r25.ebuild b/net-dns/djbdns/djbdns-1.05-r25.ebuild index b947cacd19b8..cb32c9617471 100644 --- a/net-dns/djbdns/djbdns-1.05-r25.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r25.ebuild @@ -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/net-dns/djbdns/djbdns-1.05-r25.ebuild,v 1.3 2012/06/14 02:04:37 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r25.ebuild,v 1.4 2013/01/05 23:03:04 pinkbyte Exp $ EAPI="2" inherit eutils flag-o-matic toolchain-funcs user @@ -32,7 +32,7 @@ src_prepare() { elog 'of custom patches.' elog elog 'Some of them can be found at http://tinydns.org/ or' - elog 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/' + elog 'http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/djbdns/' elog epatch \ diff --git a/net-dns/djbdns/djbdns-1.05-r26.ebuild b/net-dns/djbdns/djbdns-1.05-r26.ebuild index 322612b023f3..85a415833181 100644 --- a/net-dns/djbdns/djbdns-1.05-r26.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r26.ebuild @@ -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/net-dns/djbdns/djbdns-1.05-r26.ebuild,v 1.7 2012/08/26 18:20:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r26.ebuild,v 1.8 2013/01/05 23:03:04 pinkbyte Exp $ EAPI="2" inherit eutils flag-o-matic toolchain-funcs user @@ -32,7 +32,7 @@ src_prepare() { elog 'of custom patches.' elog elog 'Some of them can be found at http://tinydns.org/ or' - elog 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/' + elog 'http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/djbdns/' elog epatch \ diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild new file mode 100644 index 000000000000..cd734c2f5c3a --- /dev/null +++ b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild,v 1.2 2013/01/06 00:37:22 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) + +inherit python-r1 + +DESCRIPTION="Cli interface for dropbox daemon (python)" +HOMEPAGE="http://www.dropbox.com/" +SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/dropbox + virtual/python-argparse + ${PYTHON_DEPS}" + +S=${WORKDIR} + +src_install() { + newbin ${P}.py ${PN} + python_replicate_script "${D}"/usr/bin/${PN} +} diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 8712b5c9f9e8..e1047070b57e 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -5540,7 +5540,8 @@ sys-fs/eudev:kmod - enable module loading through libkmod (requires modules) sys-fs/eudev:modutils - enable module loading support sys-fs/eudev:openrc - install the OpenRC init scripts sys-fs/eudev:rule_generator - for eudev-0: enable persistent network and optical device rule generator -sys-fs/ext4magic:expert-mode - Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem. +sys-fs/ext4magic:expert-mode - Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem +sys-fs/ext4magic:file-attr - Enable the recovery of file attributes (append, immutable, nodump etc) sys-fs/fur:void-chmod - Enable fake hook for "chmod" that will only return 0 sys-fs/leechcraft-vrooby:udisks - Use sys-fs/udisks:0 for block device access (e.g., automounting) sys-fs/leechcraft-vrooby:udisks2 - Use sys-fs/udisks:2 for block device access (e.g., automounting) diff --git a/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild b/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild new file mode 100644 index 000000000000..dcd494974e50 --- /dev/null +++ b/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild,v 1.1 2013/01/06 00:50:44 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) + +inherit eutils bash-completion-r1 prefix python-r1 + +DESCRIPTION="A collection of tools to let /etc be stored in a repository" +HOMEPAGE="http://kitenet.net/~joey/code/etckeeper/" +SRC_URI="http://git.kitenet.net/?p=${PN}.git;a=snapshot;h=refs/tags/${PV};sf=tgz -> ${P}.tar.gz" + +LICENSE="GPL-2" +IUSE="bazaar cron" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +VCS_DEPEND=" + dev-vcs/git + dev-vcs/mercurial + dev-vcs/darcs" +DEPEND="bazaar? ( dev-vcs/bzr )" +RDEPEND="${DEPEND} + app-portage/portage-utils + virtual/python-argparse + cron? ( virtual/cron ) + bazaar? ( ${PYTHON_DEPS} ) + !bazaar? ( || ( ${VCS_DEPEND} ) )" + +src_prepare(){ + epatch "${FILESDIR}"/${P}-gentoo.patch +} + +src_compile() { + use bazaar && emake +} + +src_install(){ + emake DESTDIR="${ED}" install + + bzr_install() { + ${PYTHON} ./${PN}-bzr/__init__.py install --root="${ED}" || + die "bzr support installation failed!" + } + use bazaar && python_foreach_impl bzr_install + + if use prefix; then + doenvd "${FILESDIR}"/99${PN} + eprefixify "${ED}"/etc/env.d/99${PN} + fi + + newbashcomp bash_completion ${PN} + dodoc README TODO + docinto examples + dodoc "${FILESDIR}"/bashrc + + if use cron ; then + exeinto /etc/cron.daily + newexe debian/cron.daily etckeeper + fi +} + +pkg_postinst(){ + elog "${PN} supports the following VCS: ${VCS_DEPEND}" + elog " dev-vcs/bzr" + elog "This ebuild just ensures at least one is installed!" + elog "For dev-vcs/bzr you need to enable 'bazaar' useflag." + elog + elog "You may want to adjust your /etc/portage/bashrc" + elog "see the example file in /usr/share/doc/${P}/examples" + elog + elog "To initialise your etc-dir as a repository run:" + elog "${PN} init -d /etc" +} diff --git a/sys-apps/razercfg/Manifest b/sys-apps/razercfg/Manifest index 8a82b96069a7..c18c1478af4c 100644 --- a/sys-apps/razercfg/Manifest +++ b/sys-apps/razercfg/Manifest @@ -2,4 +2,4 @@ DIST razercfg-0.17.tar.bz2 57411 SHA256 8a8e8ece935f331573c27228cda355aabb04bc1a DIST razercfg-0.17_p20111028.tar.bz2 64911 SHA256 d25d1ae5079641fbd8029b592257c21e5a5a671babd9efe27debe6d3da346ad9 SHA512 1ffc8acb967032346c89e7f68f1ae494a76b0078663cc437ce37307404d1bb5923a9d0845fbc860b40fd8f1ac9be043e5150f1c90e127416c0729131ce4d7895 WHIRLPOOL 7235b66388627ec4cfa6ea73343ab049ecd21a646c01bf4fd4559ba0b4ccb5387d65cf7c39196072985363f2388525d61c6c2ebe9a658444484fc992959ed303 DIST razercfg-0.18.tar.bz2 65648 SHA256 df61b2f929e1ace6772b8f867abc1dc834e0f01f7831f14b52a721613c16f2c8 SHA512 69769fa7b2d5b0abcb6bb10aed92d02376ac946c2066e81ff0ebd04ef4a99cc857f7630f22ff9302a0cd77043b1525fc4eeb49d06eed74d6dbe776a65c1c8bc5 WHIRLPOOL 3667a35f44235c7e19b852f547a004adece31f3e8a7ac6430ec1b78c8c1e86a1c643ee12756f67cf307bddeee4754572b6bc385ed5c3588ac526468972b38886 DIST razercfg-0.19.tar.bz2 65786 SHA256 ac1a78085d2f263354576e7d4b0eae5e95a2f86b9c77facd617499103756b0ab SHA512 27851ae587820d8426781b279f62ef1f8f1ca72734b678b0f7309cf7059c25b720c393ab78ec0e562aa2a394851c6947b34d4286ce317be18d06ab7ac0e273d3 WHIRLPOOL 6a2127c74aa78e03de261fb567e8033e2e92c7b253d07e3adf8747f417b877416bcdf173f915eb4bbf784c852cbec18b1c7e46a5391b2fd49fb9ef915ac552a7 -DIST razercfg-0.19_p20121013.tar.bz2 285995 SHA256 ad9aa1cf1bdc2b05020ab3aaf466171612c0ac3054e8fbe17266e62a0d22821f SHA512 cf1b145905ab92b310c85b946d1c839ceee07961aa86b6065afc673c24c5ba676c3fbc60a05cebf907d192603de0f7f3781ff4b94aad33105f50d683a3e17819 WHIRLPOOL 8ada1ca07ed8ea6b9229d1cc13cac890f524618db93271ec67114028a2de42b521d2bc9fb8351fe72d2a0d6e595ba9c8fbd554adc95d43c39cca52816895c329 +DIST razercfg-0.19_p20121013.tar.gz 290951 SHA256 c0f7c8dac52ff6a2106c2cadac3ca9e44e3da508aeb182b907233c6b78f36581 SHA512 e49955ff0a635348a285a3ad6f8150bf468ed315f9c3eac332c9879daddd3911b915968a950b379106a27ecfd953ba6770152827b2b7b3185b17d3e3499bed40 WHIRLPOOL e6b525377be0581383e97ea9e202532cecb817985e5444876717b88fcb04f10744aa8e17415362a0daf7889160acebd5199f3b864094b1c8300fed0db91de356 diff --git a/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild b/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild index 6ad72fe9c0c0..7f49825ab5a9 100644 --- a/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild +++ b/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild @@ -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/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild,v 1.1 2012/11/27 13:57:14 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild,v 1.2 2013/01/06 03:54:50 zmedico Exp $ EAPI=4 @@ -9,7 +9,8 @@ inherit cmake-utils multilib eutils DESCRIPTION="Utility for advanced configuration of Razer mice (DeathAdder, Krait, Lachesis)" HOMEPAGE="http://bues.ch/cms/hacking/razercfg.html" -SRC_URI="http://dev.gentoo.org/~joker/distfiles/${P}.tar.bz2" +EGIT_COMMIT="1416b03a29589dd6ce6ae80d3e80e497cd99282f" +SRC_URI="http://bues.ch/gitweb?p=razer.git;a=snapshot;h=${EGIT_COMMIT};sf=tgz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -21,6 +22,7 @@ RDEPEND="${DEPEND} dev-lang/python" DEPEND="${DEPEND}" +S="${WORKDIR}/${PN%cfg}-${EGIT_COMMIT:0:7}" src_prepare() { sed -i \ diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest index d8be3816cd00..89a879c0fe60 100644 --- a/sys-auth/keystone/Manifest +++ b/sys-auth/keystone/Manifest @@ -1,2 +1 @@ DIST keystone-2012.2.tar.gz 547438 SHA256 1aed5911c00ebffea28cffbc4793921fb2a9c000e9bb967326b7db751c7281cc SHA512 bb6bb4499737474b49012fffffc4a7950a8427adb0b564f40d55bb7a43846e788266810d09ff54707709fba1db07a8b4b8d531e0547399490fe688e7b5d1fd32 WHIRLPOOL 825c9ac7357148cc0f9c732e946c6c07ccdf21ded3cf0f07d25c66615b991c6dcf72d48540c703c33addbf0e3c74c76a72709dd2ab4fe8b90c31addd92373912 -DIST keystone.git 66085 SHA256 fec35efe4c73d16b78dcb4d274aece073b1e54c5ec8dbf1f93b95c4d0c92b3b4 SHA512 7ff877ade0ef0cd466ee6861cd0e15500ef1e7f3b889cabc9c5fedcb1007250f7c1928f6ce2d7ec15e54f6b08eb2307e28d83ab9e37880762ce221700b470654 WHIRLPOOL 676280e35f34879104c9aca26111c0327266c2545d6d6504053acc2f0ec8cde7c35535f5befadaff98b0258da8491318e5faa462b2cbca63faaea5e403cbe15c diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild index b8ce770a7748..ce3d28101afb 100644 --- a/sys-auth/keystone/keystone-9999.ebuild +++ b/sys-auth/keystone/keystone-9999.ebuild @@ -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/sys-auth/keystone/keystone-9999.ebuild,v 1.3 2013/01/01 08:10:17 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.4 2013/01/06 03:12:04 zmedico Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -12,7 +12,7 @@ inherit git-2 distutils-r1 DESCRIPTION="Keystone is the Openstack authentication, authorization, and service catalog written in Python." HOMEPAGE="https://launchpad.net/keystone" -SRC_URI="https://github.com/openstack/keystone.git" +EGIT_REPO_URI="https://github.com/openstack/keystone.git" LICENSE="Apache-2.0" SLOT="folsom" diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest index 02329a912e25..33beafb2b6a6 100644 --- a/sys-boot/os-prober/Manifest +++ b/sys-boot/os-prober/Manifest @@ -1,2 +1,3 @@ DIST os-prober_1.53.tar.gz 26132 SHA256 58c47274b8e531fdc8b525fa5903885b92dbc3ee39bf13dd87e40336703a58c2 SHA512 4e983d6774cb85df9bec1e8e7ca53d9eec6605bf7308b141d1ee1f118b11534e440a19c0aae17c38f717f433c1ef853ad5879feac1ba4ee10774b3f85bb544ad WHIRLPOOL b555c053fd0d2b934c3e894971744f0a11298695730d8f5b4b344ad175938c8f4e877da20031d6c89ae6a286894f52d18b64b6a8f63136814019b73754298def DIST os-prober_1.56.tar.gz 25738 SHA256 88a79a04617f4ecbeb9c4d318cd9cf8fcb4ae7a724bd503942354011c7da5719 SHA512 8bdb158e546b51658ef170171a623693aac0939e10e9ddf0df834d751dd1c97a902a0b43f0eca1ce53069ac42e0f42f8b824e216f04b036cb3100698d625ab7a WHIRLPOOL d8bea4a31473ff31ada1592fd1423fbb0423a105f087887f06b43ade0736ceb1a5e36f89fe73323b216d5b321fc7002c21a83d9c024de5d214206072b066ccb3 +DIST os-prober_1.57.tar.gz 26717 SHA256 d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c SHA512 b5c2af89e3a69688d3585ea52fd57e48fe85844a9ad5372735f57b9a780027e2f96cc86b1307be7e24b9e141ecea3d4c26316c0cc043eb7a97d24ee46bb07665 WHIRLPOOL 918015a67a3b6530788c093e866cfaa0ae0cd717f869677270b6c6f401d3c891378312f58c9e5f3ec9c22b566f09c33eeb3b0e71839b8a0ca47f530f900c974c diff --git a/sys-boot/os-prober/os-prober-1.57.ebuild b/sys-boot/os-prober/os-prober-1.57.ebuild new file mode 100644 index 000000000000..2a2018de03f1 --- /dev/null +++ b/sys-boot/os-prober/os-prober-1.57.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.57.ebuild,v 1.1 2013/01/05 22:52:56 pinkbyte Exp $ + +EAPI=5 + +#inherit eutils multilib toolchain-funcs +inherit toolchain-funcs + +DESCRIPTION="Utility to detect other OSs on a set of drives" +HOMEPAGE="http://packages.debian.org/source/sid/os-prober" +SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + # use default GNU rules + rm Makefile || die 'rm Makefile failed' +} + +src_compile() { + tc-export CC + emake newns +} + +src_install() { + dobin os-prober linux-boot-prober + + # Note: as no shared libraries are installed, /usr/lib is correct + exeinto /usr/lib/os-prober + doexe newns + + insinto /usr/share/os-prober + doins common.sh + + keepdir /var/lib/os-prober + + local debarch=${ARCH%-*} dir + + case ${debarch} in + amd64) debarch=x86 ;; + ppc|ppc64) debarch=powerpc ;; + esac + + for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do + exeinto /usr/lib/$dir + doexe $dir/common/* + if [[ -d $dir/$debarch ]]; then + doexe $dir/$debarch/* + fi + done + + if use amd64 || use x86; then + exeinto /usr/lib/os-probes/mounted + doexe os-probes/mounted/powerpc/20macosx + fi + + dodoc README TODO debian/changelog +} + +pkg_postinst() { + elog "If you intend for os-prober to detect versions of Windows installed on" + elog "NTFS-formatted partitions, your system must be capable of reading the" + elog "NTFS filesystem. One way to do this is by installing sys-fs/ntfs3g" +} diff --git a/sys-fs/ext4magic/ext4magic-0.3.1.ebuild b/sys-fs/ext4magic/ext4magic-0.3.1-r1.ebuild similarity index 57% rename from sys-fs/ext4magic/ext4magic-0.3.1.ebuild rename to sys-fs/ext4magic/ext4magic-0.3.1-r1.ebuild index 03a3c49b98fa..3780b91e8734 100644 --- a/sys-fs/ext4magic/ext4magic-0.3.1.ebuild +++ b/sys-fs/ext4magic/ext4magic-0.3.1-r1.ebuild @@ -1,8 +1,10 @@ -# 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/sys-fs/ext4magic/ext4magic-0.3.1.ebuild,v 1.2 2012/12/19 07:42:23 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.1-r1.ebuild,v 1.1 2013/01/05 21:58:06 pinkbyte Exp $ -EAPI=4 +EAPI=5 + +inherit eutils DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems" HOMEPAGE="http://developer.berlios.de/projects/ext4magic/" @@ -11,19 +13,22 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="expert-mode debug" +IUSE="debug expert-mode file-attr" RDEPEND="app-arch/bzip2 >=sys-apps/file-5.04 sys-apps/util-linux >=sys-fs/e2fsprogs-1.41.9 sys-libs/zlib" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND}" DOCS="AUTHORS ChangeLog NEWS README TODO" src_configure() { + # build-system incorrectly recognizes '--disable-feature' options as enabled! econf \ - $(use_enable expert-mode) \ - $(use_enable debug) + $(usex debug '--enable-debug' '') \ + $(usex debug '--enable-debug-magic' '') \ + $(usex expert-mode '--enable-expert-mode' '') \ + $(usex file-attr '--enable-file-attr' '') } diff --git a/sys-fs/ext4magic/metadata.xml b/sys-fs/ext4magic/metadata.xml index 4f4390a2810d..6b5e20a46d9f 100644 --- a/sys-fs/ext4magic/metadata.xml +++ b/sys-fs/ext4magic/metadata.xml @@ -13,6 +13,7 @@ Proxy maintainer. CC him on bugs - Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem. + Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem + Enable the recovery of file attributes (append, immutable, nodump etc) diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 87cd4e7a735a..294db23e9fd3 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -22,6 +22,7 @@ DIST linux-3.7.tar.bz2 83671392 SHA256 dc08d87a579fe2918362e6666e503a95a76296419 DIST patch-2.6.32.60.bz2 987764 SHA256 611dbc724cd43617baff4500b0c8470889e4c6071f6ab916bfee7d097783394c SHA512 8228a7a6f7264b1a20802411c13f0d194fd48f5f5965cb96bfac0410b2a945b53c8e458eddafa58247125d3ba04e17dd68636302b57654934046a8bc0538834f WHIRLPOOL 834a654a5cb261226c57295ea3c60f5e405b11197103c4cd8721ff78adb3bbc4ced2c757492ee3b70735c8c28dd0717bfafeb9181280034b764bae18f2ab47b0 DIST patch-3.0.57.bz2 784491 SHA256 448d7bbea999729a24bc3ecce71cb5386360e7d8abda9beb33dfbe72d73f3bfc SHA512 9c7a0a69c027179734a7708a85cafad4813623c8c40d22dedf5d5a85cf434abd8c577341d9dcfd9ab40f3f729a7109855d4b7e294960f8f913efaabb976bf3bb WHIRLPOOL 0103a4b94f8411035d1a208a01d069b48f425b37a6a5dcdb66850f245b14fb6936c27283693f3c51757015eaba013df1141d8648695d33e2d57e1b547f03c53c DIST patch-3.2.35.bz2 707769 SHA256 c8b6e328b36dd14d9dfff7479d6dad6f5a601e63ab8498335f917daa6450cf6c SHA512 5ab1937eca7a95bc79a6a22b1114a100a92274b81e71078bffaf778fa2119a3e3d456f9027c76a55d278a298013b8be40ee0310ee9142623e4396b0ad18e45d2 WHIRLPOOL 5d4a3bf618bcffcbc643bfed656294a7f8c192ad3c5157b7a9c4dd51530f6521d0400b6f3ea41dd384e39d2f6f5520db75b91ce4dbacc10b2854623d5e3bd9cf +DIST patch-3.2.36.bz2 747896 SHA256 c34e912a50c5b5c124ded6b497ba457d3d3411db4b89565819e9786e0019058b SHA512 9cf77bca0e8960b8411c51f5abad2d183e82c537079a5e3cf47a41c9086cb6ddc434792481651ab3a5deb85101a38beef808c77427752a5074a00998315fdd9b WHIRLPOOL 4b47bb24842c13e26e140d61842f68851f1509636eb8bc9918887a4cc71f851fcd6788d109903037d09a1131dc41ef8b6f17b97bd9c2b1d9121d0286e72e6c72 DIST patch-3.4.24.bz2 461671 SHA256 395b53b8a08d5e7df4b145928492fb0717e5d969c0fd87be3836407cd4f3d320 SHA512 768e6bb62c8cfd6d9c8a2bf9231a91a0a89ec08758d540e691f31401e24954a4a66746513c6ecb6dc2297820056c2903c359de9e41ec343d4cc23bce57b89aa2 WHIRLPOOL 361f0a12ecf2022728cf6bb29527364a939649c90f31a92c1fb28eb2614ba778e5558ab85622e420d04540cb4ea702b240cf4ed2ec1c067b082c4323e7c3229a DIST patch-3.5.7.bz2 241834 SHA256 c064888f2c815353b2ca483935a9e79572e2d033559b73971f7f32c8eaa4b66f SHA512 024bfbd23905805bf6ce8326b9e69b2d9cd539038cc8c00f3145b8a482caa6eec3993771c69800784ebab0d9c3d43910a9bd5e561012c67df44f663cfd61afc0 WHIRLPOOL 98239024aa4a702aa80fd53b2efb8614ab64eb23c2b35aeb75bc858ca3df4c05f986dd517f455c8fa04ce05079bd03ac1bc974b873e12f431fa773d7766f7015 DIST patch-3.6.10.bz2 215423 SHA256 f5204e7f720d7e0a8f6770f4a335ca2269fed3e198bfd598a303cb0cc51b5b1e SHA512 5de981c7f74c4a3fbba6b9a712a2f6f2fda3380f4c7bf12894fb1d71592b1a1e7a02d7d8575f68606dfd0e3907c621fce617ff047e386b4d6df19c76ca89a551 WHIRLPOOL 78524510e98ba0129121098a4405c83c95f671198c8e167da3d52403d84e508da11ca1562ee4d6f5f3fe7057d5cfabd4275e4fe9d848db73a3f6b9533d6dfe0f diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.2.36.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.2.36.ebuild new file mode 100644 index 000000000000..a0e5dec3c3ad --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.2.36.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.2.36.ebuild,v 1.1 2013/01/06 00:04:39 mpagano Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild index 39e013bb6645..3f6bcf1b6b13 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild @@ -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/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild,v 1.7 2012/12/09 12:48:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.5.7.ebuild,v 1.8 2013/01/06 00:04:39 mpagano Exp $ EAPI="2" K_NOUSENAME="yes" diff --git a/virtual/python-argparse/python-argparse-0.ebuild b/virtual/python-argparse/python-argparse-0.ebuild index 76afb7d6e628..c21ea745ec69 100644 --- a/virtual/python-argparse/python-argparse-0.ebuild +++ b/virtual/python-argparse/python-argparse-0.ebuild @@ -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/virtual/python-argparse/python-argparse-0.ebuild,v 1.2 2012/12/17 19:38:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-0.ebuild,v 1.3 2013/01/06 01:23:28 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 ) @@ -21,7 +21,7 @@ setup_globals() { RDEPEND= for i in "${PYTHON_COMPAT[@]}"; do case "${i}" in - python2_5|python2_6|jython2_5) + python2_5|python2_6|python3_1|jython2_5) # Note: add USE-deps when dev-python/argparse starts # supporting PYTHON_TARGETS RDEPEND+=" python_targets_${i}? ( dev-python/argparse )" diff --git a/virtual/python-argparse/python-argparse-1.ebuild b/virtual/python-argparse/python-argparse-1.ebuild index 55146138896f..97eef2208068 100644 --- a/virtual/python-argparse/python-argparse-1.ebuild +++ b/virtual/python-argparse/python-argparse-1.ebuild @@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.4 2012/12/17 19:38:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.5 2013/01/06 01:23:28 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) @@ -21,7 +21,7 @@ setup_globals() { RDEPEND= for i in "${PYTHON_COMPAT[@]}"; do case "${i}" in - python2_5|python2_6) + python2_5|python2_6|python3_1) local flag=python_targets_${i} RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )" ;; diff --git a/www-servers/monkeyd/Manifest b/www-servers/monkeyd/Manifest index d962a42c736b..86f131fe62da 100644 --- a/www-servers/monkeyd/Manifest +++ b/www-servers/monkeyd/Manifest @@ -1,2 +1 @@ -DIST monkey-1.0.1.tar.gz 339773 SHA256 aea57483f46e5c5723f851cfbdd2a17a45ea8b7baa65d499e8b34216df617abc SHA512 42fa75370361328428eebed1d6a914137ab471022dff95f9efe8eec2ae59ef75753fa180bfd527beea2b83d5e33c394555ddbe13105f2901ceca4a44df382844 WHIRLPOOL 0ff51cd7396eb24d194341f4605b5541ac4360a85933d833cd3e4ebfce92e38509f99de2565e1df5adca4e827e9d5aeffe736cd9c4a6630b8f5acdbb28a7d408 DIST monkey-1.1.1.tar.gz 404633 SHA256 5b6cf4b4a5cc2e6c7e2ac08515f542636884d7f85684f87005c6020e3567c7f4 SHA512 37a7806995d70a432d1f42e01f31a25012c7f39077613a4a0a772946ba512b52438d4ea3b798e09cc514833256775030a67ede5f66ac7ca93323642fba003008 WHIRLPOOL e490e34fe12a8f7f7fb63cb980fff6b642cbd341c56451ed4067fdb90445cacb6101b692e752f0771626846970651e1d07d1cb281e355be2fefa2581e96fe242 diff --git a/www-servers/monkeyd/monkeyd-1.0.1-r1.ebuild b/www-servers/monkeyd/monkeyd-1.0.1-r1.ebuild deleted file mode 100644 index 338b3ceff807..000000000000 --- a/www-servers/monkeyd/monkeyd-1.0.1-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.0.1-r1.ebuild,v 1.2 2012/08/08 12:35:24 blueness Exp $ - -EAPI="4" - -inherit toolchain-funcs depend.php multilib - -MY_P="${PN/d}-${PV}" -DESCRIPTION="A small, fast, and scalable web server" -HOMEPAGE="http://www.monkey-project.com/" -SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="php" - -RDEPEND="php? ( virtual/httpd-php )" - -S="${WORKDIR}/${MY_P}" - -WEBROOT="/var/www/localhost" - -pkg_setup() { - use php && require_php_cgi -} - -src_prepare() { - # Don't install the banana script, we use ${FILESDIR}/monkeyd.initd - sed -i '/install -m 755 bin\/banana/d' configure || die "sed banana" - - # Don't explicitly strip files - sed -i -e '/$STRIP /d' -e 's/install -s -m 644/install -m 755/' configure || die -} - -src_configure() { - # Non-autotools configure - ./configure \ - --prefix=/usr \ - --bindir=/usr/bin \ - --datadir=${WEBROOT}/htdocs \ - --logdir=/var/log/${PN} \ - --mandir=/usr/share/man \ - --plugdir=/usr/$(get_libdir)/monkeyd/plugins \ - --sysconfdir=/etc/${PN} \ - || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" - - # Don't install the banana script man page - rm "${S}"/man/banana.1 -} - -src_install() { - default - - if use php ; then - sed -i -e '/^#AddScript application\/x-httpd-php/s:^#::' "${D}"/etc/monkeyd/monkey.conf || die - sed -i -e 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' "${D}"/etc/monkeyd/monkey.conf || die - fi - - sed -i -e "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" "${D}"/etc/monkeyd/monkey.conf || die - newinitd "${FILESDIR}"/monkeyd.initd monkeyd - newconfd "${FILESDIR}"/monkeyd.confd monkeyd - - #move htdocs to docdir, bug #429632 - docompress -x /usr/share/doc/"${PF}"/htdocs.dist - mv "${D}"${WEBROOT}/htdocs \ - "${D}"/usr/share/doc/"${PF}"/htdocs.dist - mkdir "${D}"${WEBROOT}/htdocs - - keepdir \ - /var/log/monkeyd \ - ${WEBROOT}/htdocs -} diff --git a/www-servers/monkeyd/monkeyd-1.0.1.ebuild b/www-servers/monkeyd/monkeyd-1.0.1.ebuild deleted file mode 100644 index 437dd4df2ab0..000000000000 --- a/www-servers/monkeyd/monkeyd-1.0.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.0.1.ebuild,v 1.6 2012/08/01 15:57:03 blueness Exp $ - -EAPI="4" - -inherit toolchain-funcs depend.php multilib - -WEBROOT="/var/www/localhost" - -MY_P="${PN/d}-${PV}" -DESCRIPTION="A small, fast, and scalable web server" -HOMEPAGE="http://www.monkey-project.com/" -SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 x86" -IUSE="php" - -RDEPEND="php? ( virtual/httpd-php )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - use php && require_php_cgi -} - -src_prepare() { - # Don't install the banana script, we use ${FILESDIR}/monkeyd.initd - sed -i '/install -m 755 bin\/banana/d' configure || die "sed banana" - - # Don't explicitly strip files - sed -i -e '/$STRIP /d' -e 's/install -s -m 644/install -m 755/' configure || die -} - -src_configure() { - # Non-autotools configure - ./configure \ - --prefix=/usr \ - --bindir=/usr/bin \ - --datadir=${WEBROOT}/htdocs \ - --logdir=/var/log/${PN} \ - --mandir=/usr/share/man \ - --plugdir=/usr/$(get_libdir)/monkeyd/plugins \ - --sysconfdir=/etc/${PN} \ - || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" - - # Don't install the banana script man page - rm "${S}"/man/banana.1 -} - -src_install() { - default - - if use php ; then - sed -i -e '/^#AddScript application\/x-httpd-php/s:^#::' "${D}"/etc/monkeyd/monkey.conf || die - sed -i -e 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' "${D}"/etc/monkeyd/monkey.conf || die - fi - - mv "${D}"${WEBROOT}/htdocs/{index,index-monkey}.html - - sed -i -e "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" "${D}"/etc/monkeyd/monkey.conf || die - newinitd "${FILESDIR}"/monkeyd.initd monkeyd - newconfd "${FILESDIR}"/monkeyd.confd monkeyd -} diff --git a/www-servers/monkeyd/monkeyd-1.1.1.ebuild b/www-servers/monkeyd/monkeyd-1.1.1.ebuild index 158baa783ee2..2604cbcf8c03 100644 --- a/www-servers/monkeyd/monkeyd-1.1.1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.1.1.ebuild @@ -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/www-servers/monkeyd/monkeyd-1.1.1.ebuild,v 1.5 2012/11/21 11:02:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.1.1.ebuild,v 1.6 2013/01/05 21:47:02 blueness Exp $ EAPI="4" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 arm ~mips ppc ppc64 x86" IUSE="php" -RDEPEND="php? ( virtual/httpd-php )" +RDEPEND="php? ( dev-lang/php )" S="${WORKDIR}/${MY_P}" diff --git a/x11-misc/xwinwrap/Manifest b/x11-misc/xwinwrap/Manifest index f3ab92e861b7..c634fca85d73 100644 --- a/x11-misc/xwinwrap/Manifest +++ b/x11-misc/xwinwrap/Manifest @@ -1 +1 @@ -DIST xwinwrap-0_p4.tar.gz 4902 SHA256 fb93b436baf16c955edd6a30105096ac564969dbd44e980eaa260398c823c97d SHA512 908f9505f0594b8057742ea65d1365b312491e24fce8ee78c7f5e1d85580b3650897720dbdca23e47d1d03c2ec53d0ca2ca372b1b2029e590d353d37c2c0b489 WHIRLPOOL c7e54cda1a49277ea053e642c1263bd2bedd66ef4b924d51a083cd78ca92efe08e72f8fb18ddd323772360058bca06ea213539fd72671d3da1f32eea9c06f80f +DIST xwinwrap-0_p4.tar.gz 4905 SHA256 d2df2dd04c79546f41f6fca3d6948eaf1b07b4742aec3cabfd2739509ca0763b SHA512 c209e1e0be366e63180f1e58844e7870d83786e912edd2e21912c6d404b44e9186a5f91be6f12ccb78c96c5bac23df02cc6d3d8fdb54743be3ef2586604bd853 WHIRLPOOL 91ccb7e80ae36c4612f59bdd5b05d3e3807f4eea9ac124beacfb67a6e45bffb128209d9032df268e26f01e8d316e029b925ac0611b2970f70b980669e6a5f5a5 diff --git a/x11-wm/herbstluftwm/Manifest b/x11-wm/herbstluftwm/Manifest index 9e0eec03627c..a9746e4eb7ac 100644 --- a/x11-wm/herbstluftwm/Manifest +++ b/x11-wm/herbstluftwm/Manifest @@ -1,2 +1,3 @@ DIST herbstluftwm-0.4.1.tar.gz 137677 SHA256 d34f89a96a6834f2ecb2ea2786399323cb64a6eca96a66c22bda9867c9ddf6c3 SHA512 1e04ef9348e02522d1f76466e7d154349e6ab12d03d782b0ef2717c53c239ef270207935ef232394d7ea8d6bfb141e9f8b39d00fd9f2b97cedc0700390cfe763 WHIRLPOOL 8ee3dacb7cb2d68c450e8f9923892f6a6ae4c7879eb9a4975c0bb4a93b2ab26b1ccfd128e0ab633d8c41ce6128db57d707ef1c5682bea4619a2af0e543801b30 DIST herbstluftwm-0.5.0.tar.gz 167673 SHA256 d0371d8f2edc4b0870307a52e6ba8efabfb925a28acae6a902294fe5dca14239 SHA512 5fe1e6596d2837d09db7534281499f1652f227033a43fe6d91027234f71da7b91d01481fc9295aac4249a39b57cd39d324ceb095836da61aee3c855c60a70dd8 WHIRLPOOL a1fdc4f7207e49adf521480da01bc080d99d50834cd602ec01103868f76f7939adfe099e653146fcb422077ce4a4740b071da0f2d594798798b052fd8e98c73d +DIST herbstluftwm-0.5.1.tar.gz 168282 SHA256 d42c78ab06414839b65e660e91ee93f0397fc13ab76f697519ef343abc323e1f SHA512 f31d2eff15f95d62b0beeff8ced88551bd01b63edfd92f358b57a04b850505beefbe1fae53c6e6c24b2407e03966b57c1ce1ef8e11d333efe8165f3abe141747 WHIRLPOOL 05f084fd37ddb67614598fad051ca21e03d914605f9a57d2e3c419b99c9a17afe7fd2701d2832f2937beb8a0613d44ec23e02b2d40cb4af1065fc78c58b0031a diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.5.1.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.5.1.ebuild new file mode 100644 index 000000000000..6e14507adf74 --- /dev/null +++ b/x11-wm/herbstluftwm/herbstluftwm-0.5.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-0.5.1.ebuild,v 1.1 2013/01/06 05:33:27 radhermit Exp $ + +EAPI=5 + +inherit toolchain-funcs bash-completion-r1 + +DESCRIPTION="A manual tiling window manager for X" +HOMEPAGE="http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/" +SRC_URI="http://wwwcip.cs.fau.de/~re06huxa/${PN}/tarballs/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples xinerama zsh-completion" + +CDEPEND=">=dev-libs/glib-2.24:2 + x11-libs/libX11 + xinerama? ( x11-libs/libXinerama )" +RDEPEND="${CDEPEND} + app-shells/bash + zsh-completion? ( app-shells/zsh )" +DEPEND="${CDEPEND} + virtual/pkgconfig" + +src_compile() { + emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \ + $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) +} + +src_install() { + dobin herbstluftwm herbstclient + dodoc BUGS MIGRATION NEWS README + + doman doc/{herbstluftwm,herbstclient}.1 + + exeinto /etc/xdg/herbstluftwm + doexe share/{autostart,panel.sh,restartpanels.sh} + + insinto /usr/share/xsessions + doins share/herbstluftwm.desktop + + newbashcomp share/herbstclient-completion herbstclient + + if use zsh-completion ; then + insinto /usr/share/zsh/site-functions + doins share/_herbstclient + fi + + if use examples ; then + exeinto /usr/share/doc/${PF}/examples + doexe scripts/*.sh + docinto examples + dodoc scripts/README + docompress -x /usr/share/doc/${PF}/examples + fi +}