diff options
222 files changed, 0 insertions, 7734 deletions
diff --git a/app-accessibility/speakup/Manifest b/app-accessibility/speakup/Manifest deleted file mode 100644 index e62a838af6bd..000000000000 --- a/app-accessibility/speakup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST speakup-3.1.6_p201011120508.tar.bz2 128355 SHA256 29a75654d18a6b5d3067142acd6e33e6ba91453cff3101d86f4ba7af7f3e1e1b SHA512 b15245635d42dc1798734031401c644a55484c299fcc7368a80e2b1ef4c4cdea962e0d1c15bee3ef0f1dab1212bb60a0cd6124d656bf9ad46875ec1d95d8cf88 WHIRLPOOL 7e0c4a9674ac46cf432a0e3c65c291610268dc9b5345edc008ba0c4f15ad6a38c3acb0be04ce3f29e6038de56c8e8fccbe1c92b3615f9ccf572f5adb9d4062fd diff --git a/app-accessibility/speakup/metadata.xml b/app-accessibility/speakup/metadata.xml deleted file mode 100644 index 8fb4aba1043e..000000000000 --- a/app-accessibility/speakup/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>williamh@gentoo.org</email> -</maintainer> -<maintainer type="project"> - <email>accessibility@gentoo.org</email> - <name>Gentoo Accessibility Project</name> -</maintainer> -</pkgmetadata> diff --git a/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild b/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild deleted file mode 100644 index 4f5e7693e502..000000000000 --- a/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="http://linux-speakup.org/speakup.git" - vcs=git-2 -else - SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2" - KEYWORDS="amd64 x86" -fi - -inherit $vcs linux-mod - -DESCRIPTION="The speakup linux kernel based screen reader" -HOMEPAGE="http://linux-speakup.org" - -LICENSE="GPL-2" -SLOT="0" -IUSE="modules" - -S="${WORKDIR}/${PN}-3.1.6" -MODULE_NAMES="speakup(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_acntpc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_acntsa(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_apollo(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_audptr(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_bns(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_decext(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_decpc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dectlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dtlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dummy(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_keypc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_ltlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_soft(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_spkout(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_txprt(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup)" -BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}" -BUILD_TARGETS="clean all" - -src_prepare() { - use modules && cmd=die || cmd=ewarn - if ! kernel_is 2 6 36; then - $cmd "This version of speakup requires kernel version 2.6.36" - fi -} - -src_compile() { - use modules && linux-mod_src_compile -} - -src_install() { - use modules && linux-mod_src_install - dodoc Bugs.txt README To-Do - dodoc drivers/staging/speakup/DefaultKeyAssignments - dodoc drivers/staging/speakup/spkguide.txt -} - -pkg_postinst() { - use modules && linux-mod_pkg_postinst - - elog "You must set up the speech synthesizer driver to be loaded" - elog "automatically in order for your system to start speaking" - elog "when it is booted." - if has_version "<sys-apps/baselayout-2"; then - elog "this is done via /etc/modules.autoload.d/kernel-2.6" - else - elog "This is done via /etc/conf.d/modules." - fi -} diff --git a/app-accessibility/speakup/speakup-9999.ebuild b/app-accessibility/speakup/speakup-9999.ebuild deleted file mode 100644 index 11d7a80a69ac..000000000000 --- a/app-accessibility/speakup/speakup-9999.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="http://linux-speakup.org/speakup.git" - vcs=git-2 -else - SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -inherit $vcs linux-mod - -DESCRIPTION="The speakup linux kernel based screen reader" -HOMEPAGE="http://linux-speakup.org" - -LICENSE="GPL-2" -SLOT="0" -IUSE="modules" - -MODULE_NAMES="speakup(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_acntpc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_acntsa(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_apollo(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_audptr(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_bns(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_decext(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_decpc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dectlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dtlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_dummy(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_keypc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_ltlk(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_soft(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_spkout(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) - speakup_txprt(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup)" -BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}" -BUILD_TARGETS="clean all" - -src_prepare() { - use modules && cmd=die || cmd=ewarn - if kernel_is lt 2 6 36; then - $cmd "Speakup requires at least kernel version 2.6.36" - fi -} - -src_compile() { - use modules && linux-mod_src_compile -} - -src_install() { - use modules && linux-mod_src_install - dodoc Bugs.txt README To-Do - dodoc drivers/staging/speakup/DefaultKeyAssignments - dodoc drivers/staging/speakup/spkguide.txt -} - -pkg_postinst() { - use modules && linux-mod_pkg_postinst - - elog "You must set up the speech synthesizer driver to be loaded" - elog "automatically in order for your system to start speaking" - elog "when it is booted." - if has_version "<sys-apps/baselayout-2"; then - elog "this is done via /etc/modules.autoload.d/kernel-2.6" - else - elog "This is done via /etc/conf.d/modules." - fi -} diff --git a/app-accessibility/speechd-up/Manifest b/app-accessibility/speechd-up/Manifest deleted file mode 100644 index 9c72956a6277..000000000000 --- a/app-accessibility/speechd-up/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST speechd-up-0.4.tar.gz 395659 SHA256 03ebc5c05eedebbeb86c561a4708b90deecacfeb7aecd4a8b93ea3b3419d202a SHA512 17f67049e9dbd6986b1e068b6ebb9baf250990d6b3d41e7f5c5f887051e876d48972fe7881d309696c8ed57093297a9a1479046ae97da2428615d566ce51d383 WHIRLPOOL cd42a0b6c2eb9c2746c47f7a8564ccf55e033857886528bbc67d7e40fa1dc5031cf1323b791fc2fc7defea092dd2a36e15c7bb05f0c083573b7ba85769f8c0b9 diff --git a/app-accessibility/speechd-up/files/speechd-up.confd b/app-accessibility/speechd-up/files/speechd-up.confd deleted file mode 100644 index 2808a6c1b80a..000000000000 --- a/app-accessibility/speechd-up/files/speechd-up.confd +++ /dev/null @@ -1,6 +0,0 @@ -# /etc/conf.d/speechd-up: config file for /etc/init.d/speechd-up - -# Niceness level at which to run speechd-up - -NICELEVEL=-5 - diff --git a/app-accessibility/speechd-up/files/speechd-up.rc b/app-accessibility/speechd-up/files/speechd-up.rc deleted file mode 100644 index 76a58506e1da..000000000000 --- a/app-accessibility/speechd-up/files/speechd-up.rc +++ /dev/null @@ -1,39 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -SPEAKUPDEV=/dev/softsynth -SPEAKUPDIR=/sys/module/speakup/parameters - -depend() { - use eflite festival - need speech-dispatcher -} - -check_speakup() { - if [ ! -d ${SPEAKUPDIR} ]; then - eerror "Speakup is not currently running." - eerror "Please correct this before using speechd-up." - return 1 - fi - - if [ ! -c ${SPEAKUPDEV} ]; then - mknod ${SPEAKUPDEV} c 10 26 - fi - echo soft > ${SPEAKUPDIR}/synth - sleep 1 -} - -start() { - check_speakup || return 1 - ebegin "Starting speechd-up" - start-stop-daemon --start --quiet --nicelevel ${NICELEVEL} --exec /usr/bin/speechd-up -- -d -t - eend $? -} - -stop() { - ebegin "Stopping speechd-up" - start-stop-daemon --stop --quiet --pidfile /var/run/speechd-up.pid - eend $? -} diff --git a/app-accessibility/speechd-up/metadata.xml b/app-accessibility/speechd-up/metadata.xml deleted file mode 100644 index 8a688c3b0195..000000000000 --- a/app-accessibility/speechd-up/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> -<email>williamh@gentoo.org</email> -</maintainer> -<maintainer type="project"> -<email>accessibility@gentoo.org</email> -<name>Gentoo Accessibility Project</name> -</maintainer> -</pkgmetadata> diff --git a/app-accessibility/speechd-up/speechd-up-0.4-r3.ebuild b/app-accessibility/speechd-up/speechd-up-0.4-r3.ebuild deleted file mode 100644 index 26494f4456b2..000000000000 --- a/app-accessibility/speechd-up/speechd-up-0.4-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -IUSE="" - -inherit eutils - -DESCRIPTION="Interface between speakup and speech-dispatcher" -HOMEPAGE="http://www.freebsoft.org/speechd-up" -SRC_URI="http://www.freebsoft.org/pub/projects/speechd-up/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" - -DEPEND=">=app-accessibility/speech-dispatcher-0.6" -RDEPEND="${DEPEND} - >=app-accessibility/speakup-3.0.2" - -src_compile() { - econf || die - emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die -} - -src_install() { - make DESTDIR="${D}" install || die - newinitd "${FILESDIR}"/speechd-up.rc speechd-up - newconfd "${FILESDIR}"/speechd-up.confd speechd-up - dodoc AUTHORS ChangeLog NEWS README TODO - doinfo speechd-up.info -} diff --git a/app-crypt/shishi/Manifest b/app-crypt/shishi/Manifest deleted file mode 100644 index 5adc5265bc68..000000000000 --- a/app-crypt/shishi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST shishi-1.0.1.tar.gz 4999488 SHA256 9d7e4738df21116422585b347ad1c985d2bafd32c8665b4c5563617573e2868d SHA512 cb24baae75072e7ee20946d1d15a16c8a77e44f110f88e5f17e64d5e0110c0a00f18e8651b6f162a6e13c1a39b248ca03849c3d8ae4f8d7512dbc77f54f8d98c WHIRLPOOL 45b92a57b8b3a06a7a84160bacdc370883d8a9417f4f9b6feef36e5d6654d8db79695623265cfae6982a60679a3041741a3cbd4dafa4c75b91aebc7c08dd5e1c -DIST shishi-1.0.2.tar.gz 4917167 SHA256 0d9c8113feb22ee574187413c564140e3fa8c67fa4601fb073aec9cbc471580c SHA512 4f39b8d8cb5fbb9f2cedb55eb69620b0bc5d65a7859152db905aeafec7f2b93af459d427d06eb40fbd2870b18eb25e52c52ab0c0a265654f9ab2c3c0f7b98bab WHIRLPOOL bc96b441b37c53619acd9e5da71d0a35cbe39ca3a60fe259eba478cb7616b41fce2e663f6ce636bdccd5df93c534a3016b97540249baa13e851bb0af350b8bed diff --git a/app-crypt/shishi/files/shishi-1.0.2_automake-1.12.patch b/app-crypt/shishi/files/shishi-1.0.2_automake-1.12.patch deleted file mode 100644 index a1593c6a57ae..000000000000 --- a/app-crypt/shishi/files/shishi-1.0.2_automake-1.12.patch +++ /dev/null @@ -1,24 +0,0 @@ -bug #424095 ---- a/configure.ac 2012-03-12 11:18:21.000000000 -0700 -+++ b/configure.ac 2012-07-08 15:43:18.597050382 -0700 -@@ -43,6 +43,9 @@ - AC_HEADER_STDC - AC_CHECK_HEADERS(termios.h pwd.h syslog.h resolv.h arpa/nameser.h netinet/in6.h) - -+# Defined for >= automake 1.12 -+m4_ifdef([AM_PROG_AR],[AM_PROG_AR]) -+ - # Used when creating libshishi-XX.def. - SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}` - AC_SUBST(SOVERSION) ---- a/m4/po.m4 2012-03-12 11:18:53.000000000 -0700 -+++ b/m4/po.m4 2012-07-08 14:59:00.247043443 -0700 -@@ -24,7 +24,7 @@ - [ - AC_REQUIRE([AC_PROG_MAKE_SET])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl -- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake -+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake - AC_REQUIRE([AM_NLS])dnl - - dnl Release version of the gettext macros. This is used to ensure that diff --git a/app-crypt/shishi/files/shishi_automake-1.12.patch b/app-crypt/shishi/files/shishi_automake-1.12.patch deleted file mode 100644 index 484906d3c865..000000000000 --- a/app-crypt/shishi/files/shishi_automake-1.12.patch +++ /dev/null @@ -1,35 +0,0 @@ -bug #424095 -diff -urN shishi-1.0.1-orig/configure.ac shishi-1.0.1/configure.ac ---- shishi-1.0.1-orig/configure.ac 2012-03-12 11:18:21.000000000 -0700 -+++ shishi-1.0.1/configure.ac 2012-07-08 15:43:18.597050382 -0700 -@@ -24,7 +24,7 @@ - AC_CONFIG_AUX_DIR([build-aux]) - AC_CONFIG_MACRO_DIR([m4]) - AC_CONFIG_HEADERS(config.h) --AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) -+AM_INIT_AUTOMAKE([1.10 -Wall -Wno-override]) - AM_SILENT_RULES([yes]) - - # Library code modified: REVISION++ -@@ -43,6 +43,9 @@ - AC_HEADER_STDC - AC_CHECK_HEADERS(termios.h pwd.h syslog.h resolv.h arpa/nameser.h netinet/in6.h) - -+# Defined for >= automake 1.12 -+m4_ifdef([AM_PROG_AR],[AM_PROG_AR]) -+ - # Used when creating libshishi-XX.def. - SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}` - AC_SUBST(SOVERSION) -diff -urN shishi-1.0.1-orig/m4/po.m4 shishi-1.0.1/m4/po.m4 ---- shishi-1.0.1-orig/m4/po.m4 2012-03-12 11:18:53.000000000 -0700 -+++ shishi-1.0.1/m4/po.m4 2012-07-08 14:59:00.247043443 -0700 -@@ -24,7 +24,7 @@ - [ - AC_REQUIRE([AC_PROG_MAKE_SET])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl -- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake -+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake - AC_REQUIRE([AM_NLS])dnl - - dnl Release version of the gettext macros. This is used to ensure that diff --git a/app-crypt/shishi/files/shishi_gets.patch b/app-crypt/shishi/files/shishi_gets.patch deleted file mode 100644 index 12137204f455..000000000000 --- a/app-crypt/shishi/files/shishi_gets.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/gl/stdio.in.h b/gl/stdio.in.h -index 06d9780..fa04a10 100644 ---- a/gl/stdio.in.h -+++ b/gl/stdio.in.h -@@ -713,10 +713,13 @@ _GL_CXXALIAS_SYS (gets, char *, (char *s)); - # endif - _GL_CXXALIASWARN (gets); - /* It is very rare that the developer ever has full control of stdin, -- so any use of gets warrants an unconditional warning. Assume it is -- always declared, since it is required by C89. */ -+ so any use of gets warrants an unconditional warning; besides C11 -+ removed it. */ -+#ifdef gets -+#undef gets - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif -+#endif - - - #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ diff --git a/app-crypt/shishi/files/shishi_resolv.patch b/app-crypt/shishi/files/shishi_resolv.patch deleted file mode 100644 index 6eb6beaa92ff..000000000000 --- a/app-crypt/shishi/files/shishi_resolv.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.ac 2012-03-12 20:18:21.000000000 +0200 -+++ configure.ac 2012-03-14 22:03:15.854332138 +0200 -@@ -82,7 +82,27 @@ - - # Checks for library functions. - AC_CHECK_FUNCS(signal select ngettext gethostbyname getpwnam getuid) --AC_CHECK_LIB(resolv, res_query,, AC_MSG_WARN([[no libresolv, SRV RRs not used]])) -+ -+# libresolv provides only __res_query on some architectures -+# so we cannot just use AC_CHECK_LIB -+_save_LIBS="$LIBS" -+LIBS="$LIBS -lresolv" -+AC_MSG_CHECKING(for res_query in -lresolv) -+AC_LINK_IFELSE([ -+#include <resolv.h> -+int main() -+{ -+ res_query (0, 0, 0, 0, 0); -+ return 0; -+}], -+[_res_query_in_resolv=yes], -+[_res_query_in_resolv=no]) -+AC_MSG_RESULT([$_res_query_in_resolv]) -+if test "x$_res_query_in_resolv" = "xno"; then -+ LIBS="$_save_LIBS" -+ AC_MSG_WARN([[no libresolv, SRV RRs not used]]) -+fi -+ - AC_SEARCH_LIBS(socket, socket) - AC_SEARCH_LIBS(gethostbyname, nsl) - diff --git a/app-crypt/shishi/files/shishid.confd b/app-crypt/shishi/files/shishid.confd deleted file mode 100644 index 9f0c2dad9841..000000000000 --- a/app-crypt/shishi/files/shishid.confd +++ /dev/null @@ -1,6 +0,0 @@ -# /etc/conf.d/shishid - -# Options to pass to the Shishi KDC server. Please see shishid man page for details. -# -# OPTIONS="--no-tls" - diff --git a/app-crypt/shishi/files/shishid.init b/app-crypt/shishi/files/shishid.init deleted file mode 100644 index ae5f9434d3ad..000000000000 --- a/app-crypt/shishi/files/shishid.init +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -daemon="Shishi KDC" -exec="/usr/sbin/shishid" -pid_file="/var/run/shishid.pid" - -depend() { - need net -} - -start() { - ebegin "Starting ${daemon}" - start-stop-daemon --start --quiet --background -m --pidfile ${pid_file} \ - --exec ${exec} -- ${OPTIONS} 1>&2 - eend $? "Error starting $daemon" -} - -stop() { - ebegin "Stopping $daemon" - start-stop-daemon --stop --quiet --pidfile ${pid_file} --exec ${exec} 1>&2 - eend $? "Error stopping $daemon" -} diff --git a/app-crypt/shishi/metadata.xml b/app-crypt/shishi/metadata.xml deleted file mode 100644 index c178f1043237..000000000000 --- a/app-crypt/shishi/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>kerberos@gentoo.org</email> - <name>Kerberos</name> -</maintainer> -<longdescription lang="en">GNU Shishi, a free implementation of the Kerberos 5 network security system</longdescription> -<use> - <flag name="des">Enable DES related encryption/checksum types.</flag> - <flag name="3des">Enable 3DES encryption/checksum type.</flag> - <flag name="aes">Enable AES encryption/checksum types.</flag> - <flag name="md">Enable unkeyed MD4/MD5 checksum types.</flag> - <flag name="null">Enable dummy NULL encryption/checksum type.</flag> - <flag name="arcfour">Enable ARCFOUR encryption/checksum type.</flag> -</use> -</pkgmetadata> diff --git a/app-crypt/shishi/shishi-1.0.1-r1.ebuild b/app-crypt/shishi/shishi-1.0.1-r1.ebuild deleted file mode 100644 index 95fb4bd1284b..000000000000 --- a/app-crypt/shishi/shishi-1.0.1-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit multilib autotools eutils - -DESCRIPTION="A free implementation of the Kerberos 5 network security system" -HOMEPAGE="https://www.gnu.org/software/shishi/" -SRC_URI="mirror://gnu/shishi/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnutls idn ipv6 nls pam +des +3des +aes +md +null +arcfour static-libs" - -DEPEND="gnutls? ( net-libs/gnutls ) - idn? ( net-dns/libidn ) - dev-libs/libtasn1 - dev-libs/libgcrypt:0 - dev-libs/libgpg-error - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix finding libresolv.so - epatch "${FILESDIR}/${PN}_resolv.patch" - # fix building with automake-1.12 bug #424095 - epatch "${FILESDIR}/${PN}_automake-1.12.patch" - # fix building with glibc-2.16.0 - epatch "${FILESDIR}/${PN}_gets.patch" - - # don't create a new database - sed -i -e '/install-data-hook/s/^/#/' Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable pam) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - $(use_with idn libidn-prefix) \ - $(use_enable gnutls starttls) \ - $(use_enable des) \ - $(use_enable 3des) \ - $(use_enable aes) \ - $(use_enable md) \ - $(use_enable null) \ - $(use_enable arcfour) \ - $(use_enable static-libs static) \ - --with-system-asn1 \ - --with-libgcrypt \ - --with-html-dir=/usr/share/doc/${P} \ - --with-db-dir=/var/shishi \ - --with-pam-dir=/$(get_libdir)/security \ - --disable-rpath \ - --with-packager="Gentoo" \ - --with-packager-bug-reports="https://bugs.gentoo.org/" -} - -src_install() { - emake DESTDIR="${D}" install - - keepdir /var/shishi - fperms 0700 /var/shishi - echo "db file /var/shishi" >> "${D}/etc/shishi/shisa.conf" || die - - newinitd "${FILESDIR}/shishid.init" shishid - newconfd "${FILESDIR}/shishid.confd" shishid - - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS - doman doc/man/* doc/*.1 - dohtml doc/reference/html/* - doinfo doc/*.info* - - rm -f "${D}/$(get_libdir)/security/pam_shishi.la" - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete -} diff --git a/app-crypt/shishi/shishi-1.0.1-r2.ebuild b/app-crypt/shishi/shishi-1.0.1-r2.ebuild deleted file mode 100644 index 390d48d987d4..000000000000 --- a/app-crypt/shishi/shishi-1.0.1-r2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils flag-o-matic multilib - -DESCRIPTION="A free implementation of the Kerberos 5 network security system" -HOMEPAGE="https://www.gnu.org/software/shishi/" -SRC_URI="mirror://gnu/shishi/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnutls idn ipv6 nls pam +des +3des +aes +md +null +arcfour static-libs" - -DEPEND="gnutls? ( net-libs/gnutls ) - idn? ( net-dns/libidn ) - dev-libs/libtasn1 - dev-libs/libgcrypt:0 - dev-libs/libgpg-error - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix finding libresolv.so - epatch "${FILESDIR}/${PN}_resolv.patch" - # fix building with automake-1.12 bug #424095 - epatch "${FILESDIR}/${PN}_automake-1.12.patch" - # fix building with glibc-2.16.0 - epatch "${FILESDIR}/${PN}_gets.patch" - - # don't create a new database - sed -i -e '/install-data-hook/s/^/#/' Makefile.am || die - - eautoreconf -} - -src_configure() { - append-cppflags -DMAX_ERROR_DESCRIPTION_SIZE=ASN1_MAX_ERROR_DESCRIPTION_SIZE - econf \ - $(use_enable pam) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - $(use_with idn libidn-prefix) \ - $(use_enable gnutls starttls) \ - $(use_enable des) \ - $(use_enable 3des) \ - $(use_enable aes) \ - $(use_enable md) \ - $(use_enable null) \ - $(use_enable arcfour) \ - $(use_enable static-libs static) \ - --with-system-asn1 \ - --with-libgcrypt \ - --with-html-dir=/usr/share/doc/${P} \ - --with-db-dir=/var/shishi \ - --with-pam-dir=/$(get_libdir)/security \ - --disable-rpath \ - --with-packager="Gentoo" \ - --with-packager-bug-reports="https://bugs.gentoo.org/" -} - -src_install() { - emake DESTDIR="${D}" install - - keepdir /var/shishi - fperms 0700 /var/shishi - echo "db file /var/shishi" >> "${D}/etc/shishi/shisa.conf" || die - - newinitd "${FILESDIR}/shishid.init" shishid - newconfd "${FILESDIR}/shishid.confd" shishid - - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS - doman doc/man/* doc/*.1 - dohtml doc/reference/html/* - doinfo doc/*.info* - - rm -f "${D}/$(get_libdir)/security/pam_shishi.la" - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete -} diff --git a/app-crypt/shishi/shishi-1.0.1.ebuild b/app-crypt/shishi/shishi-1.0.1.ebuild deleted file mode 100644 index a0c9d0e966eb..000000000000 --- a/app-crypt/shishi/shishi-1.0.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit multilib autotools eutils - -DESCRIPTION="A free implementation of the Kerberos 5 network security system" -HOMEPAGE="https://www.gnu.org/software/shishi/" -SRC_URI="mirror://gnu/shishi/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnutls idn ipv6 nls pam +des +3des +aes +md +null +arcfour static-libs" - -DEPEND="gnutls? ( net-libs/gnutls ) - idn? ( net-dns/libidn ) - dev-libs/libtasn1 - dev-libs/libgcrypt:0 - dev-libs/libgpg-error - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix finding libresolv.so - epatch "${FILESDIR}/${PN}_resolv.patch" - # fix building with automake-1.12 bug #424095 - epatch "${FILESDIR}/${PN}_automake-1.12.patch" - - # don't create a new database - sed -i -e '/install-data-hook/s/^/#/' Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable pam) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - $(use_with idn libidn-prefix) \ - $(use_enable gnutls starttls) \ - $(use_enable des) \ - $(use_enable 3des) \ - $(use_enable aes) \ - $(use_enable md) \ - $(use_enable null) \ - $(use_enable arcfour) \ - $(use_enable static-libs static) \ - --with-system-asn1 \ - --with-libgcrypt \ - --with-html-dir=/usr/share/doc/${P} \ - --with-db-dir=/var/shishi \ - --with-pam-dir=/$(get_libdir)/security \ - --disable-rpath \ - --with-packager="Gentoo" \ - --with-packager-bug-reports="https://bugs.gentoo.org/" -} - -src_install() { - emake DESTDIR="${D}" install - - keepdir /var/shishi - fperms 0700 /var/shishi - echo "db file /var/shishi" >> "${D}/etc/shishi/shisa.conf" || die - - newinitd "${FILESDIR}/shishid.init" shishid - newconfd "${FILESDIR}/shishid.confd" shishid - - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS - doman doc/man/* doc/*.1 - dohtml doc/reference/html/* - doinfo doc/*.info* - - rm -f "${D}/$(get_libdir)/security/pam_shishi.la" - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete -} diff --git a/app-crypt/shishi/shishi-1.0.2.ebuild b/app-crypt/shishi/shishi-1.0.2.ebuild deleted file mode 100644 index a5074ac2618d..000000000000 --- a/app-crypt/shishi/shishi-1.0.2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils flag-o-matic multilib - -DESCRIPTION="A free implementation of the Kerberos 5 network security system" -HOMEPAGE="https://www.gnu.org/software/shishi/" -SRC_URI="mirror://gnu/shishi/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnutls idn ipv6 nls pam +des +3des +aes +md +null +arcfour static-libs" - -DEPEND="gnutls? ( net-libs/gnutls ) - idn? ( net-dns/libidn ) - dev-libs/libtasn1 - dev-libs/libgcrypt:0 - dev-libs/libgpg-error - virtual/libiconv - virtual/libintl" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix building with automake-1.12 bug #424095 - epatch "${FILESDIR}/${P}_automake-1.12.patch" - - # don't create a new database - sed -i -e '/install-data-hook/s/^/#/' Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable pam) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - $(use_with idn libidn-prefix) \ - $(use_enable gnutls starttls) \ - $(use_enable des) \ - $(use_enable 3des) \ - $(use_enable aes) \ - $(use_enable md) \ - $(use_enable null) \ - $(use_enable arcfour) \ - $(use_enable static-libs static) \ - --with-libgcrypt \ - --with-html-dir=/usr/share/doc/${P} \ - --with-db-dir=/var/shishi \ - --with-pam-dir=/$(get_libdir)/security \ - --disable-rpath \ - --with-packager="Gentoo" \ - --with-packager-bug-reports="https://bugs.gentoo.org/" -} - -src_install() { - emake DESTDIR="${D}" install - - keepdir /var/shishi - fperms 0700 /var/shishi - echo "db file /var/shishi" >> "${D}/etc/shishi/shisa.conf" || die - - newinitd "${FILESDIR}/shishid.init" shishid - newconfd "${FILESDIR}/shishid.confd" shishid - - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS - doman doc/man/* doc/*.1 - dohtml doc/reference/html/* - doinfo doc/*.info* - - rm -f "${D}/$(get_libdir)/security/pam_shishi.la" - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete -} diff --git a/app-laptop/prey/Manifest b/app-laptop/prey/Manifest deleted file mode 100644 index 63191d5eb4c2..000000000000 --- a/app-laptop/prey/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prey-0.5.4-linux.zip 646891 SHA256 5d0f6f3e3a48dc5668ff82de55e202e5c28b3fab1f4d71dd55c22b8565583d7e SHA512 15e13b08dd786b3fddf39f8d0e02ceb0e2503be09ea3abde9cfc6431fb2c8388c077f2960dd82d9fb2119929274f2f57e70f642cd8cf3c6e6d76af9701c56724 WHIRLPOOL 3d7e10cfb5926a7f6a5a46c638bb859e6b4b2decb49a979f39573e8f4d2a9c66904e595c144dc4039018d567cd3810f69ef31658018ab3e2dd167ee8bcbbd114 diff --git a/app-laptop/prey/files/prey-0.5.3-mplayer-support.patch b/app-laptop/prey/files/prey-0.5.3-mplayer-support.patch deleted file mode 100644 index 970f50d751d9..000000000000 --- a/app-laptop/prey/files/prey-0.5.3-mplayer-support.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- modules/webcam/platform/linux/functions.orig 2011-01-19 22:49:55.457000055 -0700 -+++ modules/webcam/platform/linux/functions 2011-01-20 18:19:11.046000085 -0700 -@@ -9,6 +9,7 @@ - - # do we have streamer installed ? - local streamer=`which streamer` -+ local mencoder=`which mencoder` - if [ -n "$streamer" ]; then - - # take four pictures every 0.5 seconds as JPEG -@@ -37,19 +38,32 @@ - fi - - fi -- -+ elif [ -n "${mencoder}" ]; then -+ # not sure how to do this same thing with mencoder -+ mplayer tv:// -tv driver=v4l2:noaudio:device=/dev/video0 -frames 10 -vo jpeg &> /dev/null -+ if [ $? == 0 ]; then -+ mv 00000010.jpg "${webcam__picture}" > /dev/null -+ rm 000000*.jpg > /dev/null -+ fi - fi - - } - - capture_video() { - -- # we should already know if we do have streamer -+ local frames=$(( $webcam__video_capture_time * $webcam__frames_per_second )) -+ -+ # do we have streamer installed ? -+ local streamer=`which streamer` -+ local mencoder=`which mencoder` -+ - if [ -n "$streamer" ]; then -- -- local frames=$(( $webcam__video_capture_time * $webcam__frames_per_second )) - $streamer -o "$webcam__video" -f yuv2 -F stereo -r $webcam__frames_per_second -t $frames -- -+ elif [ -n "${mencoder}" ]; then -+ ${mencoder} tv:// -tv driver=v4l2:noaudio:device=/dev/video0 -ovc lavc -ffourcc DX50 -ofps ${webcam__frames_per_second} -endpos ${webcam__video_capture_time} -o "${tmpdir}/prey-video.avi" &> /dev/null -+ if [ $? == 0 ]; then -+ webcam__video="${tmpdir}/prey-video.avi" -+ fi - fi - - } diff --git a/app-laptop/prey/files/prey-0.5.4-cron-functions.patch b/app-laptop/prey/files/prey-0.5.4-cron-functions.patch deleted file mode 100644 index 963b685292c7..000000000000 --- a/app-laptop/prey/files/prey-0.5.4-cron-functions.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: prey/core/functions -=================================================================== ---- prey.orig/core/functions -+++ prey/core/functions -@@ -194,12 +194,12 @@ get_delay_for(){ - - get_current_delay(){ - # crontab -l | grep prey | sed "s/^..\([0-9]*\).*/\1/" -- crontab -l 2> /dev/null | grep prey | head -1 | sed 's/ \/.*//' -+ sed -i 's/ \/.*//' /etc/cron.d/prey.cron - } - - update_execution_delay(){ - local full_path=$(full_path "$base_path") -- (crontab -l 2> /dev/null | grep -v prey; echo "${1}" "${full_path}/prey.sh > /var/log/prey.log 2>&1") | crontab - -+ echo "${new_delay}" "/usr/bin/prey.sh > /var/log/prey.log" > /etc/cron.d/prey.cron - } - - # if device is missing we'll make sure the current delay matches the one -@@ -273,7 +273,7 @@ verify_installation(){ - log " !! Cron daemon not found! Try running it with 'sudo /etc/init.d/cron start'." - fi - log " -- Checking for crontab entry..." -- local result=`crontab -l | grep 'prey.sh' | wc -l 2> /dev/null` -+ local result=`wc -l /etc/cron.d/prey.cron 2> /dev/null` - if [ "$result" -gt 0 ]; then - log " -- Found!" - else diff --git a/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch b/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch deleted file mode 100644 index 6a50a4e0426e..000000000000 --- a/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: prey/platform/linux/prey-config.py -=================================================================== ---- prey.orig/platform/linux/prey-config.py -+++ prey/platform/linux/prey-config.py -@@ -23,7 +23,7 @@ import base64 - - app_name = 'prey-config' - lang_path = 'lang' --script_path = os.sys.path[0] -+script_path = '/usr/share/prey/platform/linux/' - - ################################################ - # gettext localization -@@ -42,7 +42,7 @@ _ = gettext.gettext - ################################################ - - PREY_PATH = '/usr/share/prey' --PREY_CONFIG_FILE = PREY_PATH + '/config' -+PREY_CONFIG_FILE = '/etc/config' - PREY_COMMAND = PREY_PATH + '/prey.sh > /var/log/prey.log 2>&1' - CONTROL_PANEL_URL = 'http://control.preyproject.com' - CONTROL_PANEL_URL_SSL = 'https://control.preyproject.com' diff --git a/app-laptop/prey/files/prey-cron-functions.patch b/app-laptop/prey/files/prey-cron-functions.patch deleted file mode 100644 index 0e5486d27d9b..000000000000 --- a/app-laptop/prey/files/prey-cron-functions.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: prey/core/functions -=================================================================== ---- prey.orig/core/functions -+++ prey/core/functions -@@ -170,7 +170,7 @@ remove_files(){ - - get_current_delay(){ - # crontab -l | grep prey | sed "s/^..\([0-9]*\).*/\1/" -- crontab -l | grep prey | head -1 | sed 's/ \/.*//' -+ sed -i 's/ \/.*//' /etc/cron.d/prey.cron - } - - get_delay_for(){ -@@ -197,7 +197,7 @@ get_delay_for(){ - - update_execution_delay(){ - local full_path=`full_path "$base_path"` -- (crontab -l | grep -v prey; echo "${new_delay}" "${full_path}/prey.sh > /var/log/prey.log") | crontab - -+ echo "${new_delay}" "/usr/bin/prey.sh > /var/log/prey.log" > /etc/cron.d/prey.cron - } - - #################################################################### -@@ -250,7 +250,7 @@ verify_installation(){ - log " !! Cron daemon not found! Try running it with 'sudo /etc/init.d/cron start'." - fi - log " -- Checking for crontab entry..." -- local result=`crontab -l | grep 'prey.sh' | wc -l 2> /dev/null` -+ local result=`wc -l /etc/cron.d/prey.cron 2> /dev/null` - if [ "$result" -gt 0 ]; then - log " -- Found!" - else diff --git a/app-laptop/prey/files/prey.cron b/app-laptop/prey/files/prey.cron deleted file mode 100644 index fe036185a2d5..000000000000 --- a/app-laptop/prey/files/prey.cron +++ /dev/null @@ -1 +0,0 @@ -#*/20 * * * * /usr/bin/prey &>/dev/null diff --git a/app-laptop/prey/metadata.xml b/app-laptop/prey/metadata.xml deleted file mode 100644 index 1621c528d42f..000000000000 --- a/app-laptop/prey/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<use> - <flag name="alarm">Module for playing an audio file</flag> - <flag name="alert">Display a warning message when the computer seems to be stolen"</flag> - <flag name="geo">Module for retrieving the physical location of the stolen computer</flag> - <flag name="lock">Lock stolen computer</flag> - <flag name="network">Get network information (active connections, traceroute) from stolen computer</flag> - <flag name="secure">Delete or hide sensitive user data</flag> - <flag name="session">Get screenshots from user session</flag> - <flag name="userpriv">Create a prey user group so regular users can access and modify the prey configuration. Use it with caution</flag> - <flag name="webcam">Use computer's webcam to take screenshots of the thief</flag> -</use> -<longdescription lang="en"> -</longdescription> -</pkgmetadata> diff --git a/app-laptop/prey/prey-0.5.4-r1.ebuild b/app-laptop/prey/prey-0.5.4-r1.ebuild deleted file mode 100644 index 40077d72216f..000000000000 --- a/app-laptop/prey/prey-0.5.4-r1.ebuild +++ /dev/null @@ -1,167 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils readme.gentoo user - -DESCRIPTION="Tracking software for asset recovery" -HOMEPAGE="http://preyproject.com/" -SRC_URI="http://preyproject.com/releases/${PV}/${P}-linux.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk userpriv" - -LINGUAS="en it sv es" -for x in ${LINGUAS}; do - IUSE="${IUSE} linguas_${x}" -done - -MODULES="+alarm +alert +geo lock +network secure +session webcam" -IUSE="${IUSE} ${MODULES}" - -DEPEND="" -#TODO: some of these deps may be dependent on USE -RDEPEND="${DEPEND} - app-shells/bash - virtual/cron - || ( net-misc/curl net-misc/wget ) - dev-perl/IO-Socket-SSL - dev-perl/Net-SSLeay - sys-apps/net-tools - alarm? ( media-sound/mpg123 - media-sound/pulseaudio - ) - alert? ( || ( ( gnome-extra/zenity ) ( kde-apps/kdialog ) ) ) - gtk? ( dev-python/pygtk ) - lock? ( dev-python/pygtk ) - network? ( net-analyzer/traceroute ) - session? ( sys-apps/iproute2 - || ( media-gfx/scrot media-gfx/imagemagick ) - ) - webcam? ( || ( ( media-video/mplayer[encode,jpeg,v4l] ) ( media-tv/xawtv ) ) )" - -S=${WORKDIR}/${PN} - -pkg_setup() { - if use userpriv; then - enewgroup ${PN} - fi - if use gtk; then - ewarn "You have the 'gtk' useflag enabled" - ewarn "This means that the ${PN} configuration" - ewarn "will be accessible via a graphical user" - ewarn "interface. This may allow the thief to alter" - ewarn "or disable the ${PN} functionality" - fi -} - -src_prepare() { - DISABLE_AUTOFORMATTING="yes" - use userpriv && has_version "${CATEGORY}/${PN}:${SLOT}[-userpriv]" && FORCE_PRINT_ELOG="yes" - ! use userpriv && has_version "${CATEGORY}/${PN}:${SLOT}[userpriv]" && FORCE_PRINT_ELOG="yes" - - DOC_CONTENTS="--Configuration-- -Make sure you follow the next steps before running prey for the -first time. -" - - if use userpriv; then - DOC_CONTENTS+="- Add your user to ${PN} group using: -# gpasswd -a <your_user> ${PN}" - else - DOC_CONTENTS+="You don't seem to have 'userpriv' enabled so -${PN} configuration is only accessible as root" - fi - - DOC_CONTENTS+=" -- Create an account on http://preyproject.com/ -- Modify the core and module configuration in /etc/prey -- Uncomment the line in /etc/cron.d/prey.cron" - - # remove system module since it depends on hal and we don't - # have hal in portage anymore - rm -rf "${S}"/modules/system || die - - epatch "${FILESDIR}"/${P}-cron-functions.patch \ - "${FILESDIR}"/${P}-gtk-ui.patch \ - "${FILESDIR}"/${PN}-0.5.3-mplayer-support.patch - sed -i -e 's,readonly base_path=`dirname "$0"`,readonly \ - base_path="/usr/share/prey",' \ - "${S}"/prey.sh || die - # Fix base path. Bug #438728 - sed -i -e "/readonly/s:base_path=.*:base_path=/usr/share/${PN}:" \ - prey.sh || die -} - -src_install() { - # Remove config app if -gtk - if use gtk; then - # fix the path - doicon "${S}"/pixmaps/${PN}.png - newbin "${S}"/platform/linux/${PN}-config.py ${PN}-config - make_desktop_entry ${PN}-config "Prey Configuration" ${PN} \ - "System;Monitor" - else - rm -f "${S}"/platform/linux/prey-config.py || die - fi - - # clear out unneeded language files - for lang in ${LINGUAS}; do - use "linguas_${lang}" || rm -f lang/${lang} modules/*/lang/${lang} - done - - # Core files - insinto /usr/share/prey - doins -r "${S}"/core "${S}"/lang "${S}"/pixmaps "${S}"/platform "${S}"/version - - # Main script - newbin ${PN}.sh ${PN} - - # Put the configuration file into /etc, strict perms, symlink - insinto /etc/prey - newins config ${PN}.conf - # some scripts require /usr/share/prey/config file to be present - # so symlink it to prey.conf - dosym /etc/${PN}/${PN}.conf /usr/share/${PN}/config - use userpriv && { fowners root:${PN} /etc/prey ; } - fperms 770 /etc/prey - use userpriv && { fowners root:${PN} /etc/prey/prey.conf ; } - fperms 660 /etc/prey/prey.conf - - # Add cron.d script - insinto /etc/cron.d - doins "${FILESDIR}/prey.cron" - use userpriv && { fowners root:${PN} /etc/cron.d/prey.cron ; } - fperms 660 /etc/cron.d/prey.cron - - dodoc README - - # modules - cd "${S}"/modules - for mod in * - do - use ${mod} || continue - - # move config, if present, to /etc/prey - if [ -f $mod/config ] - then - insinto "/etc/prey" - newins "$mod/config" "mod-$mod.conf" - use userpriv && { fowners root:${PN} "/etc/${PN}/mod-$mod.conf" ; } - fperms 660 "/etc/${PN}/mod-$mod.conf" - # Rest of the module in its expected location - insinto /usr/share/prey/modules - doins -r "$mod" - if [[ $mod == "lock" ]]; then - fperms 555 \ - "/usr/share/${PN}/modules/lock/platform/linux/${PN}-lock" - fi - fi - done - - readme.gentoo_create_doc -} diff --git a/app-misc/multimon/Manifest b/app-misc/multimon/Manifest deleted file mode 100644 index 475280672055..000000000000 --- a/app-misc/multimon/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST multimon-1.0-ubuntu.patch.xz 18532 SHA256 2d1e990dec9a949e7293a18eee7559d3df53133fc78c129e38d5b5fc439a6586 SHA512 1773bf4d1b0be59c2187543328a1cd59d097f026418b3c96afbd48f9c8491fb1c082d5d2e58b1d3242a912737915b5cdaf6e879ae82f2e7bc292919579ebcc28 WHIRLPOOL b49e64f5694db7791574bf2fddb9ca071b912bb4510701fafeed614cc8805df9130ce6bfeae9c380fecfd46656f3ff0f8d80625d93585c1ccff28e1e71d544ed -DIST multimon.tar.gz 49256 SHA256 bb4957f10ffbe0bdefb91170beeba22edba7cac265855fe47960d5f7033b5255 SHA512 e52a30996a66ca68a25490d3c522fe71454d0b3d4a0dd8ba567483fa8afe6350b68f391e7b8a4f5cd0c8440762b9cd7258c8efb5cc737c8780c3c2af77a9dba5 WHIRLPOOL ec0b97860037321e8cc29340bc41faddb2d073f361f83d656310f63ba8eaad51b5ac7102b08ba503b24c333714be4377afdf19075f10c189eaf5e20e3a6684b0 diff --git a/app-misc/multimon/files/multimon-1.0-flags.patch b/app-misc/multimon/files/multimon-1.0-flags.patch deleted file mode 100644 index 232cb4e15ac2..000000000000 --- a/app-misc/multimon/files/multimon-1.0-flags.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- Makefile.orig 1997-12-08 17:56:05.000000000 +0100 -+++ Makefile 2010-10-20 06:16:56.000000000 +0200 -@@ -8,7 +8,7 @@ - else - CFLAGS +=-O3 -DSUN_AUDIO -DARCH_SPARC - endif --LDFLAGSX =-lX11 -L/usr/X11R6/lib -R/usr/X11R6/lib -lsocket -lnsl -+LIBSX =-lX11 -L/usr/X11R6/lib -R/usr/X11R6/lib -lsocket -lnsl - else - ifeq ($(DEBUG),y) - CFLAGS +=-g -O -m486 -malign-loops=2 -malign-jumps=2 \ -@@ -17,7 +17,7 @@ - CFLAGS +=-O3 -m486 -malign-loops=2 -malign-jumps=2 \ - -malign-functions=2 -DARCH_I386 - endif --LDFLAGSX =-lX11 -L/usr/X11R6/lib -+LIBSX =-lX11 -L/usr/X11R6/lib - endif - - -@@ -28,7 +28,7 @@ - - AS =as - LD =ld --LDFLAGS =-lm -+LIBS =-lm - HOSTCC =gcc - CC =gcc - MAKE =make -@@ -67,13 +67,13 @@ - $(MKDIR) $(BINDIR) - - $(BINDIR)/multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) -- $(CC) $^ $(LDFLAGS) $(LDFLAGSX) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) $(LIBSX) -o $@ - - $(BINDIR)/gen: $(OBJ_GEN) -- $(CC) $^ $(LDFLAGS) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - - $(BINDIR)/mkcostab: $(BINDIR)/mkcostab.o -- $(CC) $^ $(LDFLAGS) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - - costabi.c costabf.c: $(BINDIR)/mkcostab - $(BINDIR)/mkcostab diff --git a/app-misc/multimon/files/multimon-1.0-includes.patch b/app-misc/multimon/files/multimon-1.0-includes.patch deleted file mode 100644 index 940841382d00..000000000000 --- a/app-misc/multimon/files/multimon-1.0-includes.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- mkcostab.c.orig 1997-12-08 17:56:06.000000000 +0100 -+++ mkcostab.c 2010-10-20 06:20:08.000000000 +0200 -@@ -23,6 +23,7 @@ - - #include <math.h> - #include <stdio.h> -+#include <stdlib.h> /* exit() */ - - /* ---------------------------------------------------------------------- */ - ---- xdisplay.c.orig 1997-12-08 17:56:06.000000000 +0100 -+++ xdisplay.c 2010-10-20 06:19:37.000000000 +0200 -@@ -36,6 +36,7 @@ - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> -+#include <stdlib.h> /* abort() exit() */ - - /* ---------------------------------------------------------------------- */ - diff --git a/app-misc/multimon/files/multimon-1.0-prll.patch b/app-misc/multimon/files/multimon-1.0-prll.patch deleted file mode 100644 index 0664bea9e9c1..000000000000 --- a/app-misc/multimon/files/multimon-1.0-prll.patch +++ /dev/null @@ -1,75 +0,0 @@ - Makefile | 35 ++++++++++++++++------------------- - 1 files changed, 16 insertions(+), 19 deletions(-) - -diff --git a/Makefile b/Makefile -index 74453f2..28a3b7d 100644 ---- a/Makefile -+++ b/Makefile -@@ -37,15 +37,15 @@ AR =ar - STRIP =strip - MKDIR =mkdir - --all: $(BINDIR) $(BINDIR)/multimon $(BINDIR)/gen -+all: multimon gen - --$(BINDIR)/%.s: %.c -+%.s: %.c - $(CC) $(CFLAGS) -S -o $@ $< - --$(BINDIR)/%.o: $(BINDIR)/%.s -+%.o: %.s - $(AS) -c -o $@ $< - --$(BINDIR)/%.o: %.c -+%.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< - - SRC_L2 =hdlc.c pocsag.c -@@ -57,26 +57,23 @@ SRC_MISC =unixinput.c costabf.c xdisplay.c - - SRC_GEN =gen.c gen_dtmf.c gen_sin.c gen_zvei.c gen_hdlc.c costabi.c - --OBJ_L2 =$(SRC_L2:%.c=$(BINDIR)/%.o) --OBJ_L1 =$(SRC_L1:%.c=$(BINDIR)/%.o) --OBJ_MISC =$(SRC_MISC:%.c=$(BINDIR)/%.o) -+OBJ_L2 =$(SRC_L2:%.c=%.o) -+OBJ_L1 =$(SRC_L1:%.c=%.o) -+OBJ_MISC =$(SRC_MISC:%.c=%.o) - --OBJ_GEN =$(SRC_GEN:%.c=$(BINDIR)/%.o) -+OBJ_GEN =$(SRC_GEN:%.c=%.o) - --$(BINDIR): -- $(MKDIR) $(BINDIR) -- --$(BINDIR)/multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) -+multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) - $(CC) $(LDFLAGS) $^ $(LIBS) $(LIBSX) -o $@ - --$(BINDIR)/gen: $(OBJ_GEN) -+gen: $(OBJ_GEN) - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - --$(BINDIR)/mkcostab: $(BINDIR)/mkcostab.o -+mkcostab: mkcostab.o - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - --costabi.c costabf.c: $(BINDIR)/mkcostab -- $(BINDIR)/mkcostab -+costabi.c costabf.c: mkcostab -+ ./mkcostab - - clean: - $(RM) -f core `find . -name '*.[oas]' -print` -@@ -85,8 +82,8 @@ clean: - - - depend dep: -- $(CPP) -M $(CFLAGS) $(SRC_MISC) $(SRC_L1) $(SRC_L2) $(SRC_GEN) mkcostab.c > $(BINDIR)/.depend -+ $(CPP) -M $(CFLAGS) $(SRC_MISC) $(SRC_L1) $(SRC_L2) $(SRC_GEN) mkcostab.c > .depend - --ifeq ($(BINDIR)/.depend,$(wildcard $(BINDIR)/.depend)) --include $(BINDIR)/.depend -+ifeq (.depend,$(wildcard .depend)) -+include .depend - endif diff --git a/app-misc/multimon/metadata.xml b/app-misc/multimon/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/app-misc/multimon/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/app-misc/multimon/multimon-1.0-r2.ebuild b/app-misc/multimon/multimon-1.0-r2.ebuild deleted file mode 100644 index 89fb2972fb58..000000000000 --- a/app-misc/multimon/multimon-1.0-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Decoding digital transmission codes" -HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html" -SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/multimon - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-prll.patch \ - "${FILESDIR}"/${P}-includes.patch - sed \ - -e '/^$(BINDIR)\//s:$: $(BINDIR):g' \ - -i Makefile || die -} - -src_compile() { - # bug #369713 - emake CFLAGS="${CFLAGS}" CC=$(tc-getCC) -} - -src_install() { - mv gen multimon-gen - dobin multimon-gen mkcostab multimon -} - -pkg_postinst() { - ewarn "The gen command has been renamed to multimon-gen to avoid conflicts" - ewarn "with dev-ruby/gen (#247156)" -} diff --git a/app-misc/multimon/multimon-1.0-r3.ebuild b/app-misc/multimon/multimon-1.0-r3.ebuild deleted file mode 100644 index c21cd6034d83..000000000000 --- a/app-misc/multimon/multimon-1.0-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Decoding digital transmission codes" -HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html" -SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz - https://dev.gentoo.org/~lu_zero/distfiles/${P}-ubuntu.patch.xz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/multimon - -src_prepare() { - epatch \ - "${WORKDIR}"/${P}-ubuntu.patch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-prll.patch \ - "${FILESDIR}"/${P}-includes.patch - sed \ - -e '/^$(BINDIR)\//s:$: $(BINDIR):g' \ - -i Makefile || die -} - -src_compile() { - # bug #369713 - emake CFLAGS="${CFLAGS}" CC=$(tc-getCC) -} - -src_install() { - mv gen multimon-gen - dobin multimon-gen mkcostab multimon - doman multimon.1 multimon-gen.1 -} - -pkg_postinst() { - ewarn "The gen command has been renamed to multimon-gen to avoid conflicts" - ewarn "with dev-ruby/gen (#247156)" -} diff --git a/app-misc/usbirboy/Manifest b/app-misc/usbirboy/Manifest deleted file mode 100644 index 99ca6f47fe05..000000000000 --- a/app-misc/usbirboy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST usbirboy-0.2.1.tar.gz 38664 SHA256 144e6e29dcce004f4999e2f90551529346516c478ae0773f753fda3abaed3ffd SHA512 f26daa847214f60e0883f261cf11d758f0d7a61434e2ec3c7dcee9862362d4a0d16225619cf920528a9a40f245eee97a3531112c1b57e1bec4d191a4196f161c WHIRLPOOL b1b31cdf874d8b0c040f4921bcab47d5292fba56600cab64c9b8e340c04267f3f1099473aa250043e775176cb0df4ba6b6eb1e4ee9616a7482ebfd95dfe652ab -DIST usbirboy-0.3.1.tar.gz 49649 SHA256 cb879c1c67bb8deba385a12d5d97ca9ea6b148e77d1cd985a4fa3054b71d5cc6 SHA512 49f5c9eed4272b3066a87bfbacf95b39f1912a0fd22e580a87cf6b850e4ce98adb2c7ffb08b4c3db6d5b9cf298caa279ebeb51372eb95b9edf0b1ca02ecfba60 WHIRLPOOL e542f81644ca84953b2c789676a8f7b469358e0283262cb4881dfe0e4e87b8c140b5b47c68699057bcf5ccff0ba9771dfcd40ed1859d945604223c6e2e6084c0 diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff deleted file mode 100644 index bc2a2f0b3194..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff +++ /dev/null @@ -1,43 +0,0 @@ -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-06-08 07:52:54.211338228 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-06-08 07:57:26.989743855 +0200 -@@ -76,6 +76,14 @@ - #define LIRC_SET_REC_MODE _IOW('i', 0x00000012, __u32) - - -+#include <linux/version.h> -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) -+#define USBIRBOY_THIS_MODULE(x) x, -+#else /* >= 2.6.16 */ -+#define USBIRBOY_THIS_MODULE(x) -+#endif -+ - - /* prevent races between open() and disconnect() */ - static DECLARE_MUTEX (disconnect_sem); -@@ -778,7 +784,7 @@ - - /*defines user space function bodies*/ - static struct file_operations usbirboy_fops = { -- .owner = THIS_MODULE, -+ USBIRBOY_THIS_MODULE(.owner = THIS_MODULE) - .read = usbirboy_user_read, - .ioctl = usbirboy_user_ioctl, - .open = usbirboy_user_open, -@@ -790,13 +796,13 @@ - static struct usb_class_driver usbirboy_class = { - .name = DRIVER_NAME, - .fops = &usbirboy_fops, -- .mode = S_IFCHR | S_IRUSR | S_IRGRP | S_IROTH, -+ USBIRBOY_THIS_MODULE(.mode = S_IFCHR | S_IRUSR | S_IRGRP | S_IROTH) - .minor_base = USBIRBOY_MINOR_BASE, - }; - - /*driver info for kernel*/ - static struct usb_driver usbirboy_driver = { -- .owner = THIS_MODULE, -+ USBIRBOY_THIS_MODULE(.owner = THIS_MODULE) - .name = DRIVER_NAME, - .id_table = usbirboy_device_table, - .probe = usbirboy_usb_probe, diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff deleted file mode 100644 index 176ed375fb72..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff +++ /dev/null @@ -1,23 +0,0 @@ -Nur in usbirboy-0.2.1/usbirboykmod: Modules.symvers. -Nur in usbirboy-0.2.1/usbirboykmod/.tmp_versions: usbirboy.mod. -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-07-03 10:30:07.393102962 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-07-03 10:34:02.999771952 +0200 -@@ -90,7 +90,8 @@ - - /* define debug kernel option */ - static int debug = 0; --MODULE_PARM(debug, "i"); -+module_param(debug, bool, 0644); -+MODULE_PARM_DESC(debug, "Enable debugging messages"); - - static struct usb_driver usbirboy_driver; - static struct usb_class_driver usbirboy_class; -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.ko. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.ko.cmd. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.mod.c. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.mod.o. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.mod.o.cmd. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.o. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.o.cmd. -Nur in usbirboy-0.2.1-orig/usbirboykmod: .usbirboy.o.d. diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff deleted file mode 100644 index 8cac30623f9c..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff +++ /dev/null @@ -1,48 +0,0 @@ -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-07-06 11:47:10.353523729 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-07-06 11:49:45.352506621 +0200 -@@ -65,6 +65,8 @@ - #define __END_DEBUG } - - -+#define usbirboy_info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \ -+ DRIVER_NAME , ## arg) - - /* Strait from lirc.h adopted ioctl definitions */ - /* Lets hope they dont change those*/ -@@ -636,7 +638,7 @@ - - - /* let the user know what node this device is now attached to */ -- info("USB-IR-Boy device attached to usbirboy with minor %d\n", irdev->minor); -+ usbirboy_info("USB-IR-Boy device attached to usbirboy with minor %d", irdev->minor); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG -@@ -725,7 +727,7 @@ - usbirboy_cleanup (usbirdev); - up (&disconnect_sem); - -- info( "USB-IR-Boy device disconnected. Minor: %d\n",minor); -+ usbirboy_info( "USB-IR-Boy device disconnected. Minor: %d",minor); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG -@@ -754,7 +756,7 @@ - return -1; - } - -- info( DRIVER_DESC ":" DRIVER_VERSION); -+ usbirboy_info( DRIVER_DESC ":" DRIVER_VERSION); - - __DEBUG - printk("<----- %s \n", __FUNCTION__); -@@ -772,7 +774,7 @@ - __END_DEBUG - usb_deregister (&usbirboy_driver); - -- info( "usbirboy_driver deregistered...\n"); -+ usbirboy_info( "driver deregistered..."); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG diff --git a/app-misc/usbirboy/metadata.xml b/app-misc/usbirboy/metadata.xml deleted file mode 100644 index 34cd99026cc7..000000000000 --- a/app-misc/usbirboy/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">usbirboy</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild deleted file mode 100644 index ba716fc47dc3..000000000000 --- a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="default" -} - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}/${P}-kernel-2.6.16.diff" - epatch "${FILESDIR}/${P}-module_param.diff" - epatch "${FILESDIR}/${P}-nice-kernel-msgs.diff" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ - > "${D}etc/udev/rules.d/55-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} diff --git a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild deleted file mode 100644 index fe9b8383adac..000000000000 --- a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="clean all" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", SYMLINK+="lirc"' \ - > "${D}etc/udev/rules.d/30-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} diff --git a/app-misc/usbirboy/usbirboy-0.3.1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1.ebuild deleted file mode 100644 index c25c5ead0c75..000000000000 --- a/app-misc/usbirboy/usbirboy-0.3.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="clean all" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ - > "${D}etc/udev/rules.d/55-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} diff --git a/app-mobilephone/obexd/Manifest b/app-mobilephone/obexd/Manifest deleted file mode 100644 index 4c762263a7d5..000000000000 --- a/app-mobilephone/obexd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST obexd-0.46.tar.xz 343372 SHA256 f245374813a1f4da39a1f24ae2458a1c886bd0f56a39920e176199898355e943 SHA512 a49d7f1c92e66528f47c03df12548b460fb8cf76dea71b7c5bede349e2eeb215071aef7a4f0dc45ba81af933c8ff5cda2a45c3b9b7edb49e4567011688ca77cf WHIRLPOOL ecca111740102dd3daaefcbbf540d4c3b87381951d9c3e2501d8f1435b26af4bc70883f8ab19b58e96e21a673abeb998d3bfa42bd4952692754e072a0a03d90a -DIST obexd-0.48.tar.xz 350548 SHA256 6dfd10e1444b0d8a66f2d745d70336cd28e533e893a48f69879c4bb6d079edfb SHA512 5f349805d74e070d170fc715ab0ae8e4524fc62016352911cda999fa6e3da0f60e5be763e84ac303cd624cc51c89a47c2062e22b47ae7b56f90d017ff99cff5d WHIRLPOOL 0a5f3db03d8192561a4ce354a839500d7bb590f41d4c109c064da33dc040c5c72af357ab4d37f24771b0d4d9add981f42473e82c9c8532e894f588fec354aaca diff --git a/app-mobilephone/obexd/metadata.xml b/app-mobilephone/obexd/metadata.xml deleted file mode 100644 index ab4e9e0e6b75..000000000000 --- a/app-mobilephone/obexd/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>dev-zero@gentoo.org</email> - <name>Tiziano Müller</name> - </maintainer> - <maintainer type="person"> - <email>pacho@gentoo.org</email> - <description> - Taking care of this until Tiziano has enough time - for maintaing this. - </description> - </maintainer> - <use> - <flag name="nokia">Add support for Nokia backup - plugin</flag> - <flag name="server">Enables server installation, it's - incompatible with obex-data-server provided one</flag> - </use> -</pkgmetadata> diff --git a/app-mobilephone/obexd/obexd-0.46.ebuild b/app-mobilephone/obexd/obexd-0.46.ebuild deleted file mode 100644 index f0749ef75dd1..000000000000 --- a/app-mobilephone/obexd/obexd-0.46.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -DESCRIPTION="OBEX Server and Client" -HOMEPAGE="http://www.bluez.org/" -SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="-eds nokia -server usb" - -DOCS="AUTHORS ChangeLog README doc/*.txt" - -RDEPEND="eds? ( gnome-extra/evolution-data-server ) - !eds? ( dev-libs/libical ) - >=net-wireless/bluez-4.99 - >=dev-libs/openobex-1.4 - >=dev-libs/glib-2.28:2 - >=sys-apps/dbus-1.4 - server? ( !app-mobilephone/obex-data-server )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - app-arch/xz-utils" - -src_configure() { - econf \ - --disable-debug \ - $(use_with eds phonebook ebook) \ - $(use_enable nokia pcsuite) \ - $(use_enable server) \ - $(use_enable usb) -} diff --git a/app-mobilephone/obexd/obexd-0.48.ebuild b/app-mobilephone/obexd/obexd-0.48.ebuild deleted file mode 100644 index 3d88dbb92c53..000000000000 --- a/app-mobilephone/obexd/obexd-0.48.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="OBEX Server and Client" -HOMEPAGE="http://www.bluez.org/" -SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="-eds nokia -server usb" - -DOCS="AUTHORS ChangeLog README doc/*.txt" - -RDEPEND="eds? ( gnome-extra/evolution-data-server ) - !eds? ( dev-libs/libical ) - >=net-wireless/bluez-4.100 - >=dev-libs/openobex-1.4 - >=dev-libs/glib-2.28:2 - >=sys-apps/dbus-1.4 - server? ( !app-mobilephone/obex-data-server )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - app-arch/xz-utils" - -src_configure() { - econf \ - --disable-debug \ - $(use_with eds phonebook ebook) \ - $(use_enable nokia pcsuite) \ - $(use_enable server) \ - $(use_enable usb) -} diff --git a/app-text/skribe/Manifest b/app-text/skribe/Manifest deleted file mode 100644 index 029b9e4cef21..000000000000 --- a/app-text/skribe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST skribe1.2l.tar.gz 245007 SHA256 87bc31b7c087070f27be2be816b322993972bbf03fb72cbd0d7603796d5636d0 SHA512 159d824d0f1935b04a6b180b8484fba7f32d3d7579c86aafae681b4f988cc4e765795844828321235f5c6104242d0d2c5a2d4c908ff05b23d26bf74ed6ee14c5 WHIRLPOOL 4bea508c5f86669ae1cabc722b46c56273a647a75839ccf8d815daeb1e30a94584add1d191632fe555e8ba4e5deb18e59abbee1a3503c36e93db9d27053d2491 diff --git a/app-text/skribe/metadata.xml b/app-text/skribe/metadata.xml deleted file mode 100644 index c61e71b0e004..000000000000 --- a/app-text/skribe/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> -</maintainer> -<longdescription lang="en"> - Skribe is a text processor. Even if it is a general purpose tool, it best - suits the writing of technical documents such as web pages or technical - reports, API documentations, etc. -</longdescription> -</pkgmetadata> diff --git a/app-text/skribe/skribe-1.2l.ebuild b/app-text/skribe/skribe-1.2l.ebuild deleted file mode 100644 index c50d79e1810d..000000000000 --- a/app-text/skribe/skribe-1.2l.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit multilib - -MY_P="${PN}${PV}" - -DESCRIPTION="Skribe is a text processor for technical documents written in scheme" -HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Skribe/" -SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Skribe/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-scheme/bigloo" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # falsify bigloo auto-strip feature to prevent pre-stripped QA errors - sed -r 's/^blinkflags="(.*)"$/blinkflags="\1 -eval '\''(set! *strip* \\#f)'\''"/gi' \ - -i ./etc/bigloo/configure || die "sed failed" -} - -src_configure() { - ./configure \ - --with-bigloo \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --libdir=/usr/$(get_libdir) \ - --docdir=/usr/share/doc/${PF} || die "configure failed" -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-scheme/bigloo/Manifest b/dev-scheme/bigloo/Manifest deleted file mode 100644 index cafb2124f9bb..000000000000 --- a/dev-scheme/bigloo/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST bigloo-3.4a-patchset-1.tbz2 3282 SHA256 44f3f62e39b344bdc4c6eb54f7e2003fedcadb23b6bf2a1a8b647f9799884b2a SHA512 2a3769792ab45ed234c4f00792f660ad92acbe649a5bc6d1529e1b7809d9e6315beef37471f8fdd68f91fac511d3eb2c26dd6bcc984587bf4e0494f501bc49c8 WHIRLPOOL 2fca460b5628d2661fc2e45862a8a08ffe9273bc06757e7149f75d5d3ad23c992ba6b3a63ee57e93ade2c429acc2d086f24cdc0c099fab5d9e5a8b31c51ca8b3 -DIST bigloo3.0c-4.tar.gz 11776933 SHA256 047bb6b36c8ca51a2b261fdfba6b0637808d0d9923360633f695bcc3dd6b6c2b SHA512 3833fac604744524eb4d0fbb307692423555d8c98d91233f4269f9078dd19eba156e709aa0bc0af43638e8bf4bc49cad60a0fba2dad48abd5f9922996e8ee666 WHIRLPOOL 6b55c801180c5f1fbdac20c3ff074ad85b8b0c0bde98384860fef165c727b7a584bca65d916a29b7fc9266f414c2659c4adfaa1bd6e0347ee8116e804ee2d33f -DIST bigloo3.4a-3.tar.gz 13631619 SHA256 c6bf16a60a16447444dc1e3eadf061d37f2796ebb75f3190415fb14aa06bc4bd SHA512 4d8ce613d309c51da788855fbb92961fd00664c6a4422586937e40c04241d8387bf2f0ae47219bf54f6410e725466b35c043f8735f277c10c2f23c7b60107159 WHIRLPOOL 52bb2bae5d50ebd2ebd4e363eb7ddb85fba85c7b72b10838e7b6dddcf99e0c5f993038fbe2b57d5785999518cad6112887851d957e111314e420c08e9b616509 -DIST bigloo3.6a.tar.gz 14264922 SHA256 3c026d97d79b8d97d6104c1e63b8ef1b77380462262c5172d8ca66f932d45a54 SHA512 3e89061aed35b6697f767b9e7658aa028d229152ddfb750daa48c138cbe1d43426558543df2f2dc8f0069679ca1f987bfd06dad9758bef01ec8ecec30b56baa7 WHIRLPOOL ef7f111e2616a118fdfaeb04d8bafff32e5e6c8677a40d6441ad44d2aa56c0e9ab7f9c8628a3b579c62562894ebde143d2e0798166c2454a1500ff8410c633c9 diff --git a/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild b/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild deleted file mode 100644 index f99563acf1f9..000000000000 --- a/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit elisp-common multilib java-pkg-opt-2 - -MY_P=${PN}${PV/_p/-} -MY_P=${MY_P/_alpha/-alpha} -MY_P=${MY_P/_beta/-beta} - -DESCRIPTION="Bigloo is a Scheme implementation" -HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html" -SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" - -DEPEND="emacs? ( virtual/emacs ) - java? ( >=virtual/jdk-1.5 )" - -RDEPEND="${DEPEND} - java? ( >=virtual/jre-1.5 )" - -S=${WORKDIR}/${MY_P%-*} - -SITEFILE="50bigloo-gentoo.el" - -IUSE="emacs java" -# fullbee" - -src_prepare() { - sed -i -e 's/^cstrip="-s"/cstrip="no"/' \ - -e 's/STRIP=$strip/STRIP=true/' \ - configure || die -} - -src_configure() { - # Bigloo doesn't use autoconf and consequently a lot of options used by econf give errors - # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..." - ./configure \ - $(use java && echo "--jvm=yes --java=$(java-config --java) --javac=$(java-config --javac)") \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --libdir=/usr/$(get_libdir) \ - --docdir=/usr/share/doc/${PF} \ - --benchmark=yes \ - --sharedbde=no \ - --sharedcompiler=no \ - --coflags="" || die "configure failed" - -# --bee=$(if use fullbee; then echo full; else echo partial; fi) \ - -} - -src_compile() { - if use emacs; then - elisp-compile etc/*.el || die "elisp-compile failed" - fi - - # parallel build is broken - emake -j1 || die "emake failed" -} - -src_install () { -# dodir /etc/env.d -# echo "LDPATH=/usr/$(get_libdir)/bigloo/${PV}/" > ${D}/etc/env.d/25bigloo - - # make the links created not point to DESTDIR, since that is only a temporary home - sed 's/ln -s $(DESTDIR)/ln -s /' -i Makefile.misc - emake -j1 DESTDIR="${D}" install || die "install failed" - - if use emacs; then - elisp-install ${PN} etc/*.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - -# einfo "Compiling bee..." -# emake compile-bee || die "compiling bee failed" -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-scheme/bigloo/bigloo-3.4a_p3.ebuild b/dev-scheme/bigloo/bigloo-3.4a_p3.ebuild deleted file mode 100644 index 61318fae09a1..000000000000 --- a/dev-scheme/bigloo/bigloo-3.4a_p3.ebuild +++ /dev/null @@ -1,218 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit elisp-common multilib eutils flag-o-matic java-pkg-opt-2 - -MY_P=${PN}${PV/_p/-} -MY_P=${MY_P/_alpha*/-alpha} -MY_P=${MY_P/_beta*/-beta} - -BGL_RELEASE=${PV/_*/} -PATCHSET="1" - -DESCRIPTION="Bigloo is a Scheme implementation" -HOMEPAGE="http://www-sop.inria.fr/indes/fp/Bigloo/bigloo.html" -SRC_URI="ftp://ftp-sop.inria.fr/members/Cyprien.Nicolas/mirror/bigloo-${BGL_RELEASE}-patchset-${PATCHSET}.tbz2 - ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bglpkg calendar crypto debug doc emacs gmp gstreamer java mail multimedia packrat sqlite srfi1 srfi27 ssl text threads web" - -# bug 254916 for >=dev-libs/boehm-gc-7.1 -DEPEND=">=dev-libs/boehm-gc-7.1[threads?] - emacs? ( virtual/emacs ) - gmp? ( dev-libs/gmp ) - gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) - java? ( >=virtual/jdk-1.5 app-arch/zip ) - sqlite? ( dev-db/sqlite:3 ) - ssl? ( dev-libs/openssl ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P/-[ab]*/} - -SITEFILE="50bigloo-gentoo.el" - -pkg_setup() { - if use gstreamer; then - if ! use threads; then - die "USE Dependency: 'gstreamer' needs 'threads'. You may enable 'threads', or disable 'gstreamer'." - fi - - if ! use multimedia; then - die "USE Dependency: 'gstreamer' needs 'multimedia'." - fi - fi - - if use packrat && ! use srfi1; then - die "USE Dependency: 'packrat' needs 'srfi1'." - fi - - if use srfi27; then - # 'dev-scheme/bigloo srfi27' should be added in arch/amd64/package.use.mask - if use amd64; then - ewarn "srfi27 is known to only work on 32-bit architectures." \ - "The USE is ignored on amd64." - elif ! use gmp; then - die "USE Dependency: 'srfi27' needs 'gmp'." - fi - fi - - if use bglpkg && ! (use sqlite && use web); then - die "USE Dependency: 'bglpkg' needs both 'sqlite' and 'web'." - fi - - java-pkg-opt-2_pkg_setup -} - -src_prepare() { - EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" epatch - - # bglmem is not built according to the EFLAGS - # (which forces LDFLAGS, see emake below) - ebegin "Adding EFLAGS to BMEMFLAGS" - sed -i 's/BMEMFLAGS[^=]\+= /&$(EFLAGS) /' bde/bmem/Makefile - eend $? - - # Removing bundled boehm-gc - rm -rf gc || die -} - -src_configure() { - filter-flags -fomit-frame-pointer - - local myconf="" - - # Filter Zile emacs replacement. Bug #336717 - if use emacs; then - myconf="--bee=full --emacs=${EMACS} --lispdir=${SITELISP}/${PN}" - else - myconf="--emacs=false" - fi - - # dev-java/ibm-jdk-bin fails during configure, bug #331279 - # api/crypto java tests show failures, I'm looking into it - if use java; then - sed -e "s/^\(jcflags=\)\(.*\)/\\1\"\\2 $(java-pkg_javac-args)\"/" \ - -e 's/jcflags=$jcflags/jcflags="$jcflags"/'\ - -i configure - myconf="${myconf} - --jvm=yes" - fi - - # No pkglib/pkgcomp in IUSE, I don't see any need besides bglpkg - # One or the other could be added upon user request - if use bglpkg; then - myconf="${myconf} - --enable-bglpkg --enable-pkgcomp --enable-pkglib" - else - myconf="${myconf} - --disable-bglpkg --disable-pkgcomp --disable-pkglib" - fi - - # srfi27 management - if use amd64; then - myconf="${myconf} - --disable-srfi27" - else - myconf="${myconf} - $(use_enable srfi27)" - fi - - # Put every non quoted configure opt into myconf, for the einfo below - myconf=" - --prefix=/usr - --libdir=/usr/$(get_libdir) - --benchmark=yes - --coflags= - --customgc=no - --sharedbde=no - --sharedcompiler=no - --strip=no - $(use debug && echo --debug) - ${myconf} - $(use_enable calendar) - $(use_enable crypto) - $(use_enable gmp) - $(use_enable gstreamer) - $(use_enable mail) - $(use_enable multimedia) - $(use_enable packrat) - $(use_enable sqlite) - $(use_enable srfi1) - $(use_enable ssl) - $(use_enable text) - $(use_enable threads) - $(use_enable web) -" - - einfo "Configuring bigloo with:" \ - "--ldflags=\"${LDFLAGS}\" $(echo ${myconf} | sed 's/\n\t\t/ /g')" - - # Bigloo doesn't use autoconf and consequently a lot of options used by econf give errors - # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..." - ./configure --ldflags="${LDFLAGS}" ${myconf} || die "configure failed" -} - -src_compile() { - emake EFLAGS='-ldopt "$(LDFLAGS)"' || die "emake failed" - - if use emacs; then - einfo "Compiling bee..." - emake -j1 compile-bee EFLAGS='-ldopt "$(LDFLAGS)"' || die "compiling bee failed" - fi -} - -# default thinks that target doesn't exist -src_test() { - emake -j1 test || die "emake test failed" -} - -src_install() { - # Makefile:671:install: install-progs install-docs - emake DESTDIR="${D}" install-progs || die "install failed" - - if use emacs; then - einfo "Installing bee..." - emake DESTDIR="${D}" install-bee || die "install-bee failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - else - # Fix EMACS*=false in Makefile.config - sed -i 's:^\(EMACS=\).*$:\1:' "${D}"/usr/$(get_libdir)/bigloo/${BGL_RELEASE}/Makefile.config \ - || die "dosed EMACS failed" - sed -i 's:^\(EMACSBRAND=\).*$:\1:' "${D}"/usr/$(get_libdir)/bigloo/${BGL_RELEASE}/Makefile.config \ - || die "dosed EMACSBRAND failed" - fi - - dodoc ChangeLog README || die "dodoc failed" - newdoc LICENSE COPYING || die "newdoc failed" - - cd "${S}/manuals" - if use doc; then - dohtml -r . || die "dohtml failed" - doinfo *.info* || die "doinfo failed" - fi - - for man in *.man; do - newman ${man} ${man/.man/.1} || die "newman ${man} ${man/.man/.1} failed" - done -} - -pkg_postinst() { - if use emacs; then - elisp-site-regen - elog "In order to use the bee-mode, add" - elog " (require 'bmacs)" - elog "to your ~/.emacs file" - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-scheme/bigloo/bigloo-3.6a.ebuild b/dev-scheme/bigloo/bigloo-3.6a.ebuild deleted file mode 100644 index 73ecc24f6e3f..000000000000 --- a/dev-scheme/bigloo/bigloo-3.6a.ebuild +++ /dev/null @@ -1,208 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit elisp-common multilib eutils flag-o-matic java-pkg-opt-2 - -MY_P=${PN}${PV/_p/-} -MY_P=${MY_P/_alpha*/-alpha} -MY_P=${MY_P/_beta*/-beta} - -BGL_RELEASE=${PV/_*/} - -DESCRIPTION="Bigloo is a Scheme implementation" -HOMEPAGE="http://www-sop.inria.fr/indes/fp/Bigloo/bigloo.html" -SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="bglpkg calendar crypto debug doc emacs gmp java mail multimedia openpgp packrat sqlite srfi1 srfi27 ssl text threads web" -REQUIRED_USE=" - bglpkg? ( web ) - openpgp? ( crypto ) - packrat? ( srfi1 ) - srfi27? ( x86? ( gmp ) ) -" - -# bug 254916 for >=dev-libs/boehm-gc-7.1 -DEPEND=">=dev-libs/boehm-gc-7.1[threads?] - emacs? ( virtual/emacs ) - gmp? ( dev-libs/gmp ) - java? ( >=virtual/jdk-1.5 app-arch/zip ) - sqlite? ( dev-db/sqlite:3 ) - ssl? ( dev-libs/openssl ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P/-[ab]*/} - -SITEFILE="50bigloo-gentoo.el" - -pkg_pretend() { - if use srfi27 && use amd64; then - #TODO: 'dev-scheme/bigloo srfi27' in arch/amd64/package.use.mask? - ewarn "srfi27 is known to only work on 32-bit architectures." \ - "This IUSE is ignored on amd64." - fi -} - -src_prepare() { - # Removing bundled boehm-gc - rm -rf gc || die - - # Fix some printf format warnings - epatch "${FILESDIR}/${PN}-${BGL_RELEASE}-fix_printf_format_warnings.patch" - - # bug 354751: Fix '[a-z]' sed range for non ascii LC_COLLATE order - sed 's/a-z/[:alpha:]/' -i configure autoconf/* || die 'sed s/a-z/[:alpha:]/ failed' - - java-pkg-opt-2_src_prepare -} - -src_configure() { - filter-flags -fomit-frame-pointer - - local myconf="" - - # Filter Zile emacs replacement. Bug #336717 - if use emacs; then - myconf="--bee=full --emacs=${EMACS} --lispdir=${SITELISP}/${PN}" - else - myconf="--emacs=false" - fi - - # Add JCFLAGS to the configure script - # (api/{crypto,openpgp} jvm tests show failures) - if use java; then - sed -e "s/^\(jcflags=\)\(.*\)/\\1\"\\2 $(java-pkg_javac-args)\"/" \ - -e 's/jcflags=$jcflags/jcflags="$jcflags"/'\ - -i configure - myconf="${myconf} - --jvm=yes" - fi - - # No pkglib/pkgcomp in IUSE, I don't see any need besides bglpkg - # One or the other could be added upon user request - if use bglpkg; then - myconf="${myconf} - --enable-bglpkg --enable-pkgcomp --enable-pkglib" - else - myconf="${myconf} - --disable-bglpkg --disable-pkgcomp --disable-pkglib" - fi - - # srfi27 management - if use amd64; then - myconf="${myconf} - --disable-srfi27" - else - myconf="${myconf} - $(use_enable srfi27)" - fi - - # Put every non quoted configure opt into myconf, for the einfo below - myconf=" - --prefix=/usr - --libdir=/usr/$(get_libdir) - --benchmark=yes - --coflags= - --customgc=no - --sharedbde=no - --sharedcompiler=no - --strip=no - $(use debug && echo --debug) - ${myconf} - $(use_enable calendar) - $(use_enable crypto) - $(use_enable gmp) - --disable-gstreamer - $(use_enable mail) - $(use_enable multimedia) - $(use_enable openpgp) - $(use_enable packrat) - --disable-phone - $(use_enable sqlite) - $(use_enable srfi1) - $(use_enable ssl) - $(use_enable text) - $(use_enable threads) - $(use_enable web) -" - - einfo "Configuring bigloo with:" \ - "--ldflags=\"${LDFLAGS}\" $(echo ${myconf} | sed 's/\n\t\t/ /g')" - - # Bigloo doesn't use autoconf and consequently a lot of options used by econf give errors - # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..." - ./configure --ldflags="${LDFLAGS}" ${myconf} || die "configure failed" -} - -src_compile() { - emake EFLAGS='-ldopt "$(LDFLAGS)"' || die "emake failed" - - if use emacs; then - einfo "Compiling bee..." - emake compile-bee EFLAGS='-ldopt "$(LDFLAGS)"' || die "compiling bee failed" - fi -} - -# default thinks that target doesn't exist -src_test() { - emake -j1 test || die "emake test failed" -} - -src_install() { - # Makefile:671:install: install-progs install-docs - emake DESTDIR="${D}" install-progs || die "install failed" - - if use emacs; then - einfo "Installing bee..." - emake DESTDIR="${D}" install-bee || die "install-bee failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - else - # Fix EMACS*=false in Makefile.config - sed -i \ - -e 's:^\(EMACS=\).*$:\1:' \ - -e 's:^\(EMACSBRAND=\).*$:\1:' \ - "${D}"/usr/$(get_libdir)/bigloo/${BGL_RELEASE}/Makefile.config \ - || die "sed !emacs in Makefile.config failed" - fi - - dodoc ChangeLog README || die "dodoc failed" - - pushd "${S}/manuals" &>/dev/null - if use doc; then - dohtml -r . || die "dohtml failed" - doinfo *.info* || die "doinfo failed" - fi - - for man in *.man; do - newman ${man} ${man/.man/.1} || die "newman ${man} ${man/.man/.1} failed" - done - popd &>/dev/null - - # Remove created directories which remains empty - pushd "${D}/usr" &>/dev/null - rmdir -p doc/bigloo-${BGL_RELEASE} info man/man1 || die "rm empty dirs failed" - popd &>/dev/null -} - -pkg_preinst() { - java-pkg-opt-2_pkg_preinst -} - -pkg_postinst() { - if use emacs; then - elisp-site-regen - elog "In order to use the bee-mode, add" - elog " (require 'bmacs)" - elog "to your ~/.emacs file" - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-scheme/bigloo/files/50bigloo-gentoo.el b/dev-scheme/bigloo/files/50bigloo-gentoo.el deleted file mode 100644 index 576bdde482e3..000000000000 --- a/dev-scheme/bigloo/files/50bigloo-gentoo.el +++ /dev/null @@ -1,3 +0,0 @@ -;;; dev-scheme/bigloo - -(add-to-list 'load-path "@SITELISP@") diff --git a/dev-scheme/bigloo/files/bigloo-3.3a_p5-no_strip.patch b/dev-scheme/bigloo/files/bigloo-3.3a_p5-no_strip.patch deleted file mode 100644 index 7a3b1190551f..000000000000 --- a/dev-scheme/bigloo/files/bigloo-3.3a_p5-no_strip.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -Naur bigloo3.3a.orig/configure bigloo3.3a/configure ---- bigloo3.3a.orig/configure 2009-12-01 11:13:15.000000000 -0300 -+++ bigloo3.3a/configure 2009-12-11 02:08:57.000000000 -0300 -@@ -62,7 +62,7 @@ - featureflags= - coflags=-O3 - --cstrip="-s" -+cstrip="" - cpicflags="demanded" # Possible values for cpicflags are: - # - "no" not to use position independent code (recommended) - # - "demanded" auto configuration but with a preference to "no" -@@ -78,7 +78,7 @@ - ld= - ldlibs=-lc - ldcomplibs=-lc --strip= # left blank for autoconfiguration -+strip="" # left blank for autoconfiguration - longlong= # The C type to represent long long integers - havelonglong= - stringsplit="0" -@@ -684,6 +684,10 @@ - extralibs=""; - cstrip="no";; - -+ --strip=no) -+ cstrip="no"; -+ strip="no";; -+ - --pnet) - dotnetclrstyle=pnet; - dotnetcsccstyle=pnet; diff --git a/dev-scheme/bigloo/files/bigloo-3.6a-fix_printf_format_warnings.patch b/dev-scheme/bigloo/files/bigloo-3.6a-fix_printf_format_warnings.patch deleted file mode 100644 index d21541afc1e7..000000000000 --- a/dev-scheme/bigloo/files/bigloo-3.6a-fix_printf_format_warnings.patch +++ /dev/null @@ -1,237 +0,0 @@ -Author: Jerry James <loganjerry <at> gmail.com> -Title: Patch for removing printf "warning: format" in bigloo source code -URL: http://article.gmane.org/gmane.lisp.scheme.bigloo/5112 ---- api/gstreamer/src/Clib/bglgst.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ api/gstreamer/src/Clib/bglgst.c 2011-02-14 15:24:29.464185149 -0700 -@@ -93,12 +93,12 @@ bglgst_use_threadsp() { - /* bgl_gobject_boehm_alloc_init ... */ - /*---------------------------------------------------------------------*/ - static gpointer bgl_gst_alloc( gsize n ) { -- fprintf( stderr, "GC_MALLOC n=%d\n", n ); -+ fprintf( stderr, "GC_MALLOC n=%" G_GSIZE_FORMAT "\n", n ); - return GC_MALLOC( n ); - } - - static gpointer bgl_gst_realloc( gpointer ptr, gsize n ) { -- fprintf( stderr, "GC_REALLOC ptr=%p n=%d\n", ptr, n ); -+ fprintf( stderr, "GC_REALLOC ptr=%p n=%" G_GSIZE_FORMAT "\n", ptr, n ); - return GC_REALLOC( ptr, n ); - } - -@@ -297,7 +297,7 @@ bgl_g_value_to_obj( const GValue *gval, - case G_TYPE_ENUM: { - long obj = g_value_get_enum( gval ); - -- fprintf( stderr, "G_TYPE_ENUM not implemented yet %d (%s:%d)\n", -+ fprintf( stderr, "G_TYPE_ENUM not implemented yet %ld (%s:%d)\n", - obj, __FILE__, __LINE__ ); - - return BUNSPEC; ---- runtime/Clib/capply.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ runtime/Clib/capply.c 2011-02-14 15:04:59.255817644 -0700 -@@ -627,7 +627,7 @@ obj_t apply( obj_t function, obj_t args_ - default: { - char msg[ 128 ]; - sprintf( msg, -- "too many arguments provided (%d) in apply (max 50)", -+ "too many arguments provided (%ld) in apply (max 50)", - -arity ); - - C_SYSTEM_FAILURE( BGL_ERROR, "apply", msg, function ); -@@ -1229,7 +1229,7 @@ obj_t apply( obj_t function, obj_t args_ - default: { - char msg[ 128 ]; - sprintf( msg, -- "too many arguments provided (%d) in apply (max 50)", -+ "too many arguments provided (%ld) in apply (max 50)", - arity ); - - C_SYSTEM_FAILURE( BGL_ERROR, "apply", msg, function ); ---- runtime/Clib/cstring.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ runtime/Clib/cstring.c 2011-02-14 15:04:18.391856999 -0700 -@@ -293,23 +293,23 @@ integer_to_string_padding( long x, long - - case 8 : - if( x < 0 ) { -- sprintf( fmt, "-%%0%dlo", padding - 1 ); -+ sprintf( fmt, "-%%0%ldlo", padding - 1 ); - } else { -- sprintf( fmt, "%%0%dlo", padding ); -+ sprintf( fmt, "%%0%ldlo", padding ); - } - break; - case 16 : - if( x < 0 ) { -- sprintf( fmt, "-%%0%dlx", padding - 1); -+ sprintf( fmt, "-%%0%ldlx", padding - 1); - } else { -- sprintf( fmt, "%%0%dlx", padding ); -+ sprintf( fmt, "%%0%ldlx", padding ); - } - break; - default : - if( x < 0 ) { -- sprintf( fmt, "-%%0%dld", padding - 1 ); -+ sprintf( fmt, "-%%0%ldld", padding - 1 ); - } else { -- sprintf( fmt, "%%0%dld", padding ); -+ sprintf( fmt, "%%0%ldld", padding ); - } - break; - } ---- runtime/Clib/cerror.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ runtime/Clib/cerror.c 2011-02-14 15:03:19.097168636 -0700 -@@ -69,7 +69,7 @@ bgl_debug_typeof( obj_t obj ) { - obj_t - bgl_debug_header( obj_t obj ) { - fprintf( stderr, "obj=%p\n", obj ); -- fprintf( stderr, " TAG_MASK=%d ", (((long)obj) & TAG_MASK) ); -+ fprintf( stderr, " TAG_MASK=%ld ", (((long)obj) & TAG_MASK) ); - switch( (((long)obj) & TAG_MASK) ) { - case TAG_STRUCT: fprintf( stderr, "(TAG_STRUCT)\n" ); break; - case TAG_INT: fprintf( stderr, "(TAG_INT)\n" ); break; -@@ -96,7 +96,7 @@ bgl_debug_header( obj_t obj ) { - } - - if( POINTERP( obj ) ) { -- fprintf( stderr, " TYPE=%d ", TYPE( obj ) ); -+ fprintf( stderr, " TYPE=%ld ", TYPE( obj ) ); - switch( TYPE( obj ) ) { - case 0: fprintf( stderr, "(PAIR_TYPE) " ); break; - case 1: fprintf( stderr, "(STRING_TYPE) " ); break; -@@ -132,7 +132,7 @@ bgl_debug_header( obj_t obj ) { - else - fprintf( stderr, "(unknown type) " ); - } -- fprintf( stderr, "HEADER_SIZE=%d\n", HEADER_SIZE( CREF( obj )->header ) ); -+ fprintf( stderr, "HEADER_SIZE=%ld\n", HEADER_SIZE( CREF( obj )->header ) ); - } - - return obj; ---- runtime/Clib/ccontrol.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ runtime/Clib/ccontrol.c 2011-02-14 15:07:40.999882828 -0700 -@@ -200,9 +200,9 @@ bgl_procedure_entry_to_string( obj_t pro - obj_t res = make_string_sans_fill( 17 ); - - if( VA_PROCEDUREP( proc ) ) { -- sprintf( BSTRING_TO_STRING( res ), "%016x", PROCEDURE_VA_ENTRY( proc ) ); -+ sprintf( BSTRING_TO_STRING( res ), "%016lx", (long)PROCEDURE_VA_ENTRY( proc ) ); - } else { -- sprintf( BSTRING_TO_STRING( res ), "%016x", PROCEDURE_ENTRY( proc ) ); -+ sprintf( BSTRING_TO_STRING( res ), "%016lx", (long)PROCEDURE_ENTRY( proc ) ); - } - - return res; ---- bde/bmem/lib/thread.c.orig 2011-01-24 06:30:51.000000000 -0700 -+++ bde/bmem/lib/thread.c 2011-02-14 15:18:41.127937649 -0700 -@@ -50,9 +50,9 @@ bglthread_switch( void *this, void *next - void - thread_dump_statistics( FILE *f ) { - if( context_switches || scheduler_awake ) { -- fprintf( f, " (thread (context-switches %d) (scheduler-awake %d))\n", -+ fprintf( f, " (thread (context-switches %ld) (scheduler-awake %ld))\n", - context_switches, scheduler_awake ); -- fprintf( stderr, "thread...(context switches=%d, scheduler awake=%d)\n", -+ fprintf( stderr, "thread...(context switches=%ld, scheduler awake=%ld)\n", - context_switches, - scheduler_awake ); - } ---- bde/bmem/lib/alloc.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ bde/bmem/lib/alloc.c 2011-02-14 15:10:55.176083686 -0700 -@@ -109,7 +109,7 @@ alloc_dump_type( pa_pair_t *i, FILE *f ) - /*---------------------------------------------------------------------*/ - void - alloc_dump( fun_alloc_info_t *i, FILE *f ) { -- fprintf( f, " (%d %d %d\n", i->gc_num, -+ fprintf( f, " (%lu %lu %lu\n", i->gc_num, - BMEMSIZE( i->dsize ), BMEMSIZE( i->isize ) ); - fprintf( f, " (dtype" ); - for_each( (void (*)(void *, void *))alloc_dump_type, i->dtypes, f ); -@@ -486,7 +486,7 @@ GC_malloc( size_t lb ) { - - #if BMEMDEBUG - if( bmem_debug ) { -- fprintf( stderr, "GC_malloc(%d): %s %d\n", -+ fprintf( stderr, "GC_malloc(%zu): %s %d\n", - lb, bgl_debug_trace_top_name(), get_alloc_type() ); - } - #endif -@@ -513,7 +513,7 @@ GC_realloc( obj_t old, size_t lb ) { - - #if BMEMDEBUG - if( bmem_debug ) { -- fprintf( stderr, "GC_realloc(%d): top=%s type=%d\n", -+ fprintf( stderr, "GC_realloc(%zu): top=%s type=%d\n", - lb, bgl_debug_trace_top_name(), get_alloc_type() ); - } - #endif -@@ -541,7 +541,7 @@ GC_malloc_atomic( size_t lb ) { - - #if BMEMDEBUG - if( bmem_debug ) { -- fprintf( stderr, "GC_malloc_atomic(%d): top=%s type=%d\n", -+ fprintf( stderr, "GC_malloc_atomic(%zu): top=%s type=%d\n", - lb, bgl_debug_trace_top_name(), get_alloc_type() ); - } - #endif -@@ -623,7 +623,7 @@ BGl_registerzd2classz12zc0zz__objectz00( - hash, def, - constructor, virt ); - -- fprintf( stderr, "ok\n", cname ); -+ fprintf( stderr, "ok\n" ); - - return class; - } ---- bde/bmem/lib/symbol.c.orig 2011-01-24 06:30:51.000000000 -0700 -+++ bde/bmem/lib/symbol.c 2011-02-14 15:13:47.727927175 -0700 -@@ -33,7 +33,7 @@ make_symbol( obj_t name ) { - - #if BMEMDEBUG - if( bmem_debug > 1 ) { -- fprintf( stderr, "make_symbol: %s %p\n", name, symbol ); -+ fprintf( stderr, "make_symbol: %s %p\n", BSTRING_TO_STRING( name ), symbol ); - } - #endif - symbol->symbol_t.header = MAKE_HEADER( SYMBOL_TYPE, SYMBOL_SIZE ); ---- bde/bmem/lib/trace.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ bde/bmem/lib/trace.c 2011-02-14 15:17:49.472275324 -0700 -@@ -79,9 +79,9 @@ bgl_debug_trace_top() { - fprintf( stderr, " top->name=KEYWORD %p\n", top->name ); - } else { - if( !POINTERP( top->name ) ) { -- fprintf( stderr, " top->name=pas pointer %d\n", top->name ); -+ fprintf( stderr, " top->name=pas pointer %p\n", top->name ); - } else { -- fprintf( stderr, " top->name=pointer %p\n", TYPE( top->name ) ); -+ fprintf( stderr, " top->name=pointer %ld\n", TYPE( top->name ) ); - } - } - } ---- bde/bmem/lib/gchook.c.orig 2011-01-24 06:30:52.000000000 -0700 -+++ bde/bmem/lib/gchook.c 2011-02-14 15:12:29.119566199 -0700 -@@ -45,13 +45,13 @@ GC_collect_hook( int heapsz, long livesz - gc_number++; - - if( heapsz > (1024 * 1024) ) { -- fprintf( stderr, "gc %3d: alloc size=%.2fMB, heap size=%.2fMB, live size=%.2fMB\n", -+ fprintf( stderr, "gc %3lu: alloc size=%.2fMB, heap size=%.2fMB, live size=%.2fMB\n", - gc_number, - ((double)gc_alloc_size / (1024. * 1024.)), - ((double)heapsz / (1024. * 1024.)), - ((double)livesz / (1024. * 1024.)) ); - } else { -- fprintf( stderr, "gc %3d: alloc size=%dKB, heap size=%dKB, live size=%ldKB\n", -+ fprintf( stderr, "gc %3lu: alloc size=%luKB, heap size=%dKB, live size=%ldKB\n", - gc_number, - gc_alloc_size / 1024, - heapsz / 1024, -@@ -81,7 +81,7 @@ gc_alloc_size_add( int size ) { - /*---------------------------------------------------------------------*/ - static void - GC_dump_gc( gc_info_t *i, FILE *f ) { -- fprintf( f, " (%d %d %d %d)\n", -+ fprintf( f, " (%lu %lu %lu %lu)\n", - i->number, - BMEMSIZE( i->alloc_size ), - BMEMSIZE( i->heap_size ), diff --git a/dev-scheme/bigloo/metadata.xml b/dev-scheme/bigloo/metadata.xml deleted file mode 100644 index 88cbe66d9d23..000000000000 --- a/dev-scheme/bigloo/metadata.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> - </maintainer> - <longdescription> - Bigloo is a Scheme implementation devoted to one goal: enabling Scheme - based programming style where C(++) is usually required. Bigloo attempts - to make Scheme practical by offering features usually presented by - traditional programming languages but not offered by Scheme and functional - programming. Bigloo compiles Scheme modules. It delivers small and fast - stand alone binary executables. Bigloo enables full connections between - Scheme and C programs, between Scheme and Java programs, and between - Scheme and C# programs. - </longdescription> - <use> - <flag name="bglpkg">Build bglpkg binary, which can be use to access scmpkg servers (requires web)</flag> - <flag name="calendar">Build the embedded library for calendar programming</flag> - <flag name="crypto">Build the embedded cryptographic library</flag> - <flag name="debug">Enable extra debug codepaths</flag> - <flag name="doc">Install Bigloo Manual (HTML docs of Bigloo and r5rs)</flag> - <flag name="emacs">Build and install the Bigloo Developement Environment for Emacs (aka bee-mode)</flag> - <flag name="gmp">Adds support for <pkg>dev-libs/gmp</pkg> (GNU MP library)</flag> - <flag name="java">Enable the JVM backend for the Bigloo compiler</flag> - <flag name="mail">Mail library for email management (e.g. maildir and imap support)</flag> - <flag name="multimedia">Build multimedia library (e.g. for managing images). Needed for <pkg>dev-scheme/hop</pkg></flag> - <flag name="openpgp">Build OpenPGP support (requires crypto)</flag> - <flag name="packrat">Bigloo port of Tony Garnock-Jones' packrat parser (requires srfi1)</flag> - <flag name="sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg></flag> - <flag name="srfi1">Build the srfi1 library: List library</flag> - <flag name="srfi27">Build the srfi27 library: Source of Random Bits (32bit-arch only, requires gmp)</flag> - <flag name="ssl">Adds support for SSL connections through <pkg>dev-libs/openssl</pkg></flag> - <flag name="threads">Enable thread support, it depends on <pkg>dev-libs/boehm-gc</pkg> built with threads use flag</flag> - <flag name="text">Library for dealing with text (e.g. BibTeX parser)</flag> - <flag name="web">Library for web programming (e.g. XML, CGI parsers). Needed for <pkg>dev-scheme/hop</pkg></flag> - </use> -</pkgmetadata> diff --git a/dev-scheme/hop/Manifest b/dev-scheme/hop/Manifest deleted file mode 100644 index 2d7a170e6c16..000000000000 --- a/dev-scheme/hop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hop-2.0.1.tar.gz 2407554 SHA256 4f631be4d79a52b81ea7358d22c49cc188665d8e349c13f16b041693bd5a97b3 SHA512 1e208397cbaed4482f4a2e47abcbc083644d9ccf80fa5081b78d41071bf2f7827cbd0f17aa08db6bfdc9f4a9a25a40fb5b76258d4aed32f530d445ec767d10f8 WHIRLPOOL 04cff1938cf04efe8c3e5cdd201639bbf0c25df0f4fc984bb430dbd2053d1d08000f018368597e832341566b4f2e5f55e2710bf6eab00df2221378de2e0d74c2 diff --git a/dev-scheme/hop/files/hop.confd b/dev-scheme/hop/files/hop.confd deleted file mode 100644 index 1688f64813d5..000000000000 --- a/dev-scheme/hop/files/hop.confd +++ /dev/null @@ -1,4 +0,0 @@ -# /etc/conf.d/hop: config file for /etc/init.d/hop - -# see `hop --help` # for valid cmdline options -#HOP_OPTS="" diff --git a/dev-scheme/hop/files/hop.initd b/dev-scheme/hop/files/hop.initd deleted file mode 100644 index 9d111fe181a1..000000000000 --- a/dev-scheme/hop/files/hop.initd +++ /dev/null @@ -1,45 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -HOPEXEC=/usr/bin/hop -HOPUSER=hop -HOPHOME=/var/www -PIDFILE=/var/run/hop.pid -LOGFILE=/var/log/hop - -# For user extensions through /etc/conf.d/hop -HOP_OPTS="--log-file ${LOGFILE} ${HOP_OPTS}" - -depend() { - need localmount net -} - -logfile() { - if [ ! -f ${LOGFILE} ] - then - touch ${LOGFILE} - fi - chown ${HOPUSER} ${LOGFILE} || eerror "Cannot create logfile" - return 0 -} - -start() { - logfile || return 1 - - ebegin "Starting Hop Web Broker" - start-stop-daemon --start --oknodo \ - --background --chuid ${HOPUSER} \ - --make-pidfile --pidfile ${PIDFILE} \ - --exec ${HOPEXEC} --env HOME=${HOPHOME} \ - -- ${HOP_OPTS} - eend $? -} - -stop() { - ebegin "Stopping Hop Web Broker" - start-stop-daemon --stop \ - --exec ${HOPEXEC} --pidfile ${PIDFILE} - eend $? -} diff --git a/dev-scheme/hop/hop-2.0.1.ebuild b/dev-scheme/hop/hop-2.0.1.ebuild deleted file mode 100644 index 1a32ce140f39..000000000000 --- a/dev-scheme/hop/hop-2.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils multilib user - -DESCRIPTION="Hop is a higher-order language for programming interactive web applications" -HOMEPAGE="http://hop.inria.fr/" -SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Hop/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-scheme/bigloo-3.3a[ssl?,threads?]" - -RDEPEND="${DEPEND}" - -IUSE="ssl threads debug" - -pkg_setup() { - enewgroup hop - enewuser hop -1 -1 /var/lib/hop hop -} - -src_configure() { - # Hop doesn't use autoconf and consequently a lot of options used by econf give errors - # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..." - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --libdir=/usr/$(get_libdir) \ - --etcdir=/etc/hop \ - $(use_enable ssl) \ - $(use_enable threads) \ - $(use debug && echo "--debug") \ - || die "configure failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "install failed" - - newinitd "${FILESDIR}/hop.initd" hop || die - newconfd "${FILESDIR}/hop.confd" hop || die -} diff --git a/dev-scheme/hop/metadata.xml b/dev-scheme/hop/metadata.xml deleted file mode 100644 index 3580e68154f5..000000000000 --- a/dev-scheme/hop/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> - </maintainer> - <longdescription lang="en"> -HOP is a new programming language designed for the Web 2.0. It is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. HOP can be viewed as a replacement for traditional graphical toolkits. HOP is implemented as a Web broker, i.e., a Web server that may act indifferently as a regular Web server or Web proxy. - </longdescription> - <use> - <flag name="ssl">Enable SSL support for hop</flag> - <flag name="threads">Enable thread support for hop, it depends on <pkg>dev-scheme/bigloo</pkg> built with threads use flag.</flag> - <flag name="debug">Enables building with debug symbols</flag> - </use> -</pkgmetadata> diff --git a/dev-scheme/schemik/Manifest b/dev-scheme/schemik/Manifest deleted file mode 100644 index a9bb54e68c0b..000000000000 --- a/dev-scheme/schemik/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST schemik-1.2.40.0.tar.gz 132603 SHA256 cadee740b9b651dd52c384ef8356cefa9b326d15bf69a3f0344e9303c6975ab1 SHA512 b37bd31810e7cbad31d8bb65ebe8a7eb254eb26143079f8b9bd16f41900905da900e9c4beb32e9af4a1fd6bda1c2de5b3b5c1eb5144c26b45947a80063198649 WHIRLPOOL 01415ff5a4d63142d7b059e9702762a6d7994d3f649efd521fc38b554ed0babee4a011d3e11cc44b9b1f3e5dd94aef90db0e91f6bba66439384b94b616c525f4 diff --git a/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch b/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch deleted file mode 100644 index 07083e6e96e8..000000000000 --- a/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fixing build with as-needed, respect LDFLAGS - -http://bugs.gentoo.org/show_bug.cgi?id=330623 - ---- Makefile -+++ Makefile -@@ -4,7 +4,7 @@ - STATIC_NAME="schemik-i686-linux-static" - - all: stack_eval.o types.o functions.o env.o initial_env.o schemik.c rt.o int_funcs.o readline_wrapper.o config.h thread_pool.o parser.o lexer.o errors.o -- $(CC) ${COMP_ARGS} `pkg-config --libs --cflags glib-2.0` -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm -+ $(CC) $(LDFLAGS) ${COMP_ARGS} -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm `pkg-config --libs --cflags glib-2.0` - - stack_eval.o: stack_eval.c eval.h vm.h vm.c stack.c stack.h int_funcs.h functions.h rt.h mutex.h types.h config.h dump_vm.c tm_log.c tm_log.h constants.def - $(CC) ${COMP_ARGS} `pkg-config --cflags glib-2.0` -c stack_eval.c diff --git a/dev-scheme/schemik/metadata.xml b/dev-scheme/schemik/metadata.xml deleted file mode 100644 index 2017a8741185..000000000000 --- a/dev-scheme/schemik/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> - </maintainer> - <longdescription lang="en"> - Schemik is a high-level lexically-scoped implicitly-parallel dialect of - Scheme and Common LISP, this means the parallel execution of programs is - done independently of the programmer and each program written in Schemik - always produces the same results no matter which parts of the program are - executed simultaneously. -</longdescription> - <upstream> - <remote-id type="sourceforge">schemik</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-scheme/schemik/schemik-1.2.40.0.ebuild b/dev-scheme/schemik/schemik-1.2.40.0.ebuild deleted file mode 100644 index 693896be8315..000000000000 --- a/dev-scheme/schemik/schemik-1.2.40.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit toolchain-funcs versionator eutils - -DESCRIPTION="High-level lexically-scoped implicitly-parallel dialect of Scheme and Common LISP" -HOMEPAGE="http://schemik.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/boehm-gc - >=dev-libs/glib-2.0 - sys-libs/readline" - -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch - sed -i -e 's/\(COMP_ARGS=\)-g \(-Wall -Winline\) -O2/\1$(CFLAGS) \2/' \ - Makefile || die "patching Makefile failed" -} - -src_compile() { - emake CC=$(tc-getCC)|| die "emake failed" -} - -src_install() { - dobin schemik || die "dobin failed" - insinto "/usr/share/${PN}/$(get_version_component_range 1-2)" - doins "scm/base.scm" || die "Standard library installation failed" - dodoc ChangeLog README || die "dodoc failed" - doman doc/man/schemik.1.gz || die "doman failed" -} diff --git a/dev-tcltk/tcl-sql/Manifest b/dev-tcltk/tcl-sql/Manifest deleted file mode 100644 index 7eab16f7e3c8..000000000000 --- a/dev-tcltk/tcl-sql/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tcl-sql-20000114.tgz 159365 SHA256 203acb2dac5589bd730482995887f328efc40d8881ea1365d96d4340fdcdb53b SHA512 ba16bd0e4a3483b7d2786783ed299732691efd27b43c87143d9037ea4da91ab49d3b66b0967e95baebedb9f778de620313fdf6f2ecdd69ebd6de054b4fbe806f WHIRLPOOL e50173b2b19a66eb31bb1b8b2578fa1a344e5b83ebea016dc9b172f0f48ab8f025e2e7024ddc29fa0134a446638e9bea6a803b7fbd73c19fc584e51b4c856b04 diff --git a/dev-tcltk/tcl-sql/files/fix-const.patch b/dev-tcltk/tcl-sql/files/fix-const.patch deleted file mode 100644 index 64289472265a..000000000000 --- a/dev-tcltk/tcl-sql/files/fix-const.patch +++ /dev/null @@ -1,101 +0,0 @@ -diff -urN tcl-sql.old/sql-mysql.cc tcl-sql/sql-mysql.cc ---- tcl-sql.old/sql-mysql.cc 2000-01-12 20:50:03.000000000 -0500 -+++ tcl-sql/sql-mysql.cc 2004-08-08 13:15:15.820828056 -0400 -@@ -1,3 +1,4 @@ -+#define USE_OLD_FUNCTIONS - #include "tcl.h" - #include "sql-mysql.h" - -@@ -20,7 +21,7 @@ - // ------------------------------------------------------------- - char * - Sql_mysql::getErrorMsg() { -- char *msg = mysql_error(&mysql); -+ char *msg = (char *)mysql_error(&mysql); - if (*msg == '\0') { - return errormsg; - } else { -@@ -71,7 +72,7 @@ - - // ------------------------------------------------------------- - int --Sql_mysql::numRows(int resHandle=0) { -+Sql_mysql::numRows(int resHandle) { - if (!results[resHandle]) { return -1; } - return(mysql_num_rows(results[resHandle])); - } -@@ -109,7 +110,7 @@ - - // ------------------------------------------------------------- - void --Sql_mysql::endquery(int resHandle=0) { -+Sql_mysql::endquery(int resHandle) { - if (!results[resHandle]) return; - mysql_free_result(results[resHandle]); - results[resHandle] = NULL; -@@ -120,7 +121,7 @@ - // Note: A new Sql_row is allocated. Has to be freed by calling - // party. - Sql_row * --Sql_mysql::fetchrow(int resHandle=0) { -+Sql_mysql::fetchrow(int resHandle) { - - if (!results[resHandle]) { - sprintf(errormsg, "Result handle [%d] not in use.\n", resHandle); -diff -urN tcl-sql.old/sql.cc tcl-sql/sql.cc ---- tcl-sql.old/sql.cc 2000-01-12 20:53:23.000000000 -0500 -+++ tcl-sql/sql.cc 2004-08-08 13:12:57.058923072 -0400 -@@ -122,7 +122,7 @@ - - // ------------------------------------------------------------- - // --int SqlCmd(ClientData clientData, Tcl_Interp *interp, int argc, char **argv) -+int SqlCmd(ClientData clientData, Tcl_Interp *interp, int argc, const char **argv) - { - if (argc == 1) { - Tcl_SetResult(interp, "Usage: sql command ?handle?", TCL_STATIC); -@@ -137,7 +137,7 @@ - - // ----------------------------------- - if (strcmp(argv[1], "connect")==0) { -- c = mgr->connect(argc-2, argv+2); -+ c = mgr->connect(argc-2, (char **)(argv+2)); - if (c < 0) { - char *basemsg = "Unable to Connect: "; - char *errmsg = mgr->getErrorMsg(); -@@ -160,7 +160,7 @@ - if (argc <= 2) { - Tcl_SetResult(interp, "Usage:\nsql command handle", TCL_STATIC); - return TCL_ERROR; -- } else if ((connid = stripPrefix(argv[2], HANDLE_PREFIX)) < 0) { -+ } else if ((connid = stripPrefix((char *)argv[2], HANDLE_PREFIX)) < 0) { - Tcl_AppendResult(interp, "sql: Invalid handle: ", argv[2], NULL); - return TCL_ERROR; - } else if (!mgr->inUse(connid)) { -@@ -172,19 +172,19 @@ - - // take care of the command: - if (strcmp(argv[1], "exec") == 0) { -- res = execCmd(interp, conn, argv[3]); -+ res = execCmd(interp, conn, (char *)argv[3]); - } else if (strcmp(argv[1], "query") == 0) { -- res = queryCmd(interp, conn, argv[3]); -+ res = queryCmd(interp, conn, (char *)argv[3]); - } else if (strcmp(argv[1], "endquery") == 0) { -- res = endqueryCmd(interp, conn, argv[3]); -+ res = endqueryCmd(interp, conn, (char *)argv[3]); - } else if (strcmp(argv[1], "fetchrow") == 0) { -- res = fetchrowCmd(interp, conn, argv[3]); -+ res = fetchrowCmd(interp, conn, (char *)argv[3]); - } else if (strcmp(argv[1], "numrows") == 0) { -- res = numrowsCmd(interp, conn, argv[3]); -+ res = numrowsCmd(interp, conn, (char *)argv[3]); - } else if (strcmp(argv[1], "disconnect") == 0) { - res = disconnectCmd(interp, mgr, connid); - } else if (strcmp(argv[1], "selectdb")==0) { -- res = selectdbCmd(interp, conn, argv[3]); -+ res = selectdbCmd(interp, conn, (char *)argv[3]); - } else { - Tcl_AppendResult(interp, "sql: unknown sql command: ", argv[1], NULL); - return TCL_ERROR; - diff --git a/dev-tcltk/tcl-sql/files/ldflags.patch b/dev-tcltk/tcl-sql/files/ldflags.patch deleted file mode 100644 index 2099ed115f95..000000000000 --- a/dev-tcltk/tcl-sql/files/ldflags.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/Makefile b/Makefile -index 81a80ea..7738920 100644 ---- a/Makefile -+++ b/Makefile -@@ -22,8 +22,8 @@ OBJS = $(SRC:%.cc=$(OBJ_DIR)/%.o) - - # -- Configurable parameters: ---------------------------- - # Section II: --CC = g++ --LD = g++ -+CXX ?= g++ -+LD ?= g++ - FLAGS = -Wall - # include the path to your libmysqlclient as one of the -L's - LD_FLAGS = -L/usr/lib/mysql -L/usr/local/mysql/lib \ -@@ -69,10 +69,10 @@ CURDATE = `date +%y%m%d` - all: sql.so - - $(OBJ_DIR)/%.o: %.cc -- $(CC) -c $(INCLUDE) $(EXTRA_FLAGS) $(FLAGS) -o $@ $< -+ $(CXX) $(CXXFLAGS) -c $(INCLUDE) $(EXTRA_FLAGS) $(FLAGS) -o $@ $< - - sql.so: $(OBJS) -- $(LD) $(OBJS) $(EXTRA_LINKS) $(LD_FLAGS) $(EXTRA_LD_FLAGS) -o sql.so -+ $(CXX) $(LDFLAGS) $(EXTRA_LINKS) $(OBJS) -o sql.so $(LD_FLAGS) $(EXTRA_LD_FLAGS) -ltcl - - clean: - @ rm -f *~ $(OBJ_DIR)/*.o sql.so diff --git a/dev-tcltk/tcl-sql/metadata.xml b/dev-tcltk/tcl-sql/metadata.xml deleted file mode 100644 index 958870d1d6a3..000000000000 --- a/dev-tcltk/tcl-sql/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>tcltk@gentoo.org</email> - <description>TCL / TK herd</description> - </maintainer> - <upstream> - <remote-id type="sourceforge">tcl-sql</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-tcltk/tcl-sql/tcl-sql-20000114-r2.ebuild b/dev-tcltk/tcl-sql/tcl-sql-20000114-r2.ebuild deleted file mode 100644 index f1b7b96641fe..000000000000 --- a/dev-tcltk/tcl-sql/tcl-sql-20000114-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="A generic Tcl interface to SQL databases" -HOMEPAGE="http://www.parand.com/tcl-sql/" -SRC_URI="mirror://sourceforge/tcl-sql/${PN}-${PV}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=" - dev-lang/tcl:0= - virtual/mysql" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${PN} - -src_prepare() { - find . -type f -exec chmod 644 '{}' \; || die - epatch \ - "${FILESDIR}"/fix-const.patch \ - "${FILESDIR}"/ldflags.patch - tc-export CXX -} - -src_install() { - exeinto /usr/$(get_libdir)/${P} - doexe sql.so - dodoc CHANGES.txt CODE_DESCRIPTION.txt docs/sample.full.txt docs/sample.simple.txt - dohtml README.html docs/api.html -} diff --git a/dev-util/exmap/Manifest b/dev-util/exmap/Manifest deleted file mode 100644 index a34a5b5dbe01..000000000000 --- a/dev-util/exmap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST exmap-0.10.tgz 124620 SHA256 f6d5feffa53afa3e1321df91b127cdf403f7239076539eeef9aab665286c007c SHA512 ce9cd231ab8d726ea29f9ad1cccd505b00661290acfa6dadfe0bee756d706011cc7003ade011b106778eaa11d00b8b7b2eb094fb3666062faa063761f4622503 WHIRLPOOL 3cc45d74be4eee8d61993799d1f89ad7529b33c0dd979520b0f1160da75cd8477519fd3f4c904f6295f08d5d908a5ae61b6638f38a7624ab7e26496837fba34d diff --git a/dev-util/exmap/exmap-0.10-r1.ebuild b/dev-util/exmap/exmap-0.10-r1.ebuild deleted file mode 100644 index 4c25abe48413..000000000000 --- a/dev-util/exmap/exmap-0.10-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils linux-mod - -DESCRIPTION="A memory analysis kernel module with userland tool" -HOMEPAGE="http://www.berthels.co.uk/exmap/" -SRC_URI="http://www.berthels.co.uk/${PN}/download/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk" - -RDEPEND="dev-libs/libpcre - gtk? ( dev-cpp/gtkmm:2.4 - x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig" - -MODULE_NAMES="exmap(misc:${S}/kernel)" -BUILD_TARGETS="clean kernel_modules" - -src_prepare() { - # patch find_task_by_pid to pid_task and &proc_root to NULL - epatch "${FILESDIR}/${P}-kernel.patch" - - # use $(MAKE), remove -g on CXXFLAGS, clean up CXX/LD invocations - # remove -Werror, bug 468246 - epatch "${FILESDIR}/${PF}-makefiles.patch" - - # somthing strange between linux-mod supplied ARCH and old kernels - # which leads to arch/x86/Makefile: file/dir x86 not found - if kernel_is lt 2 6 25 ; then - sed -i -e 's:\$(MAKE):unset ARCH ; \$(MAKE):' kernel/Makefile || die - fi - - # new gcc include behavior - epatch "${FILESDIR}/${P}-gcc.patch" - - # gcc4.5 fails on return false as std::string - epatch "${FILESDIR}/${P}-gcc45.patch" - - # fix for 64bit from http://www.kdedevelopers.org/node/4166 - epatch "${FILESDIR}/${P}-fix64bit.patch" - - # fix underlinking with -Wl,--as-needed - epatch "${FILESDIR}/${P}-as-needed.patch" - - # no longer call make clean in kernel source dir - epatch "${FILESDIR}/${P}-kernel-3.5.patch" - - rm -v src/{*.so,munged-ls-threeloads,prelinked-amule} || die -} - -src_compile() { - export KERNEL_DIR - linux-mod_src_compile - - emake CXX="$(tc-getCXX)" LD="$(tc-getLD)" -C jutil || die - emake CXX="$(tc-getCXX)" LD="$(tc-getLD)" -C src $(use gtk || echo exmtool) || die -} - -src_install() { - linux-mod_src_install - - dobin src/exmtool || die - use gtk && { dobin src/gexmap || die ; } - dodoc TODO README || die -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "Please load the exmap kernel module before running exmtool or gexmap." -} diff --git a/dev-util/exmap/exmap-0.10.ebuild b/dev-util/exmap/exmap-0.10.ebuild deleted file mode 100644 index 1ee0349cf09e..000000000000 --- a/dev-util/exmap/exmap-0.10.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils linux-mod - -DESCRIPTION="A memory analysis kernel module with userland tool" -HOMEPAGE="http://www.berthels.co.uk/exmap/" -SRC_URI="http://www.berthels.co.uk/${PN}/download/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk" - -RDEPEND="dev-libs/libpcre - gtk? ( dev-cpp/gtkmm:2.4 - x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig" - -MODULE_NAMES="exmap(misc:${S}/kernel)" -BUILD_TARGETS="clean kernel_modules" - -src_prepare() { - # patch find_task_by_pid to pid_task and &proc_root to NULL - epatch "${FILESDIR}/${P}-kernel.patch" - - # use $(MAKE), remove -g on CXXFLAGS, clean up CXX/LD invocations - epatch "${FILESDIR}/${P}-makefiles.patch" - - # somthing strange between linux-mod supplied ARCH and old kernels - # which leads to arch/x86/Makefile: file/dir x86 not found - if kernel_is lt 2 6 25 ; then - sed -i -e 's:\$(MAKE):unset ARCH ; \$(MAKE):' kernel/Makefile || die - fi - - # new gcc include behavior - epatch "${FILESDIR}/${P}-gcc.patch" - - # gcc4.5 fails on return false as std::string - epatch "${FILESDIR}/${P}-gcc45.patch" - - # fix for 64bit from http://www.kdedevelopers.org/node/4166 - epatch "${FILESDIR}/${P}-fix64bit.patch" - - # fix underlinking with -Wl,--as-needed - epatch "${FILESDIR}/${P}-as-needed.patch" - - # no longer call make clean in kernel source dir - epatch "${FILESDIR}/${P}-kernel-3.5.patch" - - rm -v src/{*.so,munged-ls-threeloads,prelinked-amule} || die -} - -src_compile() { - export KERNEL_DIR - linux-mod_src_compile - - emake CXX="$(tc-getCXX)" LD="$(tc-getLD)" -C jutil || die - emake CXX="$(tc-getCXX)" LD="$(tc-getLD)" -C src $(use gtk || echo exmtool) || die -} - -src_install() { - linux-mod_src_install - - dobin src/exmtool || die - use gtk && { dobin src/gexmap || die ; } - dodoc TODO README || die -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "Please load the exmap kernel module before running exmtool or gexmap." -} diff --git a/dev-util/exmap/files/exmap-0.10-as-needed.patch b/dev-util/exmap/files/exmap-0.10-as-needed.patch deleted file mode 100644 index 72671b31fc70..000000000000 --- a/dev-util/exmap/files/exmap-0.10-as-needed.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src/Makefile 2010-08-09 01:17:29.000000000 +0200 -+++ src/Makefile 2010-08-09 01:21:13.000000000 +0200 -@@ -42,15 +42,15 @@ - OBJS += $(TR_OBJ) - TESTS += t_range - --TE_OBJ = t_elf.o Elf.o Range.o -+TE_OBJ = t_elf.o Elf.o Range.o ../jutil/Pcre.o - OBJS += $(TE_OBJ) - TESTS += t_elf - --TP_OBJ = t_pcre.o -+TP_OBJ = t_pcre.o ../jutil/Pcre.o - OBJS += $(TP_OBJ) - TESTS += t_pcre - --TX_OBJ = t_exmap.o $(EXMAP_OBJ) -+TX_OBJ = t_exmap.o ../jutil/Pcre.o $(EXMAP_OBJ) - OBJS += $(TX_OBJ) - TESTS += t_exmap - diff --git a/dev-util/exmap/files/exmap-0.10-fix64bit.patch b/dev-util/exmap/files/exmap-0.10-fix64bit.patch deleted file mode 100644 index 8f886f1fe9a7..000000000000 --- a/dev-util/exmap/files/exmap-0.10-fix64bit.patch +++ /dev/null @@ -1,24 +0,0 @@ -I quite frankly don't entirely understand this code, but exmap's debug -output on i586 and x86_64 pointed out these differences and this makes -it work. - ---- exmap-0.10/src/Exmap.cpp.sav 2006-09-28 18:52:25.000000000 +0200 -+++ exmap-0.10/src/Exmap.cpp 2010-01-02 17:45:49.787955568 +0100 -@@ -450,7 +450,7 @@ void Vma::add_pages(const list<Page> &pa - - bool Vma::is_vdso() - { -- return fname() == "[vdso]"; -+ return fname() == "[vdso]" || fname() == "[vsyscall]"; - } - - bool Vma::is_file_backed() -@@ -1495,7 +1495,7 @@ bool MapCalculator::calc_map_for_seg(con - - filevmas.pop_front(); - dbg << pref.str() << "consuming vma\n"; -- if (!filevmas.empty() && !filevmas.front()->is_file_backed()) { -+ while (!filevmas.empty() && !filevmas.front()->is_file_backed()) { - filevmas.pop_front(); - dbg << pref.str() << "consuming anon vma\n"; - } diff --git a/dev-util/exmap/files/exmap-0.10-gcc.patch b/dev-util/exmap/files/exmap-0.10-gcc.patch deleted file mode 100644 index fd73371529bc..000000000000 --- a/dev-util/exmap/files/exmap-0.10-gcc.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -ru exmap-0.10/work/exmap-0.10/jutil/jutil.cpp exm/work/exmap-0.10/jutil/jutil.cpp ---- jutil/jutil.cpp 2006-09-28 18:52:25.000000000 +0200 -+++ jutil/jutil.cpp 2010-02-15 15:35:43.000000000 +0100 -@@ -3,6 +3,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <unistd.h> -+#include <cstring> - #include <limits.h> - #include <dirent.h> - -diff -ru exmap-0.10/work/exmap-0.10/jutil/jutil.hpp exm/work/exmap-0.10/jutil/jutil.hpp ---- jutil/jutil.hpp 2006-09-28 18:52:25.000000000 +0200 -+++ jutil/jutil.hpp 2010-02-15 15:40:02.000000000 +0100 -@@ -3,6 +3,7 @@ - - #include <iostream> - #include <string> -+#include <cstdlib> - #include <list> - #include <map> - -diff -ru exmap-0.10/work/exmap-0.10/src/exmtool.cpp exm/work/exmap-0.10/src/exmtool.cpp ---- src/exmtool.cpp 2006-09-28 18:52:25.000000000 +0200 -+++ src/exmtool.cpp 2010-02-15 15:34:04.000000000 +0100 -@@ -5,6 +5,7 @@ - - #include <sstream> - #include <iostream> -+#include <cstring> - #include <vector> - - using namespace std; -@@ -19,9 +18,9 @@ - - struct command - { -- char *command; -+ const char *command; - Handler handler; -- char *usage; -+ const char *usage; - } cmd_handles[] = { - { "procs", - do_procs, - -diff -ru exmap-0.10/work/exmap-0.10/src/Elf.cpp norg/work/exmap-0.10/src/Elf.cpp ---- src/Elf.cpp 2006-09-28 18:52:25.000000000 +0200 -+++ src/Elf.cpp 2010-02-15 16:55:37.000000000 +0100 -@@ -4,6 +4,7 @@ - #include "Elf.hpp" - - #include <sstream> -+#include <cstring> - #include <unistd.h> // getpagesize() - - using namespace std; - -diff -ru exmap-0.10/jutil/TestRunner.cpp.orig exmap-0.10/jutil/TestRunner.cpp ---- jutil/TestRunner.cpp.orig 2010-02-15 22:00:03.000000000 +0100 -+++ jutil/TestRunner.cpp 2010-02-15 22:00:19.000000000 +0100 -@@ -1,5 +1,6 @@ - #include "TestRunner.hpp" - #include "Pcre.hpp" -+#include <cstdio> - - using namespace std; - diff --git a/dev-util/exmap/files/exmap-0.10-gcc45.patch b/dev-util/exmap/files/exmap-0.10-gcc45.patch deleted file mode 100644 index a9ed3419e774..000000000000 --- a/dev-util/exmap/files/exmap-0.10-gcc45.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Elf.cpp 2010-05-14 01:40:27.000000000 +0200 -+++ src/Elf.cpp 2010-05-14 01:46:06.000000000 +0200 -@@ -579,7 +579,7 @@ - std::string Section::find_string(istream &is, int index) - { - if (!is_string_table() || index < 0) { -- return false; -+ return NULL; - } - - int offset = _sectstruct->offset() + index; diff --git a/dev-util/exmap/files/exmap-0.10-kernel-3.5.patch b/dev-util/exmap/files/exmap-0.10-kernel-3.5.patch deleted file mode 100644 index 314f0fc3301f..000000000000 --- a/dev-util/exmap/files/exmap-0.10-kernel-3.5.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- exmap-0.10/kernel/Makefile -+++ exmap-0.10/kernel/Makefile -@@ -10,4 +10,4 @@ - $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) modules - - clean: -- $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) clean -+ #$(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) clean diff --git a/dev-util/exmap/files/exmap-0.10-kernel.patch b/dev-util/exmap/files/exmap-0.10-kernel.patch deleted file mode 100644 index 8bc58737b6d5..000000000000 --- a/dev-util/exmap/files/exmap-0.10-kernel.patch +++ /dev/null @@ -1,50 +0,0 @@ -Tested with linux-2.6.16-gentoo-r13, linux-2.6.25-gentoo-r9, linux-2.6.26-gentoo-r4, linux-2.6.27-gentoo-r10, -linux-2.6.28-gentoo-r6, linux-2.6.29-gentoo-r6, linux-2.6.30-gentoo-r9, linux-2.6.32-gentoo-r4, linux-2.6.32-gentoo-r5 - -diff -ru exmap-0.10.orig/work/exmap-0.10/kernel/exmap.c exmap-0.10/work/exmap-0.10/kernel/exmap.c ---- kernel/exmap.c 2006-09-28 18:52:25.000000000 +0200 -+++ kernel/exmap.c 2010-02-17 16:15:04.000000000 +0100 -@@ -392,7 +392,11 @@ - struct task_struct *tsk; - int errcode = -EINVAL; - -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27) -+ tsk = pid_task(find_pid_ns(pid, &init_pid_ns), PIDTYPE_PID); -+ #else - tsk = find_task_by_pid(pid); -+ #endif - if (tsk == NULL) { - printk (KERN_ALERT - "/proc/%s: can't find task for pid %d\n", -@@ -507,7 +511,11 @@ - NULL); - - if (exmap_proc_file == NULL) { -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) -+ remove_proc_entry (PROCFS_NAME, NULL); -+ #else - remove_proc_entry (PROCFS_NAME, &proc_root); -+ #endif - printk (KERN_ALERT "/proc/%s: could not initialize\n", - PROCFS_NAME); - return -ENOMEM; -@@ -523,7 +523,9 @@ - - exmap_proc_file->read_proc = procfile_read; - exmap_proc_file->write_proc = procfile_write; -+ #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,29) - exmap_proc_file->owner = THIS_MODULE; -+ #endif - - /* exmap_proc_file->mode = S_IFREG | S_IRUGO; */ - /* TODO - this is quite probably a security problem */ -@@ -532,5 +540,9 @@ - void cleanup_module () - { - printk (KERN_INFO "/proc/%s: remove\n", PROCFS_NAME); -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) -+ remove_proc_entry (PROCFS_NAME, NULL); -+ #else - remove_proc_entry (PROCFS_NAME, &proc_root); -+ #endif - } diff --git a/dev-util/exmap/files/exmap-0.10-makefiles.patch b/dev-util/exmap/files/exmap-0.10-makefiles.patch deleted file mode 100644 index e3841c60566d..000000000000 --- a/dev-util/exmap/files/exmap-0.10-makefiles.patch +++ /dev/null @@ -1,115 +0,0 @@ -diff -ru exmap-0.10.orig/work/exmap-0.10/jutil/Makefile exmap-0.10/work/exmap-0.10/jutil/Makefile ---- jutil/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ jutil/Makefile 2010-02-17 17:31:56.000000000 +0100 -@@ -12,21 +12,20 @@ - OBJ += $(ETOBJ) - EXES += egtest - --CXX=g++ --CXXFLAGS=-Wall -Werror -g -I. --LD=g++ --LDFLAGS=-lpcre -+CXX = g++ -+CXXFLAGS += -Wall -Werror -I. -+LD = ld - - build: $(LIBS) $(EXES) - - trun: $(TROBJ) $(JLIB) -- $(LD) $(TROBJ) -o trun $(LDFLAGS) -ljutil -L. -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(TROBJ) -o trun -ljutil -lpcre -L. - - $(JLIB): $(JOBJ) - ar rs $(JLIB) $(JOBJ) - - egtest: $(ETOBJ) -- $(LD) $(ETOBJ) -o egtest $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(ETOBJ) -o egtest $(LDFLAGS) - - clean: - rm -f $(OBJ) $(EXES) $(JLIB) *~ -diff -ru exmap-0.10.orig/work/exmap-0.10/kernel/Makefile exmap-0.10/work/exmap-0.10/kernel/Makefile ---- kernel/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ kernel/Makefile 2010-02-17 17:30:06.000000000 +0100 -@@ -7,7 +7,7 @@ - build: kernel_modules - - kernel_modules: -- make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) modules -+ $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) modules - - clean: -- make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) clean -+ $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) clean -Only in exmap-0.10/work/exmap-0.10/kernel/.tmp_versions: exmap.mod -diff -ru exmap-0.10.orig/work/exmap-0.10/src/Makefile exmap-0.10/work/exmap-0.10/src/Makefile ---- src/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ src/Makefile 2010-02-17 17:33:38.000000000 +0100 -@@ -1,5 +1,5 @@ - CXX=g++ --LD=g++ -+LD=ld - JUTILDIR=../jutil - - #CXXFLAGS += -pg -@@ -11,11 +11,12 @@ - - EXMAP_OBJ=Exmap.o Range.o Elf.o - --CXXFLAGS += -g -Wall -Werror -I$(JUTILDIR) --LDFLAGS += -lpcre -ljutil -L$(JUTILDIR) -+CXXFLAGS += -Wall -Werror -I$(JUTILDIR) -+LDFLAGS += -L$(JUTILDIR) -+LIBS += -lpcre -ljutil - - GTKCXXFLAGS = `pkg-config --cflags gtkmm-2.4` --GTKLDFLAGS = `pkg-config --libs gtkmm-2.4` -+GTKLIBS = `pkg-config --libs gtkmm-2.4` - - # ------------------------------------------------------------ - -@@ -76,34 +77,34 @@ - $(JUTILDIR)/trun $(TESTS) - - gexmap: $(GEM_OBJ) -- $(LD) -o gexmap $(GEM_OBJ) $(LDFLAGS) $(GTKLDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o gexmap $(GEM_OBJ) $(LIBS) $(GTKLIBS) - - gexmap.o: gexmap.cpp -- $(CC) $(CXXFLAGS) $(GTKCXXFLAGS) -c $< -+ $(CXX) $(CXXFLAGS) $(GTKCXXFLAGS) -c $< - - exmtool: $(CL_OBJ) -- $(LD) -o exmtool $(CL_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o exmtool $(CL_OBJ) $(LIBS) - - elftool: $(ET_OBJ) -- $(LD) -o elftool $(ET_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o elftool $(ET_OBJ) $(LIBS) - - showproc: $(SP_OBJ) -- $(LD) -o showproc $(SP_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o showproc $(SP_OBJ) $(LIBS) - - t_range: $(TR_OBJ) -- $(LD) -o t_range $(TR_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_range $(TR_OBJ) $(LIBS) - - t_elf: $(TE_OBJ) -- $(LD) -o t_elf $(TE_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_elf $(TE_OBJ) $(LIBS) - - t_pcre: $(TP_OBJ) -- $(LD) -o t_pcre $(TP_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_pcre $(TP_OBJ) $(LIBS) - - t_exmap: $(TX_OBJ) -- $(LD) -o t_exmap $(TX_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_exmap $(TX_OBJ) $(LIBS) - - t_artsd: $(TA_OBJ) -- $(LD) -o t_artsd $(TA_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_artsd $(TA_OBJ) $(LIBS) - - clean: cleantags cleandoc - rm -f $(OBJS) $(EXES) $(SHLIBS) $(EXTRA_DEL_FILES) diff --git a/dev-util/exmap/files/exmap-0.10-r1-makefiles.patch b/dev-util/exmap/files/exmap-0.10-r1-makefiles.patch deleted file mode 100644 index 4c971454bc74..000000000000 --- a/dev-util/exmap/files/exmap-0.10-r1-makefiles.patch +++ /dev/null @@ -1,115 +0,0 @@ -diff -ru exmap-0.10.orig/work/exmap-0.10/jutil/Makefile exmap-0.10/work/exmap-0.10/jutil/Makefile ---- jutil/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ jutil/Makefile 2010-02-17 17:31:56.000000000 +0100 -@@ -12,21 +12,20 @@ - OBJ += $(ETOBJ) - EXES += egtest - --CXX=g++ --CXXFLAGS=-Wall -Werror -g -I. --LD=g++ --LDFLAGS=-lpcre -+CXX = g++ -+CXXFLAGS += -Wall -I. -+LD = ld - - build: $(LIBS) $(EXES) - - trun: $(TROBJ) $(JLIB) -- $(LD) $(TROBJ) -o trun $(LDFLAGS) -ljutil -L. -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(TROBJ) -o trun -ljutil -lpcre -L. - - $(JLIB): $(JOBJ) - ar rs $(JLIB) $(JOBJ) - - egtest: $(ETOBJ) -- $(LD) $(ETOBJ) -o egtest $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(ETOBJ) -o egtest $(LDFLAGS) - - clean: - rm -f $(OBJ) $(EXES) $(JLIB) *~ -diff -ru exmap-0.10.orig/work/exmap-0.10/kernel/Makefile exmap-0.10/work/exmap-0.10/kernel/Makefile ---- kernel/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ kernel/Makefile 2010-02-17 17:30:06.000000000 +0100 -@@ -7,7 +7,7 @@ - build: kernel_modules - - kernel_modules: -- make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) modules -+ $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) modules - - clean: -- make -C /lib/modules/$(shell uname -r)/build M=$(CURDIR) clean -+ $(MAKE) -C ${KERNEL_DIR} M=$(CURDIR) clean -Only in exmap-0.10/work/exmap-0.10/kernel/.tmp_versions: exmap.mod -diff -ru exmap-0.10.orig/work/exmap-0.10/src/Makefile exmap-0.10/work/exmap-0.10/src/Makefile ---- src/Makefile 2006-09-28 18:52:25.000000000 +0200 -+++ src/Makefile 2010-02-17 17:33:38.000000000 +0100 -@@ -1,5 +1,5 @@ - CXX=g++ --LD=g++ -+LD=ld - JUTILDIR=../jutil - - #CXXFLAGS += -pg -@@ -11,11 +11,12 @@ - - EXMAP_OBJ=Exmap.o Range.o Elf.o - --CXXFLAGS += -g -Wall -Werror -I$(JUTILDIR) --LDFLAGS += -lpcre -ljutil -L$(JUTILDIR) -+CXXFLAGS += -Wall -I$(JUTILDIR) -+LDFLAGS += -L$(JUTILDIR) -+LIBS += -lpcre -ljutil - - GTKCXXFLAGS = `pkg-config --cflags gtkmm-2.4` --GTKLDFLAGS = `pkg-config --libs gtkmm-2.4` -+GTKLIBS = `pkg-config --libs gtkmm-2.4` - - # ------------------------------------------------------------ - -@@ -76,34 +77,34 @@ - $(JUTILDIR)/trun $(TESTS) - - gexmap: $(GEM_OBJ) -- $(LD) -o gexmap $(GEM_OBJ) $(LDFLAGS) $(GTKLDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o gexmap $(GEM_OBJ) $(LIBS) $(GTKLIBS) - - gexmap.o: gexmap.cpp -- $(CC) $(CXXFLAGS) $(GTKCXXFLAGS) -c $< -+ $(CXX) $(CXXFLAGS) $(GTKCXXFLAGS) -c $< - - exmtool: $(CL_OBJ) -- $(LD) -o exmtool $(CL_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o exmtool $(CL_OBJ) $(LIBS) - - elftool: $(ET_OBJ) -- $(LD) -o elftool $(ET_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o elftool $(ET_OBJ) $(LIBS) - - showproc: $(SP_OBJ) -- $(LD) -o showproc $(SP_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o showproc $(SP_OBJ) $(LIBS) - - t_range: $(TR_OBJ) -- $(LD) -o t_range $(TR_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_range $(TR_OBJ) $(LIBS) - - t_elf: $(TE_OBJ) -- $(LD) -o t_elf $(TE_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_elf $(TE_OBJ) $(LIBS) - - t_pcre: $(TP_OBJ) -- $(LD) -o t_pcre $(TP_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_pcre $(TP_OBJ) $(LIBS) - - t_exmap: $(TX_OBJ) -- $(LD) -o t_exmap $(TX_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_exmap $(TX_OBJ) $(LIBS) - - t_artsd: $(TA_OBJ) -- $(LD) -o t_artsd $(TA_OBJ) $(LDFLAGS) -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o t_artsd $(TA_OBJ) $(LIBS) - - clean: cleantags cleandoc - rm -f $(OBJS) $(EXES) $(SHLIBS) $(EXTRA_DEL_FILES) diff --git a/dev-util/exmap/metadata.xml b/dev-util/exmap/metadata.xml deleted file mode 100644 index a535b8852829..000000000000 --- a/dev-util/exmap/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> -<email>xmw@gentoo.org</email> -<name>Michael Weber</name> -</maintainer> -</pkgmetadata> diff --git a/games-fps/quake1-movies/Manifest b/games-fps/quake1-movies/Manifest deleted file mode 100644 index 61244e71df0e..000000000000 --- a/games-fps/quake1-movies/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -DIST artifact.zip 5102445 SHA256 ad796926dd9eafb41f3d4ecfcce4e25d64f8f8daf14c848253aa27da2c0ab6b0 SHA512 99abd5edabf63d1c7d40ef58489fc117603e9d3b573acda6e2bea988315e0d2956dd0cccf528e69ef3280dedd0f705e0bcc0b995de6425088b79acb9f4345365 WHIRLPOOL e516d602ddfb92e67154dc6312e5db6e416e55ccfbfc43826b7d3749e6e7ec7173d0f4b3c5a25e40a2807ad33c21202176de03808417d3aa9f3cebf793d7594d -DIST blahmov.zip 11384242 SHA256 19019054151dbe0193437280dcc09ca1e547d920d71178b3fe212d576b72afb8 SHA512 5049eb61198f63fa93fec04f193dc0658ea58adcd05113ae1f73d465686baf5295d3e1320f1ba13b06604c46a32fbecee147eab5e7552e6867b9ed4976c374f3 WHIRLPOOL de0a9f595e8243c467977350a0703a4e1385f90191e812359b51c9a7bd93bfde828866677aabdf15633e798e72587ffeaf60100060ba31ae30d33688bad8bc78 -DIST blahouts.zip 7409083 SHA256 13635fd9969028616231c7a8d3e0b80a09fedd800de831b6035ab98008797b75 SHA512 a694cddc002da065d1fa93ea81e8031dbfc8f8ddace3ff05a11efb50a93067601b1324be9c5f07cf46c41b608f7e013ea7b4c6a36ef3913612d58e6c7fba41f2 WHIRLPOOL 6a338ec9df5ecfd470dc5fc7f7b89a99d83596b863dab610ca8aeda0e84ecc01c4f13194f041ccc75983243e0e035f476e96e47ae532baeab12931ad60e127a7 -DIST camper.zip 38865 SHA256 e5b5ae712dff02966186e141c1c1b56b885e25f9609f7274b9a30bf946dd38a4 SHA512 101aa3e3d0077128f970102e5e04b26b946f05b97a58e3771ec0141f3229be7245b43a0d13223a416027828a41fe00572cfff0407ea8827bc455c6b07426cc81 WHIRLPOOL 0f0e849c762b4673b97994d99cab033ea15aeeaa6e6a841a7f8a50dd344ff9bf85a3505e2d8a44918fad7e0c18f1ccaf2fbd2721efd7e9c695ab45cf2d652a6a -DIST op_bays.zip 3117448 SHA256 240a69cac6fe2aa6e388cedd4289c64258c7a7134a0cfacae446635890cd66e4 SHA512 07616ad170254b7c059bdaf63a630cac2bea138327afc85fdb3a8bed89d5a4d55daec02abf01f21cd8a9fa85ac1462d6329595beb09daf2abcc2188aca4c9921 WHIRLPOOL 0b20f9c0d55e6fcf5575c78bf4c8c31e28f1be03f738797cea77c43902d5cb5072ce18f9b5f27ad8eeb72a73033c93450687afe250cecca4e401f2c316a96dba -DIST rgb.zip 189044 SHA256 0664e669636d1ff657e9cad2c094941fec7d523259e53d36b1ba8ba801093198 SHA512 b7b9d55672a0b6585961c0e1e6f80357a5d6d2b977fba7000209df71bd0efecced2ffb0d3f6aff042a922699b0ec95f83b47cc13fd6245dd19d328c1b14ba8f0 WHIRLPOOL 1cf3d95d5e87fba133936dfd453459cd86a2855b31c76a7af4d5a1306908a4763f4c862ebc00aa18d18c5eac9f1243c35cc04033a79660f14da4309a676d9abf -DIST rgb2.zip 308016 SHA256 a695bf2187d4ed5a7b762d9eb688a8384c12ba34d6f849c447d09cb2e2740595 SHA512 e8aa441a48169d9d8832ba705a0da3349d5784952ca7a4bf1a51457958e2e1c829231f9162f531d600d7683f84acd7471c75d85c4e1a538c96f63e46fbb4ea3c WHIRLPOOL aef9972ae792f0d69340525687604cb74d451569e1cb48781ada17ff3b427fa92ac49dde0531fe2f6d0700ac6d3636243b311b342c7a57440ea5b21dcc648c98 -DIST rgb3_preview.zip 7901556 SHA256 23b9ef1e3793aab03cb8ebc74b290a90dfbd068e3e1eab6ee412092e49703f8a SHA512 be94ed20d99c420a1899fbaa078b80bc95e95e74a25aef6cf63b02a99aea411879a5a99b8fe0b47ebd307c0112ef23d3a17802c049ecce8758fc7cf122e155c6 WHIRLPOOL 12fd782d3b9526abdd92f8c05dba2f8314f05f572ed99343990342c37ceb5c7f164246600705667a68de77b7d2cc173c0032639df7403c172fee2490cc7a8873 -DIST ta2.zip 1841879 SHA256 2bd99488d6a96302a0d9fbf61ae4b15f9b969d2de13d3f7a0bef3cd560a7d250 SHA512 99d4834d79d9a6502b48f4b7e5ccfdfe31a341d03ae6d22a0057bd2d5594b79b900e4fb28fc69145433447247dd886166f4a026d06ef475fe9d644b0af1a746a WHIRLPOOL 5612fd5f025272b66650704f6827d7635c9abef91a7c46e80c0d6f4430bd6bac2dacb479d1464e172b55900cf45357ccba072c7a25e7e30c83990d2d9cbbdadc diff --git a/games-fps/quake1-movies/metadata.xml b/games-fps/quake1-movies/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/quake1-movies/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-fps/quake1-movies/quake1-movies-0.ebuild b/games-fps/quake1-movies/quake1-movies-0.ebuild deleted file mode 100644 index e67dc76c35f9..000000000000 --- a/games-fps/quake1-movies/quake1-movies-0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils games - -DESCRIPTION="a collection of all the greatest Quake movies" -HOMEPAGE="http://www.planetquake.com/cineplex/history.html" -SRC_URI="https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/camper.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/rgb.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/rgb2.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/rgb3_preview.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/ta2.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/op_bays.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/cineplex/artifact.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/blah/blahmov.zip - https://ftp.se.kde.org/pub/pc/games/idgames2/planetquake/blah/blahouts.zip" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RESTRICT="mirror bindist" - -RDEPEND="" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -myunpack() { - echo ">>> Unpacking $1 to ${PWD}" - unzip -qoLL "${DISTDIR}"/$1 || die "unpacking $1 failed" -} - -src_unpack() { - cd "${S}" - einfo "Diary of a Camper ..." - mkdir id1 - cd id1 - myunpack camper.zip - mv movies.txt movies-camper.txt - - cd "${S}" - einfo "Ranger Gone Bad ..." - cd id1 - myunpack rgb.zip - mv movies.txt movies-rgb.txt - myunpack rgb2.zip - mv movies.txt movies-rgb2.txt - cd .. - myunpack rgb3_preview.zip - rm *.bat - mkdir ta2 - cd ta2 - myunpack ta2.zip - - cd "${S}" - einfo "Operation Bayshield ..." - mkdir op_bays - cd op_bays - myunpack op_bays.zip - - cd "${S}" - einfo "The Artifact ..." - mkdir artifact - cd artifact - myunpack artifact.zip - - cd "${S}" - einfo "Blahbalicious ..." - myunpack blahmov.zip - rm *.bat - cd blah - myunpack blahouts.zip - - cd "${S}" - edos2unix $(find . -name '*.txt' -o -name '*.cfg') -} - -src_install() { - insinto "${GAMES_DATADIR}/quake1" - doins -r * || die "doins" - prepgamesdirs -} diff --git a/games-strategy/coldwar-demo/Manifest b/games-strategy/coldwar-demo/Manifest deleted file mode 100644 index f0a92cdf7b79..000000000000 --- a/games-strategy/coldwar-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST coldwar-demo.run 354684447 SHA256 769ca25da2f095e85e594ee09343ea20bf353e75f3bce362b937c2fae04c52aa SHA512 12fb0b482d7914c0f04256e5daefd287f1b172106de756c486e92341beb1d85332ba29941be0ba9711dabd2f2e7332c05034103c5a2a979743901b4eeb13b4a3 WHIRLPOOL 7df09173069969d2e7f7b50896058ae1553ef58eaa528db83c294adfad41c2b27ba4c7d1ff335a3901c66f1ea4bbb70f126f4f0cbcc369dab656d4ad93eacc9b diff --git a/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild b/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild deleted file mode 100644 index 8c9d65451651..000000000000 --- a/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils unpacker games - -MY_PN=${PN%-demo} - -DESCRIPTION="Third-person sneaker like Splinter Cell" -HOMEPAGE="http://linuxgamepublishing.com/info.php?id=coldwar" -SRC_URI="http://demofiles.linuxgamepublishing.com/coldwar/coldwar-demo.run" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -RDEPEND=" - >=dev-libs/glib-2.34.3[abi_x86_32(-)] - >=media-libs/libogg-1.3.0[abi_x86_32(-)] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] - >=media-libs/openal-1.15.1[abi_x86_32(-)] - >=media-libs/smpeg-0.4.4-r10[abi_x86_32(-)] - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" - -S=${WORKDIR} -dir=${GAMES_PREFIX_OPT}/${PN} - -QA_PREBUILT="${dir:1}/lib/* - ${dir:1}/bin/meng" - -src_unpack() { - unpack_makeself - unpack ./data/data.tar.gz - - mv bin/Linux/x86/${MY_PN}_demo . - mv bin/Linux/x86/bin/meng bin - - rm -r bin/{Linux,*BSD} lgp_* setup.* data/data.tar.gz -} - -src_install() { - insinto "${dir}" - doins -r * - rm "${D}/${dir}"/{${MY_PN}_demo,bin/{launcher,meng}} - - exeinto "${dir}" - doexe ${MY_PN}_demo - exeinto "${dir}/bin" - doexe bin/{launcher,meng} - - games_make_wrapper ${PN} ./${MY_PN}_demo "${dir}" "${dir}" - newicon icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Cold War (Demo)" ${PN} - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "The instruction manual is available as:" - elog " http://demofiles.linuxgamepublishing.com/coldwar/manual.pdf" - echo - einfo "To play the game, run: ${PN}" -} diff --git a/games-strategy/coldwar-demo/metadata.xml b/games-strategy/coldwar-demo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-strategy/coldwar-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/media-libs/libmimic/Manifest b/media-libs/libmimic/Manifest deleted file mode 100644 index 2dac852d2f35..000000000000 --- a/media-libs/libmimic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libmimic-1.0.4.tar.gz 331326 SHA256 bd7b9bd52ee7bf25df46f6d3d0ed896d212fc3d96907ac1b01d3d126a48bbb34 SHA512 2754aa7d8dd1bc62a72a03646417c295e0711cd5ceb612ad301147579be3e17efcda504fa4d934969e62a9d2c9bdea7294a9eff751c847616620896264594607 WHIRLPOOL a88e1ccaece257858dee1da94a3d31055b8c3e70a19703c9f26a261db71f90e6ab004fb78a27f84d7394d42f419b7a5f667480c17bcce048712bde6cca4900bd diff --git a/media-libs/libmimic/libmimic-1.0.4-r2.ebuild b/media-libs/libmimic/libmimic-1.0.4-r2.ebuild deleted file mode 100644 index c61fc493283a..000000000000 --- a/media-libs/libmimic/libmimic-1.0.4-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit multilib-minimal - -DESCRIPTION="Video encoding/decoding library for the codec used by msn" -HOMEPAGE="http://farsight.sourceforge.net/" -SRC_URI="mirror://sourceforge/farsight/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r8 - !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -multilib_src_configure() { - local myconf="--disable-doxygen-docs" - multilib_is_native_abi && myconf="$(use_enable doc doxygen-docs)" - - ECONF_SOURCE="${S}" econf \ - $(use_enable static-libs static) \ - ${myconf} -} - -multilib_src_install() { - emake DESTDIR="${D}" install - - if use doc && multilib_is_native_abi; then - dohtml doc/api/html/* - fi -} diff --git a/media-libs/libmimic/metadata.xml b/media-libs/libmimic/metadata.xml deleted file mode 100644 index 5acffc2ccbaf..000000000000 --- a/media-libs/libmimic/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">farsight</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-plugins/gst-plugins-mimic/Manifest b/media-plugins/gst-plugins-mimic/Manifest deleted file mode 100644 index 66695b5b1230..000000000000 --- a/media-plugins/gst-plugins-mimic/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST gst-plugins-bad-0.10.23.tar.xz 3155044 SHA256 03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9 SHA512 6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4 WHIRLPOOL dd657100909c32ab75cb8aada8db24d68ddf7a10dc0eb055982d7e4d9ae7a50c364eeac9017cea8b176734fc09cf7f8e4e8f52d24e3173806633ddb8a7acd93c -DIST gst-plugins-bad-1.4.5.tar.xz 3824936 SHA256 152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c SHA512 65d6be58957b1329420611b8e6f1eb9869420745d9165047631cdf9e45083605f37dcfaf68a288fe4252f1b3543f7f70ded9c12eab2e0ac4ac9f4c4ce9eaac7a WHIRLPOOL f5ade3f101ca82b52e7145e5ac16f5c1ab5d042415ee7753586dc6ad0942467c4c5b5b4aa6b0bc44e1ebd9c40de1964df265aa41599cb692fd32aab2b6a7acf7 -DIST gst-plugins-bad-1.6.1.tar.xz 4215876 SHA256 e176a9af125f6874b3d6724aa7566a198fa225d3ece0a7ac2f2b51c57e525466 SHA512 336a449a23cc11c31fc744828746946de1107e31bd60bf1ba7e3b74d906bda691e917093d04a03249aabcdfc5af0a26ea2a04e343b2b744b1d404b0a5071bdd6 WHIRLPOOL 5cfaeef59b43c9c4fb70acb01f6cd31861e95904a618b02bcfa37afc81919239e1727f9e7da2bf2ee415c0525f3b7955289adbbf9099c9696f83128f7ffdf844 -DIST gst-plugins-bad-1.6.2.tar.xz 4187644 SHA256 650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe SHA512 f2d14d32047440a64daf341f9538fcb37c8b808d5ba19e8e9d4b7f9439b77f81cfc791e72193cb69f280a038162921bc9670cc340905850bec656ed4fe488fb5 WHIRLPOOL 7ae8e20c706f3526a5cdd5b4d086dfcf86af4f93e6ba0d60f655c211ca41b80c841004d0fc2134ad3f77c3600913dff0d94610dc5751acbbc4b9305c5600e8dc -DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915 WHIRLPOOL eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612 diff --git a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-0.10.23-r1.ebuild b/media-plugins/gst-plugins-mimic/gst-plugins-mimic-0.10.23-r1.ebuild deleted file mode 100644 index c98b365085e5..000000000000 --- a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-0.10.23-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GST_ORG_MODULE=gst-plugins-bad -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild b/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild deleted file mode 100644 index 1ffbb185ba20..000000000000 --- a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.1.ebuild b/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.1.ebuild deleted file mode 100644 index bc8ad062e69b..000000000000 --- a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.2.ebuild b/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.2.ebuild deleted file mode 100644 index bc8ad062e69b..000000000000 --- a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.3.ebuild b/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.3.ebuild deleted file mode 100644 index 1e032ed580fb..000000000000 --- a/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.6.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mimic/metadata.xml b/media-plugins/gst-plugins-mimic/metadata.xml deleted file mode 100644 index fb1ea7216a80..000000000000 --- a/media-plugins/gst-plugins-mimic/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gstreamer@gentoo.org</email> - <name>GStreamer package maintainers</name> -</maintainer> -</pkgmetadata> diff --git a/media-plugins/quodlibet-plugins/Manifest b/media-plugins/quodlibet-plugins/Manifest deleted file mode 100644 index 965527c5574e..000000000000 --- a/media-plugins/quodlibet-plugins/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST quodlibet-plugins-2.6.3.tar.gz 108398 SHA256 6cf953f69e65e6bcdcaa5843edfb7c5fcd4d1cbb5a637aa1d4a829d9604660e7 SHA512 3d51bd965c22ab2a5a1200ac9c24c27ce0f104dea8bfb5c77688de80f953621cae99043051d679df6741cd1c0450e745fbf594c86ab2cda8a9b4f2d9cd82ccc3 WHIRLPOOL 1c4b943a13a0c38ce1b24549ed335852cc17f6fe3fbf0f7b4dc92a082713963f039684f908e667395134ce2e3cfea0388b35231d2f4c67b89e87b54706b40cb4 -DIST quodlibet-plugins-3.1.2.tar.gz 114026 SHA256 af9952f510048d724543387f9e3e228152c6633aac1c2c348d2d5ee696720240 SHA512 7fe2d96fb825660d9d97525872ffe345df5c0cdfca76fa3fddc2337a406822c4926291ad6ac7de304b711b8dfcdbe3a97831c7a276c06ce75110bf67ed5c09b1 WHIRLPOOL 4872dae4a7346de892fa0fb6e04b6cf7d09dffe49169be834ea577a7aebf9442d63ec1d7280f14b3b78609a42cb3a22234fe383dd1fb93db3c7827403d1194cd diff --git a/media-plugins/quodlibet-plugins/metadata.xml b/media-plugins/quodlibet-plugins/metadata.xml deleted file mode 100644 index 8724dea74afe..000000000000 --- a/media-plugins/quodlibet-plugins/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="github">quodlibet/quodlibet</remote-id> - <remote-id type="bitbucket">lazka/quodlibet-files</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-plugins/quodlibet-plugins/quodlibet-plugins-2.6.3.ebuild b/media-plugins/quodlibet-plugins/quodlibet-plugins-2.6.3.ebuild deleted file mode 100644 index 36371a710342..000000000000 --- a/media-plugins/quodlibet-plugins/quodlibet-plugins-2.6.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit python-r1 - -DESCRIPTION="Plugins for Quod Libet and Ex Falso" -HOMEPAGE="https://github.com/quodlibet/quodlibet/" -SRC_URI="https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND="~media-sound/quodlibet-${PV}" -DEPEND="" - -src_prepare() { - rm -f README || die -} - -src_install() { - local python_moduleroot=quodlibet/plugins - python_foreach_impl python_domodule . -} diff --git a/media-plugins/quodlibet-plugins/quodlibet-plugins-3.1.2.ebuild b/media-plugins/quodlibet-plugins/quodlibet-plugins-3.1.2.ebuild deleted file mode 100644 index a6c8e347856d..000000000000 --- a/media-plugins/quodlibet-plugins/quodlibet-plugins-3.1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit python-r1 - -DESCRIPTION="Plugins for Quod Libet and Ex Falso" -HOMEPAGE="https://github.com/quodlibet/quodlibet/" -SRC_URI="https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=media-sound/quodlibet-${PV}" -DEPEND="" - -src_prepare() { - rm -f README || die -} - -src_install() { - local python_moduleroot=quodlibet/plugins - python_foreach_impl python_domodule . -} diff --git a/media-sound/freewheeling/Manifest b/media-sound/freewheeling/Manifest deleted file mode 100644 index 3bb3e764e76f..000000000000 --- a/media-sound/freewheeling/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fweelin-0.6-src.tar.bz2 474220 SHA256 6aead7b32866d174c5b49a2215a5f864f3e1d9042623670fae2b6ec9dfbcc6ab SHA512 2bcb4d75a772305d8993af550838082275d07735bbc9f7a8228ec51134525c1290af7c573e78f3bf3d6d992e619bbb1934298a820bd1fc5318385037260d477a WHIRLPOOL 54a77bff8de4269b6953e277adb8e6ee9cc621059ed9fdb06ba7c4d4f0186f9669e2d1a1b45fe4ccc5fc83e790f6297c899614ed0fb26b290b043d72544cec91 diff --git a/media-sound/freewheeling/freewheeling-0.6.ebuild b/media-sound/freewheeling/freewheeling-0.6.ebuild deleted file mode 100644 index 5287b1cce2f3..000000000000 --- a/media-sound/freewheeling/freewheeling-0.6.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit autotools multilib - -MY_P=fweelin-${PV/_} - -DESCRIPTION="A live looping instrument using SDL and jack" -HOMEPAGE="http://freewheeling.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="fluidsynth" - -RDEPEND="dev-libs/libxml2 - media-libs/alsa-lib - media-libs/freetype:2 - media-libs/libvorbis - media-libs/libsdl[sound,video,joystick] - media-libs/libsndfile - media-libs/sdl-gfx - media-libs/sdl-ttf - media-sound/jack-audio-connection-kit - net-libs/gnutls - x11-libs/libX11 - fluidsynth? ( media-sound/fluidsynth )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i -e 's:-L/usr/X11R6/lib::' configure.ac || die - - sed -i \ - -e '/CFLAGS/s:-g::' \ - -e '/CFLAGS/s:-funroll-loops.*::' \ - -e "s:local/lib/jack:$(get_libdir)/jack:" \ - src/Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable fluidsynth) \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TUNING - - docinto examples - dodoc examples/* -} diff --git a/media-sound/freewheeling/metadata.xml b/media-sound/freewheeling/metadata.xml deleted file mode 100644 index 101e43ae94e6..000000000000 --- a/media-sound/freewheeling/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <use> - <flag name="fluidsynth">compile with support for fluidsynth</flag> - </use> - <upstream> - <remote-id type="sourceforge">freewheeling</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/giada/Manifest b/media-sound/giada/Manifest deleted file mode 100644 index 8c778981d6a5..000000000000 --- a/media-sound/giada/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST giada-0.7.0.tar.gz 200738 SHA256 493b9d7d8055ac617ef08816a44ba584c1dd429c3c01ca52877cc8163e9f3c15 SHA512 72bea7b2cced2a2ce7fe5705e0c3eea912fa58c561be8e3ae92dafb08ef7d4cedefea268ce4c71dfca1140c7e70a9bd6f5dd12b2991a8a8321d76e44bc9192d2 WHIRLPOOL 7d2aa21bb157eb9f8d1fc46b21fa02982ca6a0415b083cce2907c05fccc8e0a787ca401dcf1a3b3f3ab4624512eb622d15635566a62dbb4c62f4a444e61c58dc diff --git a/media-sound/giada/files/giada-0.5.4-flags.patch b/media-sound/giada/files/giada-0.5.4-flags.patch deleted file mode 100644 index 17e013ccd2fe..000000000000 --- a/media-sound/giada/files/giada-0.5.4-flags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- giada-0.5.4/src/Makefile.am -+++ giada-0.5.4/src/Makefile.am -@@ -1,6 +1,6 @@ - AUTOMAKE_OPTIONS = foreign - --AM_CXXFLAGS = -Wall -pedantic -Werror -+AM_CXXFLAGS = -Wall -pedantic - - # aeffect.h (header from VST SDK) uses 'long long' which is not supported - # in ISO C++ 1998 and -Werror flag breaks the compilation. diff --git a/media-sound/giada/files/giada-0.5.8-configure.patch b/media-sound/giada/files/giada-0.5.8-configure.patch deleted file mode 100644 index c92ce0a1cc1b..000000000000 --- a/media-sound/giada/files/giada-0.5.8-configure.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- giada-0.5.8/configure.ac -+++ giada-0.5.8/configure.ac -@@ -52,6 +52,27 @@ - [AC_DEFINE(WITH_VST)] - ) - -+AC_ARG_ENABLE( -+ alsa, -+ AS_HELP_STRING([--disable-alsa], [disable alsa support]), -+ [AC_DEFINE(WITH_ALSA)] -+) -+AM_CONDITIONAL(ALSA, test "x$enable_alsa" = "xtrue") -+ -+AC_ARG_ENABLE( -+ jack, -+ AS_HELP_STRING([--enable-jack], [enable jack support]), -+ [AC_DEFINE(WITH_JACK)] -+) -+AM_CONDITIONAL(JACK, test "x$enable_jack" = "xtrue") -+ -+AC_ARG_ENABLE( -+ pulse, -+ AS_HELP_STRING([--enable-pulse], [enable pulseaudio support]), -+ [AC_DEFINE(WITH_PULSE)] -+) -+AM_CONDITIONAL(PULSE, test "x$enable_pulse" = "xtrue") -+ - # ---------------------------------------------------------------------- - - # Checks for programs. ---- giada-0.5.8/src/Makefile.am -+++ giada-0.5.8/src/Makefile.am -@@ -39,7 +39,16 @@ - # inside configure.ac - if LINUX - giada_LDADD = -lsndfile -lfltk -lXext -lX11 -lXft -lXpm -lm -lrtaudio \ -- -ljack -lasound -lpthread -ldl -lpulse-simple -lsamplerate -+ -lpthread -ldl -lsamplerate -+if ALSA -+giada_LDADD += -lasound -+endif -+if JACK -+giada_LDADD += -ljack -+endif -+if PULSE -+giada_LDADD += -lpulse-simple -+endif - endif - if WINDOWS - giada_LDADD = -lole32 -lrtaudio -ldsound -lwinmm -lwsock32 -lm \ diff --git a/media-sound/giada/giada-0.7.0.ebuild b/media-sound/giada/giada-0.7.0.ebuild deleted file mode 100644 index 867557fb1a41..000000000000 --- a/media-sound/giada/giada-0.7.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit flag-o-matic eutils autotools - -DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers" -HOMEPAGE="http://www.giadamusic.com/" -SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+alsa jack pulseaudio" -REQUIRED_USE="|| ( alsa jack pulseaudio )" - -RDEPEND="media-libs/libsndfile - >=media-libs/libsamplerate-0.1.8 - media-libs/rtaudio[alsa?,jack?,pulseaudio?] - x11-libs/fltk:1 - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${P}-src - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch - epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch - eautoreconf -} - -src_configure() { - append-cppflags $(fltk-config --cflags) - append-ldflags $(fltk-config --ldflags) - - econf \ - --target=linux \ - $(use_enable alsa) \ - $(use_enable jack) \ - $(use_enable pulseaudio pulse) -} diff --git a/media-sound/giada/metadata.xml b/media-sound/giada/metadata.xml deleted file mode 100644 index f79bb67acbd9..000000000000 --- a/media-sound/giada/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>proaudio@gentoo.org</email> - <name>Gentoo ProAudio Project</name> -</maintainer> -</pkgmetadata> diff --git a/media-sound/gqmpeg/Manifest b/media-sound/gqmpeg/Manifest deleted file mode 100644 index e1dcf4568b93..000000000000 --- a/media-sound/gqmpeg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gqmpeg-0.91.1.tar.gz 1078478 SHA256 78502bf9b9119c9d4495a640e7467c67aa992b30d8b5b2a51c1db86ada045df5 SHA512 48bddd4a32a80b4a811ebb049c4b8d41bf8bf25bf4faf200558b9c259c3e781250872ccfe3981cf1bc21571418afdccc31f8f77f02b10f02717272c474431b54 WHIRLPOOL e89332930095fc015a96f5d594108ae81094c7a171808ee167fd7d435de8399c7c716773b6ac8ef312a5910363de116f0cec1a7613d0f67a561a4729312485d7 diff --git a/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch b/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch deleted file mode 100644 index f89565b30e10..000000000000 --- a/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ui_pixbuf_save.c -+++ src/ui_pixbuf_save.c -@@ -86,7 +86,7 @@ gboolean pixbuf_to_file_as_png (GdkPixbu - return FALSE; - } - -- if (setjmp (png_ptr->jmpbuf)) -+ if (setjmp (png_jmpbuf(png_ptr))) - { - png_destroy_write_struct (&png_ptr, &info_ptr); - fclose (handle); diff --git a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild deleted file mode 100644 index d8dd5d11ebd6..000000000000 --- a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils - -DESCRIPTION="front end to various audio players, including mpg123" -HOMEPAGE="http://gqmpeg.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="nls" - -RDEPEND="x11-libs/gtk+:2 - media-sound/vorbis-tools - media-sound/mpg123 - >=media-libs/libpng-1.4" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-libpng15.patch -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog FAQ NEWS README SKIN-SPECS* TODO -} diff --git a/media-sound/gqmpeg/metadata.xml b/media-sound/gqmpeg/metadata.xml deleted file mode 100644 index 6a93394c2459..000000000000 --- a/media-sound/gqmpeg/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">gqmpeg</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/shell-fm/Manifest b/media-sound/shell-fm/Manifest deleted file mode 100644 index 5d88dcf3dbf8..000000000000 --- a/media-sound/shell-fm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST shell-fm-0.8.tar.gz 54303 SHA256 b6d5b754c6ea0285c060f4989de730101dd6a172bb075a2a04b4649be33a06a3 SHA512 135fa6630d3cda0dbdcd502772fbafa1a0f81048dffeaa8299abe75d009108f3f139af712a5be911314628c2f108e6eb094e078d2429bf231cbb28c15b271501 WHIRLPOOL d2e7ce88ff39696d8d3931e9a3b2a7a175368466ebc13c4e04ed4e9e194fe87d7ec35cbb0534d57743d7ed7c69a85652d511ed779147991bf86250512e9f1596 diff --git a/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch b/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch deleted file mode 100644 index 5054ee1ad024..000000000000 --- a/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch +++ /dev/null @@ -1,24 +0,0 @@ -Fix double free crash: http://bugs.gentoo.org/392413 - ---- source/sckif.c -+++ source/sckif.c -@@ -39,6 +39,8 @@ - - #include "split.h" - -+#include "ropen.h" /* fshutdown */ -+ - struct hash track; - - static int stcpsck = -1, sunixsck = -1; -@@ -191,9 +193,7 @@ - - if(disconnect) { - debug("removing client\n"); -- shutdown(SHUT_RDWR, client_socket); -- close(client_socket); -- fclose(fd); -+ fshutdown(& fd); - - remove_handle(client_socket); - } diff --git a/media-sound/shell-fm/metadata.xml b/media-sound/shell-fm/metadata.xml deleted file mode 100644 index 33f8eac16592..000000000000 --- a/media-sound/shell-fm/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <longdescription lang="en"> - Shell.FM is a lightweight console based player for Last.FM radio - streams. It's written mainly for Linux, but should be able to run on any - UNIX based system (even Mac OS X) with some minor tweaks. - </longdescription> - <upstream> - <remote-id type="github">jkramer/shell-fm</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/shell-fm/shell-fm-0.8-r1.ebuild b/media-sound/shell-fm/shell-fm-0.8-r1.ebuild deleted file mode 100644 index 76cd0962ebeb..000000000000 --- a/media-sound/shell-fm/shell-fm-0.8-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="A lightweight console based player for Last.FM radio streams" -HOMEPAGE="http://nex.scrapping.cc/shell-fm/" -SRC_URI="https://github.com/jkramer/${PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" -IUSE="" - -RDEPEND="media-libs/libao - media-libs/libmad - media-libs/taglib" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-apps/sed" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-doublefree.patch #392413 - - sed -i -e 's:-Os::' source/Makefile || die - - tc-export CC AR - use ppc && append-flags -DWORDS_BIGENDIAN=1 -} - -src_install() { - dobin source/${PN} - doman manual/${PN}.1 - exeinto /usr/share/${PN}/scripts - doexe scripts/{*.sh,*.pl,zcontrol} -} diff --git a/media-video/coherence/Manifest b/media-video/coherence/Manifest deleted file mode 100644 index efde3236eb0c..000000000000 --- a/media-video/coherence/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Coherence-0.6.6.2.tar.gz 364908 SHA256 0b54a6ba88c1ff6274aadb68ff37b8a3961b4c6acf5ded291c5dea936a311ba4 SHA512 dd5cfa68c3b21456e75c44d9d3947b424ebf9684320726393f8da59237ed84e28d4af8414702b6f93e840e7d12a2078e59f48702a288987495d76d11861c7473 WHIRLPOOL 0162af34fdb17abaafcb11d3a2ade750b4a0ed0a70d6d91004b85bb1b285dbcdbfb87b9acd56fb74e64d78e415aa677e3cbf54e893020aa84fa96482fbfd15ce diff --git a/media-video/coherence/coherence-0.6.6.2.ebuild b/media-video/coherence/coherence-0.6.6.2.ebuild deleted file mode 100644 index 609fa0bf3590..000000000000 --- a/media-video/coherence/coherence-0.6.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="sqlite" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.* *-jython" - -inherit distutils python - -MY_P="Coherence-${PV}" - -DESCRIPTION="A framework written in Python for DLNA/UPnP components" -HOMEPAGE="https://coherence.beebits.net/" -SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="" - -# deps are not exact and need some work -DEPEND="dev-python/louie - dev-python/twisted-core - dev-python/twisted-web - dev-python/configobj - dev-python/gst-python:0.10 - dev-python/nevow" -RDEPEND="${DEPEND} - dev-python/axiom - dev-python/gdata - dev-python/feedparser - dev-python/tagpy" - -S="${WORKDIR}/${MY_P}" - -src_install() { - DOCS="docs/*" - distutils_src_install - newinitd "${FILESDIR}"/coherence-init coherence -} diff --git a/media-video/coherence/files/coherence-init b/media-video/coherence/files/coherence-init deleted file mode 100644 index 6e71e8f77f6d..000000000000 --- a/media-video/coherence/files/coherence-init +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript - -depend() { - need net - after bootmisc -} - -start() { - ebegin "Starting Coherence" - start-stop-daemon --start --exec /usr/bin/coherence \ - --pidfile /var/run/coherence.pid \ - --background \ - -- -c /etc/coherence.conf - eend $? -} - -stop() { - ebegin "Stopping Coherence" - start-stop-daemon --stop --exec /usr/bin/coherence \ - --pidfile /var/run/coherence.pid - eend $? -} - diff --git a/media-video/coherence/metadata.xml b/media-video/coherence/metadata.xml deleted file mode 100644 index 2a705e39ce78..000000000000 --- a/media-video/coherence/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>media-video@gentoo.org</email> - <name>Gentoo Video project</name> -</maintainer> -</pkgmetadata> diff --git a/media-video/cxfe/Manifest b/media-video/cxfe/Manifest deleted file mode 100644 index 4670ed248bb4..000000000000 --- a/media-video/cxfe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cxfe-0.9.2.tar.bz2 77475 SHA256 030addcf0ea670b4c3525cb7411e958ac0a527a845c1925ec84830eb38a4f0dc SHA512 2ccdfc68b2eba8adde98ab5a66c67a3776a4f0c6d78fb0e64964a2ecbf9686af446b2f15d6b2aa14ed65aa80f2e6a716396a5fe3333fe42d31981b83cc50abda WHIRLPOOL 59687470ec704423cba5ed991f385b04d5ec5de8104a4ece624efe229e2cf5b2cc78eda067a99c6192e21bde2251801e24307f38d164286e62394c1b77efe881 diff --git a/media-video/cxfe/cxfe-0.9.2.ebuild b/media-video/cxfe/cxfe-0.9.2.ebuild deleted file mode 100644 index cd8384b98eef..000000000000 --- a/media-video/cxfe/cxfe-0.9.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -DESCRIPTION="A command line interface for xine" -HOMEPAGE="http://people.iola.dk/anders/cxfe/" - -SRC_URI="http://people.iola.dk/anders/cxfe/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="lirc" - -RDEPEND=">=media-libs/xine-lib-1_rc1 - x11-libs/libX11 - x11-libs/libXext - lirc? ( app-misc/lirc ) - sys-libs/ncurses" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-asneeded.patch" -} - -src_install() { - dobin cxfe - dodoc README TODO lircrc-example -} diff --git a/media-video/cxfe/files/cxfe-0.9.2-asneeded.patch b/media-video/cxfe/files/cxfe-0.9.2-asneeded.patch deleted file mode 100644 index b3de1b1c78a2..000000000000 --- a/media-video/cxfe/files/cxfe-0.9.2-asneeded.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: cxfe-0.9.2/Makefile.in -=================================================================== ---- cxfe-0.9.2.orig/Makefile.in -+++ cxfe-0.9.2/Makefile.in -@@ -14,8 +14,8 @@ mandir = $(prefix)/man/man1 - CC = @CC@ -Wall - CPPFLAGS = @CPPFLAGS@ - CFLAGS = $(CPPFLAGS) @CFLAGS@ `xine-config --cflags` --LIBS = @LIBS@ --LDFLAGS = `xine-config --libs` -L/usr/X11R6/lib -lXext@LDFLAGS@ @LIBS@ -lX11 -+LDLIBS = `xine-config --libs` -L/usr/X11R6/lib -lXext @LIBS@ -lX11 -+LDFLAGS = @LDFLAGS@ - INSTALL = @INSTALL@ - - #CC=gcc -Wall -g -O2 diff --git a/media-video/cxfe/metadata.xml b/media-video/cxfe/metadata.xml deleted file mode 100644 index 68b9a06fccf1..000000000000 --- a/media-video/cxfe/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>media-video@gentoo.org</email> -</maintainer> -</pkgmetadata> diff --git a/media-video/winki/Manifest b/media-video/winki/Manifest deleted file mode 100644 index ca593bb08528..000000000000 --- a/media-video/winki/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST winki-0.4.5.tar.gz 585135 SHA256 e27dc51dc698645a6d609df89da4cdc4815443741c819f4e9e68c93ff4e26666 SHA512 bc5dbc76e28470b1198c590ee49b56afdaa7840ea35ecd3a890d3d591731e3805c2024c51783ff8234d450265dbbf81004799173317030d4efde4b1640cbfa0b WHIRLPOOL cd8ceeaaa69acc367da206bcc9f3dc379fc59a38540e12e5248d3f392341e9fa29a3e2c67a97485c09eceb3af04db8cd529d22bf1e1d97d6166e7fd713b9be0a diff --git a/media-video/winki/metadata.xml b/media-video/winki/metadata.xml deleted file mode 100644 index fde97c48e40e..000000000000 --- a/media-video/winki/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - </maintainer> - <use> - <flag name="mjpeg">Enables mjpegtools support</flag> - </use> -</pkgmetadata> diff --git a/media-video/winki/winki-0.4.5-r1.ebuild b/media-video/winki/winki-0.4.5-r1.ebuild deleted file mode 100644 index 3ad128315cf7..000000000000 --- a/media-video/winki/winki-0.4.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python frontend to many popular encoding programs" -HOMEPAGE="http://www.winki-the-ripper.de/" -SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="css dvd matroska mjpeg mp3 ogg vcd" -DEPEND=">=dev-python/pygtk-2:2[${PYTHON_USEDEP}] - >=dev-python/pyorbit-2[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - media-video/mplayer[encode] - media-video/lsdvd - virtual/ffmpeg - dvd? ( media-video/dvdauthor ) - mp3? ( media-sound/lame ) - ogg? ( media-sound/ogmtools - media-sound/vorbis-tools ) - vcd? ( media-video/vcdimager - media-libs/libdvb ) - mjpeg? ( media-video/mjpegtools ) - matroska? ( media-video/mkvtoolnix ) - css? ( media-libs/libdvdcss )" - -DOCS="winkirip/README winkirip/CHANGELOG winkirip/TODO winkirip/AUTHORS" diff --git a/media-video/winki/winki-0.4.5.ebuild b/media-video/winki/winki-0.4.5.ebuild deleted file mode 100644 index add1bc2caadc..000000000000 --- a/media-video/winki/winki-0.4.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit distutils - -DESCRIPTION="A Python frontend to many popular encoding programs" -HOMEPAGE="http://www.winki-the-ripper.de/" -SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="css dvd matroska mjpeg mp3 ogg vcd" -DEPEND=">=dev-lang/python-2.3 - >=dev-python/pygtk-2:2 - >=dev-python/pyorbit-2" -RDEPEND="${DEPEND} - media-video/mplayer[encode] - media-video/lsdvd - virtual/ffmpeg - dvd? ( media-video/dvdauthor ) - mp3? ( media-sound/lame ) - ogg? ( media-sound/ogmtools - media-sound/vorbis-tools ) - vcd? ( media-video/vcdimager - media-libs/libdvb ) - mjpeg? ( media-video/mjpegtools ) - matroska? ( media-video/mkvtoolnix ) - css? ( media-libs/libdvdcss )" - -DOCS="winkirip/README winkirip/CHANGELOG winkirip/TODO winkirip/AUTHORS" diff --git a/net-libs/libbt/Manifest b/net-libs/libbt/Manifest deleted file mode 100644 index 1751813d0546..000000000000 --- a/net-libs/libbt/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libbt-1.05.tar.gz 322880 SHA256 d4d770120c7e5df6957b2b40e1edb6695106142360d5caac521b31a4c59fa1c7 SHA512 66774fcf640d4e46cf0ed495bac93acaa72eebaa9749222a5014351d4e00bc2ead68ca3744de9af5e81211bbe91775507a1cff28569d97586d79fbb531756ccb WHIRLPOOL 74dd3613e5e0c0cbc748503567e4f6d54047f0faf3aff9429119839213cfbdebc14b085c2dab78d6149def8a2b6fb755c626b0baf1a367fc20cae1016295a513 -DIST libbt-1.06.tar.gz 334835 SHA256 89f7887ef892158fec2691efaf26036dab2a239ab87881473ae405f2f2d13560 SHA512 ad6e3d585a9f4cdf6143b462d52f44ee863156e4db365b8b870a840b7cb17203e5e3602dc541f554005a436900d742e2bf65b73d3345a1583f055f0c185a47b2 WHIRLPOOL 8fb6a129714da43782224f818ce9945e9f7f46b8888cfd39c1c05676bcaf508b1f0281c815ddbedebe2bc5952774f3a68196f783cdf123839209146032a504ed diff --git a/net-libs/libbt/files/1.05-btlist.patch b/net-libs/libbt/files/1.05-btlist.patch deleted file mode 100644 index e4eca5ae01db..000000000000 --- a/net-libs/libbt/files/1.05-btlist.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/btlist.c.orig -+++ src/btlist.c -@@ -13,6 +13,7 @@ - - #include "config.h" - -+#include <sys/types.h> - #include <openssl/sha.h> - #include <stdlib.h> - #include <string.h> diff --git a/net-libs/libbt/files/libbt-1.05-build.patch b/net-libs/libbt/files/libbt-1.05-build.patch deleted file mode 100644 index cd82787e6e0b..000000000000 --- a/net-libs/libbt/files/libbt-1.05-build.patch +++ /dev/null @@ -1,14 +0,0 @@ -fix building with newer glibc - -http://bugs.gentoo.org/248034 - ---- src/peer.c -+++ src/peer.c -@@ -35,6 +35,7 @@ - #include <time.h> - #include <poll.h> - #include <assert.h> -+#include <limits.h> - - #include "bterror.h" - #include "btmessage.h" diff --git a/net-libs/libbt/files/libbt-1.06-build.patch b/net-libs/libbt/files/libbt-1.06-build.patch deleted file mode 100644 index de778a75f165..000000000000 --- a/net-libs/libbt/files/libbt-1.06-build.patch +++ /dev/null @@ -1,53 +0,0 @@ -http://bugs.gentoo.org/152489 -http://bugs.gentoo.org/248034 -http://bugs.gentoo.org/315213 - ---- src/btlist.c -+++ src/btlist.c -@@ -13,6 +13,7 @@ - - #include "config.h" - -+#include <sys/types.h> - #include <openssl/sha.h> - #include <stdlib.h> - #include <string.h> ---- src/peer.c -+++ src/peer.c -@@ -35,6 +35,7 @@ - #include <time.h> - #include <poll.h> - #include <assert.h> -+#include <limits.h> - - #include "bterror.h" - #include "btmessage.h" ---- src/udpproto.c 2009-12-07 15:03:54.000000000 +0100 -+++ src/udpproto.c 2009-12-07 15:04:10.000000000 +0100 -@@ -4,6 +4,7 @@ - #include <string.h> - #include <stdlib.h> - #include <unistd.h> -+#include <limits.h> - - #include <arpa/inet.h> - ---- src/Makefile.in 2009-12-07 15:57:24.000000000 +0100 -+++ src/Makefile.in 2009-12-07 15:57:34.000000000 +0100 -@@ -30,7 +30,7 @@ - CPPFLAGS:=@CPPFLAGS@ - CFLAGS+=-g -Wall -I../include -I$(top_srcdir)/include - --LIBS:=@LIBS@ `curl-config --libs` -lm -+LIBS:=@LIBS@ `curl-config --libs` -lm -lcrypto - LDFLAGS:=-g -L. @LDFLAGS@ - VERSION=1.06 - MAKEDEPEND=@MAKEDEPEND@ ---- Makefile.in 2009-12-07 17:36:18.000000000 +0100 -+++ Makefile.in 2009-12-07 17:36:28.000000000 +0100 -@@ -1,4 +1,4 @@ --all: depend compile -+all: compile - - compile: - cd src && ${MAKE} diff --git a/net-libs/libbt/libbt-1.05.ebuild b/net-libs/libbt/libbt-1.05.ebuild deleted file mode 100644 index e82ba6389b18..000000000000 --- a/net-libs/libbt/libbt-1.05.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils autotools - -DESCRIPTION="implementation of the BitTorrent core protocols in C" -HOMEPAGE="http://libbt.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="dev-libs/openssl - net-misc/curl - >=sys-apps/util-linux-2.16.2 - !x11-wm/blackbox" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch #248034 - epatch "${FILESDIR}"/${PV}-btlist.patch # 152489 - sed -i -e '/CFLAGS/s|:=|+=|' src/Makefile.in || die - # fix force as-needed. Bug #315213 - sed -i -e "/^LIBS/s:-lm:& -lcrypto:" src/Makefile.in || die - eautoreconf -} - -src_install() { - dobin src/btlist src/btget src/btcheck || die - doman man/* - insinto /usr/include/libbt - doins include/* - dolib src/libbt.a - dodoc CHANGELOG CREDITS README docs/* -} diff --git a/net-libs/libbt/libbt-1.06.ebuild b/net-libs/libbt/libbt-1.06.ebuild deleted file mode 100644 index 165802c74c76..000000000000 --- a/net-libs/libbt/libbt-1.06.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit autotools eutils - -DESCRIPTION="implementation of the BitTorrent core protocols in C" -HOMEPAGE="http://libbt.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-libs/openssl - net-misc/curl - >=sys-apps/util-linux-2.16.2" - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch - eautoreconf -} - -src_install() { - dobin src/bt{check,get,list} || die - - insinto /usr/include/libbt - doins include/*.h || die - newlib.a src/libbt.a libbt-static.a || die - - doman man/*.1 - dodoc CHANGELOG CREDITS README docs/*.txt -} diff --git a/net-libs/libbt/metadata.xml b/net-libs/libbt/metadata.xml deleted file mode 100644 index 12bfc8f3cc57..000000000000 --- a/net-libs/libbt/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">libbt</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-libs/libdexter/Manifest b/net-libs/libdexter/Manifest deleted file mode 100644 index aa10622a7549..000000000000 --- a/net-libs/libdexter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libdexter-0.2.1.tar.bz2 449775 SHA256 73b37398c693f0a6d827ab6ef2fa6a33390b7d7bafc21c330c75c0a89a77fb7c SHA512 3dac039d37c1b01a4b6288e1e6212846a7ccf57ccb0483e0f2d7b00cdae930b49ac3c9202f080881da7b35f7adbc318305a8736bb48fc21f0d224794d4a76a79 WHIRLPOOL 994b9efaa76c007e9162e6dd15a02d96d92ee153a92b07208a4fb7a4d0f74a4f2716b4c66da56f2823658c28e83747b602e993018f0f9a3b961fa95cfdb0e42a diff --git a/net-libs/libdexter/libdexter-0.2.1-r1.ebuild b/net-libs/libdexter/libdexter-0.2.1-r1.ebuild deleted file mode 100644 index 6642f080f389..000000000000 --- a/net-libs/libdexter/libdexter-0.2.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit gnome2-utils eutils - -DESCRIPTION="A plugin-based, distributed sampling library" -HOMEPAGE="http://libdexter.sourceforge.net/" -SRC_URI="mirror://sourceforge/libdexter/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# gnutls disabled as will break with gnutls-3, bug #456306 -IUSE="tcpd" #gnutls - -#gnutls? ( >=net-libs/gnutls-1.4.4:= ) -RDEPEND=" - tcpd? ( sys-apps/tcp-wrappers:= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-libs/glib-2.30:2 -" - -src_prepare() { - gnome2_disable_deprecation_warning -} - -src_configure() { - econf \ - $(use_enable tcpd tcp-wrappers) \ - --disable-tls -# $(use_enable gnutls tls) -} - -src_install() { - default - prune_libtool_files --modules -} diff --git a/net-libs/libdexter/metadata.xml b/net-libs/libdexter/metadata.xml deleted file mode 100644 index 8f782868fa0a..000000000000 --- a/net-libs/libdexter/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">libdexter</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-libs/libopkele/Manifest b/net-libs/libopkele/Manifest deleted file mode 100644 index 8ac75e6d3c45..000000000000 --- a/net-libs/libopkele/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libopkele-2.0.4.tar.bz2 321277 SHA256 102e22431e4ec6f1f0baacb6b1b036476f5e5a83400f2174807a090a14f4dc67 SHA512 98515f1e29bbdbb761d2ac2f3c316c006624b4472ba9ea7d1370c188acaa16cdb4d2bc73aa17c7dad99f30c364a0e7abd5e7f1872a578dca94d7a818d161dec9 WHIRLPOOL 575acd7bc4bfcea83f4f5e0235e083072527ae7ccae1e5173913c29ed101d328509e3a974b67f2e0966c4f4e50abb5440ac549ba84508e91fb090af584ffd17e diff --git a/net-libs/libopkele/files/libopkele-2.0.4-gcc471.patch b/net-libs/libopkele/files/libopkele-2.0.4-gcc471.patch deleted file mode 100644 index 5da095348e15..000000000000 --- a/net-libs/libopkele/files/libopkele-2.0.4-gcc471.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 9ff6244998b0d41e71f7cc7351403ad590e990e4 Mon Sep 17 00:00:00 2001 -From: qdii <qdii@reblochon.be> -Date: Fri, 02 Nov 2012 19:46:03 +0000 -Subject: Fix argument-lookup failure on GCC 4.7.1, causing compilation to crash. - -Modified-by: Michael Krelin <hacker@klever.net> -Signed-off-by: Michael Krelin <hacker@klever.net> ---- -diff --git a/include/opkele/discovery.h b/include/opkele/discovery.h -index f2721a6..985eef6 100644 ---- a/include/opkele/discovery.h -+++ b/include/opkele/discovery.h -@@ -21,7 +21,7 @@ namespace opkele { - public: - - inline _DT& add(long priority,const _DT& d) { -- return insert(typename map_type::value_type(priority,d))->second; -+ return this->insert(typename map_type::value_type(priority,d))->second; - } - - bool has_value(const _DT& d) const { --- -cgit v0.9-30-gcd78 diff --git a/net-libs/libopkele/files/libopkele-2.0.4-missing_includes.patch b/net-libs/libopkele/files/libopkele-2.0.4-missing_includes.patch deleted file mode 100644 index 184852749478..000000000000 --- a/net-libs/libopkele/files/libopkele-2.0.4-missing_includes.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 648ae5dbd90e062f3432f809a846d50d994b86d4 Mon Sep 17 00:00:00 2001 -From: qdii <qdii@reblochon.be> -Date: Fri, 02 Nov 2012 13:49:03 +0000 -Subject: Function _exit was referenced in the code, but <unistd.h> was not included, causing compilation to fail. - ---- -diff --git a/test/idiscover.cc b/test/idiscover.cc -index 4b1e90c..8a5a3fb 100644 ---- a/test/idiscover.cc -+++ b/test/idiscover.cc -@@ -2,6 +2,7 @@ - #include <stdexcept> - #include <iterator> - #include <algorithm> -+#include <unistd.h> - using namespace std; - #include <opkele/exception.h> - #include <opkele/discovery.h> -diff --git a/test/test.cc b/test/test.cc -index 2143ac0..770e0c6 100644 ---- a/test/test.cc -+++ b/test/test.cc -@@ -1,5 +1,6 @@ - #include <iostream> - #include <stdexcept> -+#include <unistd.h> - using namespace std; - #include <opkele/exception.h> - #include <opkele/util.h> --- -cgit v0.9-30-gcd78 diff --git a/net-libs/libopkele/libopkele-2.0.4-r1.ebuild b/net-libs/libopkele/libopkele-2.0.4-r1.ebuild deleted file mode 100644 index 52f4ec6aa68c..000000000000 --- a/net-libs/libopkele/libopkele-2.0.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="A C++ implementation of an OpenID decentralized identity system" -HOMEPAGE="http://kin.klever.net/libopkele/" -SRC_URI="http://kin.klever.net/dist/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-text/htmltidy - dev-libs/libpcre - dev-libs/openssl - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc471.patch \ - "${FILESDIR}"/${P}-missing_includes.patch -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS NEWS -} diff --git a/net-libs/libopkele/metadata.xml b/net-libs/libopkele/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/net-libs/libopkele/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/net-misc/yaydl/Manifest b/net-misc/yaydl/Manifest deleted file mode 100644 index 29f2a6178393..000000000000 --- a/net-misc/yaydl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yaydl-1.5.2.tar.gz 13933 SHA256 f2ee58aad1b6ab458fb3e9ff21f195af17dbfea4237642a998d89996b0449cc0 SHA512 3b490acdf881ca0eceaec8371bf0d75ad69ba82cacc4c36026683443237e517ff2223555e2431cdfb0dffdcd4de9452726ee967ff28868fea0eb19cb646ee926 WHIRLPOOL 522a89c4d3fc0bb1975bb8d77d5512db8ee53bed928167828d27d76b5f06726dbcf8487c3c6c4c5370f9f10725c14012c467cd10c12f82fac7bb7cb4420d6787 diff --git a/net-misc/yaydl/metadata.xml b/net-misc/yaydl/metadata.xml deleted file mode 100644 index ad9f6a248c5f..000000000000 --- a/net-misc/yaydl/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="soundextract">Extract the soundtracks of the downloaded videos</flag> - </use> -</pkgmetadata> diff --git a/net-misc/yaydl/yaydl-1.5.2.ebuild b/net-misc/yaydl/yaydl-1.5.2.ebuild deleted file mode 100644 index 0b99a27632f3..000000000000 --- a/net-misc/yaydl/yaydl-1.5.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Yet Another Youtube DownLoader which is downloading more than youtube" -HOMEPAGE="http://pdes-net.org/x-haui/" -SRC_URI="http://pdes-net.org/x-haui/scripts/perl/yaydl_youtubedownloader/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="encode soundextract" - -DEPEND="" -RDEPEND=" - dev-lang/perl - dev-perl/LWP-UserAgent-Determined - dev-perl/MP3-Info - dev-perl/Term-ProgressBar - dev-perl/URI - encode? ( - || ( - virtual/ffmpeg[encode] - media-video/mplayer[encode,mp3,xvid] - ) - ) - soundextract? ( - || ( - virtual/ffmpeg[encode,mp3] - ( - media-video/mplayer - media-sound/lame - ) - ) - )" - -src_install() { - newbin ${PN}.pl ${PN} - dodoc changelog README -} - -pkg_postinst() { - elog "${PN} is supporting a lot of video websites." - elog "Look at ${HOMEPAGE} for more information." -} diff --git a/net-p2p/wire/Manifest b/net-p2p/wire/Manifest deleted file mode 100644 index 7624c108882c..000000000000 --- a/net-p2p/wire/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wire-1.0.2.tar.gz 98888 SHA256 264006a76b2696ef113e769fd466f68181aa066cde0294834eb583d18fe6d0d2 SHA512 6f768e0268be024c0ee43eb2dcc0a225d822610c71106cbf03274219b416334b12b6001b1eb4ee73969083c83a9a214364d5f25a0b25cb4ca0dd04d415352126 WHIRLPOOL 49e72f91bdf25f66d3b8a840aba411c3e2f90ac847545d107ea30a07ec87e309f7b679356036b6c3c3c4bdafc91b1668c02daebf6248141bf1e3bb164931dbd5 diff --git a/net-p2p/wire/metadata.xml b/net-p2p/wire/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/net-p2p/wire/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/net-p2p/wire/wire-1.0.2.ebuild b/net-p2p/wire/wire-1.0.2.ebuild deleted file mode 100644 index c395e26d62db..000000000000 --- a/net-p2p/wire/wire-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Wire is the Wired command line client" -HOMEPAGE="http://www.zankasoftware.com/wired/wire/" -SRC_URI="http://www.zankasoftware.com/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="( >=dev-libs/openssl-0.9.7d ) - ( >=sys-libs/readline-4.3 )" - -src_install() { - dobin run/wire || die "dobin failed" - dodoc INSTALL README - doman man/wire.1 -} diff --git a/net-proxy/dansguardian/Manifest b/net-proxy/dansguardian/Manifest deleted file mode 100644 index e68dc7113ef4..000000000000 --- a/net-proxy/dansguardian/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dansguardian-2.12.0.3.tar.bz2 577701 SHA256 c74e9a32b97f9a9a056fced3da23fe48fca2bc6aa9af670afe9a53dc819414f5 SHA512 37155ef4f1a6dd6bdd87f79c7199b77de49746e4bff0631c239a569c21bf26240cbc9eae5a2436653bfc3d170a664710af9d80c4cfac3082a0620caeaac6740b WHIRLPOOL 64f64161a3dbf48c122fbf341ac8a7b4892be2049d1ac05948e9aa8c4cb927efa6ce929404b60c43f67457268f3c432b0ff109fb333ffe8ab84bba0b528b52eb diff --git a/net-proxy/dansguardian/dansguardian-2.12.0.3-r2.ebuild b/net-proxy/dansguardian/dansguardian-2.12.0.3-r2.ebuild deleted file mode 100644 index 714780bc4f2a..000000000000 --- a/net-proxy/dansguardian/dansguardian-2.12.0.3-r2.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils user - -DESCRIPTION="Web content filtering via proxy" -HOMEPAGE="http://www.${PN}.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="avast backtrace clamav commandline debug email +fancydm icap kaspersky +lfs logrotate ntlm orig-ip +pcre static-libs trickledm" - -RDEPEND="sys-libs/zlib - clamav? ( app-antivirus/clamav ) - logrotate? ( app-admin/logrotate ) - ntlm? ( virtual/libiconv ) - pcre? ( >=dev-libs/libpcre-8.32 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -WIKI="http://contentfilter.futuragts.com/wiki/doku.php" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 /dev/null ${PN} -} - -src_configure() { - local debug - if use debug ; then - debug="$(use_with debug dgdebug)" - fi - - econf \ - $(use_enable avast avastd) \ - $(use_enable backtrace segv-backtrace) \ - $(use_enable clamav clamd) \ - $(use_enable commandline) \ - ${debug} \ - $(use_enable email) \ - $(use_enable fancydm) \ - $(use_enable icap) \ - $(use_enable kaspersky kavd) \ - $(use_enable lfs) \ - --with-logdir=/var/log/${PN} \ - $(use_enable ntlm) \ - $(use_enable orig-ip) \ - $(use_enable pcre) \ - --with-piddir=/var/run \ - --with-proxygroup=${PN} \ - --with-proxyuser=${PN} \ - $(use_enable static-libs static-zlib) \ - $(use_enable trickledm) -} - -src_install() { - default - - # Edit config files for virus scanners chosen based on USE flags. - if use avast; then - sed -r -i -e 's/^#( *contentscanner *=.*avastdscan[.]conf.*)/\1/' "${D}/etc/${PN}/${PN}.conf" - fi - - if use clamav; then - sed -r -i -e 's/[ \t]+use dns/& clamd/' "${D}/etc/init.d/${PN}" - sed -r -i -e 's/^#( *contentscanner *=.*clamdscan[.]conf.*)/\1/' "${D}/etc/${PN}/${PN}.conf" - fi - - if use commandline; then - sed -r -i -e 's/^#( *contentscanner *=.*commandlinescan[.]conf.*)/\1/' "${D}/etc/${PN}/${PN}.conf" - fi - - if use icap; then - sed -r -i -e 's/^#( *contentscanner *=.*icapscan[.]conf.*)/\1/' "${D}/etc/${PN}/${PN}.conf" - fi - - if use kaspersky; then - sed -r -i -e 's/^#( *contentscanner *=.*kavdscan[.]conf.*)/\1/' "${D}/etc/${PN}/${PN}.conf" - fi - - # Install Gentoo init script - newinitd "${FILESDIR}/${PN}.init" ${PN} - - # Install log rotation file. - if use logrotate; then - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}.logrotate" ${PN} - else - exeinto /etc/cron.weekly - newexe data/scripts/logrotation ${PN}.cron - fi - - keepdir /var/log/${PN} - fperms o-rwx /var/log/${PN} -} - -pkg_postinst() { - local runas="${PN}:${PN}" - - if [ -d "${ROOT}/var/log/${PN}" ] ; then - chown -R ${runas} "${ROOT}/var/log/${PN}" - chmod o-rwx "${ROOT}/var/log/${PN}" - fi - - einfo "For assistance configuring ${PN}, visit the wiki at ${WIKI}" -} diff --git a/net-proxy/dansguardian/files/dansguardian.init b/net-proxy/dansguardian/files/dansguardian.init deleted file mode 100644 index 1be86f757538..000000000000 --- a/net-proxy/dansguardian/files/dansguardian.init +++ /dev/null @@ -1,32 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -extra_started_commands="reload" - -depend() { - need net - use dns \ - squid apache2 bfilter mman junkbuster oops polipo privoxy tinyproxy wwwoffled - #dansguardian could be used in conjuction with any of the above web proxies - provide dansguardian -} - -start() { - ebegin "Starting DansGuardian" - start-stop-daemon --start --background --pidfile /var/run/dansguardian.pid --exec /usr/sbin/dansguardian --progress --quiet - eend $? -} - -stop() { - ebegin "Stopping DansGuardian" - start-stop-daemon --stop --pidfile /var/run/dansguardian.pid --exec /usr/sbin/dansguardian --progress --quiet - eend $? -} - -reload() { - ebegin "Leaving current connections open. Reloading filter group config files." - /usr/sbin/dansguardian -g - eend $? -} diff --git a/net-proxy/dansguardian/files/dansguardian.logrotate b/net-proxy/dansguardian/files/dansguardian.logrotate deleted file mode 100644 index 2fe8ad51204b..000000000000 --- a/net-proxy/dansguardian/files/dansguardian.logrotate +++ /dev/null @@ -1,14 +0,0 @@ -/var/log/dansguardian/access.log { - rotate 4 - weekly - missingok - notifempty - nocreate - nocopy - nocopytruncate - nocompress - - postrotate - /usr/sbin/dansguardian -r - endscript -} diff --git a/net-proxy/dansguardian/metadata.xml b/net-proxy/dansguardian/metadata.xml deleted file mode 100644 index dee1ecef819d..000000000000 --- a/net-proxy/dansguardian/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription>DansGuardian is an award winning Open Source web content filter which currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters.</longdescription> - <use> - <flag name="avast">Enable support for the AvastD content scanner.</flag> - <flag name="backtrace">Enable logging a backtrace when a segmentation fault occurs.</flag> - <flag name="clamav">Enable support for the ClamD content scanner.</flag> - <flag name="commandline">Enable support for command-line content scanners.</flag> - <flag name="email">Enable support for email reporting functionality.</flag> - <flag name="fancydm">Enable support for the fancy download manager.</flag> - <flag name="icap">Enable support for ICAP AV server content scanner.</flag> - <flag name="kaspersky">Enable support for the Kaspersky AV daemon content scanner.</flag> - <flag name="lfs">Enable large file support on 32 bit systems.</flag> - <flag name="logrotate">Use app-admin/logrotate for rotating logs.</flag> - <flag name="ntlm">Enable support for the NTLM auth plugin.</flag> - <flag name="orig-ip">Enable support for checking the client's original destination IP address against HTTP request details when deployed as a transparent proxy (US-CERT VU#435052).</flag> - <flag name="trickledm">Enable support for the trickle download manager.</flag> - </use> - <upstream> - <remote-id type="sourceforge">dansguardian</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-proxy/oops/Manifest b/net-proxy/oops/Manifest deleted file mode 100644 index 112ff567b3b7..000000000000 --- a/net-proxy/oops/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST oops-1.5.23.tar.gz 473290 SHA256 b9ab7c0b5b11de7944f098d6f99158fe1b9c3b9cf82fe7827685c6cec8ccfa04 SHA512 5d33b19d6a48f3b38cffe7eb17ef0b0a00cc92cb1608a05f196ec747df51e318e8f0a82d1f0c2e254c16a7d97f640ed8bf30be62994f3b81d5ebd3cdc6358be3 WHIRLPOOL d2d9d1da409e91beb5e7761285b360dce3824f3defacc3c7f10305617bcdbd9e8807be645e74c268f4b8126ff330a7c49936ced06247c3bdc2190f8d194b4710 -DIST oops-1.5.24_pre20050503.patch.gz 101103 SHA256 954e59d046096867a8e818bf47190ab06c8416abb80d151757825a664192aded SHA512 230fede3d76ebd35f404055605381555707aed4d3fdf53e5e5074c66500b55360e7546c3faa54466791f485a89e359c3e5576162eef6c17ca49c1006ebfddb0a WHIRLPOOL 6ae6284393ed53d3d083af6abca2b7a5cb2c80d0c02838f5d518f02de12a13122900e2dbe62532953bdd839430d94523d28a8abf555e463d25a807a75f692cff diff --git a/net-proxy/oops/files/implicit-decl.patch b/net-proxy/oops/files/implicit-decl.patch deleted file mode 100644 index 767814dd6a82..000000000000 --- a/net-proxy/oops/files/implicit-decl.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Nru oops-1.5.23.orig/src/hash.c oops-1.5.23/src/hash.c ---- oops-1.5.23.orig/src/hash.c 2001-01-28 14:34:43.000000000 +0200 -+++ oops-1.5.23/src/hash.c 2007-04-11 14:19:26.000000000 +0300 -@@ -1,4 +1,5 @@ - #include <stdio.h> -+#include <string.h> - #include <strings.h> - #include "hash.h" - diff --git a/net-proxy/oops/files/libpcreposix.patch b/net-proxy/oops/files/libpcreposix.patch deleted file mode 100644 index 1648ecabb152..000000000000 --- a/net-proxy/oops/files/libpcreposix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Nru oops-1.5.23.orig/configure.in oops-1.5.23/configure.in ---- oops-1.5.23.orig/configure.in 2007-11-20 22:47:27.000000000 +0200 -+++ oops-1.5.23/configure.in 2007-11-20 22:58:42.000000000 +0200 -@@ -454,14 +454,7 @@ - AC_DEFINE(REGEX_H, <regex.h>) - ;; - pcre) -- if test -r "/usr/lib/libpcreposix.a" -a -r "/usr/lib/libpcre.a"; then -- LIBS="$LIBS /usr/lib/libpcreposix.a /usr/lib/libpcre.a" -- elif test -r "/usr/local/lib/libpcreposix.a" -a -r "/usr/local/lib/libpcre.a"; then -- LIBS="$LIBS /usr/local/lib/libpcreposix.a /usr/local/lib/libpcre.a" -- fi -- if test "X`echo $CFLAGS | grep '\-I/usr/local/include'`" = "X"; then -- CFLAGS="$CFLAGS -I/usr/local/include" -- fi -+ LIBS="$LIBS -lpcreposix" - AC_DEFINE(REGEX_H, <pcreposix.h>) - ;; - builtin) diff --git a/net-proxy/oops/files/modules-as-needed.patch b/net-proxy/oops/files/modules-as-needed.patch deleted file mode 100644 index 41703cd389ee..000000000000 --- a/net-proxy/oops/files/modules-as-needed.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Nru src/modules.orig/Makefile.in src/modules/Makefile.in ---- src/modules.orig/Makefile.in 2006-05-20 01:28:11.000000000 +0300 -+++ src/modules/Makefile.in 2006-05-20 01:29:11.827604500 +0300 -@@ -110,11 +110,11 @@ - - passwd_pgsql.so: passwd_sql.c ../modules.h ../oops.h - ${CC} ${CFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o -- ${LD} $(SOFLAGS) $(LDFLAGS) $(LIBS) -o passwd_pgsql.so passwd_pgsql.o $(PGSQL_LIB) -+ ${LD} $(SOFLAGS) $(LDFLAGS) -o passwd_pgsql.so passwd_pgsql.o $(LIBS) $(PGSQL_LIB) - - passwd_mysql.so: passwd_sql.c ../modules.h ../oops.h - ${CC} ${CFLAGS} ${CDEFS} -D__MYSQL -c passwd_sql.c -o passwd_mysql.o -- ${LD} $(SOFLAGS) $(LDFLAGS) $(LIBS) -o passwd_mysql.so passwd_mysql.o $(MYSQL_LIB) -+ ${LD} $(SOFLAGS) $(LDFLAGS) -o passwd_mysql.so passwd_mysql.o $(LIBS) $(MYSQL_LIB) - - passwd_pgsql.o: passwd_sql.c ../modules.h ../oops.h - ${CC} ${CFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o diff --git a/net-proxy/oops/files/oops-1.5.24-pthread-rwlock.patch b/net-proxy/oops/files/oops-1.5.24-pthread-rwlock.patch deleted file mode 100644 index 2606af7330d5..000000000000 --- a/net-proxy/oops/files/oops-1.5.24-pthread-rwlock.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nru oops-1.5.23.orig/src/lib/rwlock/rwlock.c oops-1.5.23/src/lib/rwlock/rwlock.c ---- oops-1.5.23.orig/src/lib/rwlock/rwlock.c 2000-11-29 19:03:35.000000000 +0200 -+++ oops-1.5.23/src/lib/rwlock/rwlock.c 2006-09-06 00:30:36.000000000 +0300 -@@ -53,6 +53,8 @@ - #include <pthread.h> - #include "rwlock.h" - -+#if defined(OOPS_IMPLEMENT_RWLOCK) -+ - /* maximum number of times a read lock may be obtained */ - #define MAX_READ_LOCKS (INT_MAX - 1) - -@@ -375,4 +377,6 @@ - return(0); - } - -+#endif /* defined(OOPS_IMPLEMENT_RWLOCK) */ -+ - #endif /* _THREAD_SAFE || _PTHREADS || _REENTRANT */ -diff -Nru oops-1.5.23.orig/src/lib/rwlock/rwlock.h oops-1.5.23/src/lib/rwlock/rwlock.h ---- oops-1.5.23.orig/src/lib/rwlock/rwlock.h 2003-10-06 17:15:40.000000000 +0300 -+++ oops-1.5.23/src/lib/rwlock/rwlock.h 2006-09-06 00:29:46.000000000 +0300 -@@ -53,6 +53,7 @@ - - #if !defined(PTHREAD_RWLOCK_INITIALIZER) - #define PTHREAD_RWLOCK_INITIALIZER NULL -+#define OOPS_IMPLEMENT_RWLOCK 1 - - struct pthread_rwlock { - pthread_mutex_t lock; /* monitor lock */ diff --git a/net-proxy/oops/files/oops-1.5.24-respect-flags.patch b/net-proxy/oops/files/oops-1.5.24-respect-flags.patch deleted file mode 100644 index 67c814aea2f2..000000000000 --- a/net-proxy/oops/files/oops-1.5.24-respect-flags.patch +++ /dev/null @@ -1,352 +0,0 @@ -diff --git a/configure.in b/configure.in -index 0b9ac65..a68d7c1 100644 ---- a/configure.in -+++ b/configure.in -@@ -204,8 +204,6 @@ tm.__tm_gmtoff__ = tm.__tm_gmtoff__*2; - AC_DEFINE(HAVE__GMTOFF__) AC_MSG_RESULT(yes) - ],[AC_MSG_RESULT(no)]) - --LD=ld -- - ## - ## - ## -@@ -309,18 +307,18 @@ CXXCOMPFLAGS=-c - CXXSOFLAGS=$SOFLAGS - - case "$host_os" in --irix*) CFLAGS="-D_SGI_MP_SOURCE" -+irix*) EXTCFLAGS+="-D_SGI_MP_SOURCE" - ;; --osf*) CFLAGS="$CFLAGS -D_REENTRANT -DOSF" -+osf*) EXTCFLAGS+="$CFLAGS -D_REENTRANT -DOSF" - LIBS="-oldstyle_liblookup -lpthread $LIBS" - - ;; --freebsd*) CFLAGS="$CFLAGS -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE=2048 -I." -+freebsd*) EXTCFLAGS+="$CFLAGS -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE=2048 -I." - CXXSOFLAGS="-shared" - LIBS="$LEXLIB $LIBS" - if test "$large_files" = "yes" ; then - ## FreeBSD need no any special flags for 64bit files -- CFLAGS="$CFLAGS -DWITH_LARGE_FILES" -+ EXTCFLAGS+=" -DWITH_LARGE_FILES" - fi - if test "X$LIBGB_NAME" != "X" ; then - LIBGB_NAME="$LIBGB_NAME -lstdc++" -@@ -328,39 +326,38 @@ freebsd*) CFLAGS="$CFLAGS -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE=204 - rel=`uname -r` - case "$rel" in - 4*) -- CFLAGS="$CFLAGS -pthread" -+ EXTCFLAGS+=" -pthread" - ;; - 5*) - LIBS="-lc_r $LEXLIB $LIBS" - ;; - *) -- CFLAGS="$CFLAGS -pthread" -+ EXTCFLAGS+=" -pthread" - LIBS="-lc_r $LEXLIB $LIBS" - ;; - esac - RPATH_OPTION="-rpath" - ;; --bsdi*) CFLAGS="$CFLAGS -pthread -DBSDOS" -+bsdi*) EXTCFLAGS+=" -pthread -DBSDOS" - rel=`uname -r` - case "$rel" in - 4*) -- CFLAGS="$CFLAGS -pthread" -+ EXTCFLAGS+=" -pthread" - ;; - 5*) - LIBS="-lc_r $LEXLIB $LIBS" - ;; - *) -- CFLAGS="$CFLAGS -pthread" -+ EXTCFLAGS+=" -pthread" - LIBS="-lc_r $LEXLIB $LIBS" - ;; - esac - LIBS="$LEXLIB $LIBS" - CXX=g++ - ;; --gnu*|linux*) CFLAGS="$CFLAGS -D_REENTRANT -DLINUX" -- CXX=g++ -+gnu*|linux*) EXTCFLAGS+=" -D_REENTRANT -DLINUX" - if test "$pthread_in" = "pthreads" ; then -- CFLAGS="$CFLAGS -D_MIT_POSIX_THREADS" -+ EXTCFLAGS+=" -D_MIT_POSIX_THREADS" - LIBS="-lpthreads $LEXLIB -ldb $LIBS" - echo Probably you have MIT-threads. If yes, swich to LinuxThreads. - else -@@ -369,11 +366,11 @@ gnu*|linux*) CFLAGS="$CFLAGS -D_REENTRANT -DLINUX" - if test "$large_files" = "yes" ; then - ## Linux ext2fs does'nt support large files yet. - AC_MSG_RESULT(Warning: Linux ext2fs doesn't support large files.) -- CFLAGS="$CFLAGS -DWITH_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__USE_LARGEFILE64 -D__USE_FILE_OFFSET64" -+ EXTCFLAGS+=" -DWITH_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__USE_LARGEFILE64 -D__USE_FILE_OFFSET64" - fi - RPATH_OPTION="-rpath" - ;; --solaris*) CFLAGS="$CFLAGS -D_REENTRANT -DSOLARIS" -+solaris*) EXTCFLAGS="$CFLAGS -D_REENTRANT -DSOLARIS" - if test "X$LIBDB_REAL_PATH" != "X" ; then - LIBDB_NAME="-R$LIBDB_REAL_PATH $LIBDB_NAME" - fi -@@ -390,7 +387,7 @@ solaris*) CFLAGS="$CFLAGS -D_REENTRANT -DSOLARIS" - LIBGB_NAME="$LIBGB_NAME -lstdc++" - fi - ;; -- *) CFLAGS="$CFLAGS -mt" -+ *) EXTCFLAGS+="-mt" - SUNPRO_CC_VER=`CC -V 2>&1 | sed 's/.*C++ //' | sed 's/\..*//'` - if test "$SUNPRO_CC_VER" = "5" ; then - CXX="CC -compat=4 -w -fast -xO3 -DNO_MEMBER_TEMPLATES=1" -@@ -407,14 +404,14 @@ solaris*) CFLAGS="$CFLAGS -D_REENTRANT -DSOLARIS" - ;; - esac - if test "$large_files" = "yes" ; then -- CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_LARGE_FILES" -+ EXTCFLAGS=" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DWITH_LARGE_FILES" - fi - ;; - aix4*) AC_DEFINE(MODULES) - LIBS="$LIBS -ldl $LEXLIB" - SOFLAGS=-G - case "$CC" in -- gcc*) CFLAGS="-D_THREAD_SAFE $CFLAGS" -+ gcc*) EXTCFLAGS+=" -D_THREAD_SAFE $CFLAGS" - CXX=g++ - LIBS="$LIBS -lpthreads -lc_r" - ;; -@@ -424,7 +421,7 @@ aix4*) AC_DEFINE(MODULES) - ;; - esac - if test "$large_files" = "yes" ; then -- CFLAGS="$CFLAGS -D_LARGE_FILES -D_LARGE_FILE_API -DWITH_LARGE_FILES" -+ EXTCFLAGS+=" -D_LARGE_FILES -D_LARGE_FILE_API -DWITH_LARGE_FILES" - fi - ;; - esac -@@ -432,14 +429,14 @@ esac - if test "X$MYSQL_PATH" != "X" ; then - LIBS="-L$MYSQL_PATH/lib -lmysqlclient $LIBS" - AC_DEFINE(HAVE_MYSQL) -- CFLAGS="$CFLAGS -I$MYSQL_PATH/include" -+ CFLAGS+=" -I$MYSQL_PATH/include" - MYSQL_LIB="-L$MYSQL_PATH/lib -lmysqlclient" - fi - - if test "X$PGSQL_PATH" != "X" ; then - LIBS="$LIBS -L$PGSQL_PATH/lib -lpg" - AC_DEFINE(HAVE_PGSQL) -- CFLAGS="-I$PGSQL_PATH/include $LIBS" -+ CFLAGS+="-I$PGSQL_PATH/include $LIBS" - PGSQL_LIB="-L$PGSQL_PATH/lib -lpg" - fi - -@@ -601,7 +598,7 @@ if test "X$LIBDB_PATH" != "X" ; then - esac - fi - --CFLAGS="$CFLAGS $LIBDB_INCL" -+EXTCFLAGS+=" $LIBDB_INCL" - - AC_MSG_CHECKING(for GigaBASE) - if test "$LIBGB_PATH" = "no" ; then -@@ -653,7 +650,7 @@ elif test -r "/usr/local/lib/libz.a"; then - AC_DEFINE(HAVE_ZLIB) - AC_MSG_RESULT(/usr/local/lib/libz.a) - if test "X`echo $CFLAGS | grep '\-I/usr/local/include'`" = "X"; then -- CFLAGS="$CFLAGS -I/usr/local/include" -+ EXTCFLAGS+=" -I/usr/local/include" - fi - elif test -r "/usr/lib/libz.a"; then - LIBZ_NAME="/usr/lib/libz.a" -@@ -689,7 +686,7 @@ EOF - res=`./confmain` - fi - if test "$res" = "yes"; then -- CFLAGS="$CFLAGS -export-dynamic" -+ EXTCFLAGS+=" -export-dynamic" - AC_MSG_RESULT(yes) - else - AC_MSG_RESULT(no) -@@ -698,7 +695,7 @@ fi - rm -f confmain* - - echo $CC --echo $CFLAGS -+echo $EXTCFLAGS - echo $LIBS - - if test "${enable_oops_user+set}" != set; then -@@ -728,8 +725,6 @@ AC_SUBST(MOD_EXT) - AC_SUBST(OPT_MODS) - AC_SUBST(STATIC_MODULES) - AC_SUBST(CHOWN) --AC_SUBST(LD) --AC_SUBST(LDFLAGS) - AC_SUBST(VER) - AC_SUBST(LIBGB_PATH) - AC_SUBST(LIBGB_NAME) -@@ -795,6 +790,7 @@ AC_SUBST(LIBDB_INCL) - AC_SUBST(LIBZ_NAME) - AC_SUBST(EXTRASRC) - AC_SUBST(EXTLDFLAGS) -+AC_SUBST(EXTCFLAGS) - - AC_DEFINE_UNQUOTED(OOPS_HOME, "$oops_prefix/oops") - AC_DEFINE_UNQUOTED(OOPS_SBINDIR, "$oops_sbindir") -diff --git a/src/Makefile.in b/src/Makefile.in -index b366c2f..0ac6aff 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -1,6 +1,4 @@ --CC = @CC@ --CXX = @CXX@ --LDFLAGS = @LDFLAGS@ -+EXTCFLAGS = @EXTCFLAGS@ - EXTLDFLAGS = @EXTLDFLAGS@ - INSTALL = @INSTALL@ @SETOWNER@ - INSTALL_DATA = @INSTALL@ -m 644 @SETOWNER@ -@@ -29,13 +27,13 @@ EXTRAOBJS = $(EXTRASRC:.c=.o) - - #CFLAGS = -Wall -ggdb -D_REENTRANT -D_POSIX_PTHREADS_SEMANTICS - --CFLAGS = @CFLAGS@ -fPIE @DEFS@ -+CFLAGS += -fPIE @DEFS@ - - VER=@VER@ - OOPSPATH=@prefix@/oops - - .c.o: -- ${CC} -c ${CFLAGS} ${CDEFS} $< -+ ${CC} -c ${CFLAGS} ${EXTCFLAGS} ${CDEFS} $< - - all: extras modules oops - -@@ -45,7 +43,7 @@ modules:: - cd modules; $(MAKE) - - oops: ${OBJS} -- ${CXX} ${CFLAGS} ${OBJS} ${EXTLDFLAGS} ${LIBGB_PATH} ${LIBGB_NAME} ${OOPS_LIBS} ${LIBZ_NAME} ${OOPS_RPATH} -o oops -+ ${CXX} ${CFLAGS} ${EXTCFLAGS} ${OBJS} ${EXTLDFLAGS} ${LIBGB_PATH} ${LIBGB_NAME} ${OOPS_LIBS} ${LIBZ_NAME} ${OOPS_RPATH} -o oops - - mkinstalldirs: - ../mkinstalldirs ${OOPSPATH} \ -@@ -150,7 +148,7 @@ version.h: version - echo "#define VERSION \""`cat version`"\""> version.h - - lex.yy.o: lex.yy.c y.tab.h oops.h -- ${CC} ${CFLAGS} ${CDEFS} -c lex.yy.c -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -c lex.yy.c - - lex.yy.c: parser.l - @LEX@ parser.l -@@ -159,13 +157,13 @@ y.tab.c: parser.y - @YACC@ -d parser.y - - y.tab.o: y.tab.c oops.h -- ${CC} ${CFLAGS} ${CDEFS} -c y.tab.c -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -c y.tab.c - - malloc.o: malloc.c -- ${CC} ${CFLAGS} ${CDEFS} -DEBUG -c malloc.c -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -DEBUG -c malloc.c - - gnu_regex.o: gnu_regex.c -- ${CC} ${CFLAGS} -DREGEX -c gnu_regex.c -+ ${CC} ${CFLAGS} ${EXTCFLAGS} -DREGEX -c gnu_regex.c - - clean: - rm -f *o lex.yy.c y.tab.[ch] version.h oops DEADJOE -diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in -index d8e3c50..60c6b73 100644 ---- a/src/modules/Makefile.in -+++ b/src/modules/Makefile.in -@@ -1,9 +1,4 @@ --CC = @CC@ --CXX = @CXX@ - LIBS = @LIBS@ --CFLAGS = @CFLAGS@ -fPIC @DEFS@ --LDFLAGS = @LDFLAGS@ --LD = @LD@ - SOFLAGS = @SOFLAGS@ - OPT_MODS = @OPT_MODS@ - CXXCOMPFLAGS = @LIBGB_INCL@ @CXXCOMPFLAGS@ -@@ -15,27 +10,30 @@ LIBDB_NAME = @LIBDB_NAME@ - MYSQL_LIB = @MYSQL_LIB@ - PGSQL_LIB = @PGSQL_LIB@ - EXTRASRC = @EXTRASRC@ -+EXTCFLAGS = @EXTCFLAGS@ -+ -+CFLAGS += -fPIC @DEFS@ - - .SUFFIXES: .c .cpp .o .so - - EXTRAOBJS = $(EXTRASRC:%c=../%o) - - .c.o: -- ${CC} ${CFLAGS} ${LIBDB_INCL} ${CDEFS} -c $< -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${LIBDB_INCL} ${CDEFS} -c $< - # - .o.so: - ${LD} $(SOFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) - - .c.so: -- ${CC} ${CFLAGS} ${LIBDB_INCL} ${SOFLAGS} ${CDEFS} -c $< -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${LIBDB_INCL} ${SOFLAGS} ${CDEFS} -c $< - ${LD} $(SOFLAGS) $(LDFLAGS) -o $@ $(<:.c=.o) $(LIBS) - - .cpp.o: -- ${CXX} ${CFLAGS} ${SOFLAGS} ${CDEFS} $(CXXCOMPFLAGS) $< -o $*.a -+ ${CXX} ${CFLAGS} ${EXTCFLAGS} ${SOFLAGS} ${CDEFS} $(CXXCOMPFLAGS) $< -o $*.a - mv $*.a $*.o - - .cpp.so: -- ${CXX} ${CFLAGS} ${CXXSOFLAGS} ${CDEFS} $< @LIBGB_PATH@ @LIBGB_NAME@ $(LIBS) -o $@ -+ ${CXX} ${CFLAGS} ${EXTCFLAGS} ${CXXSOFLAGS} ${CDEFS} $< @LIBGB_PATH@ @LIBGB_NAME@ $(LIBS) -o $@ - - all: log_dummy.@MOD_EXT@ \ - err.@MOD_EXT@ \ -@@ -97,30 +95,30 @@ custom_log.@MOD_EXT@: custom_log.c ../modules.h ../oops.h - #berkeley_db_api.@MOD_EXT@: berkeley_db_api.c ../modules.h ../oops.h - - berkeley_db_api.o: berkeley_db_api.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} ${LIBDB_INCL} -c berkeley_db_api.c -o berkeley_db_api.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} ${LIBDB_INCL} -c berkeley_db_api.c -o berkeley_db_api.o - - berkeley_db_api.so: berkeley_db_api.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} ${LIBDB_INCL} -c berkeley_db_api.c -o berkeley_db_api.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} ${LIBDB_INCL} -c berkeley_db_api.c -o berkeley_db_api.o - ${LD} $(SOFLAGS) $(LDFLAGS) -L $(LIBDB_PATH)/lib berkeley_db_api.o -o berkeley_db_api.so $(LIBS) $(LIBDB_NAME) - - gigabase_db_api.@MOD_EXT@: gigabase_db_api.cpp ../modules.h ../oops.h - - oopsctl: oopsctl.c ../modules.h ../config.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} oopsctl.c ${EXTRAOBJS} ${LIBS} -o oopsctl -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} oopsctl.c ${EXTRAOBJS} ${LIBS} -o oopsctl - - passwd_pgsql.so: passwd_sql.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o - ${LD} $(SOFLAGS) $(LDFLAGS) -o passwd_pgsql.so passwd_pgsql.o $(LIBS) $(PGSQL_LIB) - - passwd_mysql.so: passwd_sql.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} -D__MYSQL -c passwd_sql.c -o passwd_mysql.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -D__MYSQL -c passwd_sql.c -o passwd_mysql.o - ${LD} $(SOFLAGS) $(LDFLAGS) -o passwd_mysql.so passwd_mysql.o $(LIBS) $(MYSQL_LIB) - - passwd_pgsql.o: passwd_sql.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o - - passwd_mysql.o: passwd_sql.c ../modules.h ../oops.h -- ${CC} ${CFLAGS} ${CDEFS} -D__MYSQL -c passwd_sql.c -o passwd_mysql.o -+ ${CC} ${CFLAGS} ${EXTCFLAGS} ${CDEFS} -D__MYSQL -c passwd_sql.c -o passwd_mysql.o - - - clean: diff --git a/net-proxy/oops/files/oops-1.5.24-textrel.patch b/net-proxy/oops/files/oops-1.5.24-textrel.patch deleted file mode 100644 index 432a86d07435..000000000000 --- a/net-proxy/oops/files/oops-1.5.24-textrel.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nru oops-1.5.23.orig/src/Makefile.in oops-1.5.23/src/Makefile.in ---- oops-1.5.23.orig/src/Makefile.in 2006-03-06 22:14:53.000000000 +0200 -+++ oops-1.5.23/src/Makefile.in 2006-03-06 22:17:58.954199750 +0200 -@@ -29,7 +29,7 @@ - - #CFLAGS = -Wall -ggdb -D_REENTRANT -D_POSIX_PTHREADS_SEMANTICS - --CFLAGS = @CFLAGS@ @DEFS@ -+CFLAGS = @CFLAGS@ -fPIE @DEFS@ - - VER=@VER@ - OOPSPATH=@prefix@/oops -diff -Nru oops-1.5.23.orig/src/modules/Makefile.in oops-1.5.23/src/modules/Makefile.in ---- oops-1.5.23.orig/src/modules/Makefile.in 2006-03-06 22:14:52.000000000 +0200 -+++ oops-1.5.23/src/modules/Makefile.in 2006-03-06 22:18:21.967638000 +0200 -@@ -1,7 +1,7 @@ - CC = @CC@ - CXX = @CXX@ - LIBS = @LIBS@ --CFLAGS = @CFLAGS@ @DEFS@ -+CFLAGS = @CFLAGS@ -fPIC @DEFS@ - LDFLAGS = @LDFLAGS@ - LD = @LD@ - SOFLAGS = @SOFLAGS@ diff --git a/net-proxy/oops/files/oops-1.5.24_pre20050503+db-5.0.patch b/net-proxy/oops/files/oops-1.5.24_pre20050503+db-5.0.patch deleted file mode 100644 index 190944828ee8..000000000000 --- a/net-proxy/oops/files/oops-1.5.24_pre20050503+db-5.0.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: oops-1.5.23/src/modules/berkeley_db_api.c -=================================================================== ---- oops-1.5.23.orig/src/modules/berkeley_db_api.c -+++ oops-1.5.23/src/modules/berkeley_db_api.c -@@ -283,7 +283,7 @@ int rc; - dbp->set_bt_compare(dbp, my_bt_compare); - dbp->set_pagesize(dbp, OOPS_DB_PAGE_SIZE); - rc = dbp->open(dbp, -- #if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0 -+ #if DB_VERSION_MAJOR > 4 || DB_VERSION_MINOR > 0 - NULL, - #endif - dbname, diff --git a/net-proxy/oops/files/oops.cfg b/net-proxy/oops/files/oops.cfg deleted file mode 100644 index 3dc96fad2331..000000000000 --- a/net-proxy/oops/files/oops.cfg +++ /dev/null @@ -1,654 +0,0 @@ -## -# nameservers. Multiple nameserver entries are allowed. -## - -nameserver 127.0.0.1 - -## -# Ports and address to use for HTTP and ICP -## - -#bind ip_addr|hostname -http_port 3128 -icp_port 3130 - -## -## Change euid to that user -## -## WARNING: if you use userid, then you will not be able to open new sockets on -## reserved (< 1024) ports and will not be able to return to original userid. -## -userid oops - -## -## Change root directory. If don't know exactly what are you doing - -## leave commented. -#chroot ??? - -## -# Logfile - just debug output -# When used in form 'filename [{N S}] [[un]buffered]' -# will be rotated automatically (up to N files up to S bytes in size) -## -logfile /var/log/oops/oops.log -#logfile /usr/oops/logs/oops.log { 3 1m } unbuffered - -## -# Accesslog - the same as for squid. Re rotating - see note for logfile -## -accesslog /var/log/oops/oops.access -#accesslog /usr/oops/logs/access.log - -## -# Pidfile. for kill -1 `cat oops.pid` and for locking. -## -pidfile /var/run/oops/oops.pid - -## -# Statistics file - once per minute flush some statistics to this file -## -statistics /var/log/oops/oops_statfile - -## -# icons - where to find link.gif, dir.gif, binary.gif and so on (for -# ftp lists). If omitted - name of running host will be used. But -# using explicit names is better way. -## - -#icons-host ss5.paco.net -#icons-port 80 -#icons-path icons - -## -# When total object volume in memory grow over this (this mean -# that cachable data from network came faster then we can save on disk) -# drop objects (without attempt to save on disk). -## -mem_max 64m - -## -# Hint, how much cached objects keep in memory. -# When total amount become larger then this limit - start -# swaping cachable objects to disk -## -lo_mark 8m - -## -# start random early drop when number of clients reach some level. -# this can protect you against attacks and against situation when -# oops cant handle too much connections. By default - 0 (or no limits). -## -#start_red 0 - -## -# refuse any connection when number of already connected clients reach some -# level. By default - 0 (or no limits). -## -#refuse_at 0 - -## -# if document contain no Expires: then expire after (in days) -# ftp-expire-value - expire time for ftp (in days) -## -default-expire-value 7 -ftp-expire-value 7 - -## -# Maximum expite time - doc will not keep in cache more then -# this number of days (except if defaiult-expire-value used for this documeny) -## -max-expire-value 30 - -## -# in which proportion time passed since last document modification -# will accounted in expire time. For example, if last-modified-factor=5 -# and there was passed 10 days since document modification, then expiration -# will be setted to 2 days in future (but no nore then max-expire-value) -## -last-modified-factor 5 - -## -# If you want not cache replies without Last-Modified: -# uncomment next line. -## -#dont_cache_without_last_modified - -# run expire every ( in hours ) -## -default-expire-interval 1 - -## -# icp_timeout - how long to wait icp reply from peer (in ms, e.g 1000 = 1sec) -## -icp_timeout 1000 - -## -# start disk cache cleanup when free space will be (in %%) -# As on the very large storages 1% is large space (1% from 9G is -# 90M), then on such storages you can set both disk-low-free and -# disk-ok-free to 0. Oops will start cleanup if it have less then 256 -# free blocks(1M), and stop when it reach 512 bree blocks(2M). -## -disk-low-free 3 - -## -# stop disk cache cleanup when free space will be (in %%) -## -disk-ok-free 5 - -## -# Force_http11 - turn on http/1.1 for each request to document server -# This option required if module 'vary' used. -## -force_http11 - -## -# Always check document freshness, even it is not stale or expired -# This force Oops behave like squid - first check cached doc, then send -## -#always_check_freshness - -## -# If user-requestor aborted connection to proxy, but there was received more -# then some percent ot the document - then continue. -# default value - 75% -## -force_completion 75 - -## -# maximum size of the object we will cache -## -maxresident 1m - -insert_x_forwarded_for yes -insert_via yes - -## -# If host have several interfaces or aliases, use exactly -# this name when connecting to server: -## -#connect-from proxy.paco.net - -## -# ACLs - currently: urlregex, urlpath, usercharset -# port, dstdom, dstdom_regex, src_ip, time -# each acl can be loaded from file. -## -#acl CACHEABLECGI urlregex http://www\.topping\.com\.ua/cgi-bin/pingstat\.cgi\?072199131826 -#acl WWWPACO urlregex www\.paco\.net -#acl NO_RLH urlregex zipper -#acl REWRITEPORTS urlregex (www.job.ru|www.sale.ru) -#acl REWRITEHOSTS urlregex (www.asm.ru|zipper\.paco) -#acl WINUSER usercharset windows-1251 -#acl DOSUSER usercharset ibm866 -#acl UNIXUSER usercharset koi8-r -#acl RUS dstdom ru su -#acl UKR dstdom ua -#acl BADPORTS port [0:79],110,138,139,513,[6000:6010] -#acl BADDOMAIN dstdom baddomain1.com baddomain2.com -#acl BADDOMREGEX dstdom_regex baddomain\.((com)|(org)) -#acl LOCAL_NETWORKS src_ip include:/etc/oops/acl_local_networks -#acl BADNETWORKS src_ip 192.168.10/24 -#acl WORKTIME time Mon,Tue:Fri 0900:1800 -#acl HTMLS content_type text/html -#acl USERS username joe -acl ADMINS src_ip 127.0.0.1 -acl PURGE method PURGE - -## -# acl_deny [!]ACL [!]ACL ... -# deny access for combined acl -## -acl_deny PURGE !ADMINS - -## -# Never cache objects with URL, containing... -## -stop_cache ? -stop_cache cgi-bin - -## -# stop_cache_acl [!]ACL [!]ACL ... -# Stop cache using ACL -## -#stop_cache_acl WWWPACO - -## -# refresh_pattern ACLNAME min percent max -# 'min' and 'max' are limits between Expite time will be assigned -# Iff document have no expire: header and have Last-Modified: header -# we will use 'percent' to estimate how far in the future document will -# be expired. -## -#refresh_pattern CACHEABLECGI 20 50% 200 -#refresh_pattern WWWPACO 0 0% 0 - -## -# bind_acl {hostname|ip} [!]ACL [!]ACL ... -# bind to given address when connecting to server -# if request match ACLNAME -## -#bind_acl outname1 RUS -#bind_acl outname2 UKR - -## -# Always check document freshness, but now on acl basis. -# You can have several such lines. -## This example will force to check freshness only for html documents. -#always_check_freshness_acl HTMLS - -## -# line 'parent ....' will force all connections (except to destinations -# in local-domain or local-networks) go through parent host -## -#parent proxy.paco.net 3128 - -## -# parent_auth login:password -# if your parent require login/password from your proxy -## -#parent_auth login:password - -# ICP peer's -#peer proxy.paco.net 3128 3130 { -## ^^^ peer name ^http port ^icp port -## icp port can be 0, in which case we assume this is non-icp -## proxy. We assume that non-icp peer act like parent which -## answer MISS all th etime. If this peer refused connection -## then it goes down for 60 seconds - it doesn't take part in -## any peer-related decisions. -# sibling ; -## if this peer require login/password from your proxy -# my_auth my_login:my_password; -## we will send requests for these domains -# allow dstdomain * ; -## we will NOT send requests for these domains -# deny dstdomain * ; -## we will send only requests matched to this acl -# peer_access [!]ACL1 [!]ACL2 -## if (and only if) peer is not icp-capable, then , in case of fail we -## leave failed peer alone for the down_timeout interval (in seconds). -## Then we will try again -# down_timeout 60 ; -#} - -#peer proxy.gu.net 80 3130 { -# parent ; -# allow dstdomain * ; -# deny dstdomain paco.net odessa.ua ; -#} - -## -# Never use "parent" when connecting to server in these domains -## -local-domain odessa.ua od.ua -local-domain odessa.net paco.net netsy.net netsy.com te.net.ua - -local-networks 195.114.128/19 10/8 192.168/16 - -# -# Groups -# - -group main { -## -# You can describe group ip adresses here, or using src_ip acl's -# with networks_acl directive. -# networks_acl always have higher preference (checked first) and -# are checked in the order of appearance. -# If host wil not fall in any networks_acl - we check in networks. -# networks are ordered by masklen - longest masks(most specific networks) -# are checked first. -## - -#Next line enables redirection features and transparent proxying - redir_mods fastredir transparent; -#Change this next line to list the IP's of everyone in this group - networks 195.114.128/19 127/8 195.5.40.93/32 ; - -# networks_acl LOCAL_NETWORKS !BAD_NETWORKS ; - badports [0:79],110,138,139,513,[6000:6010] ; - miss allow; -## -# denytime - when deny access to proxy server for this group -## -# denytime Sat,Sun 0642:1000 -# denytime Mon,Thu:Fri,Sun 0900:2100 -## -# Authentication modules for this group (seprated by space) -## -# auth_mods passwd_file; - -## -# URL-Redirector (porno, ad. filtering) modules for this group (separate by -# space) -## -# redir_mods redir; - - -## -# limit whole group to 8Kbytes per sec -## -# bandwidth 8k; - -## -# limit each host 8Kbytes per sec -## -# per_ip_bw 8k; - -## -# limit connections number from each host -# -# per_ip_conn 8; - -## -# limit request rate from this group (requests per second). This is crude, -# and must be used as last resort -## -# maxreqrate 100; - -## -# icp acl ... -## -# icp { -# allow dstdomain * ; -# } - -## -# http acl -## - http { -## -# http acls can be in form 'allow dstdomain domainname domainname ... domainname ; -# or in form 'allow dstdomain include:filename ; -# where filename - name of the file, which contain -# domainnames (one per line, # - comment line); -# the same rules for 'deny' -## - allow dstdomain * ; - } -} - -group world { - networks 0/0; - badports [0:79],110,138,139,513,[6000:6010]; - http { - deny dstdomain * ; - } - icp { - deny dstdomain * ; - } -} - -## -# Storage section -# Change this for your own situation. Oops can work without -# storages (using only in-memory cache). -## - -## -# Storage description (can be several) -# path - filename of storage. can be raw device (be carefull!) -# size - size (of storage file). Can be smthng like 100k or 200m or 4g -# Size used only durig format process (oops -z). -## - -storage { - path /var/lib/oops/storage/oops_storage ; -# Size of the storage. Can be in bytes or 'auto'. Auto is -# usefull for pre-created storages or disk slices. -# NOTE: 'size auto' won't work for Linux on disk slices. -# To use large ( > 2G ) files run configure with --enable-large-files - - size 100m ; - -# You have to use 'offset' in the case your raw device (or slice) -# require that. For example if you use entire disk as storage -# under AIX and Soalris/Sparc - you have to skip first block -# which contain disk label (that is storage will start from -# next 512 sector. -# offset 512; -} - -#storage { -# path /usr/oops/storages/oops_storage1 ; -# size 600m ; -#} - -module lang { - - default_charset eng - - # Recode tables and other charset stuff - CharsetRecodeTable windows-1251 /etc/oops/tables/koi-win.tab - CharsetRecodeTable ISO-8859-5 /etc/oops/tables/koi-iso.tab - CharsetRecodeTable ibm866 /etc/oops/tables/koi-alt.tab - CharsetAgent windows-1251 AIR_Mosaic IWENG/1 MSIE WinMosaic (Windows (WinNT; - CharsetAgent windows-1251 (Win16; (Win95; (Win98; (16-bit) Opera/3.0 - CharsetAgent ibm866 DosLynx Lynx2/OS/2 -} - -module err { - # error reporting module - - # template - template /etc/oops/err_template.html - - # Language to use when generate Error messages - lang eng -} - -module passwd_file { - # password proxy-authentication module - # - # default realm, scheme and passwd file - # the only thing you really want to change is 'file' and 'template' - # you don't have to reconfigure oops if you only - # change content passwd file or template: oops authomatically - # reload file - - realm oops - scheme Basic - file /etc/oops/passwd - template /etc/oops/auth_template.html -} - -module passwd_pgsql { - # proxy authentication using postgresql - # "Ivan B. Yelnikov" <bahek@khspu.ru> - # - # host - host where database live, - # user,password - login and password for database access - # database - database name - # select - file with request body - # template - file with html doc which user will receive - # during authentication - scheme Basic - realm oops - host <host address/name> - user <database_user> - password <user_password> - database <database_name> - select /etc/oops/select.sql - template /etc/oops/auth_template.html -} - -module passwd_mysql { - # proxy authentication usin mysql - # "Ivan B. Yelnikov" <bahek@khspu.ru> - # - # look passwd_pgsql description - # - scheme Basic - realm oops - host <host address/name> - user <database_user> - password <user_password> - database <database_name> - select /etc/oops/select.sql - template /etc/oops/auth_template.html -} - -module redir { - # file - regex rules. - # each line consist of one or two fields (separated with white space) - # 1. regular expression - # 2. redirect-location - # if requested (by client) url match regex then - # if we have redirect-url then we send '302 Moved Temporary' to - # redirect-location - # if we have no redirect-location (i.e. we have no 2-nd field) - # then we send template.html (%R will be substituted by rule) - # or some default message if we have no template. - # you don't have to reconfigure oops each time - # you edit rules or template, they will be reloaded authomatically - - file /etc/oops/redir_rules - template /etc/oops/redir_template.html -## mode control will redir rewrite url or send Location: header -## with new location. Values are 'rewrite' or 'bounce' -# mode rewrite - - # This module can process requests which come on http_port - # and/or on different port. For example, you wish oops - # bind on two ports - 3128 and 3129, and all requests which come on - # port 3129 must pass through filters, and requests which come on port - # 3128 (common http_port) - not. Then you have to uncomment next line - # myport 3129 - # which means exactly: bind oops to additional port 3129 and process - # requests which come on this port. - # myport can be in the next form: - # myport [{hostname|ip_addr}:]port -} - -module oopsctl { - # path to oopsctl unix socket - socket_path /var/run/oops/oopsctl - # time to auto-refresh page (seconds) - html_refresh 300 -} - -## -## This module hadnle 'Vary' header - it was written to better support -## Russian Apache -## -module vary { - user-agent by_charset - accept-charset ignore -} - -## -## WWW -accelerator. To use - add word accel to -## redir_mods line for -## the group 'world' description -## You will find more description of this module in supplied accel_maps file -## -#module accel { -# myport can have next form: -# myport [{hostname|ip_addr}:]port ... -# myport 80 -## -# allow access to proxy through accel module. -# Deny will stop proxy through accel completely, regardless -# of any other access rules -## -# proxy_requests deny -# -## -# File with maps and other config directives -# Checked once per minute. No need to restart oops if maps changed -## -# file /etc/oops/accel_maps -#} - -## -## Transparent proxy. To use - add word 'transparent' into -## redir_mods line for your group. -## in the your local (or any other) group description -## -#module transparent { -# myport can have next form: -# myport [{hostname|ip_addr}:]port ... -# myport 3128 -#} - -## -## %h - remote ip address -## %A - local ip address -## %d - ip address of source (peer or document server) -## %l - remote logname from identd (not suported now) -## %U - remote user (from 'Authorization' header) -## %u - remote user (from proxy-auth) -## %{format}t - time with optional {format} (for strftime) -## %t - time with standard format %d/%b/%Y:%T %Z -## %r - request line -## %s - status code -## %b - bytes received -## %{header}i - value of header in request -## %m - HIT/MISS -## %k - hierarchy (DIRECT/NONE/...) -## -## directive buffered can be followed by size of the buffer, -## like 'buffered 32000' -## -#module customlog { -# path /usr/local/oops/logs/access_custom1 -# format "%h %l %u %t \"%r\" %>s %b" -# squid httpd mode log emulation -# format "%h %u %l %t \"%r\" %s %b %m:%k" -# buffered -# path /usr/local/oops/logs/access_custom2 -# format "%h->%A %l %u [%t] \"%r\" %s %b \"%{User-Agent}i\"" -#} - -module berkeley_db { - ## - # dbhome - directory where all DB indexes reside. Use full path - # this directory must exist. - # dbname - filename for index file. Use just filename (no full path) - ## - - dbhome /var/lib/oops/db - dbname dburl - - ## - # This parameter specifies internal cache size of BerkeleyDB. - # Increase this parameter for best performance (if you have a lot of memory). - # For example: db_cache_mem 64m - # Default and minimum value: 4m - # - # This memory pool is not part of memory pool, specified by mem_max parameter. - # WARNING: the amount of RAM used by oops will be increased by the value of - # this parameter. - ## - #db_cache_mem 4m - -} - -#module gigabase_db { -# This module enable GigaBASE as database engine. -# You can use berkeley_db or gigabase_db, not both. -# Also, important notice - indexes created with different modules -# are not compatible. -# ## -# # dbhome - directory where all DB indexes reside. Use full path -# # this directory must exist. -# # dbname - filename for index file. Use just filename (no full path) -# ## -# -# dbhome /var/lib/oops/db -# dbname gdburl -# -# ## -# # This parameter specifies internal cache size of BerkeleyDB. -# # Increase this parameter for best performance (if you have a lot of memory). -# # For example: db_cache_mem 64m -# # Default and minimum value: 4m -# # -# # This memory pool is not part of memory pool, specified by mem_max parameter. -# # WARNING: the amount of RAM used by oops will be increased by the value of -# # this parameter. -# ## -# #db_cache_mem 4m -# -#} diff --git a/net-proxy/oops/files/oops.initd b/net-proxy/oops/files/oops.initd deleted file mode 100644 index fec45e6afda4..000000000000 --- a/net-proxy/oops/files/oops.initd +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - need net -} - -start() { - ebegin "Starting oops" - /usr/sbin/oopsctl start &> /dev/null - eend $? -} - -status() { - if service_started "${myservice}"; then - /usr/sbin/oopsctl stat - fi - return 0 -} - -stop() { - ebegin "Stopping oops" - /usr/sbin/oopsctl stop &> /dev/null - eend $? -} diff --git a/net-proxy/oops/files/rotate-logs.patch b/net-proxy/oops/files/rotate-logs.patch deleted file mode 100644 index 236aa4b60926..000000000000 --- a/net-proxy/oops/files/rotate-logs.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru oops-1.5.23.orig/src/rotate_logs.c oops-1.5.23/src/rotate_logs.c ---- oops-1.5.23.orig/src/rotate_logs.c 2001-08-31 15:30:30.000000000 +0200 -+++ oops-1.5.23/src/rotate_logs.c 2009-07-12 12:47:56.000000000 +0200 -@@ -32,7 +32,7 @@ - if ( !num ) { - /* if no number of logs configured just reopen file */ - close(fb->fd); -- fb->fd = open(name, O_WRONLY|O_APPEND|O_CREAT); -+ fb->fd = open(name, O_WRONLY|O_APPEND|O_CREAT, 0660); - return; - - } diff --git a/net-proxy/oops/metadata.xml b/net-proxy/oops/metadata.xml deleted file mode 100644 index cd038965d831..000000000000 --- a/net-proxy/oops/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<longdescription>An advanced multithreaded caching web proxy</longdescription> -</pkgmetadata> diff --git a/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild b/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild deleted file mode 100644 index daad5346c82a..000000000000 --- a/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils flag-o-matic toolchain-funcs autotools user - -MY_P="${PN}-1.5.23" - -DESCRIPTION="An advanced multithreaded caching web proxy" -HOMEPAGE="http://zipper.paco.net/~igor/oops.eng/" -SRC_URI="http://zipper.paco.net/~igor/oops/${MY_P}.tar.gz - mirror://gentoo/${P}.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - >=sys-libs/db-3" -DEPEND="${RDEPEND} - sys-devel/flex" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - enewgroup oops - enewuser oops -1 -1 /var/lib/oops oops -} - -src_prepare() { - epatch "${WORKDIR}/${P}.patch" - epatch "${FILESDIR}/${P/_*}-textrel.patch" - epatch "${FILESDIR}/${P/_*}-pthread-rwlock.patch" - epatch "${FILESDIR}/modules-as-needed.patch" - epatch "${FILESDIR}/implicit-decl.patch" - epatch "${FILESDIR}/libpcreposix.patch" - epatch "${FILESDIR}/rotate-logs.patch" - epatch "${FILESDIR}/${P}+db-5.0.patch" - sed -i -e 's:y\.tab\.h:y.tab.c:' src/Makefile.in - eautoreconf -} - -src_configure() { - econf \ - --prefix=/usr \ - --libdir=/usr/$(get_libdir)/oops \ - --enable-oops-user=oops \ - --sysconfdir=/etc/oops \ - --sbindir=/usr/sbin \ - --with-regexp=pcre \ - --localstatedir=/var/run/oops \ - --enable-large-files \ - --with-zlib=-lz \ - || die "configure problem" - - sed -i -e '/STRERROR_R/d' src/config.h.in - sed -i \ - -e "s|OOPS_LIBDIR = /usr/$(get_libdir)/oops|OOPS_LIBDIR = ${D}/usr/$(get_libdir)/oops|" \ - -e "s|OOPS_SBINDIR = /usr/sbin|OOPS_SBINDIR = ${D}/usr/sbin|" \ - -e "s|OOPS_SYSCONFDIR = /etc/oops|OOPS_SYSCONFDIR = ${D}/etc/oops|" \ - -e "s|OOPS_LOCALSTATEDIR = /var/run/oops|OOPS_LOCALSTATEDIR = ${D}/var/run/oops|" \ - -e "s|OOPSPATH=/usr/oops|OOPSPATH=${D}/usr/oops|" \ - src/Makefile - sed -i \ - -e "s|^\(LDFLAGS *= *\)${LDFLAGS}|\1$(raw-ldflags)|" \ - src/modules/Makefile #modules makefile use ld directly -} - -src_install() { - dodir /usr/sbin - einstall || die "install problem" - - newinitd "${FILESDIR}/oops.initd" oops - diropts -m0750 -o root -g oops - dodir /etc/oops - insinto /etc/oops - doins "${FILESDIR}/oops.cfg" - - diropts -m0755 -o oops -g oops - keepdir /var/run/oops - diropts -m0770 -o oops -g oops - keepdir /var/log/oops - keepdir /var/lib/oops/storage - keepdir /var/lib/oops/db - - # cleanups - rm -rf "${D}/usr/oops" - rm -rf "${D}/usr/lib/oops/modules" -} - -pkg_postinst() { - #Set proper owner/group if installed from binary package - chgrp oops "${ROOT}/etc/oops" - chown -R oops:oops "${ROOT}/var/run/oops" "${ROOT}/var/log/oops" "${ROOT}/var/lib/oops" -} diff --git a/net-proxy/oops/oops-1.5.24_pre20050503-r5.ebuild b/net-proxy/oops/oops-1.5.24_pre20050503-r5.ebuild deleted file mode 100644 index e14de892a7f0..000000000000 --- a/net-proxy/oops/oops-1.5.24_pre20050503-r5.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils flag-o-matic toolchain-funcs autotools user - -MY_P="${PN}-1.5.23" - -DESCRIPTION="An advanced multithreaded caching web proxy" -HOMEPAGE="http://zipper.paco.net/~igor/oops.eng/" -SRC_URI="http://zipper.paco.net/~igor/oops/${MY_P}.tar.gz - mirror://gentoo/${P}.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - >=sys-libs/db-3" -DEPEND="${RDEPEND} - sys-devel/flex" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - enewgroup oops - enewuser oops -1 -1 /var/lib/oops oops -} - -src_prepare() { - epatch "${WORKDIR}/${P}.patch" - epatch "${FILESDIR}/${P/_*}-textrel.patch" - epatch "${FILESDIR}/${P/_*}-pthread-rwlock.patch" - epatch "${FILESDIR}/modules-as-needed.patch" - epatch "${FILESDIR}/implicit-decl.patch" - epatch "${FILESDIR}/libpcreposix.patch" - epatch "${FILESDIR}/rotate-logs.patch" - epatch "${FILESDIR}/${P}+db-5.0.patch" - epatch "${FILESDIR}/${P/_*}-respect-flags.patch" - sed -i -e 's:y\.tab\.h:y.tab.c:' src/Makefile.in - eautoreconf -} - -src_configure() { - econf \ - --prefix=/usr \ - --libdir=/usr/$(get_libdir)/oops \ - --enable-oops-user=oops \ - --sysconfdir=/etc/oops \ - --sbindir=/usr/sbin \ - --with-regexp=pcre \ - --localstatedir=/run/oops \ - --enable-large-files \ - --with-zlib=-lz \ - AR="$(tc-getAR)" \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - LD="$(tc-getCC)" - - sed -i -e '/STRERROR_R/d' src/config.h.in || die - sed -i \ - -e "s|OOPS_LIBDIR = /usr/$(get_libdir)/oops|OOPS_LIBDIR = ${D}/usr/$(get_libdir)/oops|" \ - -e "s|OOPS_SBINDIR = /usr/sbin|OOPS_SBINDIR = ${D}/usr/sbin|" \ - -e "s|OOPS_SYSCONFDIR = /etc/oops|OOPS_SYSCONFDIR = ${D}/etc/oops|" \ - -e "s|OOPS_LOCALSTATEDIR = /var/run/oops|OOPS_LOCALSTATEDIR = ${D}/run/oops|" \ - -e "s|OOPSPATH=/usr/oops|OOPSPATH=${D}/usr/oops|" \ - src/Makefile || die - sed -i \ - -e "s|^\(LDFLAGS *= *\)${LDFLAGS}|\1$(raw-ldflags)|" \ - src/modules/Makefile || die #modules makefile use ld directly -} - -src_compile() { - emake \ - AR="$(tc-getAR)" \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - LD="$(tc-getCC)" \ - RANLIB=":" \ - STRIP=":" -} - -src_install() { - dodir /usr/sbin - einstall || die "install problem" - - newinitd "${FILESDIR}/oops.initd" oops - diropts -m0750 -o root -g oops - dodir /etc/oops - insinto /etc/oops - doins "${FILESDIR}/oops.cfg" - - diropts -m0755 -o oops -g oops - keepdir /run/oops - diropts -m0770 -o oops -g oops - keepdir /var/log/oops - keepdir /var/lib/oops/storage - keepdir /var/lib/oops/db - - # cleanups - rm -rf "${D}/usr/oops" - rm -rf "${D}/usr/lib/oops/modules" -} - -pkg_postinst() { - #Set proper owner/group if installed from binary package - chgrp oops "${ROOT}/etc/oops" - chown -R oops:oops "${ROOT}/run/oops" "${ROOT}/var/log/oops" "${ROOT}/var/lib/oops" -} diff --git a/net-wireless/rfswitch/Manifest b/net-wireless/rfswitch/Manifest deleted file mode 100644 index b6eb0619f138..000000000000 --- a/net-wireless/rfswitch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rfswitch-1.3.tar.gz 11719 SHA256 def90905fa317be81a6d7abb5c239483f9f6f9b561958570ea05b1d6350b202a SHA512 29270b99d99688e6ac438af5626e0d193e73c27fb6b8d35a607c7facbb70b3b77d547a70889827c2b9412721bd9780464c589a2b1cce27a2f87aa88012bdb10b WHIRLPOOL 9fda6844b8110aaa5b5191b0d0eccf7db31aaea79c22001973a17ac757f7c14a87c6b4a19cdc9e4cc0ce654341c9addd49dc6acbb0a73147f77711f12a12af39 diff --git a/net-wireless/rfswitch/metadata.xml b/net-wireless/rfswitch/metadata.xml deleted file mode 100644 index ffb99b235790..000000000000 --- a/net-wireless/rfswitch/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">rfswitch</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-wireless/rfswitch/rfswitch-1.3.ebuild b/net-wireless/rfswitch/rfswitch-1.3.ebuild deleted file mode 100644 index fae046c0fa93..000000000000 --- a/net-wireless/rfswitch/rfswitch-1.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod - -DESCRIPTION="Drivers for software based wireless radio switches" -HOMEPAGE="http://rfswitch.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BUILD_TARGETS="modules" - -MODULE_NAMES="av5100(net/wireless:) - pbe5(net/wireless:)" -MODULESD_AV5100_DOCS="README" - -# Use the in-kernel ipw2100 modules -CONFIG_CHECK="~IPW2100" -ERROR_IPW2100="${P} requires support for ipw2100 (CONFIG_IPW2100)." - -pkg_setup() { - linux-mod_pkg_setup - - if kernel_is 2 4; then - die "${P} does not support building against kernel 2.4.x" - fi - - BUILD_PARAMS="KSRC=${KV_DIR}" -} - -src_unpack() { - unpack ${A} - cd "${S}" - - convert_to_m Makefile - - sed -i \ - -e '/depmod/d' \ - -e '/include.*Rules.*make/d' \ - Makefile || die - - sed -i -e 's:&proc_root:NULL:' {av5100,pbe5}.c || die #270269 -} - -src_install() { - linux-mod_src_install - - dodoc ISSUES README -} diff --git a/profiles/package.mask b/profiles/package.mask index 2f8ad55ccb2c..dae386d94816 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -524,202 +524,10 @@ x11-themes/matchbox-themes-extra x11-wm/matchbox x11-misc/matchbox-keyboard -# Matthias Maier <tamiko@gentoo.org> (06 Jan 2016) -# Obsolete package, nowadays bundled with media-sound/quodlibet -# Masked for removal in 30 days -media-plugins/quodlibet-plugins - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Upstream dead, ignores cflags, nothing need it in the tree -# bug #438940. Removal in a month -net-libs/libbt - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Broken in many ways, nobody willing to fix and maintain it. -# bug #443728. Removal in a month -app-laptop/prey - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Upstream dead for a long time, doesn't work on amd64, bug #445776 -# Removal in a month. -net-p2p/wire - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Incompatible with current services API, bug #446940 -# Removal in a month. -media-sound/shell-fm - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Dead, doesn't build, use multimon-ng instead, bug #448742 -# Removal in a month. -app-misc/multimon - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Doesn't support current gnutls, nothing in the tree needs -# this old lib, bug #456306. Removal in a month. -net-libs/libdexter - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Doesn't build with current kernels, the support is included -# in that kernels without this extra package, bug #463566 -# Removal in a month. -app-accessibility/speakup -app-accessibility/speechd-up - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #465208. Removal in a month. -app-misc/usbirboy - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails with tcl/tk-8.6, nothing in the tree needs this -# bug #467444. Removal in a month -dev-tcltk/tcl-sql - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# -# Tom Wijsman <TomWij@gentoo.org> (18 Sep 2013) -# Temporarily masked due to QA issue during attempts to unbundle dependencies; -# we need to check the jar contents to check for differences, especially the -# stax dependency seems to be problematic in this regard but we'll check all of -# them to ensure that unbundling doesn't hurt some missed functionality. -# Bug #471942 tracks the progress of these unbundling efforts. -# -# Removal in a month -app-admin/ec2-api-tools - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Broken and completely old versions because this needs a maintainer -# to take care of bumping it soon enough, bug #472170 -sys-kernel/vserver-sources - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Upstream dead for a long time, no compatible then with current ffmpeg -# versions and neither with libav, bug #474352. Removal in a month -media-video/winki - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Not compatible with libav, upstream dead for ages, please use other -# downloaders like youtube-dl, bug #474370. Removal in a month. -net-misc/yaydl - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Not compatible with libav, upstream stopped caring about fix and taking -# care of its security issues long time ago. bug #474388. Removal in a -# month. -www-apps/gallery - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Doesn't work with current twisted, bug #486810. Removal in a month. -media-video/coherence - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# MSN died long time ago, this are not needed then. bug #489552. Removal in -# a month. -media-libs/libmimic -media-plugins/gst-plugins-mimic - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #491292. Removal in a month. -media-sound/giada - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Doesn't work properly (#519732), doesn't build (#503246). Removal in a -# month. -net-proxy/dansguardian - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Cannot be download, license is incorrect, bug #505752. Removal in a month. -games-strategy/coldwar-demo - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Cannot be downloaded, mirror restricted, bug #506860. Removal in a month. -games-fps/quake1-movies - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Dead for ages, its functionality was merged in bluez-5 long time ago. -# Nobody needs it in the tree, bug #507486. Removal in a month. -app-mobilephone/obexd - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Not compatible with python3, nothing in the tree needs this old lib, bug -# #513424. Removal in a month -sys-libs/libtrash - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# No updates since 2005, doesn't build, bug #513996. Removal in a month. -net-proxy/oops - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Doesn't build, bug #514018. Removal in a month. -net-wireless/rfswitch - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Not compatible with current GC lib, bug #514046. Removal in a month. -dev-scheme/bigloo -dev-scheme/hop -app-text/skribe - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #514058. Removal in a month. -net-libs/libopkele -www-apache/mod_auth_openid - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #514078. Removal in a month. -dev-util/exmap - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, unmaintained, bug #514122. Removal in a month. -x11-misc/growl-for-linux - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Missing deps, doesn't run, bug #514436. Removal in a month. -x11-misc/bbsload - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #514596. Removal in a month. -dev-scheme/schemik - -# Pacho Ramos <pacho@gentoo.org> (05 Jan 2016) -# Fails to build, bug #514602. Removal in a month. -app-crypt/shishi - -# Patrice Clement <monsieurp@gentoo.org> (05 Jan 2016) -# According to its maintainer. this project is slowly dying -# and there's no activity occuring on mailing lists / git repo. -# Masked for removal. See bug 570836. -www-client/uzbl - # Andrey Grozin <grozin@gentoo.org> (04 Jan 2016) # Needs a bump and substantial ebuild rewrite =sci-mathematics/reduce-20110414-r1 -# Pacho Ramos <pacho@gentoo.org> (03 Jan 2016) -# Fails to build, bug #368873. Removal in a month -x11-misc/xoo - -# Pacho Ramos <pacho@gentoo.org> (03 Jan 2016) -# Fails to build, bug #368913. Removal in a month -media-video/cxfe - -# Pacho Ramos <pacho@gentoo.org> (03 Jan 2016) -# Fails to build, bug #369053. Removal in a month -media-sound/freewheeling - -# Pacho Ramos <pacho@gentoo.org> (03 Jan 2016) -# Fails to build, bug #369769. Removal in a month -media-sound/gqmpeg - -# Pacho Ramos <pacho@gentoo.org> (03 Jan 2016) -# Obsolete lib, nothing needs it, bug #380193 -# Removal in a month -x11-libs/libsexy - -# Pacho Ramos <pacho@gentoo.org> (01 Jan 2016) -# Nothing requires this obsolete versions, bug #249418 -# Removal in a month. -=dev-db/sqlite-2* - # Victor Ostorga <vostorga@gentoo.org> (30 Dec 2015) # Mask this liferea version because upstream released it broken =net-news/liferea-1.10.17 diff --git a/sys-kernel/vserver-sources/Manifest b/sys-kernel/vserver-sources/Manifest deleted file mode 100644 index 02e7a00ec11c..000000000000 --- a/sys-kernel/vserver-sources/Manifest +++ /dev/null @@ -1,23 +0,0 @@ -DIST deblob-2.6.35 93556 SHA256 58a36ea1899cac2ceb1c7b545a922d7cb76c7648f86ba5224679a0a629eed469 SHA512 e7a94ba2e54def3749611cd5491a5dffd61d621bc1c9883612369082d0a215ee543732952575cd7babd447604a3e79af65bf15106d2e409dc2c347980804c369 WHIRLPOOL e59cf751f05e915a8f69c94a8748e7a5c22277ea3607fdadcf03eedd0091e9b8911748462440bb9a5d2c5576c61e89ad984b2806dd26da24d1db13e2ac2ba7d4 -DIST deblob-check-2.6.35 558238 SHA256 3cfe6a5d4048999924c78630fc050f50035606d2555327fd126c7309ea2e256c SHA512 3fce9cc56df0da5b7fce308026657afb65aec97a0249e5894286c52637ddf8de33b573e24ec377dcc8eed3341b4cc56bc4a32da7348e3b0aece4e9c0179d133a WHIRLPOOL bb9885ac9c53f37347024793184fcf6baf34ab82369cde5867829af98e98196c76cf9c1953f9ebe1fdfd5f468502e7dff56e1c6e9c6eaa5d64829e83797d8365 -DIST genpatches-2.6.35-9.base.tar.xz 121780 SHA256 a28626d39d3314e4cdfab45a77d69bb524028dc3ff4b6d6de9872ad161b2eacc SHA512 faef1bb0320d6ace83e0d7258201c80d06c07cde6ec852a450c654c04002ae9a9a2148682e46ebe1368ef897ee34bac789d1fa83156442ecf54a927b9944f4ec WHIRLPOOL 255394d394cbfb50d0a642eb2c46ed2b2d1baaa54bfa0cfa904bbaeda625757b705278aebe29c30e2b868e4faee525a65db9990a06187c2fa6dd85b601280a77 -DIST genpatches-2.6.35-9.extras.tar.xz 15244 SHA256 b79a0a3327abf8db8a9dd3b59c568ea9f50ed590ef24a06a46d5f72ae37dec58 SHA512 47b84be6640b3de08ef35b0051af171351cf52a5a2c1a4b49c441270929da2721c2cc56a8f461753105e5dc9aef639d73d0434e73fbe19a87a5cf90cb96f1cc9 WHIRLPOOL d7aa2f4b87cb261b5d7ee2d8ae8e2b603bc8d7a85650b6cc974713edcef41722d3de851d5005926f5cd8a3d27ea6ae413f081418699edb463e6f59eaaeda237c -DIST linux-2.6.35.tar.xz 56921708 SHA256 195c14b6b2785900b1e3c051916a29bc08f4862b65a599a500aae50711fe96c1 SHA512 7fb9bd9c2a246282400333742301fb8463d21a6dc52542054eeb455c0f19e7a3462a0744aea05189cb841a017aa81521d31b865684173553a33a8bd8e2d82d4b WHIRLPOOL a3d5b4891afdec6410971c7371bcf72f48ae8711f2979298796b32f67a57e5903c1d99b50a46c6e272aa04e9d6bc2329b29607d9c4c31c87d036d8f85a9156e8 -DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 -DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2 SHA512 1ba223bb4b885d691a67196d86a8aaf7b4a1c351bf2a762f50f1b0c32da00dd0c28895872a66b49e8d244498d996876609268e64861d28ac4048886ef9f79b87 WHIRLPOOL 2992257a17e85b3eb16fcaf21678fa6dbf31f80c2099fd1ad0ff9852ac1d16122ac8e2c0b46421d8895d4368253a724e439cd625307ee7af7bd1e50cb2c9b62a -DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41 -DIST linux-3.18.tar.xz 80934708 SHA256 becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd SHA512 2f0b72466e9bc538a675738aa416573d41bbbd7e3e2ffd5b5b127afde609ebc278cec5a3c37e73479607e957c13f1b4ed9782a3795e0dcc2cf8e550228594009 WHIRLPOOL 81634af631b7d30ccd1f4798f96f44d9aa0ba6609b73f2747eb6aebaf7a99487fb2dbd45767605186182533cb222bfd9236e8dd5e11a04fdb67c211e4e0a91d6 -DIST linux-3.9.tar.xz 72104164 SHA256 60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541 SHA512 77fa521f42380409f8ab400c26f7b00e225cb075ef40834bb263325cfdcc3e65aef8511ec2fc2b50bbf4f50e226fb5ab07d7a479aaf09162adbbf318325d0790 WHIRLPOOL 668a8de30c7c3ccf6558cf0f29570f15e37ca7d599d1453afc3cab113d1b05fbd5b32646dd9ed798ceb61405a8754345da0740a53f467b825445028cda4bc698 -DIST patch-3.10.40-vs2.3.6.8.diff 748146 SHA256 3842a7770119a237016d8bdc5ade4d9388604bb6a87f73749a34dfe2b3182393 SHA512 bb24cae59e42e2681aebcfabf65ead8613fb4df4aa1a0ab3e71ece62aa9f70f65ad2c7ba7d7869f69e07ea61a5260894d92c1c493856d9cf9438bc471dd5fd0a WHIRLPOOL 6e38fd36f9669dd9aa8cee65e8c509f7378b40cb9f5b3c594274d17294adea262e3b1e4a085c98526171e97c72122fe9925aadb4219638febaad361020e33740 -DIST patch-3.10.40.xz 686216 SHA256 ca4514f17cfc0c1b9ef17066465f044f06452a2b3da5e5a0eca8a841df42c634 SHA512 21890114e7853a99e62bf8fbfe131459cba0bc1c0d731719102a155125dbc980b962f3c9b3fd4c060dd4c9198c007d5b7eb2c4ded2c66e6602c13add24c555ef WHIRLPOOL ac9984aa6eac0eff8a0587315d2ca69d24b873253d7288ce0a7eac684d7daca570e10283b32ade4fe43bbedf582f2f335a88f0dcde00c3a142abba96b9f9759b -DIST patch-3.13.11-vs2.3.6.11.diff 725618 SHA256 1ec7e22f6fb69e5ea91d56203889e7c81b8f058bd90fadc3f1d8b0abf782af11 SHA512 05b8a72ca55621beb6ddc59e545f50f735f9b01fbdd577efe1201c274a5ccea97e085bf774ad58a8ddf7eefa7aa2a1476acdf7fc7da412155484bf78cbd473be WHIRLPOOL 18ab7b319713e3dad7660567fc1c18231e7b06ff490461ca1d99bcbc6f1f01386bc5a83414512405495be9b541ad30e4296d7f536ff55c4ae9c7b5d315eab394 -DIST patch-3.13.11.xz 278568 SHA256 0c481b0abee4ba6779fe168f98dcca6481a033d393d66ff6b9caaed7f0307231 SHA512 31a85e07ed75f68507d4d264d36314877c6304f4c9afb18173d70255c1c5514772989bcbc3582756e57c22d28dc84a610acc56edbb6d06045d9c63505fcfbc1b WHIRLPOOL 814ca09d577a8fd0ccb2a41353aebb93f18209b2b3c51a2b5c76353cb474ea58ba88be805d4e0d316eb0442b9ee50637ac9d25a05fa0b4a8453cdea8273aa50b -DIST patch-3.14.27-vs2.3.6.14.diff 723058 SHA256 e2ea623bbabf341fb5f00fb8a778f3331132f304e9284fbae575988d65ca6e05 SHA512 f4546b51f1e9ae5ab2a800ded41eb38ca0da5efa6598bf29a8494c9aaa93a55b5b66ee2f2c4d330bd70a318e2b8ddf2e4318ed57fe60bf128bc6d0f1ed987279 WHIRLPOOL 86f8061ee417b091b91f845e19d4ee937f0a1ea9b18a6089dcc0ccdd8fcc328c8c456feb09ccb67b7a96bfbb7ab0065aeccaa44fd045c9eb62f3c754979a43cd -DIST patch-3.14.27.xz 671988 SHA256 5f84a4ff394444486d1715d5283383a8461ff089ed9b9fdc5dde2ed65531d21e SHA512 1191ef739905b2e5057c5273e5cf026baea1ea4855dca8375dbe4ecaa7e6d2d38b8103e2781554f2d9ecf9026fdad1086c6b9d8f0b41fcb8e39aca0612e208e7 WHIRLPOOL 0e2e6dab6bd76db8a04c6643d46a5049d48ef0149fd06f1e4abb0067f0618e60b1b065107d6ddbfd24b42c5a9876d9b2ffe8ddd2585d556f3769d83761b5ea33 -DIST patch-3.18.5-vs2.3.7.3.diff 718451 SHA256 498e7d9066262021169efdf173e18be6704261fafe9ec7941471fbe4b782fd95 SHA512 fa717dcaaa0fed50357be12e4fb79148d92867d9091504b304500017b44e48d751f7b1848cc90b3e1485884ae6b33a5d6ff6ac5fff574afe432712c5e2a80b0b WHIRLPOOL f29b2f94b38b288eba784b9f971d05816685d7dc29ffc0fed738c48412f4eee911aaeae7dcd8162fd9182bf98288c6b5644fec9610f58cf87846c39f83234322 -DIST patch-3.18.5.xz 165412 SHA256 9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a SHA512 273b5e4917bcd8520d8c81869f41572275a181ae4cb2c3d7309507d47da29903eb2104703e4402f07f6c20477665a82ef57d8a1c34e19ecc10b0e1a4c0f8fd14 WHIRLPOOL 28cc9043c47c945e7e64cd703a3c9c66edb29f179822156875fbe6036b2119f05e9922a2249bf530f1bd7a2f992d324b34a0c7d04bea0e2e655a24bf57485ca6 -DIST patch-3.18.7-vs2.3.7.4.diff 721087 SHA256 d9182298b3d139402687202bc0c10d5fccea76ad3450c93bd905f0c2b8cfda33 SHA512 6691a8337c0baefd90308c4d3c7d5821e3dafd10b07b67924748e5ddc58cb84cc04f5f8a3a5d2f7fde7d0d5096a5b5b66a8c1d77e57e8e2df05789a410927eaa WHIRLPOOL fbbec19ff7e397dc764440a3eb459b6f412251d32e2a6c3320ab7126e27013dc094abcfaaf9126fe9bcdc075ab1602afae8b1a672518fa443093adc9fb9049c1 -DIST patch-3.18.7.xz 201656 SHA256 2267eee27227c85c6c7aee1ed6a14e1d7f11d70c3048c96bcb1e848fc5ab31ca SHA512 a63f56818a3d16f7e39b9967ed751fd6f49837668d533e32ae5bbad7f834e0f3641d9829c27acaf7e65b10581dd1e7d15a05127550627edcd7f9ec7fb5780600 WHIRLPOOL 5a2a611641e34267506afab88b22d28fa0346194074669fe92279ae2873d27c8257d0a7bbc39e32e60f4b4b1f0d31c44f8597afa8c15326ebb350a7c7a49c0c1 -DIST patch-3.9.10-vs2.3.6.5.diff 749393 SHA256 5446b3dc35929744008ab9f9ec65ec043739ba1dc024d272a285742689e23091 SHA512 97dd894742b0e348a1159a540f802bb38b8fb720a3c2cfaf8da8df5da8aa4628e7b63a8a0c1f20544995dc618f244209238ed46502d53a705fb168fcc6d462af WHIRLPOOL f33d77b5992286c82698820c2ec3aa8376a5fee4965b49ccd0dadb3852fe01c42d32e5fbc6d00c2ee0872bdab2689243d254bbab48891e2f27256a467e3c172d -DIST patch-3.9.10.xz 210652 SHA256 917a1c08ee87c11911ab73af438cf27eb36ab42cae9b84bc60aa18c4a72ba3b6 SHA512 27976b68034376ad2ae9185ad6e5d35668af34aee4e856ee4d1c07657e397d956f8570db66bd032eb391ebb1fa10d12bbda56546036ac5e0ad7897b507be0929 WHIRLPOOL 38f86c546d89396ba68a2adde268a4666385296a23aebec0c2e801a51f76446a6b9651918db7effb3ef7030020ca0ac349183f70dc01a5abe97653b986491df8 -DIST vserver-patches-2.6.35_2.3.0.36.32.tar.bz2 139594 SHA256 4cc1ba13d6bb1491d48e53590a8abb2c0e3f2eb8f560ab74800c6cde9bf74b12 SHA512 8d755f239314c33e8804fa703966af857b30de71b42ffde2eb1be59d1b42daf4ef7c5a73e2c19fae1905471e925f7f99676a176f4a7340fcc0c35453c2e72053 WHIRLPOOL b83c84cfa7a7a55e8018d51709daaa4615e43bb90001bf0b49ac8632915a6b2c35158905e8e10773649f7fc0af87f15f35ee5d91b69d9b7e88a4ebbd0cb24e1f diff --git a/sys-kernel/vserver-sources/metadata.xml b/sys-kernel/vserver-sources/metadata.xml deleted file mode 100644 index c12617b7a3b2..000000000000 --- a/sys-kernel/vserver-sources/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<longdescription> - The basic concept of the Linux-VServer solution is to separate the - user-space environment into distinct units (sometimes called Virtual Private - Server) in such way that each VPS looks and feels like a real server to the - processes contained within. - </longdescription> - <use> - <flag name="deblob">Remove binary blobs from kernel sources to provide libre license compliance.</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/o:linux:linux_kernel</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.0.36.32.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.0.36.32.ebuild deleted file mode 100644 index 7cf49fbc9304..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.0.36.32.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="2.6.35" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="9" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -MY_PN=${PN/-sources/-patches} - -inherit kernel-2 -detect_version - -KEYWORDS="amd64 hppa x86" -IUSE="" - -DESCRIPTION="Full sources including Gentoo and Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} - https://dev.gentoo.org/~hollow/distfiles/${MY_PN}-${CKV}_${PVR}.tar.bz2" - -UNIPATCH_LIST="${DISTDIR}/${MY_PN}-${CKV}_${PVR}.tar.bz2" diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.6.11.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.6.11.ebuild deleted file mode 100644 index 1427b17e762b..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.6.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.13.11" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.6.14.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.6.14.ebuild deleted file mode 100644 index 794d200fe4f0..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.6.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.14.27" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.6.5.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.6.5.ebuild deleted file mode 100644 index 82da9d90d367..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.6.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.9.10" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.6.8.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.6.8.ebuild deleted file mode 100644 index 645a24c62f04..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.6.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.10.40" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.7.3.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.7.3.ebuild deleted file mode 100644 index 999f24dba6c4..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.7.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.18.5" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-kernel/vserver-sources/vserver-sources-2.3.7.4.ebuild b/sys-kernel/vserver-sources/vserver-sources-2.3.7.4.ebuild deleted file mode 100644 index c46757124b3a..000000000000 --- a/sys-kernel/vserver-sources/vserver-sources-2.3.7.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -ETYPE="sources" -CKV="3.18.7" - -K_USEPV=1 -K_NOSETEXTRAVERSION=1 - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -DESCRIPTION="Full sources including Linux-VServer patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:VPS" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://vserver.13thfloor.at/Experimental/patch-${CKV}-vs${PV}.diff" - -UNIPATCH_LIST="${DISTDIR}/patch-${CKV}-vs${PV}.diff" -UNIPATCH_STRICTORDER=1 diff --git a/sys-libs/libtrash/Manifest b/sys-libs/libtrash/Manifest deleted file mode 100644 index 2e5b68efa201..000000000000 --- a/sys-libs/libtrash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtrash-3.2.tgz 98138 SHA256 c1bb4b941ed0eef29f9acf9f4101f8695bdb49763f80ed41647b01063d6e946f SHA512 b79d26f8414016044de36359fc98b261dd850a550003d13bf910be7ab5faad42820c4c7f06be6fd5aad34f9aacd0e234ee24d72d43b37eb80d69b197b25442cd WHIRLPOOL 1ede1936d6e41a1a7097e8980f9dcbc76180cb0c43ed52bb876c66ad1eea707e05c6e0a400c9503465f4950daf72714e6ef2c276ebca318b92d9cb1e282e49a3 diff --git a/sys-libs/libtrash/files/cleanTrash.cron b/sys-libs/libtrash/files/cleanTrash.cron deleted file mode 100644 index e9686119ac44..000000000000 --- a/sys-libs/libtrash/files/cleanTrash.cron +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# Uncomment the following if you want -# your Trash cleaned out regularly. -# -# This is part of the libtrash package. -# - -#if [ -x /usr/sbin/ct2.pl ] -#then -# /usr/sbin/ct2.pl > /dev/null -#fi diff --git a/sys-libs/libtrash/files/libtrash-3.2-gentoo.patch b/sys-libs/libtrash/files/libtrash-3.2-gentoo.patch deleted file mode 100644 index f1dba6b03917..000000000000 --- a/sys-libs/libtrash/files/libtrash-3.2-gentoo.patch +++ /dev/null @@ -1,63 +0,0 @@ -diff -Naur libtrash-3.2.orig/cleanTrash/ct2.pl libtrash-3.2/cleanTrash/ct2.pl ---- libtrash-3.2.orig/cleanTrash/ct2.pl 2003-12-08 04:11:49.000000000 +0900 -+++ libtrash-3.2/cleanTrash/ct2.pl 2008-12-30 10:13:12.000000000 +0900 -@@ -39,7 +39,8 @@ - ### CONFIGURATION - ########################################################################## - # Trash-directory relative to home-dir --$TRASH_DIR = '/Desktop/Trash'; -+#$TRASH_DIR = '/Desktop/Trash'; -+$TRASH_DIR = '/Trash'; - - # Trash-history file relative to home-dir - $TRASH_HIST_FILE = '/.trashhist'; -@@ -52,7 +53,8 @@ - - # minimum user number (by convention on many Linux systems, 'real' users - # have UIDs >= 500). Set to zero to process all users --$MIN_USER = 500; -+#$MIN_USER = 500; -+$MIN_USER = 1000; - - ########################################################################## - ### PROGRAM -diff -Naur libtrash-3.2.orig/libtrash.conf libtrash-3.2/libtrash.conf ---- libtrash-3.2.orig/libtrash.conf 2007-12-04 08:33:34.000000000 +0900 -+++ libtrash-3.2/libtrash.conf 2008-12-30 10:16:12.000000000 +0900 -@@ -286,8 +286,8 @@ - # through the use of the UNCOVER_DIRS environmental variable (see - # below). - --UNREMOVABLE_DIRS = --#UNREMOVABLE_DIRS=/bin;/boot;/dev;/etc;/lib;/sbin;/usr -+#UNREMOVABLE_DIRS = -+UNREMOVABLE_DIRS=/bin;/boot;/dev;/etc;/lib;/lib32;/lib64;/sbin;/usr;/opt - - # This is a convenience configuration variable: it simply instructs - # libtrash to temporarily remove the listed directory(ies) from the -diff -Naur libtrash-3.2.orig/src/Makefile libtrash-3.2/src/Makefile ---- libtrash-3.2.orig/src/Makefile 2008-01-23 21:41:24.000000000 +0900 -+++ libtrash-3.2/src/Makefile 2008-12-30 10:21:10.000000000 +0900 -@@ -1,5 +1,5 @@ - CC=gcc --CFLAGS=-Wall -W -Wmissing-prototypes -D_REENTRANT -+CFLAGS+=-Wall -W -Wmissing-prototypes -D_REENTRANT - - INSTLIBDIR=/usr/local/lib - SYSCONFFILE=/etc/libtrash.conf -@@ -32,10 +32,11 @@ - -o libtrash.so.${VERSION} -ldl - - install-libtrash: -- TRASH_OFF=YES install libtrash.so.${VERSION} ${INSTLIBDIR}/libtrash.so.${VERSION} -- TRASH_OFF=YES ln -sf libtrash.so.${VERSION} ${INSTLIBDIR}/libtrash.so -- TRASH_OFF=YES install libtrash.conf.sys --mode a=r ${SYSCONFFILE} -- ldconfig -+ TRASH_OFF=YES install libtrash.so.${VERSION} $(DESTDIR)${INSTLIBDIR}/libtrash.so.${VERSION} -+ TRASH_OFF=YES ln -sf libtrash.so.${VERSION} $(DESTDIR)${INSTLIBDIR}/libtrash.so -+ TRASH_OFF=YES ln -sf libtrash.so.${VERSION} $(DESTDIR)${INSTLIBDIR}/libtrash.so.3 -+ TRASH_OFF=YES install libtrash.conf.sys --mode a=r $(DESTDIR)${SYSCONFFILE} -+# ldconfig - - clean: - rm -f *~ diff --git a/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch b/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch deleted file mode 100644 index b8c3917132a6..000000000000 --- a/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.orig 2013-02-26 01:16:14.367046358 +0400 -+++ src/Makefile 2013-02-26 01:16:26.054046729 +0400 -@@ -28,7 +28,7 @@ - python ../scripts/get_symbol_versions.py - rm -f linking-helper - perl -w ../scripts/genconf.pl -- $(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC -Wl,-soname,libtrash.so.${MAJOR} \ -+ $(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC $(LDFLAGS) -Wl,-soname,libtrash.so.${MAJOR} \ - -o libtrash.so.${VERSION} -ldl - - install-libtrash: diff --git a/sys-libs/libtrash/libtrash-3.2-r1.ebuild b/sys-libs/libtrash/libtrash-3.2-r1.ebuild deleted file mode 100644 index c8c9c9e6c85f..000000000000 --- a/sys-libs/libtrash/libtrash-3.2-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Provides a trash can by intercepting certain calls to glibc" -HOMEPAGE="http://pages.stern.nyu.edu/~marriaga/software/libtrash/" -SRC_URI="http://pages.stern.nyu.edu/~marriaga/software/libtrash/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack "${A}" - - # now let's unpack strash too in cash anyone is interested - cd "${S}/cleanTrash" || die "cd failed" - unpack ./strash-0.9.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${P}-gentoo.patch" - epatch "${FILESDIR}/${P}-ldflags.patch" # bug 334833 - sed -i -e "/^INSTLIBDIR/s:local/lib:$(get_libdir):" src/Makefile || die "sed on Makefile failed" -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dodir /etc /usr/$(get_libdir) - emake DESTDIR="${D}" install - - dosbin cleanTrash/ct2.pl - exeinto /etc/cron.daily - doexe "${FILESDIR}/cleanTrash.cron" - - dodoc CHANGE.LOG README libtrash.conf TODO config.txt - - docinto cleanTrash - dodoc cleanTrash/README cleanTrash/cleanTrash - - # new strash installation stuff - dosbin cleanTrash/strash-0.9/strash - docinto strash - dodoc cleanTrash/strash-0.9/README - doman cleanTrash/strash-0.9/strash.8 -} - -pkg_postinst() { - elog - elog "To use this you have to put the trash library as one" - elog "of the variables in LD_PRELOAD." - elog "Example in bash:" - elog "export LD_PRELOAD=/usr/$(get_libdir)/libtrash.so" - elog - elog "Also, see /etc/cron.daily/cleanTrash.cron if you'd like to turn on" - elog "daily trash cleanup." - elog -} diff --git a/sys-libs/libtrash/metadata.xml b/sys-libs/libtrash/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/sys-libs/libtrash/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/www-apache/mod_auth_openid/Manifest b/www-apache/mod_auth_openid/Manifest deleted file mode 100644 index 010709f8fd8a..000000000000 --- a/www-apache/mod_auth_openid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_openid-0.8.tar.gz 355531 SHA256 86812c9659e2b36b3d2cac98cdcb97d743d08ca76120159f20cc77800947445a SHA512 3994585fa26c42fde8ab76992c62c8a486316bd418bc2eac65e1390bbcd87e3b96fc1b58cb3645e749cb0cfc74811bb5035bc014f0b95bf6f037ec9f5c0ac7e2 WHIRLPOOL 3963b743735b0557503b186d8d0b1d2d35e6b6554bb155a1e595d512e93a84ea28123b1fa3ef2d493f4e8bddbe9fd141f68fdc72d31200fed5d601dd7ba20eb0 diff --git a/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf b/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf deleted file mode 100644 index 2364dc36b3e9..000000000000 --- a/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf +++ /dev/null @@ -1,5 +0,0 @@ -<IfDefine AUTH_OPENID> -LoadModule authopenid_module modules/mod_auth_openid.so -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_openid/metadata.xml b/www-apache/mod_auth_openid/metadata.xml deleted file mode 100644 index 0a9650cf0026..000000000000 --- a/www-apache/mod_auth_openid/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="github">bmuller/mod_auth_openid</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild deleted file mode 100644 index 8caec457bcde..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit apache-module - -DESCRIPTION="An OpenID authentication module for the apache webserver" -HOMEPAGE="http://findingscience.com/mod_auth_openid/" -SRC_URI="https://github.com/bmuller/mod_auth_openid/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-db/sqlite-3 - dev-libs/libpcre - >=net-libs/libopkele-2.0 - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_OPENID" - -need_apache2 - -src_configure() { - econf --with-apxs="${APXS}" \ - --with-sqlite3=/usr \ - --with-apr-config=/usr/bin/apr-1-config -} - -src_compile() { - # default src_compile fails - emake -} diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest deleted file mode 100644 index 9802eee27363..000000000000 --- a/www-apps/gallery/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gallery-2.3.2-full.tar.gz 14569436 SHA256 810ed73c456a3299ba50d9fcca6725d0654641c078c9d7c278d4875bad2af3fc SHA512 e4ee2007018ecdc6df2cb715798f57a94d2fcf5618a06812d704b45ba398cc9f52465d4ea1d830f2b99611c85d8853d7639059b3761f3b5d77ccc16d1e4ae0ad WHIRLPOOL 4591f8d69d173f01108fec5c21c7bde3f519c44177ef268866031e0c1cc021c452415b73950011e2f1cd46ee314d2741260bcd4ba80bdee56ca5b119a2452975 -DIST gallery-3.0.9.zip 2065722 SHA256 62d86c3a7252b25a17eead54a2b918bfdaac19d43f81132b73dcc735fdf20f74 SHA512 fd6f15abe69b4e80c1e3c24379e123fb2352cd7b0416e5a3aaedb857c32ff2412fc3eabba90e3227a8c3b0d1d27eedcf9a6e10c81b8dac8037f7019730b5fe89 WHIRLPOOL 75d61ab75449557a4d8a0d43ce3bcf315eed28db0fc8ec57ad2e560f0e80c3ab5df4a8a7f709abcff14baa52e85a814f1d0b7a83a21e241f1aa8d13ad7770df2 diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt deleted file mode 100644 index 96b52684b59e..000000000000 --- a/www-apps/gallery/files/postinstall-en.txt +++ /dev/null @@ -1,24 +0,0 @@ -For new installations:
-
-1. Install the webapp using
-
- webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -I gallery X.Y.Z
-
-where either the VHOST_HOSTNAME or VHOST_APPDIR are optional and X.Y.Z
-is the version of gallery you just emerged.
-
-2. Create a mysql database for Gallery 3.
-
- mysqladmin -u root -p create gallery3
- mysql gallery3 -u root -p -e \
- "GRANT ALL ON gallery3.* TO username@localhost IDENTIFIED BY 'password'"
-
-3. Now browse to http://<VHOST_HOSTNAME>/<VHOST_APPDIR>/installer. Make sure
-the database name, user and password match what you created in step 2.
-
-4. Enjoy!
-
-
-The Gallery 3 user's guide can be found at
-
- http://codex.galleryproject.org/Gallery3:User_guide:Gallery3:Installing_and_upgrading#Upgrading
diff --git a/www-apps/gallery/files/postinstall-en2.txt b/www-apps/gallery/files/postinstall-en2.txt deleted file mode 100644 index bcc977036752..000000000000 --- a/www-apps/gallery/files/postinstall-en2.txt +++ /dev/null @@ -1,27 +0,0 @@ -For new installations:
-
-1. Create a directory to share photos and make it writeable by the web server.
-
-2. Create a database for Gallery 2.
- MySQL: mysqladmin -uroot create gallery2
- mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO
- username@localhost IDENTIFIED BY 'password'"
- PostgreSQL: createdb gallery2 -E UNICODE
- if that doesn't work, try
- createdb gallery2 -E SQL_ASCII
- if that doesn't work either, try
- createdb gallery2
-
-3. Now browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
-
-NOTE: The installer may complain that FfmpegToolkit.class has been modified.
-This is normal, as we patch it to fix a bug with newer versions of ffmpeg.
-
-For upgrades:
-
-1. Copy over your config.php and the g2data directory.
-
-2. If you are using a PHP accelerator, flush its cache.
-
-3. Browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/upgrade and follow the
- instructions.
diff --git a/www-apps/gallery/files/postupgrade-en.txt b/www-apps/gallery/files/postupgrade-en.txt deleted file mode 100644 index 2d41eb21f0e0..000000000000 --- a/www-apps/gallery/files/postupgrade-en.txt +++ /dev/null @@ -1,19 +0,0 @@ -To upgreade: - -1. Upgrade the webapp using - - webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -U gallery X.Y.Z - -2. Direct your browser to - - http://<VHOST_HOSTNAME>/<VHOST_APPDIR>/index.php/upgrader - -or alternatively, at a shell prompt, run - - php index.php upgrade - -3. Enjoy! - -The Gallery 3 user's guide can be found at - - http://codex.galleryproject.org/Gallery3:User_guide:Gallery3:Installing_and_upgrading#Upgrading diff --git a/www-apps/gallery/gallery-2.3.2.ebuild b/www-apps/gallery/gallery-2.3.2.ebuild deleted file mode 100644 index a3b12868d005..000000000000 --- a/www-apps/gallery/gallery-2.3.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit webapp eutils depend.php confutils - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://galleryproject.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip" - -RDEPEND="raw? ( media-gfx/dcraw ) - ffmpeg? ( virtual/ffmpeg ) - imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) - netpbm? ( media-libs/netpbm media-gfx/jhead ) - unzip? ( app-arch/unzip ) - zip? ( app-arch/zip ) - sqlite? ( dev-lang/php[pdo] dev-lang/php[sqlite] ) - mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) - dev-lang/php[session,postgres?,gd?] - virtual/httpd-php" - -S=${WORKDIR}/${PN}2 - -need_httpd_cgi - -pkg_setup() { - webapp_pkg_setup - confutils_require_any gd imagemagick netpbm - confutils_require_any mysql postgres sqlite -} - -src_install() { - webapp_src_preinst - - dohtml README.html - rm README.html LICENSE - sed -i -e "/^LICENSE\>/d" -e "/^README\.html\>/d" MANIFEST - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}/postinstall-en2.txt" - webapp_src_install -} - -pkg_postinst() { - elog "You are strongly encouraged to back up your database" - elog "and the g2data directory, as upgrading may make" - elog "irreversible changes to both." - elog - elog "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup" - elog "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql" - elog "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql" - webapp_pkg_postinst -} diff --git a/www-apps/gallery/gallery-3.0.9.ebuild b/www-apps/gallery/gallery-3.0.9.ebuild deleted file mode 100644 index c4bd59fa8180..000000000000 --- a/www-apps/gallery/gallery-3.0.9.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit webapp - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.menalto.com/" -SRC_URI="mirror://sourceforge/gallery/${PN}/${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="ffmpeg +gd imagemagick mysql mysqli" - -# Build depend is on unzip -DEPEND="app-arch/unzip" - -#PHP flags -PHP_REQUIRED_FLAGS="ctype,filter,iconv,json,simplexml,tokenizer,unicode" -PHP_OPTIONAL_FLAGS="gd?,mysql?,mysqli?" - -# No forced dependency on -# mysql? ( virtual/mysql ) -# which may live on another server -RDEPEND=" - imagemagick? ( || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) ) - ffmpeg? ( virtual/ffmpeg ) - >=dev-lang/php-5.2.3[${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}] - virtual/httpd-php" - -REQUIRED_USE=" - || ( gd imagemagick ) - || ( mysql mysqli )" - -S="${WORKDIR}/${PN}3" - -src_install() { - webapp_src_preinst - - rm LICENSE - insinto "${MY_HTDOCSDIR}" - doins -r . - - keepdir "${MY_HTDOCSDIR}"/var - webapp_serverowned "${MY_HTDOCSDIR}"/var - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} - -pkg_postinst() { - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - ewarn "gallery3 requires short_open_tag to be enabled." - ewarn "You need to edit \"/etc/php/apache2-php5.?/php.ini\"," - ewarn "set short_open_tag to \"On\" and then restart apache." - ewarn - ewarn "This ebuild does not depend on mysql or mariadb," - ewarn "because the database may run on different host. But" - ewarn "you will need to run a database server somewhere." - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo - einfo "To see the post install instructions, do" - einfo - einfo " webapp-config --show-postinst ${PN} ${PVR}" - einfo - einfo "or for the post upgrade instructions, do" - einfo - einfo " webapp-config --show-postupgrade ${PN} ${PVR}" - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo -} diff --git a/www-apps/gallery/metadata.xml b/www-apps/gallery/metadata.xml deleted file mode 100644 index 66e8ef844e60..000000000000 --- a/www-apps/gallery/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>blueness@gentoo.org</email> - <name>Anthony G. Basile</name> - </maintainer> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <use> - <flag name="netpbm">Add <pkg>media-libs/netpbm</pkg> support</flag> - <flag name="unzip">Add <pkg>app-arch/unzip</pkg> support for the archive - upload module</flag> - <flag name="zip">Add <pkg>app-arch/zip</pkg> for the zip download - module</flag> - </use> - <longdescription> - Gallery is a web based software product that lets you manage your photos on - your own website. With Gallery you can easily create and maintain albums of - photos via an intuitive interface. Photo management includes automatic - thumbnail creation, image resizing, rotation, ordering, captioning, - searching and more. Albums and photos can have view, edit, delete and other - permissions per individual authenticated user for an additional level of - privacy. It's great for communities - give accounts to your friends and - family and let them upload and manage their own photos on your website! - </longdescription> - <upstream> - <remote-id type="sourceforge">gallery</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-libs/libsexy/Manifest b/x11-libs/libsexy/Manifest deleted file mode 100644 index 48bfa7b71803..000000000000 --- a/x11-libs/libsexy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libsexy-0.1.11.tar.bz2 267376 SHA256 ba113ff5148e9ac137381a1da7045caa750a3b0c0113d4b97549bdbb6c1c8bb6 SHA512 60c7f1e8891ae36ab1f7a5b3421b1819bd940470d226b9e6dd752c4ec63ca79b5f8589c0cdd818f1c72e2bff605572554a537750be5774c6752df6bae99d094a WHIRLPOOL 069ecdaf69bff37810ee80e49b45d49ea0ef4cc2610976516ac71e54550876dfdc737599f763fe4ecd17f2b10a0a51e5a7574a697fc857ba26ff9a047e75c494 diff --git a/x11-libs/libsexy/files/libsexy-0.1.11-fix-null-list.patch b/x11-libs/libsexy/files/libsexy-0.1.11-fix-null-list.patch deleted file mode 100644 index 5330e12e3a57..000000000000 --- a/x11-libs/libsexy/files/libsexy-0.1.11-fix-null-list.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Nur libsexy-0.1.11/libsexy/sexy-spell-entry.c libsexy-0.1.11_patched/libsexy/sexy-spell-entry.c ---- libsexy-0.1.11/libsexy/sexy-spell-entry.c 2006-08-17 21:11:09.000000000 +0300 -+++ libsexy-0.1.11_patched/libsexy/sexy-spell-entry.c 2009-05-17 15:15:25.000000000 +0300 -@@ -56,7 +56,7 @@ - static void (*enchant_dict_add_to_session) (struct EnchantDict * dict, const char *const word, ssize_t len); - static int (*enchant_dict_check) (struct EnchantDict * dict, const char *const word, ssize_t len); - static void (*enchant_dict_describe) (struct EnchantDict * dict, EnchantDictDescribeFn fn, void * user_data); --static void (*enchant_dict_free_suggestions) (struct EnchantDict * dict, char **suggestions); -+static void (*enchant_dict_free_string_list) (struct EnchantDict * dict, char **suggestions); - static void (*enchant_dict_store_replacement) (struct EnchantDict * dict, const char *const mis, ssize_t mis_len, const char *const cor, ssize_t cor_len); - static char ** (*enchant_dict_suggest) (struct EnchantDict * dict, const char *const word, ssize_t len, size_t * out_n_suggs); - static gboolean have_enchant = FALSE; -@@ -156,8 +156,8 @@ - MODULE_SYMBOL("enchant_dict_add_to_session", enchant_dict_add_to_session) - MODULE_SYMBOL("enchant_dict_check", enchant_dict_check) - MODULE_SYMBOL("enchant_dict_describe", enchant_dict_describe) -- MODULE_SYMBOL("enchant_dict_free_suggestions", -- enchant_dict_free_suggestions) -+ MODULE_SYMBOL("enchant_dict_free_string_list", -+ enchant_dict_free_string_list) - MODULE_SYMBOL("enchant_dict_store_replacement", - enchant_dict_store_replacement) - MODULE_SYMBOL("enchant_dict_suggest", enchant_dict_suggest) -@@ -435,9 +435,8 @@ - gtk_widget_show(mi); - gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi); - } -+ enchant_dict_free_string_list(dict, suggestions); - } -- -- enchant_dict_free_suggestions(dict, suggestions); - } - - static GtkWidget * diff --git a/x11-libs/libsexy/files/libsexy-0.1.11-pkgconfig-pollution.patch b/x11-libs/libsexy/files/libsexy-0.1.11-pkgconfig-pollution.patch deleted file mode 100644 index faf16dea71ca..000000000000 --- a/x11-libs/libsexy/files/libsexy-0.1.11-pkgconfig-pollution.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libsexy.pc.in -+++ libsexy.pc.in -@@ -6,7 +6,8 @@ - Name: libsexy - Description: Doing naughty things to good widgets - Version: @VERSION@ --Libs: -L${libdir} -lsexy @PACKAGE_LIBS@ -+Libs: -L${libdir} -lsexy -+Libs.private: @PACKAGE_LIBS@ - Cflags: -I${includedir} @PACKAGE_CFLAGS@ - - diff --git a/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild b/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild deleted file mode 100644 index 1b15dcc8394d..000000000000 --- a/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Sexy GTK+ Widgets" -HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" -SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2.20:2 - dev-libs/libxml2 - >=x11-libs/pango-1.4 - >=app-text/iso-codes-0.49" -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - virtual/pkgconfig - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.4 )" - -DOCS="AUTHORS ChangeLog NEWS" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-fix-null-list.patch \ - "${FILESDIR}"/${P}-pkgconfig-pollution.patch - - sed -i \ - -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ - tests/Makefile.am || die - - rm -f acinclude.m4 #420913 - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable doc gtk-doc) \ - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html -} - -src_install() { - default - prune_libtool_files -} diff --git a/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild b/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild deleted file mode 100644 index ad786dcccffb..000000000000 --- a/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -DESCRIPTION="Sexy GTK+ Widgets" -HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" -SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2.20:2 - dev-libs/libxml2 - >=x11-libs/pango-1.4 - >=app-text/iso-codes-0.49" -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - virtual/pkgconfig - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.4 )" - -DOCS=( AUTHORS ChangeLog NEWS ) - -PATCHES=( - "${FILESDIR}"/${P}-fix-null-list.patch - "${FILESDIR}"/${P}-pkgconfig-pollution.patch - ) - -src_prepare() { - sed -i \ - -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ - tests/Makefile.am || die - - rm -f acinclude.m4 #420913 - - sed \ - -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \ - -i configure.ac - - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_enable doc gtk-doc) - --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libsexy/metadata.xml b/x11-libs/libsexy/metadata.xml deleted file mode 100644 index 0f6db5621bcb..000000000000 --- a/x11-libs/libsexy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>freedesktop-bugs@gentoo.org</email> - <name>Gentoo Freedesktop Project</name> - </maintainer> -</pkgmetadata> diff --git a/x11-misc/bbsload/Manifest b/x11-misc/bbsload/Manifest deleted file mode 100644 index c4cd54834e8a..000000000000 --- a/x11-misc/bbsload/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bbsload-0.2.9.tar.gz 127556 SHA256 9a7f626cd66fa6d04a6aee83b31652ebe2604b1b8848ff5737a3a753a98acd82 SHA512 73bdf9da03bea0253ebec6aaf2cbd1e287bf97c2e9669c05fe878b24e3d30bfb6ad9c7b0be358f89ead646f023b2f0fc0ea1cc1b153713b91c005fbfbf8f4591 WHIRLPOOL a44b672e22fbd373911570a3dc3a949512a7ee77f2e8f71b3859ccc8215116e368c5ec81453e248b750091165e0524cc14c76a556c639972784195f7eaa9d95d diff --git a/x11-misc/bbsload/bbsload-0.2.9.ebuild b/x11-misc/bbsload/bbsload-0.2.9.ebuild deleted file mode 100644 index 0caf4016715c..000000000000 --- a/x11-misc/bbsload/bbsload-0.2.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="blackbox load monitor" -HOMEPAGE="http://sourceforge.net/projects/bbtools/" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="media-fonts/font-adobe-100dpi" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.2.8-as-needed.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbsload -} diff --git a/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch b/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch deleted file mode 100644 index fd3aa0a42de3..000000000000 --- a/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -NrU5 bbsload-0.2.8.orig/configure.in bbsload-0.2.8/configure.in ---- bbsload-0.2.8.orig/configure.in 2008-12-18 00:44:23.000000000 +0100 -+++ bbsload-0.2.8/configure.in 2008-12-18 00:46:33.000000000 +0100 -@@ -87,16 +87,16 @@ - AC_PATH_X - AC_PATH_XTRA - - CFLAGS="$CFLAGS $X_CFLAGS" - CXXFLAGS="$CXXFLAGS $X_CFLAGS" --LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS" -+LIBS="$X_LIBS $X_PRE_LIBS" - dnl Checks for X libraries. --AC_CHECK_LIB(X11, XOpenDisplay, LDFLAGS="$LDFLAGS -lX11", -+AC_CHECK_LIB(X11, XOpenDisplay, LIBS="$LIBS -lX11", - AC_MSG_ERROR(XOpenDisplay not found in -lX11)) - --LDFLAGS="$LDFLAGS $X_EXTRA_LIBS" -+LIBS="$LIBS $X_EXTRA_LIBS" - - dnl Checks for header files. - AC_HEADER_STDC - AC_CHECK_HEADERS(malloc.h) - diff --git a/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch b/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch deleted file mode 100644 index e506ca26d808..000000000000 --- a/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -aur bbsload-0.2.8.old/resource.hh bbsload-0.2.8/resource.hh ---- bbsload-0.2.8.old/resource.hh 2008-11-25 18:09:55.000000000 +0100 -+++ bbsload-0.2.8/resource.hh 2008-11-25 18:12:49.000000000 +0100 -@@ -121,8 +121,8 @@ - { - - public: -- Resource::Resource(ToolWindow *); -- Resource::~Resource(void); -+ Resource(ToolWindow *); -+ ~Resource(void); - - struct FRAME frame; - struct LABEL label; diff --git a/x11-misc/bbsload/metadata.xml b/x11-misc/bbsload/metadata.xml deleted file mode 100644 index da720617856f..000000000000 --- a/x11-misc/bbsload/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription>Load monitor for Blackbox.</longdescription> - <upstream> - <remote-id type="sourceforge">bbtools</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/growl-for-linux/Manifest b/x11-misc/growl-for-linux/Manifest deleted file mode 100644 index e8b373cda78e..000000000000 --- a/x11-misc/growl-for-linux/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST growl-for-linux-0.6.7.tar.gz 945307 SHA256 ade0ecfc31ac6e713ac9a50bf91c45da0abf1ed45e98d124c60bb9d336704c2a SHA512 00bf229349c534014112dab0615c82201c5e629fec554ce29494b3d27403552018b20829655fe927c8469ae9cb878a8be54c920f27c5c04aaa8012749b0bbf5e WHIRLPOOL 0ddfc66d2554b025187a455a105f4e3a1cfca7a99691f3a08bef66ff0f5a94cb792436097eacb3511cdafc8ff830cec50907d2b65ff98ef606acf050121a3588 diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild deleted file mode 100644 index 69103e2a6772..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" -SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - LIBS=-lgthread-2.0 - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild deleted file mode 100644 index 10f7e1ed8c66..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" -SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - dev-libs/openssl:0 - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - LIBS=-lgthread-2.0 - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild deleted file mode 100644 index 4d7816906044..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGIT_REPO_URI="git://github.com/mattn/growl-for-linux" -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils git-2 - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="libressl" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/metadata.xml b/x11-misc/growl-for-linux/metadata.xml deleted file mode 100644 index ed3c10dca72b..000000000000 --- a/x11-misc/growl-for-linux/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X. - </longdescription> -</pkgmetadata> diff --git a/x11-misc/xoo/Manifest b/x11-misc/xoo/Manifest deleted file mode 100644 index 5a0aada47eaa..000000000000 --- a/x11-misc/xoo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xoo-0.7.tar.gz 301563 SHA256 69796891a93887496d99c867bb70208830ceb6c3671fca0ecc70a564a14ae20a SHA512 1b24aee621645d8db661a7dac8ece7a76d5f0ef1a0800c4710aee98691cf953b69d2e3515a16cbc87fae32335dfddae248495f1f525bb1b265c6c6683f81c55d WHIRLPOOL f77709aeafeef7fbae321df19462c779d160e25ba287524ee7dc3da4cf0c66eee09a604c9ca3d15fccc683ce4cef0e14829419c2589d74644d6e447b9edbef2a diff --git a/x11-misc/xoo/metadata.xml b/x11-misc/xoo/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/x11-misc/xoo/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/x11-misc/xoo/xoo-0.7.ebuild b/x11-misc/xoo/xoo-0.7.ebuild deleted file mode 100644 index 1b0ef725816b..000000000000 --- a/x11-misc/xoo/xoo-0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2006-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="A graphical wrapper around xnest" -HOMEPAGE="http://projects.o-hand.com/xoo" -SRC_URI="http://projects.o-hand.com/sources/xoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="gnome" - -DEPEND="gnome? ( gnome-base/gconf ) - gnome-base/libglade - x11-libs/libXtst - x11-base/xorg-server" - -src_unpack() { - unpack ${A} - cd "${S}" - # Fix default Xnest binary path. - sed -e "s:/usr/X11R6/bin/Xnest:$(type -P Xnest):" -i src/main.c || die -} - -src_compile() { - econf \ - $(use_enable gnome gconf) - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS Changelog NEWS README TODO -} |