diff options
77 files changed, 0 insertions, 3452 deletions
diff --git a/app-emulation/winex-cvs/winex-cvs-3.1.ebuild b/app-emulation/winex-cvs/winex-cvs-3.1.ebuild deleted file mode 100644 index 5edcbd0..0000000 --- a/app-emulation/winex-cvs/winex-cvs-3.1.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /home/httpd/cvsroot/gentoo-x86/app-emulation/winex-cvs/Attic/winex-cvs-3.1.ebuild,v 1.5 2003/07/29 06:55:55 coronalvr dead $ - -IUSE="cups opengl nptl" - -inherit eutils - -# Dont modify the ECVS_BRANCH setting yourself. -# Instead, make a backup of this ebuild and rename it to -# winex-[your branch].ebuild. -# -# Example: -# winex-kohan-2.1.ebuild -# -# You can find more branches on -# http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winex/wine/ - - -ECVS_SERVER="cvs.winex.sourceforge.net:/cvsroot/winex" -ECVS_MODULE="wine" -ECVS_BRANCH=${PN/cvs/}${PV//./-} -ECVS_BRANCH=${ECVS_BRANCH/pre/pre-} -ECVS_BRANCH=${ECVS_BRANCH/_/-} -ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_BRANCH}" - -inherit cvs - -S=${WORKDIR}/${ECVS_MODULE} -#echo ${ECVS_BRANCH} - - -DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming. - This ebuild will fetch the newest cvs sources from the cvs-server." -HOMEPAGE="http://www.transgaming.com/" - -SLOT="0" -KEYWORDS="x86 -ppc" -LICENSE="Aladdin" - -newdepend "sys-devel/gcc - sys-devel/flex - dev-util/yacc - >=media-libs/freetype-2.0.0 - X? ( virtual/x11 - dev-lang/tcl - dev-lang/tk ) - opengl? ( virtual/opengl ) - cups? ( net-print/cups ) - !>=sys-libs/glibc-2.3.2" - -src_unpack() { - if ! [ -z "`perl -V:archname 2> /dev/null | grep 'thread-multi'`" ] - then - eerror "Sorry - can't build winex against threaded perl!" - eerror "Please remerge perl and libperl WITHOUT 'USE=threads'" - die "Not compatible with threaded perl" - fi - cvs_src_unpack -} - -src_compile() { - cd ${S} - local myconf - - use opengl && myconf="--enable-opengl" || myconf="--disable-opengl" - [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" - - # for nptl threads - use nptl && myconf="$myconf --enable-pthreads" - - # patching winex to not compile wcmd - epatch ${FILESDIR}/winex-cvs-3.0_pre1.patch - - # the folks at #winehq were really angry about custom optimization - unset CFLAGS - unset CXXFLAGS - - ./configure --prefix=/usr/lib/winex-cvs \ - --sysconfdir=/etc/winex-cvs \ - --host=${CHOST} \ - --enable-curses \ - --with-x \ - ${myconf} || die "configure failed" - - # Fixes a winetest issue - cd ${S}/programs/winetest - cp Makefile 1 - sed -e 's:wine.pm:include/wine.pm:' 1 > Makefile - - # This persuades wineshelllink that "winex-cvs" is a better loader :) - cd ${S}/tools - cp wineshelllink 1 - sed -e 's/\(WINE_LOADER=\)\(\${WINE_LOADER:-wine}\)/\1winex-cvs/' 1 > wineshelllink - - cd ${S} - make depend all || die "make depend all failed" - cd programs && gmake || die "emake died" -} - -src_install () { - local WINEXMAKEOPTS="prefix=${D}/usr/lib/winex-cvs" - - # Installs winex to /usr/lib/winex-cvs - cd ${S} - make ${WINEXMAKEOPTS} install || die "make install failed" - cd ${S}/programs - make ${WINEXMAKEOPTS} install || die "make install failed" - - - # Creates /usr/lib/winex-cvs/.data with fake_windows in it - # This is needed for our new winex-cvs wrapper script - dodir /usr/lib/winex-cvs/.data - pushd ${D}/usr/lib/winex-cvs/.data - tar jxvf ${FILESDIR}/${PN}-fake_windows.tar.bz2 - popd - cp ${S}/documentation/samples/config ${S}/documentation/samples/config.orig - sed -e 's/.transgaming\/c_drive/.winex-cvs\/fake_windows/' \ - ${S}/documentation/samples/config.orig > ${S}/documentation/samples/config - cp ${S}/documentation/samples/config ${D}/usr/lib/winex-cvs/.data/config - cp ${WORKDIR}/wine/winedefault.reg ${D}/usr/lib/winex-cvs/.data/winedefault.reg - # Install the wrapper script - dodir /usr/bin - cp ${FILESDIR}/${PN}-winex ${D}/usr/bin/winex-cvs - cp ${FILESDIR}/${PN}-regedit ${D}/usr/bin/regedit-winex-cvs - - # Take care of the other stuff - cd ${S} - dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS LICENSE README - - insinto /usr/lib/winex-cvs/.data/fake_windows/Windows - doins documentation/samples/system.ini - doins documentation/samples/generic.ppd - - # Manpage setup - cp ${D}/usr/lib/${PN}/man/man1/wine.1 ${D}/usr/lib/${PN}/man/man1/${PN}.1 - doman ${D}/usr/lib/${PN}/man/man1/${PN}.1 - rm ${D}/usr/lib/${PN}/man/man1/${PN}.1 - doman ${D}/usr/lib/${PN}/man/man5/wine.conf.5 - rm ${D}/usr/lib/${PN}/man/man5/wine.conf.5 - - # Remove the executable flag from those libraries. - cd ${D}/usr/lib/winex-cvs/bin - chmod a-x *.so - -} - -pkg_postinst() { - einfo "Use /usr/bin/winex-cvs to start winex." - einfo "This is a wrapper-script which will take care of everything" - einfo "else. If you have further questions, enhancements or patches" - einfo "send an email to phoenix@gentoo.org" - einfo "" - einfo "Manpage has been installed to the system." - einfo "\"man winex-cvs\" should show it." -} - diff --git a/app-pda/dopi/Manifest b/app-pda/dopi/Manifest deleted file mode 100644 index 53e0518..0000000 --- a/app-pda/dopi/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 793216a0e91d373b702cec9fe106055e dopi-0.3.2.ebuild 584 -RMD160 a0cfebd967ac7b9214b4c56b69c1f975abeb42e0 dopi-0.3.2.ebuild 584 -SHA256 ac554c307dd4abda9a33371374dcefbd36119c262438b99bc8444bf28acd68e7 dopi-0.3.2.ebuild 584 -MD5 6db0877320bafa707bbee5b8596e421f files/digest-dopi-0.3.2 232 -RMD160 fac6d1f56be4a6d7585e42ebacdd353dc57f5d41 files/digest-dopi-0.3.2 232 -SHA256 c879302c1f768249a7b087bf15d93a42da131580ffdeb6f84ce4e84d265d60bf files/digest-dopi-0.3.2 232 diff --git a/app-pda/dopi/dopi-0.3.2.ebuild b/app-pda/dopi/dopi-0.3.2.ebuild deleted file mode 100644 index bf8116c..0000000 --- a/app-pda/dopi/dopi-0.3.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit mono fdo-mime - -DESCRIPTION="iPod audio manager in C#/Gtk#" -HOMEPAGE="http://www.snorp.net/" -SRC_URI="http://www.snorp.net/files/dopi/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" - -DEPEND="dev-lang/mono - dev-dotnet/ipod-sharp - >=dev-dotnet/gtk-sharp-2.4.0 - >=dev-libs/glib-2.0" -RDEPEND="${DEPEND}" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS README -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} diff --git a/app-pda/dopi/files/digest-dopi-0.3.2 b/app-pda/dopi/files/digest-dopi-0.3.2 deleted file mode 100644 index 4593d80..0000000 --- a/app-pda/dopi/files/digest-dopi-0.3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dc1740c155d89d160552a07b31847e83 dopi-0.3.2.tar.gz 395418 -RMD160 c8889604a3a003cd34d75f4b3e45956eced2af23 dopi-0.3.2.tar.gz 395418 -SHA256 36e4bd8a245752fc95f5a4497428d307c909c43221877dff85ed960e92815946 dopi-0.3.2.tar.gz 395418 diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog deleted file mode 100644 index 5f6d81c..0000000 --- a/app-pda/gnome-pilot/ChangeLog +++ /dev/null @@ -1,181 +0,0 @@ -# ChangeLog for app-pda/gnome-pilot -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.19 2005/05/17 17:13:35 liquidx Exp $ - -*gnome-pilot-2.0.13 (17 May 2005) - - 17 May 2005; Alastair Tse <liquidx@gentoo.org> gnome-pilot-0.1.71.ebuild, - +gnome-pilot-2.0.13.ebuild: - version bump - - 22 Sep 2004; Alastair Tse <liquidx@gentoo.org> - +files/gnome-pilot-2.0.12-zire31.patch, gnome-pilot-2.0.12.ebuild: - added zire31 support (#62332) - -*gnome-pilot-2.0.12 (03 Sep 2004) - - 03 Sep 2004; Brandon Hale <tseng@gentoo.org> +gnome-pilot-2.0.12.ebuild: - Version bump, drop patches merged upstream. - - 13 Aug 2004; Alastair Tse <liquidx@gentoo.org> - files/gnome-pilot-2.0.10-gcc34.patch: - better gcc 3.4 patch thanks to Matthew Baker <shadesfox@nightstar.net> (#60016) - - 24 Jul 2004; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.10-r1.ebuild, - -gnome-pilot-2.0.9.ebuild: - fix SRC_URI (#56769) - - 12 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> - +files/gnome-pilot-2.0.10-gcc34.patch: - Added gcc-3.4 fixes to close bug #53655 - - 27 Jun 2004; Alastair Tse <liquidx@gentoo.org> - +files/gnome-pilot-2.0.10-clie.patch: - patch to support Clie TJ-35 by Guy Van Sanden <nocturn@pandora.be> (#52550) - - 26 Jun 2004; Alastair Tse <liquidx@gentoo.org> - +files/gnome-pilot-2.0.10-missing_proc.patch, gnome-pilot-2.0.10-r1.ebuild: - added patch to prevent segv on missing /proc/bus/usb/devices (#42378) - - 04 Feb 2004; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.10-r1.ebuild, - files/gnome-pilot-2.0.10-treo600.patch: - add patch to support treo600 (#39004) - - 14 Dec 2003; Lars Weiler <pylon@gentoo.org> gnome-pilot-2.0.10-r1.ebuild: - Make stable on ppc - - 13 Dec 2003; Brad House <brad_mssw@gentoo.org> gnome-pilot-2.0.10-r1.ebuild: - mark stable on amd64 - - 21 Nov 2003; Jason Wever <weeve@gentoo.org> gnome-pilot-2.0.10-r1.ebuild: - Marked stable on sparc. - -*gnome-pilot-2.0.10-r1 (20 Sep 2003) - - 20 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.10-r1.ebuild, - files/gnome-pilot-2.0.10-memofile.patch: - added patch to fix memofile syncing problems (eg. it works now) - - 12 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.10.ebuild, - gnome-pilot-2.0.9.ebuild: - removed bonobo-activation dep - - 30 Aug 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-0.1.65-r5.ebuild, - gnome-pilot-0.1.71.ebuild, gnome-pilot-2.0.10.ebuild, - gnome-pilot-2.0.9.ebuild: - moved dev-libs/pilot-link to app-pda/pilot-link - - 30 Aug 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-0.1.65-r5.ebuild, - gnome-pilot-0.1.71.ebuild, gnome-pilot-2.0.10.ebuild, - gnome-pilot-2.0.9.ebuild, metadata.xml, files/gnome-pilot-0.1.70-usb.patch, - files/gnome-pilot-2.0.1-pisock.patch, files/gnome-pilot-gentoo.diff: - moving gnome-extra/gnome-pilot to app-pda/gnome-pilot - -*gnome-pilot-2.0.10 (20 Jul 2003) - - 20 Jul 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-0.1.65-r3.ebuild, - gnome-pilot-2.0.10.ebuild, gnome-pilot-2.0.8.ebuild: - version bump. fixes problems with glib-2.2.2 - -*gnome-pilot-2.0.9 (22 May 2003) - - 22 May 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.1.ebuild, - gnome-pilot-2.0.1.ebuild, gnome-pilot-2.0.5.ebuild, - gnome-pilot-2.0.5.ebuild, gnome-pilot-2.0.9.ebuild: - version bump - - 16 May 2003; Lars Weiler <pylon@gentoo.org> gnome-pilot-0.1.71.ebuild: - Set ppc in KEYWORDS - - 04 May 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-0.1.65-r3.ebuild, - gnome-pilot-0.1.65-r5.ebuild, gnome-pilot-0.1.71.ebuild: - fix gnome1 deps - -*gnome-pilot-2.0.8 (07 May 2003) - - 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : - Added missing changelog entry. - -*gnome-pilot-2.0.5 (21 Apr 2003) - - 21 Apr 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.5.ebuild: - evo-1.3.2 version bump. Note that evo-1.3.2 does not have PDA support - yet. do not merge this unless you know what you are doing. - -*gnome-pilot-2.0.1 (14 Mar 2003) - - 14 Mar 2003; Alastair Tse <liquidx@gentoo.org> gnome-pilot-2.0.1.ebuild, - files/gnome-pilot-2.0.1-pisock.patch: - Version Bump to GTK2 (unstable) gnome-pilot. - -*gnome-pilot-0.1.71 (27 Jan 2003) - - 27 Jan 2003; g2boojum <g2boojum@gentoo.org> gnome-pilot-0.1.71.ebuild : - New version - - 10 Dec 2002; foser <foser@gentoo.org> gnome-pilot-0.1.65-r3.ebuild gnome-pilot-0.1.65-r5.ebuild : - Fixed gob deps (bug #11633) - -* Autoupdate keywords (12-6-02) - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*gnome-pilot-0.1.65-r5 (17 Jul 2002) - - 17 Jul 2002; Seemant Kulleen <seemant@gentoo.org> - gnome-pilot-0.1.65-r5.ebuild files/digest-gnome-pilot-0.1.65-r5 : - - I oops'd on the fixing on the last release. - -*gnome-pilot-0.1.65-r4 (16 Jul 2002) - - 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> - gnome-pilot-0.1.65-r4.ebuild files/digest-gnome-pilot-0.1.65-r4 : - - Updated to work with pilot-link-0.11.0 Thanks to David A. Desrosiers" - <hacker@gnu-designs.com> the pilot-link upstream author for the fix and to - nyergler@mac.com (Nathan R. Yergler) in bug #5051 for the catch. - -*gnome-pilot-0.1.65-r3 (01 Jul 2002) - - 09 Apr 2003; Graham Forest <vladimir@gentoo.org> - gnome-pilot-0.1.65-r3.ebuild: - Set ~ppc to fix evolution dep - - 01 Jul 2002; Bruce A. Locke <blocke@shivan.org> gnome-pilot-0.1.65-r3.ebuild: - - Switched gnome-core dependency to gnome-libs and gnome-panel (gnome 1.4) - -*gnome-pilot-0.1.65-r2 (27 May 2002) - - 27 May 2002; Seemant Kulleen <seemant@gentoo.org> - gnome-pilot-0.1.65-r2.ebuild files/digest-gnome-pilot-0.1.65-r2 : - - Added gnome-core as a dependency - -*gnome-pilot-0.1.65-r1 (20 May 2002) - - 20 May 2002; Seemant Kulleen <seemant@gentoo.org> - gnome-pilot-0.1.65-r1.ebuild files/digest-gnome-pilot-0.1.65-r1 : - - This applies a patch to make it work with the new developer release of - pilot-link. Masked for the present. - -*gnome-pilot-0.1.65 (24 Apr 2002) - 24 Apr 2002; Spider <spider@gentoo.org> gnome-pilot-0.1.65.ebuild : - update SRC_URI (now uses bz2 files) - bump version - -*gnome-pilot-0.1.64-r2 (27 Mar 2002) - - 27 Mar 2002; Bruce A. Locke <blocke@shivan.org> gnome-pilot-0.1.64-r2.ebuild : - - Added glob and libglade dependencies - -*gnome-pilot-0.1.64-r1 (24 Mar 2002) - - 24 Mar 2002; Seemant Kulleen <seemant@gentoo.org> gnome-pilot-0.1.64-r1.ebuild : - - Man pages in /usr/share/man make them searchable and LFH compliant -- fixes - submitted by Matthew Kennedy. - - diff --git a/app-pda/gnome-pilot/Manifest b/app-pda/gnome-pilot/Manifest deleted file mode 100644 index e36905c..0000000 --- a/app-pda/gnome-pilot/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 cb18c917f68b5a8722d3169a3ff9307a ChangeLog 6420 -MD5 7c7a940cd43c2d162637c15fe331924c gnome-pilot-2.0.13-r1.ebuild 996 -MD5 1e1031eae2f36a13b2cd73550a31d03d metadata.xml 175 -MD5 09477f9cfae06129aa47446204f1ef29 files/digest-gnome-pilot-2.0.13-r1 71 -MD5 0cacdf3914f9b135bea3cb5c4646b7a3 files/gnome-pilot-2.0.13-netsync.patch 13986 diff --git a/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.13-r1 b/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.13-r1 deleted file mode 100644 index d1b6d6d..0000000 --- a/app-pda/gnome-pilot/files/digest-gnome-pilot-2.0.13-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 662aae1d5915e81e64ee1a6c732c627d gnome-pilot-2.0.13.tar.bz2 923217 diff --git a/app-pda/gnome-pilot/files/gnome-pilot-2.0.13-netsync.patch b/app-pda/gnome-pilot/files/gnome-pilot-2.0.13-netsync.patch deleted file mode 100644 index a253f48..0000000 --- a/app-pda/gnome-pilot/files/gnome-pilot-2.0.13-netsync.patch +++ /dev/null @@ -1,477 +0,0 @@ -diff -r -u gnome-pilot-2.0.12.old/capplet/pilot.c gnome-pilot-2.0.12/capplet/pilot.c ---- gnome-pilot-2.0.12.old/capplet/pilot.c 2005-03-11 15:19:25.241666392 +0100 -+++ gnome-pilot-2.0.12/capplet/pilot.c 2005-03-11 15:24:06.103968832 +0100 -@@ -155,10 +155,6 @@ - if (device->type == PILOT_DEVICE_NETWORK) { - device->ip = gnome_config_get_string ("ip"); - g_message ("cradle network ip -> %s", device->ip); -- device->ip = gnome_config_get_string ("host"); -- g_message ("cradle network host name -> %s", device->host); -- device->ip = gnome_config_get_string ("netmask"); -- g_message ("cradle network mask -> %s", device->netmask); - } else { - device->port = gnome_config_get_string ("device"); - g_message ("cradle device name -> %s", device->port); -@@ -286,8 +282,6 @@ - gnome_config_set_string ("name", device->name); - if (device->type == PILOT_DEVICE_NETWORK) { - gnome_config_set_string ("ip", device->ip); -- gnome_config_set_string ("host", device->host); -- gnome_config_set_string ("netmask", device->netmask); - } else { - gnome_config_set_string ("device", device->port); - gnome_config_set_int ("speed", device->speed); -diff -r -u gnome-pilot-2.0.12.old/gpilotd/gnome-pilot-structures.c gnome-pilot-2.0.12/gpilotd/gnome-pilot-structures.c ---- gnome-pilot-2.0.12.old/gpilotd/gnome-pilot-structures.c 2005-03-11 15:19:25.220669584 +0100 -+++ gnome-pilot-2.0.12/gpilotd/gnome-pilot-structures.c 2005-03-11 15:23:01.207834544 +0100 -@@ -38,12 +38,12 @@ - #include <signal.h> - - /* From pi-csd */ --#include <signal.h> - #include <sys/socket.h> - #include <netinet/in.h> --#include <net/if.h> -+/*#include <net/if.h>*/ - #include <arpa/inet.h> - #include <netdb.h> -+#include <pi-source.h> - - #define LOCK_DIR "/var/lock" - #define LOCK_BINARY 0 -@@ -380,154 +380,6 @@ - - #ifdef WITH_NETWORK - --/* -- * pi-csd.c: Connection Service Daemon, required for accepting -- * logons via NetSync (tm) -- * Copyright (c) 1997, Kenneth Albanowski -- * -- * While this function is useful in pi-csd, it is intended also to -- * be a demonstration of the proper (or improper, if I'm unlucky) techniques -- * to retrieve networking information. -- */ --static void --fetch_host (char *hostname, int hostlen, struct in_addr *address, -- struct in_addr *mask) --{ --#if defined (SIOCGIFCONF) && defined (SIOCGIFFLAGS) -- int s, n, i; -- struct ifconf ifc; -- struct ifreq *ifr, ifreqaddr, ifreqmask; --#endif -- struct hostent *hent; -- --#ifdef HAVE_GETHOSTNAME -- /* Get host name the easy way */ -- -- gethostname (hostname, hostlen); --#else --# ifdef HAVE_UNAME -- struct utsname uts; -- -- if (uname (&uts) == 0) { -- strncpy (hostname, uts.nodename, hostlen - 1); -- hostname[hostlen - 1] = '\0'; -- } --# endif /*def HAVE_UNAME */ --#endif /*def HAVE_GETHOSTNAME */ -- -- /* Get host address through DNS */ -- hent = gethostbyname (hostname); -- -- if (hent) { -- while (*hent->h_addr_list) { -- struct in_addr haddr; -- -- memcpy (&haddr, *(hent->h_addr_list++), sizeof (haddr)); -- if (haddr.s_addr != inet_addr ("127.0.0.1")) -- memcpy (address, &haddr, sizeof (haddr)); -- } -- } --#if defined (SIOCGIFCONF) && defined (SIOCGIFFLAGS) -- s = socket (AF_INET, SOCK_DGRAM, 0); -- -- if (s < 0) -- return; -- -- ifc.ifc_buf = calloc (1024, 1); -- ifc.ifc_len = 1024; -- -- if (ioctl (s, SIOCGIFCONF, (char *) &ifc) < 0) -- goto done; -- -- n = ifc.ifc_len; -- for (i = 0; i < n; i += ifreq_size (*ifr)) { -- struct sockaddr_in *a; -- struct sockaddr_in *b; -- -- ifr = (struct ifreq *) ((caddr_t) ifc.ifc_buf + i); -- a = (struct sockaddr_in *) &ifr->ifr_addr; -- strncpy (ifreqaddr.ifr_name, ifr->ifr_name, sizeof (ifreqaddr.ifr_name)); -- strncpy (ifreqmask.ifr_name, ifr->ifr_name, sizeof (ifreqmask.ifr_name)); -- -- if (ioctl (s, SIOCGIFFLAGS, (char *) &ifreqaddr) < 0) -- continue; -- -- /* Reject loopback device */ --#ifdef IFF_LOOPBACK -- if (ifreqaddr.ifr_flags & IFF_LOOPBACK) -- continue; --#endif /*def IFF_LOOPBACK */ -- --#ifdef IFF_UP -- /* Reject down devices */ -- if (!(ifreqaddr.ifr_flags & IFF_UP)) -- continue; --#endif /*def IFF_UP */ -- -- if (ifr->ifr_addr.sa_family != AF_INET) -- continue; -- -- /* If it is a point-to-point device, use the dest address */ --#if defined (IFF_POINTOPOINT) && defined (SIOCGIFDSTADDR) -- if (ifreqaddr.ifr_flags & IFF_POINTOPOINT) { -- if (ioctl (s, SIOCGIFDSTADDR, (char *) &ifreqaddr) < 0) -- break; -- -- a = (struct sockaddr_in *) &ifreqaddr.ifr_dstaddr; -- -- if (address->s_addr == 0) { -- memcpy (address, &a->sin_addr, sizeof (struct in_addr)); -- } -- } -- else --#endif /*defined (IFF_POINTOPOINT) && defined (SIOCGIFDSTADDR) */ -- /* If it isn't a point-to-point device, use the address */ --#ifdef SIOCGIFADDR -- { -- if (ioctl (s, SIOCGIFADDR, (char *) &ifreqaddr) < 0) -- break; -- -- a = (struct sockaddr_in *) &ifreqaddr.ifr_addr; -- -- if (address->s_addr == 0) { -- memcpy (address, &a->sin_addr, sizeof (struct in_addr)); -- } -- } --#endif /*def SIOCGIFADDR */ -- /* OK, we've got an address */ -- -- /* Compare netmask against the current address and see if it seems to match. */ --#ifdef SIOCGIFNETMASK -- if (ioctl (s, SIOCGIFNETMASK, (char *) &ifreqmask) < 0) -- break; -- --/* Is there any system where we need to use ifr_netmask? */ --#if 1 -- b = (struct sockaddr_in *) &ifreqmask.ifr_addr; --#else -- b = (struct sockaddr_in *) &ifreqmask.ifr_netmask; --#endif -- -- if ((mask->s_addr == 0) && (address->s_addr != 0)) { -- if ((b->sin_addr.s_addr & a->sin_addr.s_addr) == -- (b->sin_addr.s_addr & address->s_addr)) { -- memcpy (mask, &b->sin_addr, sizeof (struct in_addr)); -- -- /* OK, we've got a netmask */ -- -- break; -- } -- } --#endif /*def SIOCGIFNETMASK */ -- -- } -- -- done: -- free (ifc.ifc_buf); -- close (s); --#endif /*defined (SIOCGIFCONF) && defined (SIOCGIFFLAGS) */ --} -- - /* gpilot_network_device_init (GPilotDevice *device) - * pi-csd.c: Connection Service Daemon, required for accepting - * logons via NetSync (tm) -@@ -537,84 +389,56 @@ - static gint - gpilot_network_device_init (GPilotDevice *device) - { --/* -- * Open a file descriptor. device->fd -- * Check fd. return -1 if fail. -- * device->io = g_io_channel_unix_new (device->fd); -- * g_io_channel_ref (device->io); -- * return 0; -- * -- */ -+ struct pi_sockaddr addr; - --/* char hostname[130]; this is device->host */ -- struct in_addr address, netmask; -+ char pi_net[100]; - -- --/* int sockfd; this is device->fd */ -- struct sockaddr_in serv_addr; -- -- struct hostent *hent; --/* int quiet = 0; It's Always quiet here */ -- -- memset (&address, 0, sizeof (address)); -- memset (&netmask, 0, sizeof (netmask)); -- --/* hostname[0] = 0; */ --/* device->host = g_new (gchar, 130); -- g_free (device->host); --*/ -- --/* This is used if the hostname is not correct in the conf file -- I'll move it to the conf file saving later */ -- fetch_host (device->host, 128, &address, &netmask); -- --/* device->host I already have from the config file */ -- -- if (inet_aton (device->ip, &address) == 0) /* Invalid */ -- { -- if ((hent = gethostbyname (device->ip))) { -- memcpy (&address.s_addr, hent->h_addr, sizeof (address)); -- } else { -- g_message ("Invalid ip address '%s'", device->ip); -- return -1; -+ memset(pi_net, 0, sizeof(pi_net)); -+ strncpy(pi_net, "net:", 4); -+ if (device->ip != NULL && (strnlen(device->ip, 1) > 0)) { -+ struct sockaddr_in serv_addr; -+ /* Verify the IP address is valid */ -+ memset(&serv_addr, 0, sizeof(serv_addr)); -+ serv_addr.sin_family = AF_INET; -+ serv_addr.sin_addr.s_addr = inet_addr(device->ip); -+ if (serv_addr.sin_addr.s_addr == (in_addr_t)-1) { -+ struct hostent *hostent = gethostbyname(device->ip); -+ -+ if (!hostent) { -+ g_warning ("Device [%s]: Bad IP address/hostname: %s", -+ device->name, device->ip); -+ return -1; -+ } - } -- } - -- if (inet_aton (device->netmask, &netmask) == 0) { -- g_message ("Invalid netmask '%s'", device->netmask); -- return -1; -+ strncat(pi_net, device->ip, sizeof(pi_net) - 2 - strlen(pi_net)); -+ } else { -+ strncat(pi_net, "any", 3); - } -- -- /* cannot execute without address and hostname */ -- if ((address.s_addr == 0) || (strlen (device->host) == 0)) -- { -- g_message ("Cannot execute without ip address and hostname."); -+ device->fd = pi_socket (PI_AF_PILOT, PI_SOCK_STREAM, PI_PF_NET); -+ if (device->fd < 0) { -+ g_warning ("Device [%s, %s]: Unable to get socket: %s", -+ device->name, pi_net, strerror(errno)); - return -1; - } - -- device->fd = socket (AF_INET, SOCK_DGRAM, 0); -- if (device->fd < 0) { -- g_message ("Unable to get socket"); -+ strncpy (addr.pi_device,pi_net, strlen(pi_net)); -+ -+ if (pi_bind (device->fd, (struct sockaddr*)&addr, sizeof (addr)) < 0) { -+ g_warning ("Device [%s, %s]: Unable to bind socket", -+ device->name, pi_net); - return -1; - } - -- memset (&serv_addr, 0, sizeof (serv_addr)); -- serv_addr.sin_family = AF_INET; -- serv_addr.sin_addr.s_addr = htonl (INADDR_ANY); -- serv_addr.sin_port = htons (14237); -- -- if (bind (device->fd, (struct sockaddr *) &serv_addr, sizeof (serv_addr)) < 0) { -- g_message ("Unable to bind socket"); -+ /* Now listen for incoming connections */ -+ if (pi_listen (device->fd, 1) != 0) { -+ g_warning ("Device [%s, %s]: Error from listen: %s", -+ device->name, pi_net, strerror (errno)); -+ close(device->fd); - return -1; - } -- /* -- g_message ("Connection Service Daemon for Palm Computing (tm) device active."); -- g_message ("Accepting connection requests for '%s' at %s with mask %s", -- device->host, inet_ntoa (address), inet_ntoa (netmask)); -- */ - -- /* We don't want to infinite loops here */ -- /* Lets try something else instead */ -+ /* Register an interest in the socket, to get events when devices connect */ - device->io = g_io_channel_unix_new (device->fd); - g_io_channel_ref (device->io); - -@@ -630,13 +454,17 @@ - } - - g_free(device->ip); -- g_free(device->host); -- g_free(device->netmask); - } - - static void - gpilot_network_device_deinit (GPilotDevice *device) - { -+ if (device->io) { -+ g_source_remove (device->in_handle); -+ g_source_remove (device->err_handle); -+ g_io_channel_close (device->io); -+ g_io_channel_unref (device->io); -+ } - } - #endif /* WITH_NETWORK */ - -@@ -680,8 +508,6 @@ - gpilot_network_device_load (GPilotDevice *device) - { - device->ip = gnome_config_get_string ("ip"); -- device->host = gnome_config_get_string ("host"); -- device->netmask = gnome_config_get_string ("netmask"); - } - - gint -diff -r -u gnome-pilot-2.0.12.old/gpilotd/gnome-pilot-structures.h gnome-pilot-2.0.12/gpilotd/gnome-pilot-structures.h ---- gnome-pilot-2.0.12.old/gpilotd/gnome-pilot-structures.h 2005-03-11 15:19:25.220669584 +0100 -+++ gnome-pilot-2.0.12/gpilotd/gnome-pilot-structures.h 2005-03-11 15:23:20.805855192 +0100 -@@ -90,8 +90,6 @@ - - /* These are used for network (man c++ is soo much cooler) */ - gchar *ip; -- gchar *host; -- gchar *netmask; - - /* These are used at runtime, to associate - an opened file with the device */ -diff -r -u gnome-pilot-2.0.12.old/gpilotd/gpilotd.c gnome-pilot-2.0.12/gpilotd/gpilotd.c ---- gnome-pilot-2.0.12.old/gpilotd/gpilotd.c 2005-03-11 15:19:25.226668672 +0100 -+++ gnome-pilot-2.0.12/gpilotd/gpilotd.c 2005-03-11 15:22:37.000514616 +0100 -@@ -148,42 +148,37 @@ - break; - } - -- if (!(listen_sd = pi_socket (PI_AF_PILOT, PI_SOCK_STREAM, pf))) { -- g_warning ("pi_socket: %s",strerror (errno)); -- if (error) *error = 1; -- return -1; -- } -- -- addr.pi_family = PI_AF_PILOT; -- --/* -- Most important for networking -- . resolves inside libpisock as network -- It is done earlier in gpilotd_device_init -- so don't really need to do it again here. --*/ - if (device->type == PILOT_DEVICE_NETWORK) { -- device->port = "net:any"; -- } -+ /* we've already got a listen, so move on to accept */ -+ listen_sd = device->fd; -+ } else { -+ if (!(listen_sd = pi_socket (PI_AF_PILOT, PI_SOCK_STREAM, pf))) { -+ g_warning ("pi_socket: %s",strerror (errno)); -+ if (error) *error = 1; -+ return -1; -+ } -+ -+ addr.pi_family = PI_AF_PILOT; - -- strcpy (addr.pi_device,device->port); -+ strcpy (addr.pi_device,device->port); - -- ret = pi_bind (listen_sd, (struct sockaddr*)&addr, sizeof (addr)); -- if (ret == -1) { -- g_warning (_("Unable to bind to pilot")); -- if (error) -- *error = 1; -- pi_close(listen_sd); -- return 0; -- } -+ ret = pi_bind (listen_sd, (struct sockaddr*)&addr, sizeof (addr)); -+ if (ret == -1) { -+ g_warning (_("Unable to bind to pilot")); -+ if (error) -+ *error = 1; -+ pi_close(listen_sd); -+ return 0; -+ } - -- ret = pi_listen (listen_sd, 1); -- if (ret != 0) { -- g_warning ("pi_listen: %s", strerror (errno)); -- if (error) -- *error = 2; -- pi_close(listen_sd); -- return 0; -+ ret = pi_listen (listen_sd, 1); -+ if (ret != 0) { -+ g_warning ("pi_listen: %s", strerror (errno)); -+ if (error) -+ *error = 2; -+ pi_close(listen_sd); -+ return 0; -+ } - } - - sd = pi_accept_to (listen_sd, NULL,0, device->timeout); -@@ -198,7 +193,9 @@ - - if (error) - *error = 0; -- pi_close(listen_sd); -+ if (device->type != PILOT_DEVICE_NETWORK) { -+ pi_close(listen_sd); -+ } - - return sd; - } -@@ -737,9 +734,10 @@ - if (context->paused) { - return FALSE; - } -- g_message (_("Woke on %s"),device->name); -+ g_message (_("Woke on network: %s"),device->name); - result = sync_device (device,context); - -+ - return result; - } - -@@ -777,9 +775,10 @@ - - device = element->data; - -- gpilot_gui_warning_dialog ("Device error on %s (%s)\n" -- "Caught %s",device->name,device->port,tmp); -- g_warning ("Device error on %s (%s), caught %s",device->name,device->port,tmp); -+ gpilot_gui_warning_dialog (_("Device error on %s, Caught %s."), -+ device->name, tmp); -+ g_warning ("Device error on %s, caught %s",device->name, -+ tmp); - - remove_device (context,device); - g_free (tmp); -@@ -974,7 +973,7 @@ - } - - if (dev->type == PILOT_DEVICE_NETWORK) { -- g_message (_("Watching %s (%s, %s)"), dev->name, dev->ip, dev->host); -+ g_message (_("Watching %s (%s)"), dev->name, dev->ip); - } else { - g_message (_("Watching %s (%s)"),dev->name,dev->port); - } diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild deleted file mode 100644 index f942fd7..0000000 --- a/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.1 2005/05/17 17:13:35 liquidx Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library" -HOMEPAGE="http://www.gnome.org/projects/gnome-pilot/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=gnome-base/libgnome-2.0.0 - >=gnome-base/libgnomeui-2.0.0 - >=gnome-base/libglade-2.0.0 - >=gnome-base/orbit-2.6.0 - >=gnome-base/libbonobo-2.0.0 - >=gnome-base/gnome-panel-2.0 - >=gnome-base/gconf-2.0 - >=dev-util/gob-2.0.5 - >=app-pda/pilot-link-0.11.7" - -DEPEND="sys-devel/gettext - >=dev-lang/perl-5.6.0 - ${RDEPEND}" - -G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest" - -DOCS="AUTHORS COPYING* ChangeLog README NEWS" -SCROLLKEEPER_UPDATE="0" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-netsync.patch -} diff --git a/app-pda/gnome-pilot/metadata.xml b/app-pda/gnome-pilot/metadata.xml deleted file mode 100644 index 47ef37b..0000000 --- a/app-pda/gnome-pilot/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -<herd>pda</herd> -</pkgmetadata> diff --git a/cross-powerpc-unknown-linux-gnu/binutils b/cross-powerpc-unknown-linux-gnu/binutils deleted file mode 120000 index 0f98435..0000000 --- a/cross-powerpc-unknown-linux-gnu/binutils +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/sys-devel/binutils
\ No newline at end of file diff --git a/cross-powerpc-unknown-linux-gnu/gcc b/cross-powerpc-unknown-linux-gnu/gcc deleted file mode 120000 index 8e0883f..0000000 --- a/cross-powerpc-unknown-linux-gnu/gcc +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/sys-devel/gcc
\ No newline at end of file diff --git a/cross-powerpc-unknown-linux-gnu/gdb b/cross-powerpc-unknown-linux-gnu/gdb deleted file mode 120000 index 0ab6bdc..0000000 --- a/cross-powerpc-unknown-linux-gnu/gdb +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/sys-devel/gdb
\ No newline at end of file diff --git a/cross-powerpc-unknown-linux-gnu/glibc b/cross-powerpc-unknown-linux-gnu/glibc deleted file mode 120000 index a5553b0..0000000 --- a/cross-powerpc-unknown-linux-gnu/glibc +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/sys-libs/glibc
\ No newline at end of file diff --git a/cross-powerpc-unknown-linux-gnu/linux-headers b/cross-powerpc-unknown-linux-gnu/linux-headers deleted file mode 120000 index 6523839..0000000 --- a/cross-powerpc-unknown-linux-gnu/linux-headers +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/sys-kernel/linux-headers
\ No newline at end of file diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest deleted file mode 100644 index 0a18432..0000000 --- a/dev-cpp/cairomm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST cairomm-1.2.2.tar.gz 582629 RMD160 1e7d7f45ac3f9284b8e0b33369c178ebef89d8cc SHA1 78b1f39cd4430b84e9bafd49f80f9d428f25dc85 SHA256 6f02087249f1f9e9293fdfcf008c0d3066a4e52d5c625d6129a451ccb8bdeaae -EBUILD cairomm-1.2.2.ebuild 609 RMD160 f31326d37576425fdf24a1657cf2672985cec9f7 SHA1 339210ac652d7009552639e5c1deaf4dc6424776 SHA256 fd99a89ba265cd39b08d06327bcac478af5cd655723ebbe2cb167cf09b4d6592 -MD5 5db721bb207370155d4d3803eea0efca cairomm-1.2.2.ebuild 609 -RMD160 f31326d37576425fdf24a1657cf2672985cec9f7 cairomm-1.2.2.ebuild 609 -SHA256 fd99a89ba265cd39b08d06327bcac478af5cd655723ebbe2cb167cf09b4d6592 cairomm-1.2.2.ebuild 609 -MD5 f804ec29195d30f48f94fa049c3695c0 files/digest-cairomm-1.2.2 241 -RMD160 117b01e68b146c81991750c38cef2a8adcc65502 files/digest-cairomm-1.2.2 241 -SHA256 b03a78978bc986a94f70ac069596d49bd8b6e3b8a27203a1c6fe2fc9c375e781 files/digest-cairomm-1.2.2 241 diff --git a/dev-cpp/cairomm/cairomm-1.2.2.ebuild b/dev-cpp/cairomm/cairomm-1.2.2.ebuild deleted file mode 100644 index b90e8d8..0000000 --- a/dev-cpp/cairomm/cairomm-1.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="C++ bindings for the Cairo vector graphics library" -HOMEPAGE="http://cairographics.org/" -SRC_URI="http://cairographics.org/releases/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="doc" -RDEPEND=">=x11-libs/cairo-1.2.0" -DEPEND="${RDEPEND} - app-doc/doxygen" - -src_compile() { - econf \ - $(use_enable doc docs) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/dev-cpp/cairomm/files/digest-cairomm-1.2.2 b/dev-cpp/cairomm/files/digest-cairomm-1.2.2 deleted file mode 100644 index 22d0865..0000000 --- a/dev-cpp/cairomm/files/digest-cairomm-1.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fabb040a5ff2cf0529af55ff46d22d2d cairomm-1.2.2.tar.gz 582629 -RMD160 1e7d7f45ac3f9284b8e0b33369c178ebef89d8cc cairomm-1.2.2.tar.gz 582629 -SHA256 6f02087249f1f9e9293fdfcf008c0d3066a4e52d5c625d6129a451ccb8bdeaae cairomm-1.2.2.tar.gz 582629 diff --git a/dev-cpp/gconfmm/Manifest b/dev-cpp/gconfmm/Manifest deleted file mode 100644 index b2fd24e..0000000 --- a/dev-cpp/gconfmm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST gconfmm-2.16.0.tar.bz2 275789 RMD160 953af54d8c244c1776e228656df7e95d869bfb9f SHA1 16142b39fcd13177f9331a4b0b75e08b84bd634d SHA256 514f1062d85b7b3843f461b095b64551f20e647386dab6a513982af52e0392f2 -EBUILD gconfmm-2.16.0.ebuild 745 RMD160 0a7f68e00bc4be22f436d93f701bf3a2f12eb4fd SHA1 fd413bfab4740f1a66f159dcdaa8a0f86bf6cac4 SHA256 c3e8986997781e109599a234acac35747f8c3528bb8633d5f7f58b424d48b705 -MD5 f86e74eefc47b67a731076f226535f48 gconfmm-2.16.0.ebuild 745 -RMD160 0a7f68e00bc4be22f436d93f701bf3a2f12eb4fd gconfmm-2.16.0.ebuild 745 -SHA256 c3e8986997781e109599a234acac35747f8c3528bb8633d5f7f58b424d48b705 gconfmm-2.16.0.ebuild 745 -MD5 354d7721ed06834e81e65b3db160e850 files/digest-gconfmm-2.16.0 247 -RMD160 182441638a6337e26cccc9c4e7bb20b8dc1a98f5 files/digest-gconfmm-2.16.0 247 -SHA256 4121a057e1923a45266a629a49d7c708a998a342ec394492b7b259ce9e555cd1 files/digest-gconfmm-2.16.0 247 diff --git a/dev-cpp/gconfmm/files/digest-gconfmm-2.16.0 b/dev-cpp/gconfmm/files/digest-gconfmm-2.16.0 deleted file mode 100644 index d8ddacc..0000000 --- a/dev-cpp/gconfmm/files/digest-gconfmm-2.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b3aa57276f6f63c4effc585ba205a3d gconfmm-2.16.0.tar.bz2 275789 -RMD160 953af54d8c244c1776e228656df7e95d869bfb9f gconfmm-2.16.0.tar.bz2 275789 -SHA256 514f1062d85b7b3843f461b095b64551f20e647386dab6a513982af52e0392f2 gconfmm-2.16.0.tar.bz2 275789 diff --git a/dev-cpp/gconfmm/gconfmm-2.16.0.ebuild b/dev-cpp/gconfmm/gconfmm-2.16.0.ebuild deleted file mode 100644 index c23b77e..0000000 --- a/dev-cpp/gconfmm/gconfmm-2.16.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.12.0.ebuild,v 1.13 2006/08/13 18:03:36 corsair Exp $ - -inherit gnome2 eutils - -DESCRIPTION="C++ bindings for GConf" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -RDEPEND=">=gnome-base/gconf-2.4 - >=dev-cpp/glibmm-2.12 - >=dev-cpp/gtkmm-2.4" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL" - -src_compile() { - if useq amd64; then - aclocal -I scripts - libtoolize --force --copy - automake -c -f - autoconf - fi - - gnome2_src_compile -} diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest deleted file mode 100644 index a87e888..0000000 --- a/dev-cpp/glibmm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST glibmm-2.12.0.tar.bz2 2351848 RMD160 868c3de5357a4dcb6c4088c371d999749e1d2967 SHA1 7090c7686a5325152eb98b396896289a4992e6ad SHA256 0fe00e4b1799c71177f9ce426bf1abdc5680b0f735971ef02ef1d9330c9372d7 -EBUILD glibmm-2.12.0.ebuild 1185 RMD160 90c4432b8285182122a2d6aa7e3c133fbafb49fb SHA1 89426510c3fc728a045f08148a146d1444849129 SHA256 d9547446bcff8db38fc13a59602f8b7d2470dbcb9aee41e9ab1e36aec11f8b0d -MD5 b8b14b1e5023c46478a6837e5f02b9f7 glibmm-2.12.0.ebuild 1185 -RMD160 90c4432b8285182122a2d6aa7e3c133fbafb49fb glibmm-2.12.0.ebuild 1185 -SHA256 d9547446bcff8db38fc13a59602f8b7d2470dbcb9aee41e9ab1e36aec11f8b0d glibmm-2.12.0.ebuild 1185 -MD5 e08fe736a1fb2642998f1925a1d27509 files/digest-glibmm-2.12.0 247 -RMD160 21659960e78f7d0891830c33c6480d4cc7921a75 files/digest-glibmm-2.12.0 247 -SHA256 bb74a47db32de0c27040d3e67048981558aa03c44d027ec39f7442290438a145 files/digest-glibmm-2.12.0 247 diff --git a/dev-cpp/glibmm/files/digest-glibmm-2.12.0 b/dev-cpp/glibmm/files/digest-glibmm-2.12.0 deleted file mode 100644 index 3fcf779..0000000 --- a/dev-cpp/glibmm/files/digest-glibmm-2.12.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5f6c1ced9e2537f512d5b37f7f2f58ce glibmm-2.12.0.tar.bz2 2351848 -RMD160 868c3de5357a4dcb6c4088c371d999749e1d2967 glibmm-2.12.0.tar.bz2 2351848 -SHA256 0fe00e4b1799c71177f9ce426bf1abdc5680b0f735971ef02ef1d9330c9372d7 glibmm-2.12.0.tar.bz2 2351848 diff --git a/dev-cpp/glibmm/glibmm-2.12.0.ebuild b/dev-cpp/glibmm/glibmm-2.12.0.ebuild deleted file mode 100644 index 5b12cbe..0000000 --- a/dev-cpp/glibmm/glibmm-2.12.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.9.1.ebuild,v 1.1 2006/09/07 04:21:06 dang Exp $ - -inherit gnome2 - -DESCRIPTION="C++ interface for glib2" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libsigc++-2.0.11 - >=dev-libs/glib-2.9" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -DOCS="AUTHORS CHANGES ChangeLog NEWS README" - -src_unpack() { - unpack ${A} - cd ${S} - - # don't waste time building the examples - sed -i 's/^\(SUBDIRS =.*\)examples docs\(.*\)$/\1\2/' Makefile.in || \ - die "sed Makefile.in failed" - - # fix image paths - if use doc ; then - sed -i 's|../../images/||g' docs/reference/html/*.html || \ - die "sed failed" - fi -} - -src_install() { - gnome2_src_install - rm -fr ${D}/usr/share/doc/glibmm-2.4 - if use doc ; then - # API Reference - dohtml -r docs/reference/html/* docs/images/* - # examples - find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null - cp -R examples ${D}/usr/share/doc/${PF} - fi -} diff --git a/dev-cpp/gnome-vfsmm/Manifest b/dev-cpp/gnome-vfsmm/Manifest deleted file mode 100644 index 325b664..0000000 --- a/dev-cpp/gnome-vfsmm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST gnome-vfsmm-2.16.0.tar.bz2 328827 RMD160 464f50d37197cfa802efba388b6ea531c8378749 SHA1 97ba002b42ef0903e1b3453bc5130c7c2159359a SHA256 1db5a031a0cc3649c487ba85cd6116f73aab067f1b8ff2370733dbc42e6b70e1 -EBUILD gnome-vfsmm-2.16.0.ebuild 724 RMD160 5ad54e67fd91d9e0f6e83ab5fe1bce5b846648ef SHA1 9e08b8e0dc8b0c0087eeffdd75b5fa61273f4732 SHA256 e1165b735024ebaeacee3d70e1d47ff0c2413ec6bab8948b9bcb44ddd95b1653 -MD5 db731e39b1f6927b464a255fe51ed933 gnome-vfsmm-2.16.0.ebuild 724 -RMD160 5ad54e67fd91d9e0f6e83ab5fe1bce5b846648ef gnome-vfsmm-2.16.0.ebuild 724 -SHA256 e1165b735024ebaeacee3d70e1d47ff0c2413ec6bab8948b9bcb44ddd95b1653 gnome-vfsmm-2.16.0.ebuild 724 -MD5 b3cf3fba772d68d5ff14a667a16b6697 files/digest-gnome-vfsmm-2.16.0 259 -RMD160 4d33bf6f65743c687d95c9853b749be4ced12462 files/digest-gnome-vfsmm-2.16.0 259 -SHA256 932cb804f5faa46aa71750404178238f9c7cd65df22d46053550037b699363bd files/digest-gnome-vfsmm-2.16.0 259 diff --git a/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.16.0 b/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.16.0 deleted file mode 100644 index aaa536e..0000000 --- a/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 523d7195cabaf2ecfeda9f6683f475d1 gnome-vfsmm-2.16.0.tar.bz2 328827 -RMD160 464f50d37197cfa802efba388b6ea531c8378749 gnome-vfsmm-2.16.0.tar.bz2 328827 -SHA256 1db5a031a0cc3649c487ba85cd6116f73aab067f1b8ff2370733dbc42e6b70e1 gnome-vfsmm-2.16.0.tar.bz2 328827 diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild deleted file mode 100644 index faf79a1..0000000 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.12.0.ebuild,v 1.13 2006/08/13 18:14:47 corsair Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for gnome-vfs" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -RDEPEND=">=gnome-base/gnome-vfs-2.6 - >=dev-cpp/glibmm-2.4" -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README INSTALL" - -src_compile() { - if useq amd64; then - aclocal -I scripts - automake -c -f - autoconf - libtoolize --copy --force - fi - - gnome2_src_compile -} diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest deleted file mode 100644 index cc54919..0000000 --- a/dev-cpp/gtkmm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST gtkmm-2.10.1.tar.bz2 7259967 RMD160 5767af028d3d0b8917d78d63d3ac367487349e0a SHA1 f0c8e2afe1a735120630f5151fe58d6f899534d7 SHA256 855c2b44c472b9c85ededa96ed3082917da3162941032acd716ec2505eba5696 -EBUILD gtkmm-2.10.1.ebuild 644 RMD160 b432cc54595a9fa922375c854b04a461d0edda49 SHA1 57d00eb0f5c6348cb620f58cffb27ae7ec32fb4b SHA256 8c4f3ad7003e9b19760abff6f95f0e8a26adec309a398fb8e782aa81e1138534 -MD5 0c31b697207dab4b3b604af6af00f566 gtkmm-2.10.1.ebuild 644 -RMD160 b432cc54595a9fa922375c854b04a461d0edda49 gtkmm-2.10.1.ebuild 644 -SHA256 8c4f3ad7003e9b19760abff6f95f0e8a26adec309a398fb8e782aa81e1138534 gtkmm-2.10.1.ebuild 644 -MD5 99fcbe95c2e1d70c61e050190202b38f files/digest-gtkmm-2.10.1 244 -RMD160 11213791e85eb961a77ad56f6de1ac753874671f files/digest-gtkmm-2.10.1 244 -SHA256 d1a2bdcb38652e6ee41ec3ab336fa3ba1d90eacd7d5093ffc95a481335e8dcd8 files/digest-gtkmm-2.10.1 244 diff --git a/dev-cpp/gtkmm/files/digest-gtkmm-2.10.1 b/dev-cpp/gtkmm/files/digest-gtkmm-2.10.1 deleted file mode 100644 index 601eb77..0000000 --- a/dev-cpp/gtkmm/files/digest-gtkmm-2.10.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d661420297e7486a0e0f715f352b4100 gtkmm-2.10.1.tar.bz2 7259967 -RMD160 5767af028d3d0b8917d78d63d3ac367487349e0a gtkmm-2.10.1.tar.bz2 7259967 -SHA256 855c2b44c472b9c85ededa96ed3082917da3162941032acd716ec2505eba5696 gtkmm-2.10.1.tar.bz2 7259967 diff --git a/dev-cpp/gtkmm/gtkmm-2.10.1.ebuild b/dev-cpp/gtkmm/gtkmm-2.10.1.ebuild deleted file mode 100644 index 7029c41..0000000 --- a/dev-cpp/gtkmm/gtkmm-2.10.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.8.3.ebuild,v 1.11 2006/08/16 15:00:55 corsair Exp $ - -inherit gnome2 - -DESCRIPTION="C++ interface for GTK+2" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.4" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-cpp/glibmm-2.11.3 - >=x11-libs/gtk+-2.10.0 - >=dev-libs/libsigc++-2.0 - >=dev-libs/atk-1.9.1 - >=dev-cpp/cairomm-1.1.12" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -G2CONF="--disable-examples --disable-demos" - -DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README" diff --git a/dev-cpp/libglademm/Manifest b/dev-cpp/libglademm/Manifest deleted file mode 100644 index 04a69ec..0000000 --- a/dev-cpp/libglademm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST libglademm-2.6.3.tar.bz2 560410 RMD160 06db0ef352f79ea36df010005abcafc30cda067e SHA1 225320e0fa070fdbfa82daf3b0db063e46292d1a SHA256 55e14ffe1dd4fcd76ae326660e440d63dcd3832dc59a7e47660f92999ae9f9c5 -EBUILD libglademm-2.6.3.ebuild 727 RMD160 2b02c15debe46358c90f945e0d4326902539aa4b SHA1 e12593f0e7672109ab9175cb7586543f3667f419 SHA256 9e52d0912253852f123ae3bc87f14bd1f93c0b2c6574f3ae188d46eb479fc4d3 -MD5 e102c5ce8fc0776a08c670fe0ff3129b libglademm-2.6.3.ebuild 727 -RMD160 2b02c15debe46358c90f945e0d4326902539aa4b libglademm-2.6.3.ebuild 727 -SHA256 9e52d0912253852f123ae3bc87f14bd1f93c0b2c6574f3ae188d46eb479fc4d3 libglademm-2.6.3.ebuild 727 -MD5 71fc28de53ca90858cbe558eac847087 files/digest-libglademm-2.6.3 253 -RMD160 1b90ce25b2b5a5a1dab98957d469a20795a1cdc2 files/digest-libglademm-2.6.3 253 -SHA256 bb78eb927539f40e252608a97e658e27234b94dbf6b4e2694b5acfe325286fd1 files/digest-libglademm-2.6.3 253 diff --git a/dev-cpp/libglademm/files/digest-libglademm-2.6.3 b/dev-cpp/libglademm/files/digest-libglademm-2.6.3 deleted file mode 100644 index 43a1336..0000000 --- a/dev-cpp/libglademm/files/digest-libglademm-2.6.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3dd3c3777c4407b8a330bd79089ddbfc libglademm-2.6.3.tar.bz2 560410 -RMD160 06db0ef352f79ea36df010005abcafc30cda067e libglademm-2.6.3.tar.bz2 560410 -SHA256 55e14ffe1dd4fcd76ae326660e440d63dcd3832dc59a7e47660f92999ae9f9c5 libglademm-2.6.3.tar.bz2 560410 diff --git a/dev-cpp/libglademm/libglademm-2.6.3.ebuild b/dev-cpp/libglademm/libglademm-2.6.3.ebuild deleted file mode 100644 index e3d9654..0000000 --- a/dev-cpp/libglademm/libglademm-2.6.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.2.ebuild,v 1.14 2006/08/16 15:01:40 corsair Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for libglade" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.4" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=gnome-base/libglade-2.3.6 - >=dev-cpp/gtkmm-2.6" -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -src_compile() { - if useq amd64; then - aclocal -I scripts - libtoolize --force --copy - automake -c -f - autoconf - fi - - gnome2_src_compile -} - -DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/dev-cpp/libgnomecanvasmm/Manifest b/dev-cpp/libgnomecanvasmm/Manifest deleted file mode 100644 index f996462..0000000 --- a/dev-cpp/libgnomecanvasmm/Manifest +++ /dev/null @@ -1,16 +0,0 @@ -AUX 2.0.1-gcc3.4-after-cvs.patch 2679 RMD160 6b964aee7746944bc70b426acf82b839adedf570 SHA1 98e90f3e521e7c068fc94e1ecc5d0ff3e12ba33a SHA256 57ab39a490fc66f80f64c6acc5a40477943d78df5cd87c74ae7310621c75d19a -MD5 c411f9f7919161492f9a879b4011fe03 files/2.0.1-gcc3.4-after-cvs.patch 2679 -RMD160 6b964aee7746944bc70b426acf82b839adedf570 files/2.0.1-gcc3.4-after-cvs.patch 2679 -SHA256 57ab39a490fc66f80f64c6acc5a40477943d78df5cd87c74ae7310621c75d19a files/2.0.1-gcc3.4-after-cvs.patch 2679 -AUX 2.0.1-gcc3.4-to-cvs.patch 1584 RMD160 4b7e217f6a7b08973831d0b7c3a4271f92069c36 SHA1 d7cde0c8e587dc77e92742eb6633165cee8144be SHA256 1c3e6408779fd14a407009671d78290a3af2dc119fd8c6d82e8ca356a7d0f736 -MD5 4e3e036401274ab4b34a7ea14bece6be files/2.0.1-gcc3.4-to-cvs.patch 1584 -RMD160 4b7e217f6a7b08973831d0b7c3a4271f92069c36 files/2.0.1-gcc3.4-to-cvs.patch 1584 -SHA256 1c3e6408779fd14a407009671d78290a3af2dc119fd8c6d82e8ca356a7d0f736 files/2.0.1-gcc3.4-to-cvs.patch 1584 -DIST libgnomecanvasmm-2.16.0.tar.bz2 333980 RMD160 389af85e73d3d7da5875eb39a373fa320903b452 SHA1 0b36fc6062a5ce133f3baa1ebc941b82b19ac4f7 SHA256 5f3297cb1b047bc5a02044f54847fbcd7d0044461fc5f28ee351d2d4f6b91ed7 -EBUILD libgnomecanvasmm-2.16.0.ebuild 1001 RMD160 f18360907d3eaccc9ce547b3c324220fabd5fda1 SHA1 40154bbb514b5f077601b4afc6be094eb7643435 SHA256 d85bd1a89c07c8a2fa05f5d2a3a84758c404b9aa146a1225a8a5dc377f571bfc -MD5 221e70f0f120a2ce393f8534e45436a4 libgnomecanvasmm-2.16.0.ebuild 1001 -RMD160 f18360907d3eaccc9ce547b3c324220fabd5fda1 libgnomecanvasmm-2.16.0.ebuild 1001 -SHA256 d85bd1a89c07c8a2fa05f5d2a3a84758c404b9aa146a1225a8a5dc377f571bfc libgnomecanvasmm-2.16.0.ebuild 1001 -MD5 af7249acf3e5328061362edc39f6b62d files/digest-libgnomecanvasmm-2.16.0 274 -RMD160 eb540f2f46a8c190cb868a9985977f0d633783b8 files/digest-libgnomecanvasmm-2.16.0 274 -SHA256 180bc861f74210f69ade638ba36bf10e1c5a8952e81a709c1305619e4b131e89 files/digest-libgnomecanvasmm-2.16.0 274 diff --git a/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-after-cvs.patch b/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-after-cvs.patch deleted file mode 100644 index 0bd9f26..0000000 --- a/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-after-cvs.patch +++ /dev/null @@ -1,80 +0,0 @@ -Index: ChangeLog -=================================================================== -RCS file: /cvs/gnome/gnomemm/libgnomecanvasmm/ChangeLog,v -retrieving revision 1.55.2.2 -diff -u -p -r1.55.2.2 ChangeLog ---- ChangeLog 2 May 2004 10:06:31 -0000 1.55.2.2 -+++ ChangeLog 11 Jul 2004 18:05:21 -0000 -@@ -1,3 +1,7 @@ -+2004-07-11 Ed Catmur <ed@catmur.co.uk> -+ -+ * examples/canvas_events/canvas_events.cc: use named enum, for gcc 3.4 -+ - 2004-05-01 Takashi Takekawa <takekawa@users.sourceforge.jp> - - * libgnomecanvas/libgnomecanvas.[h,cc] (GNOMEMM_PROPERTY, -Index: examples/canvas_events/canvas_events.cc -=================================================================== -RCS file: /cvs/gnome/gnomemm/libgnomecanvasmm/examples/canvas_events/canvas_events.cc,v -retrieving revision 1.1 -diff -u -p -r1.1 canvas_events.cc ---- examples/canvas_events/canvas_events.cc 9 Dec 2002 09:41:19 -0000 1.1 -+++ examples/canvas_events/canvas_events.cc 11 Jul 2004 18:05:21 -0000 -@@ -14,7 +14,7 @@ - - guint32 etime = 0; - guint status = 0; --enum -+enum someEnum - { - CE = 0, - CEA = 1, -@@ -42,12 +42,12 @@ public: - virtual ~CanvasExample(); - - protected: -- void on_event_explorer_notify(GdkEvent* e, guint caller); -- void on_button_event_stub_notify(GdkEventButton* e, guint caller); -- bool on_button_event_stub(GdkEventButton* e, guint caller); -+ void on_event_explorer_notify(GdkEvent* e, someEnum caller); -+ void on_button_event_stub_notify(GdkEventButton* e, someEnum caller); -+ bool on_button_event_stub(GdkEventButton* e, someEnum caller); - - private: -- bool on_event_explorer(GdkEvent* e, guint caller); -+ bool on_event_explorer(GdkEvent* e, someEnum caller); - Gnome::Canvas::Group m_canvasgroup; - }; - -@@ -89,7 +89,7 @@ CanvasExample::~CanvasExample() - } - - bool --CanvasExample::on_event_explorer(GdkEvent* e, guint caller) -+CanvasExample::on_event_explorer(GdkEvent* e, someEnum caller) - { - GdkEventButton* b; - // Ignore all but button-press events: -@@ -133,19 +133,19 @@ CanvasExample::on_event_explorer(GdkEven - } - - void --CanvasExample::on_event_explorer_notify(GdkEvent* e, guint caller) -+CanvasExample::on_event_explorer_notify(GdkEvent* e, someEnum caller) - { - std::cerr << "on_event_explorer_notify" << std::endl; - } - - bool --CanvasExample::on_button_event_stub(GdkEventButton* b, guint caller) -+CanvasExample::on_button_event_stub(GdkEventButton* b, someEnum caller) - { - return on_event_explorer((GdkEvent *) b, caller); - } - - void --CanvasExample::on_button_event_stub_notify(GdkEventButton* b, guint caller) -+CanvasExample::on_button_event_stub_notify(GdkEventButton* b, someEnum caller) - { - std::cerr << "on_button_event_stub_notify" << std::endl; - } diff --git a/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-to-cvs.patch b/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-to-cvs.patch deleted file mode 100644 index 01ed843..0000000 --- a/dev-cpp/libgnomecanvasmm/files/2.0.1-gcc3.4-to-cvs.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- libgnomecanvas/src/line.hg 2004/07/09 08:38:56 1.1 -+++ libgnomecanvas/src/line.hg 2004/07/09 08:40:31 -@@ -115,7 +115,7 @@ namespace Glib - { - - template <> --class Glib::Value<Gnome::Canvas::Points> : public Glib::Value_Boxed<Gnome::Canvas::Points> -+class Value<Gnome::Canvas::Points> : public Value_Boxed<Gnome::Canvas::Points> - { - public: - static GType value_type() G_GNUC_CONST; ---- libgnomecanvas/libgnomecanvasmm/line.h 2004/07/09 08:42:09 1.1 -+++ libgnomecanvas/libgnomecanvasmm/line.h 2004/07/09 08:42:34 -@@ -286,7 +286,7 @@ namespace Glib - { - - template <> --class Glib::Value<Gnome::Canvas::Points> : public Glib::Value_Boxed<Gnome::Canvas::Points> -+class Value<Gnome::Canvas::Points> : public Value_Boxed<Gnome::Canvas::Points> - { - public: - static GType value_type() G_GNUC_CONST; ---- ChangeLog 11 Jul 2004 18:10:49 -0000 -+++ ChangeLog 2 May 2004 10:06:31 -0000 1.55.2.2 -@@ -1,3 +1,17 @@ -+2004-05-01 Takashi Takekawa <takekawa@users.sourceforge.jp> -+ -+ * libgnomecanvas/libgnomecanvas.[h,cc] (GNOMEMM_PROPERTY, -+ GNOMEMM_PROPERTY_IMPL): fixed doubled '>' when T is a template class, -+ for the Intel compiler. -+ * libgnomecanvas/src/line.hg: deleted unnecessary namespace -+ qualification, for the Intel compiler. -+ -+2003-12-21 Eric Bourque <ericb@computer.org> -+ * libgnomecanvasmm.spec.in: fixed dependency to gtkmm2 instead of gtkmm -+ -+2003-09-25 Eric Bourque <ericb@computer.org> -+ * libgnomecanvasmm.spec.in: updated for libgnomecanvasmm-2.0 -+ - 2.0.1: - - 2003-08-22 Murray Cumming <murrayc@usa.net> diff --git a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.16.0 b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.16.0 deleted file mode 100644 index 26c9baf..0000000 --- a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fe54d7f437d03044f863672d6dd38e9f libgnomecanvasmm-2.16.0.tar.bz2 333980 -RMD160 389af85e73d3d7da5875eb39a373fa320903b452 libgnomecanvasmm-2.16.0.tar.bz2 333980 -SHA256 5f3297cb1b047bc5a02044f54847fbcd7d0044461fc5f28ee351d2d4f6b91ed7 libgnomecanvasmm-2.16.0.tar.bz2 333980 diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild deleted file mode 100644 index 52c8164..0000000 --- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.16.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.12.0.ebuild,v 1.12 2006/07/15 03:25:34 vapier Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for libgnomecanvas" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="doc" - -RDEPEND=">=gnome-base/libgnomecanvas-2.6 - >=dev-cpp/gtkmm-2.4" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( app-doc/doxygen )" - -DOCS="AUTHORS ChangeLog NEWS README TODO INSTALL" - -src_compile() { - if useq amd64; then - libtoolize --copy --force - aclocal -I scripts - autoconf - automake -c -f - fi - - gnome2_src_compile - - if use doc ; then - einfo "Building API documentation" - cd docs/reference - emake || die "failed to build API docs" - fi -} - -src_install() { - gnome2_src_install - - if use doc ; then - cd docs/reference - dohtml -r html/* - fi -} diff --git a/dev-cpp/libgnomemm/Manifest b/dev-cpp/libgnomemm/Manifest deleted file mode 100644 index bcdc409..0000000 --- a/dev-cpp/libgnomemm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST libgnomemm-2.16.0.tar.bz2 256478 RMD160 f325ea83972aaea1f68feac3caac7bfa063108ca SHA1 6b22b787d813769d54313dd4a9567b43dab08f61 SHA256 4a90c066a09539e159e1abfd2acbc189e814f558e4e0ef33e46b5fc8af57b2d5 -EBUILD libgnomemm-2.16.0.ebuild 716 RMD160 650b1b7ce2e65e9422c61ae55ed506589c862bf5 SHA1 1f9bdb5db8b376a357152c19689e5dac224916c3 SHA256 d6ab39bcf534186e6886073b352c61dd420667c68abaf1cbcd69d3ca95ef6421 -MD5 9c204dcdb48c2a00c16db30f139e9975 libgnomemm-2.16.0.ebuild 716 -RMD160 650b1b7ce2e65e9422c61ae55ed506589c862bf5 libgnomemm-2.16.0.ebuild 716 -SHA256 d6ab39bcf534186e6886073b352c61dd420667c68abaf1cbcd69d3ca95ef6421 libgnomemm-2.16.0.ebuild 716 -MD5 11c1dea0e8c753385ac4fd5d4293b159 files/digest-libgnomemm-2.16.0 256 -RMD160 656af7466e82379dfe35d3b3beb214c90a1fce51 files/digest-libgnomemm-2.16.0 256 -SHA256 019903a7bfcb771e1c28cd6038bae75e50ce04e4469a01dbe189b98979d162ca files/digest-libgnomemm-2.16.0 256 diff --git a/dev-cpp/libgnomemm/files/digest-libgnomemm-2.16.0 b/dev-cpp/libgnomemm/files/digest-libgnomemm-2.16.0 deleted file mode 100644 index 8013c0a..0000000 --- a/dev-cpp/libgnomemm/files/digest-libgnomemm-2.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2971eea9ebe6041735375e765322c51f libgnomemm-2.16.0.tar.bz2 256478 -RMD160 f325ea83972aaea1f68feac3caac7bfa063108ca libgnomemm-2.16.0.tar.bz2 256478 -SHA256 4a90c066a09539e159e1abfd2acbc189e814f558e4e0ef33e46b5fc8af57b2d5 libgnomemm-2.16.0.tar.bz2 256478 diff --git a/dev-cpp/libgnomemm/libgnomemm-2.16.0.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.16.0.ebuild deleted file mode 100644 index ec005c7..0000000 --- a/dev-cpp/libgnomemm/libgnomemm-2.16.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild,v 1.13 2006/08/16 15:02:25 corsair Exp $ - -inherit gnome2 - -DESCRIPTION="C++ bindings for libgnome" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -RDEPEND=">=dev-cpp/gtkmm-2.8 - >=gnome-base/libgnome-2.6" -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_compile() { - if useq amd64; then - aclocal -I scripts - automake -c -f - autoconf - libtoolize --copy --force - fi - - gnome2_src_compile -} diff --git a/dev-cpp/libgnomeuimm/Manifest b/dev-cpp/libgnomeuimm/Manifest deleted file mode 100644 index 9291157..0000000 --- a/dev-cpp/libgnomeuimm/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST libgnomeuimm-2.16.0.tar.bz2 329032 RMD160 3c90a703ffcb685d492217382763a610c4916390 SHA1 c309a8ab59d17774e8b78a948a2f9888d951ca73 SHA256 f8751dc6b4aa6b47887dd94b95ad697c6c6ab6e58bb7395420c2b060c0e47fb5 -EBUILD libgnomeuimm-2.16.0.ebuild 848 RMD160 c13a311bb395a6ea18e05ccfe55300fa8f28a810 SHA1 70e3db8875b7bc613fbfe9b36a074523a436de8f SHA256 8f7c7e49cbedd2ccf359da7c0f8e18f549a8209e38817ad932dc96473a04dbf8 -MD5 1d83a411cc52263564da9381c60046bf libgnomeuimm-2.16.0.ebuild 848 -RMD160 c13a311bb395a6ea18e05ccfe55300fa8f28a810 libgnomeuimm-2.16.0.ebuild 848 -SHA256 8f7c7e49cbedd2ccf359da7c0f8e18f549a8209e38817ad932dc96473a04dbf8 libgnomeuimm-2.16.0.ebuild 848 -MD5 1d1773bfe3f229b2434dd5484a048490 files/digest-libgnomeuimm-2.16.0 262 -RMD160 a85c6de48d3761160be0402a7c4d770c1f4184b9 files/digest-libgnomeuimm-2.16.0 262 -SHA256 b5acf1b009f0e4ac86831784875d6094f20de425bd482315af1730585c698d3f files/digest-libgnomeuimm-2.16.0 262 diff --git a/dev-cpp/libgnomeuimm/files/digest-libgnomeuimm-2.16.0 b/dev-cpp/libgnomeuimm/files/digest-libgnomeuimm-2.16.0 deleted file mode 100644 index 87ddea5..0000000 --- a/dev-cpp/libgnomeuimm/files/digest-libgnomeuimm-2.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3015a41496834179db913cccda05a5e4 libgnomeuimm-2.16.0.tar.bz2 329032 -RMD160 3c90a703ffcb685d492217382763a610c4916390 libgnomeuimm-2.16.0.tar.bz2 329032 -SHA256 f8751dc6b4aa6b47887dd94b95ad697c6c6ab6e58bb7395420c2b060c0e47fb5 libgnomeuimm-2.16.0.tar.bz2 329032 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.16.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.16.0.ebuild deleted file mode 100644 index 750c843..0000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.16.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild,v 1.13 2006/08/13 19:00:24 corsair Exp $ - -inherit gnome2 eutils - -DESCRIPTION="C++ bindings for libgnomeui" -HOMEPAGE="http://gtkmm.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -RDEPEND=">=gnome-base/libgnomeui-2.7.1 - >=dev-cpp/libgnomemm-2.14 - >=dev-cpp/libgnomecanvasmm-2.6 - >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/gnome-vfsmm-2.6" -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS INSTALL TODO" - -src_compile() { - if useq amd64; then - aclocal -I scripts - automake -c -f - autoconf - libtoolize --copy --force - fi - - gnome2_src_compile -} diff --git a/dev-util/debugedit/Manifest b/dev-util/debugedit/Manifest deleted file mode 100644 index 4ef02d0..0000000 --- a/dev-util/debugedit/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST debugedit-4.4.3.tar.bz2 12942 RMD160 b4dadb3976d43ae1a0f264a461da93d6daf1c459 SHA256 c313405f02ce932dddb5bd49b4920aa4b9cc68499549d795aca51685ae23b42f size 12942 -EBUILD debugedit-4.4.3.ebuild 592 RMD160 f2c9f6b56c0341d1eeb98ef901774ad94b140689 SHA1 be917c879098333f994f092ca0d89fb61077f46b SHA256 a93288d10383e04388cdfdbb4dedbb31b57f9bf2411d5cd10940405387d713c2 size 592 -MD5 ba7fbf6627afbe6665457dbdb34af03f debugedit-4.4.3.ebuild 592 -RMD160 f2c9f6b56c0341d1eeb98ef901774ad94b140689 debugedit-4.4.3.ebuild 592 -SHA256 a93288d10383e04388cdfdbb4dedbb31b57f9bf2411d5cd10940405387d713c2 debugedit-4.4.3.ebuild 592 -MD5 af0f35d11db28bc45018514df96d4630 files/digest-debugedit-4.4.3 247 -RMD160 9dadceff35c204e70f258938fa45d693e8437a58 files/digest-debugedit-4.4.3 247 -SHA256 a447e75ed0d4096234c8fd19b64a7151b180fc2a981eca6516a99b0e235de3eb files/digest-debugedit-4.4.3 247 diff --git a/dev-util/debugedit/debugedit-4.4.3.ebuild b/dev-util/debugedit/debugedit-4.4.3.ebuild deleted file mode 100644 index 85fbf5a..0000000 --- a/dev-util/debugedit/debugedit-4.4.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debugedit/debugedit-4.4.3.ebuild,v 1.2 2006/02/13 03:12:20 tester Exp $ - -DESCRIPTION="Standalone debugedit taken from rpm" - -HOMEPAGE="http://www.rpm.org/" -SRC_URI="http://dev.gentoo.org/~tester/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/popt - dev-libs/elfutils" -#RDEPEND="" - -S=${WORKDIR}/${P} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin debugedit -} diff --git a/dev-util/debugedit/files/digest-debugedit-4.4.3 b/dev-util/debugedit/files/digest-debugedit-4.4.3 deleted file mode 100644 index 760d244..0000000 --- a/dev-util/debugedit/files/digest-debugedit-4.4.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 10bdb902299d989bf7cceb9ac7121855 debugedit-4.4.3.tar.bz2 12942 -RMD160 b4dadb3976d43ae1a0f264a461da93d6daf1c459 debugedit-4.4.3.tar.bz2 12942 -SHA256 c313405f02ce932dddb5bd49b4920aa4b9cc68499549d795aca51685ae23b42f debugedit-4.4.3.tar.bz2 12942 diff --git a/games-fps/sauerbraten/Manifest b/games-fps/sauerbraten/Manifest deleted file mode 100644 index 4183597..0000000 --- a/games-fps/sauerbraten/Manifest +++ /dev/null @@ -1,17 +0,0 @@ -DIST sauerbraten_2006_03_20_shader_edition_linux.tar.gz 51374842 RMD160 d866950d7d686070d7a8c034641d8da8ccc33c8c SHA256 e3cb43409e883cbfc21dabf62d7e5d033c82dfc8c6672d21ed11899278aefd8a size 51374842 -DIST sauerbraten_2006_03_20_shader_edition_win32_linux_PATCH.zip 320301 RMD160 922f5d99b755d19a1a441485ca41340a37f8c483 SHA256 3296449d8090f6a909e2cd437e4495735461654169f8e5295db39df4e34cec0a size 320301 -DIST sauerbraten_2006_04_26_occlusion_edition_linux.tar.gz 64510595 RMD160 fa4af602084c422d7374b8bcbf2ef7aa68c5f79c SHA256 2da5c82fb2a5442cd61d00016bcea6a5676b48cf702436e29d528da8a6532035 size 64510595 -EBUILD sauerbraten-0.0.20060320.ebuild 2449 RMD160 6ae3cffcf14c32cfe4db6a10fbd881a8485ff916 SHA1 b7854c4888442f4aa3491ff918dae1f7474b655a SHA256 1f2067afe088b412666d025fc17b3f9855c5506c468ecc597d0a3b5fcd9f81b2 size 2449 -MD5 ae5ddf7782be89d4b8243f0f481b4233 sauerbraten-0.0.20060320.ebuild 2449 -RMD160 6ae3cffcf14c32cfe4db6a10fbd881a8485ff916 sauerbraten-0.0.20060320.ebuild 2449 -SHA256 1f2067afe088b412666d025fc17b3f9855c5506c468ecc597d0a3b5fcd9f81b2 sauerbraten-0.0.20060320.ebuild 2449 -EBUILD sauerbraten-20060426.ebuild 2336 RMD160 b68aea3413df5ffe4679c96d955c413a3d10cb3a SHA1 1bda3d0fefdc605239b21a7b741cb97928ca44f3 SHA256 0c7f61344d7e34d3b33fd30adbbad7cea47347ffb2438e0b002b3eff065cc1dc size 2336 -MD5 077d6ddc8fdc0d780998344eeb412077 sauerbraten-20060426.ebuild 2336 -RMD160 b68aea3413df5ffe4679c96d955c413a3d10cb3a sauerbraten-20060426.ebuild 2336 -SHA256 0c7f61344d7e34d3b33fd30adbbad7cea47347ffb2438e0b002b3eff065cc1dc sauerbraten-20060426.ebuild 2336 -MD5 33bead34fb19b68571d2ece7405123c4 files/digest-sauerbraten-0.0.20060320 695 -RMD160 a8646043468a49ee781e3a15afa593cd4d848b0f files/digest-sauerbraten-0.0.20060320 695 -SHA256 d44bc08c5641728fdfd42c5cf0e838239c15f85172707ea46b0e5e9c3c1dc3fa files/digest-sauerbraten-0.0.20060320 695 -MD5 49fc214d8205a7304b52ed498bd8c368 files/digest-sauerbraten-20060426 346 -RMD160 f114bb5c61108809e193fb3d55944fed4776e494 files/digest-sauerbraten-20060426 346 -SHA256 c13ac540d345027d0e05771e66f6d4ae09332bb9094a1e80332496a2a5e40a85 files/digest-sauerbraten-20060426 346 diff --git a/games-fps/sauerbraten/files/digest-sauerbraten-0.0.20060320 b/games-fps/sauerbraten/files/digest-sauerbraten-0.0.20060320 deleted file mode 100644 index 83d8e6b..0000000 --- a/games-fps/sauerbraten/files/digest-sauerbraten-0.0.20060320 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 0eb564fc664145c3744780a070c8bfec sauerbraten_2006_03_20_shader_edition_linux.tar.gz 51374842 -RMD160 d866950d7d686070d7a8c034641d8da8ccc33c8c sauerbraten_2006_03_20_shader_edition_linux.tar.gz 51374842 -SHA256 e3cb43409e883cbfc21dabf62d7e5d033c82dfc8c6672d21ed11899278aefd8a sauerbraten_2006_03_20_shader_edition_linux.tar.gz 51374842 -MD5 e102614c5c828f6b4ccf2b8f4afbf6a9 sauerbraten_2006_03_20_shader_edition_win32_linux_PATCH.zip 320301 -RMD160 922f5d99b755d19a1a441485ca41340a37f8c483 sauerbraten_2006_03_20_shader_edition_win32_linux_PATCH.zip 320301 -SHA256 3296449d8090f6a909e2cd437e4495735461654169f8e5295db39df4e34cec0a sauerbraten_2006_03_20_shader_edition_win32_linux_PATCH.zip 320301 diff --git a/games-fps/sauerbraten/files/digest-sauerbraten-20060426 b/games-fps/sauerbraten/files/digest-sauerbraten-20060426 deleted file mode 100644 index 4fceb4e..0000000 --- a/games-fps/sauerbraten/files/digest-sauerbraten-20060426 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a01545af15950b8c20a68d49bac2fcd4 sauerbraten_2006_04_26_occlusion_edition_linux.tar.gz 64510595 -RMD160 fa4af602084c422d7374b8bcbf2ef7aa68c5f79c sauerbraten_2006_04_26_occlusion_edition_linux.tar.gz 64510595 -SHA256 2da5c82fb2a5442cd61d00016bcea6a5676b48cf702436e29d528da8a6532035 sauerbraten_2006_04_26_occlusion_edition_linux.tar.gz 64510595 diff --git a/games-fps/sauerbraten/sauerbraten-0.0.20060320.ebuild b/games-fps/sauerbraten/sauerbraten-0.0.20060320.ebuild deleted file mode 100644 index 6d83da1..0000000 --- a/games-fps/sauerbraten/sauerbraten-0.0.20060320.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit versionator eutils autotools games - -DATE=$(get_version_component_range 3-3) -MY_PV=${DATE:0:4}_${DATE:4:2}_${DATE:6:2} -EDITION="shader" - -DESCRIPTION="Landscape-style engine that pretends to be an indoor first person shooter engine" -HOMEPAGE="http://www.sauerbraten.org/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}_${EDITION}_edition_linux.tar.gz - mirror://sourceforge/${PN}/${PN}_${MY_PV}_${EDITION}_edition_win32_linux_PATCH.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2.8-r1 - >=media-libs/sdl-image-1.2.3-r1 - >=media-libs/sdl-mixer-1.2.6 - virtual/opengl - || ( x11-libs/libXau virtual/x11 )" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}/src" -dir="${GAMES_DATADIR}/${PN}" -statedir="${GAMES_STATEDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - find -name CVS -type d | xargs rm -r - - # Apply patch - cp "${WORKDIR}"/physics.cpp "${S}"/engine/ || die "cp patch failed" - - cd "${S}"/engine - sed -i command.cpp main.cpp serverbrowser.cpp \ - -e "s:autoexec.cfg:${statedir}/autoexec.cfg:" \ - -e "s:config.cfg:${statedir}/config.cfg:" \ - -e "s:servers.cfg:${statedir}/servers.cfg:" \ - || die "sed failed" - - # Followed compilation instructions at - # http://www.pyrocpu.com/index.php?page=phx&px=NjU= - cd "${S}"/enet - WANT_AUTOMAKE="1.7" WANT_AUTOCONF="2.5" eautoreconf - chmod g+x configure -} - -src_compile() { - cd enet - egamesconf || die "enet conf failed" - emake || die "enet make failed" - - cd "${S}" - emake -j1 || die "make failed" -} - -src_install() { - local ext exe gametype - for gametype in {client,server} ; do - if [[ ${gametype} = "client" ]] ; then - ext="" - else - ext='-ded' - fi - exe="${PN}${ext}" - mv sauer_${gametype} ${exe} - newgamesbin ${exe} ${exe}.bin \ - || die "newgamesbin failed" - games_make_wrapper ${exe} ${exe}.bin "${dir}" - done - - make_desktop_entry ${PN} "Sauerbraten" - - cd "${WORKDIR}"/${PN} - insinto "${dir}" - doins -r data packages || die " doins data packages failed" - rm -r data packages - - for doc in $(find -name *.txt) ; do - dodoc "${doc}" - rm "${doc}" - done - dohtml -r docs/*.html || die "dohtml failed" - - dodir "${statedir}" - for f in {autoexec,config,servers}.cfg ; do - touch "${D}${statedir}/${f}" || die "touch ${f} failed" - fperms 660 "${statedir}/${f}" || die "fperms ${f} failed" - done - - prepgamesdirs -} diff --git a/games-fps/sauerbraten/sauerbraten-20060426.ebuild b/games-fps/sauerbraten/sauerbraten-20060426.ebuild deleted file mode 100644 index 5eeaecc..0000000 --- a/games-fps/sauerbraten/sauerbraten-20060426.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools eutils versionator games - -DATE=${PV} -MY_PV=${DATE:0:4}_${DATE:4:2}_${DATE:6:2} -EDITION="occlusion" - -DESCRIPTION="Landscape-style engine that pretends to be an indoor first-person shooter engine" -HOMEPAGE="http://www.sauerbraten.org/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}_${EDITION}_edition_linux.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2.8-r1 - >=media-libs/sdl-image-1.2.3-r1 - >=media-libs/sdl-mixer-1.2.6 - media-libs/libpng - virtual/opengl - || ( - ( - media-libs/mesa - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext ) - virtual/x11 )" -DEPEND="${RDEPEND} - >=sys-devel/automake-1.7 - app-arch/unzip" - -S=${WORKDIR}/${PN}/src -dir=${GAMES_DATADIR}/${PN} -statedir=${GAMES_STATEDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - find . -name CVS -type d | xargs rm -r - - cd "${S}"/engine - sed -i command.cpp main.cpp serverbrowser.cpp \ - -e "s:autoexec.cfg:${statedir}/autoexec.cfg:" \ - -e "s:config.cfg:${statedir}/config.cfg:" \ - -e "s:servers.cfg:${statedir}/servers.cfg:" \ - || die - - # Followed compilation instructions at - # http://www.pyrocpu.com/index.php?page=phx&px=NjU= - cd "${S}"/enet - export WANT_AUTOMAKE="1.7" - export WANT_AUTOCONF="2.5" - eautoreconf - chmod g+x configure -} - -src_compile() { - cd enet - egamesconf || die - emake || die - - cd "${S}" - emake -j1 || die -} - -src_install() { - local doc ext exe f gametype - - for gametype in {client,server} ; do - if [[ ${gametype} = "client" ]] ; then - ext="" - else - ext='-ded' - fi - exe=${PN}${ext} - mv sauer_${gametype} ${exe} - newgamesbin ${exe} ${exe}.bin \ - || die "newgamesbin failed" - games_make_wrapper ${exe} ${exe}.bin "${dir}" - done - - make_desktop_entry ${PN} "Sauerbraten" - - cd "${WORKDIR}"/${PN} - insinto "${dir}" - doins -r data packages || die " doins data packages failed" - rm -r data packages - - for doc in $(find -name *.txt) ; do - dodoc "${doc}" - rm "${doc}" - done - dohtml -r docs/*.html || die "dohtml failed" - - dodir "${statedir}" - for f in {autoexec,config,servers}.cfg ; do - touch "${D}${statedir}/${f}" || die "touch ${f} failed" - fperms 660 "${statedir}/${f}" || die "fperms ${f} failed" - done - - prepgamesdirs -} diff --git a/sci-libs/libscigraphica/Manifest b/sci-libs/libscigraphica/Manifest deleted file mode 100644 index d83d93a..0000000 --- a/sci-libs/libscigraphica/Manifest +++ /dev/null @@ -1,9 +0,0 @@ -MD5 57781bcc97f1239307e08c4c572968ae files/configure.patch 2015 -RMD160 5dbe9bd7d6bb1d04e850312cccc1fadc4f069551 files/configure.patch 2015 -SHA256 37fc8ed0c7ef016650bc1e7502f4bc732d18e1671c16fd8888e10ac9381886a7 files/configure.patch 2015 -MD5 eeac6b52d0bd421a09ee2d3103373efc files/digest-libscigraphica-2.1.1 262 -RMD160 d304fb7311e5ff0362fa43d226d7efd7399adbee files/digest-libscigraphica-2.1.1 262 -SHA256 360c26d7d45e0aed8708a94e5b0536af7236e6a3b0ecca8e5241bdd4bf1eed68 files/digest-libscigraphica-2.1.1 262 -MD5 7839b82e5d5caa2a9016fcfc61f5d340 libscigraphica-2.1.1.ebuild 1253 -RMD160 88d1a280e8bf92d33c5307776b274bd08217e137 libscigraphica-2.1.1.ebuild 1253 -SHA256 05f76130afd30a24d436d9a90209ae9fb05b38a289c5f8f039cd6dc00056dfce libscigraphica-2.1.1.ebuild 1253 diff --git a/sci-libs/libscigraphica/files/configure.patch b/sci-libs/libscigraphica/files/configure.patch deleted file mode 100644 index fbe4268..0000000 --- a/sci-libs/libscigraphica/files/configure.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urN libscigraphica-2.1.1.orig/configure libscigraphica-2.1.1/configure ---- libscigraphica-2.1.1.orig/configure 2006-04-19 11:46:12.000000000 -0700 -+++ libscigraphica-2.1.1/configure 2006-04-19 17:51:43.000000000 -0700 -@@ -10337,9 +10337,9 @@ - PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - PY_LIBS="python$PY_VERSION" - PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/" -- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - if test x$array_loc = x; then -- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - fi - if test -n $array_loc -a -d $array_loc; then - echo "$array_loc" -diff -urN libscigraphica-2.1.1.orig/configure.in libscigraphica-2.1.1/configure.in ---- libscigraphica-2.1.1.orig/configure.in 2006-04-19 11:46:12.000000000 -0700 -+++ libscigraphica-2.1.1/configure.in 2006-04-19 17:51:27.000000000 -0700 -@@ -324,9 +324,9 @@ - PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - PY_LIBS="python$PY_VERSION" - PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/" -- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - if test x$array_loc = x; then -- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - fi - if test -n $array_loc -a -d $array_loc; then - echo "$array_loc" diff --git a/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1 b/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1 deleted file mode 100644 index 1fdbccb..0000000 --- a/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1966786bcc8c47036e35777cbda422c3 libscigraphica-2.1.1.tar.gz 774288 -RMD160 1b04a432052ad3edd8e233349ee47f4f99bb1a4a libscigraphica-2.1.1.tar.gz 774288 -SHA256 d90f05ab696f24addaec53d35996c8be3503a608e7b76b2c4a8af4cd03706fc8 libscigraphica-2.1.1.tar.gz 774288 diff --git a/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild b/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild deleted file mode 100644 index e049d52..0000000 --- a/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scigraphica/scigraphica-0.8.0-r2.ebuild,v 1.2 2005/05/09 18:04:34 dholm Exp $ - -inherit autotools eutils - -DESCRIPTION="Libraries for Scigraphica - a scientific application for data analysis and technical graphics" -SRC_URI="mirror://sourceforge/scigraphica/${P}.tar.gz" -HOMEPAGE="http://scigraphica.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" - -DEPEND=">=x11-libs/gtk+extra-2.1.0 - >=dev-lang/python-2 - >=dev-python/numarray-1.3.1 - >=dev-libs/libxml2-2.4.10 - >=media-libs/libart_lgpl-2.3 - >=intltool-0.27.2" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/configure.patch - - sed -i \ - -e "s:^\(pixmaps/Makefile\)$:\1\npo/Makefile:g" \ - configure.in || die "configure.in sed failed" - - sed -i \ - -e "s:^\(^SUBDIRS.*\)$:\1 po:g" \ - Makefile.am || die "Makefile.am sed failed" - - einfo "Running intltoolize ..." - mkdir po - find . -name '*.xml.in' \ - | sed -e "s:^./::g" \ - > po/POTFILES.in - intltoolize --copy --force - eautoreconf -} - -src_install() { - make DESTDIR=${D} install || die "Installation Failed" - dodoc AUTHORS ChangeLog FAQ.compile \ - INSTALL NEWS README TODO -} - diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog deleted file mode 100644 index 443c0fc..0000000 --- a/sci-libs/pgplot/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for sci-libs/pgplot -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.2 2006/03/30 23:55:06 agriffis Exp $ - - 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> pgplot-5.2.2.ebuild: - Mark 5.2.2 ~ia64 - -*pgplot-5.2.2 (16 Dec 2005) - - 16 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; - +files/pgplot-compile-setup.patch, +files/pgplot-drivers.patch, - +files/pgplot-makemake.patch, +metadata.xml, +pgplot-5.2.2.ebuild: - A Fortran- or C-callable, device-independent graphics package for making - simple scientific graphs. - diff --git a/sci-libs/pgplot/Manifest b/sci-libs/pgplot/Manifest deleted file mode 100644 index 2d5f6f7..0000000 --- a/sci-libs/pgplot/Manifest +++ /dev/null @@ -1,32 +0,0 @@ -AUX 5.2.2-remove-nonstandard-fortran.patch 22005 RMD160 01f1eaea9485194853564abf6785a35237fcb58b SHA1 9310c9f643efbebee376262eb78682ef6b7aa181 SHA256 4c25902a234fae388287bb29ce8a3d04d3d9ba56aab4b1592449889f828f9e13 -MD5 bf686adb22ed49eae52fe9774702defd files/5.2.2-remove-nonstandard-fortran.patch 22005 -RMD160 01f1eaea9485194853564abf6785a35237fcb58b files/5.2.2-remove-nonstandard-fortran.patch 22005 -SHA256 4c25902a234fae388287bb29ce8a3d04d3d9ba56aab4b1592449889f828f9e13 files/5.2.2-remove-nonstandard-fortran.patch 22005 -AUX pgplot-compile-setup.patch 1600 RMD160 73f4786d421b6d353d0e195cc772e13fea1504ca SHA1 719252ffa8674239c8fab19d65f1e3c471b82e53 SHA256 972cbe86b72e79c15deec3c3ecf44b80b23ad56a4e9da4bfdbeb4e872af65e1b -MD5 4f8ac4db89ea14bd777557e225b200e4 files/pgplot-compile-setup.patch 1600 -RMD160 73f4786d421b6d353d0e195cc772e13fea1504ca files/pgplot-compile-setup.patch 1600 -SHA256 972cbe86b72e79c15deec3c3ecf44b80b23ad56a4e9da4bfdbeb4e872af65e1b files/pgplot-compile-setup.patch 1600 -AUX pgplot-drivers.patch 4024 RMD160 86e1a4a7137d0e1a18667d4fdc142bebe7acb56c SHA1 8eaf1af6167d781f56ff4086e74bdb9446868352 SHA256 99bcbcff9d8218ba9ca8dd240daae636f1c9b2f960c9bd5cc68c71d986bc2f68 -MD5 d097f08f0c028bea283303904d133116 files/pgplot-drivers.patch 4024 -RMD160 86e1a4a7137d0e1a18667d4fdc142bebe7acb56c files/pgplot-drivers.patch 4024 -SHA256 99bcbcff9d8218ba9ca8dd240daae636f1c9b2f960c9bd5cc68c71d986bc2f68 files/pgplot-drivers.patch 4024 -AUX pgplot-makemake.patch 1040 RMD160 2181f8c8a5347a41ac78aae0c6a3ac3392fe4342 SHA1 0d98a3893077f07c2927258832d0525e0307709b SHA256 ef819809db1cfcdd89c8756d157fa6c3283697a5d54607074c7f9c2ee493cc77 -MD5 1e3d99da0d638ce62b08ca0958eb66fb files/pgplot-makemake.patch 1040 -RMD160 2181f8c8a5347a41ac78aae0c6a3ac3392fe4342 files/pgplot-makemake.patch 1040 -SHA256 ef819809db1cfcdd89c8756d157fa6c3283697a5d54607074c7f9c2ee493cc77 files/pgplot-makemake.patch 1040 -DIST pgplot522.tar.gz 1197397 RMD160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1 SHA1 1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1 SHA256 a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4 -EBUILD pgplot-5.2.2.ebuild 1568 RMD160 39925de107783c9f6e86b08de2d2883a3bf153a7 SHA1 280561298dbe5684a231cd1e3f4e54b0e751ade1 SHA256 0207a5eed9c829a05202f118e3ff6ab9234da05b44eabd536dc8e86289e506ca -MD5 cdd334cddfcac71f1d0efea4ae0713e7 pgplot-5.2.2.ebuild 1568 -RMD160 39925de107783c9f6e86b08de2d2883a3bf153a7 pgplot-5.2.2.ebuild 1568 -SHA256 0207a5eed9c829a05202f118e3ff6ab9234da05b44eabd536dc8e86289e506ca pgplot-5.2.2.ebuild 1568 -MISC ChangeLog 619 RMD160 fc9b43b92078cf35a6f63676102c14bfb5b4b020 SHA1 040b1a143edb4744db2aacbb6194fe0265c4f9f4 SHA256 bdf17ad3927d7f5d8c97b690e9700c6b21d056b3b19fe590ff769e7f5379ccab -MD5 6f3ccda29344c7584837c46c0f936578 ChangeLog 619 -RMD160 fc9b43b92078cf35a6f63676102c14bfb5b4b020 ChangeLog 619 -SHA256 bdf17ad3927d7f5d8c97b690e9700c6b21d056b3b19fe590ff769e7f5379ccab ChangeLog 619 -MISC metadata.xml 248 RMD160 6488d9f1ef3e05e6ac5a29ddcc818e5ead0a5230 SHA1 75a648fddef9922cdfe21fb0298a1c746190fd82 SHA256 de0ad7dc383b462c407cae015684d27c090455eac87c6f0f9ff581ef6e0b5b27 -MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248 -RMD160 6488d9f1ef3e05e6ac5a29ddcc818e5ead0a5230 metadata.xml 248 -SHA256 de0ad7dc383b462c407cae015684d27c090455eac87c6f0f9ff581ef6e0b5b27 metadata.xml 248 -MD5 381ff8dd7151ce6c864ea589a0e500f7 files/digest-pgplot-5.2.2 232 -RMD160 837a8454b49f25495e1776c9fb3ad4022b611b5a files/digest-pgplot-5.2.2 232 -SHA256 ee8e209202357347a9e6685f0f2930998edef0897d7496557c32fa767210e182 files/digest-pgplot-5.2.2 232 diff --git a/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch b/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch deleted file mode 100644 index 9620033..0000000 --- a/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch +++ /dev/null @@ -1,518 +0,0 @@ -diff -urN pgplot.orig/applications/document.f pgplot/applications/document.f ---- pgplot.orig/applications/document.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/applications/document.f 2006-05-31 20:29:45.000000000 -0700 -@@ -127,8 +127,8 @@ - C - IF (.NOT.PROPEN) THEN - OPEN (UNIT=PR, FILE=LISFIL(1:LLIS), STATUS='NEW', -- 1 CARRIAGECONTROL='LIST', IOSTAT=IER, -- 2 DEFAULTFILE=DEFNAM, FORM='FORMATTED') -+ 1 IOSTAT=IER, -+ 2 FORM='FORMATTED') - IF (IER.NE.0) THEN - WRITE (OUTC,'(1X,2A)') 'Cannot open LISTFILE, ', - 1 LISFIL(1:LLIS) -diff -urN pgplot.orig/applications/gmfplot.f pgplot/applications/gmfplot.f ---- pgplot.orig/applications/gmfplot.f 2006-05-31 20:15:34.000000000 -0700 -+++ pgplot/applications/gmfplot.f 2006-05-31 20:31:23.000000000 -0700 -@@ -28,9 +28,8 @@ - DEVICE = FILE(I:) - FILE = FILE(:I-1) - OPEN (UNIT=1,NAME=FILE,READONLY,SHARED,STATUS='OLD', -- 1 DEFAULTFILE='GRAPHICS.GMF', -- 2 FORM='UNFORMATTED',RECORDTYPE='FIXED',RECL=180, -- 3 IOSTAT=IER) -+ 1 FORM='UNFORMATTED',RECL=180, -+ 2 IOSTAT=IER) - IF (IER.NE.0) THEN - CALL ERRSNS(,IER,IES,,IET) - IF (IES.NE.0) CALL EXIT(IES) -diff -urN pgplot.orig/drivers/ccdriv.f pgplot/drivers/ccdriv.f ---- pgplot.orig/drivers/ccdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/ccdriv.f 2006-05-31 20:22:50.000000000 -0700 -@@ -192,9 +192,9 @@ - RBUF(1) = LUN - END IF - C Open the output file. -- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE', -- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW', -- 2 RECL = 362, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE', -+ OPEN (UNIT = LUN, FILE = CHR(:LCHR), -+ 1 STATUS = 'NEW', -+ 2 RECL = 362, FORM = 'UNFORMATTED', - 3 IOSTAT = IER) - C Check for an error and cleanup if - C one occurred. -diff -urN pgplot.orig/drivers/epdriv.f pgplot/drivers/epdriv.f ---- pgplot.orig/drivers/epdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/epdriv.f 2006-05-31 20:23:10.000000000 -0700 -@@ -86,7 +86,7 @@ - C 9: Open device: - 900 CALL GRGLUN(LUN) - OPEN(LUN,FILE=CHR(:LCHR),STATUS='NEW', -- 1 RECORDTYPE='VARIABLE',RECL=4000) -+ 1 RECL=4000) - RBUF(1) = LUN - RBUF(2) = 1 - RETURN -diff -urN pgplot.orig/drivers/gcdriv.f pgplot/drivers/gcdriv.f ---- pgplot.orig/drivers/gcdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/gcdriv.f 2006-05-31 20:25:58.000000000 -0700 -@@ -125,10 +125,10 @@ - CALL GRGLUN(UNIT) - RBUF(1) = UNIT - NPICT = 0 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', - 2 RECL=197, -- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ 3 FORM='UNFORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -@@ -148,7 +148,7 @@ - CALL GRGMSG(IER) - CALL GRWARN('Failed to allocate plot buffer.') - RBUF(2) = IER -- CLOSE (UNIT=UNIT, DISPOSE='DELETE') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - END IF - RETURN -@@ -156,7 +156,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT=UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BX*BY, BITMAP) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/gvdriv.f pgplot/drivers/gvdriv.f ---- pgplot.orig/drivers/gvdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/gvdriv.f 2006-05-31 20:25:24.000000000 -0700 -@@ -125,10 +125,10 @@ - CALL GRGLUN(UNIT) - RBUF(1) = UNIT - NPICT = 0 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', - 2 RECL=195, -- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ 3 FORM='UNFORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -@@ -148,7 +148,7 @@ - CALL GRGMSG(IER) - CALL GRWARN('Failed to allocate plot buffer.') - RBUF(2) = IER -- CLOSE (UNIT=UNIT, DISPOSE='DELETE') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - END IF - RETURN -@@ -156,7 +156,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT=UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BX*BY, BITMAP) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/hjdriv.f pgplot/drivers/hjdriv.f ---- pgplot.orig/drivers/hjdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/hjdriv.f 2006-05-31 20:30:04.000000000 -0700 -@@ -472,9 +472,9 @@ - RBUF(1) = LUN - END IF - C Open the output file. -- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE', -- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW', -- 2 RECL = 128, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE', -+ OPEN (UNIT = LUN, FILE = CHR(:LCHR), -+ 1 STATUS = 'NEW', -+ 2 RECL = 128, FORM = 'UNFORMATTED', - 3 IOSTAT = IER) - C! OPEN (UNIT = LUN, FILE = CHR(:LCHR), STATUS = 'UNKNOWN', - C! 2 FORM = 'BINARY', -diff -urN pgplot.orig/drivers/ladriv.f pgplot/drivers/ladriv.f ---- pgplot.orig/drivers/ladriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/ladriv.f 2006-05-31 20:22:11.000000000 -0700 -@@ -131,9 +131,9 @@ - RBUF(1) = UNIT - NPICT = 0 - IC = 1 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='LIST', -- 1 DEFAULTFILE=DEFNAM, STATUS='NEW', -- 3 FORM='FORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 3 FORM='FORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -diff -urN pgplot.orig/drivers/ljdriv.f pgplot/drivers/ljdriv.f ---- pgplot.orig/drivers/ljdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/ljdriv.f 2006-05-31 20:26:22.000000000 -0700 -@@ -265,9 +265,9 @@ - RBUF(1) = LUN - END IF - C Open the output file. -- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE', -- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW', -- 2 RECL = 128, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE', -+ OPEN (UNIT = LUN, FILE = CHR(:LCHR), -+ 1 STATUS = 'NEW', -+ 2 RECL = 128, FORM = 'UNFORMATTED', - 3 IOSTAT = IER) - C Check for an error and cleanup if - C one occurred. -diff -urN pgplot.orig/drivers/lndriv.f pgplot/drivers/lndriv.f ---- pgplot.orig/drivers/lndriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/lndriv.f 2006-05-31 20:22:25.000000000 -0700 -@@ -131,7 +131,7 @@ - C Try to open the graphics device - CALL GRGLUN(UNIT) - OPEN (UNIT=UNIT,FILE=CHR(:LCHR),STATUS='NEW', -- 1 FORM='FORMATTED', CARRIAGECONTROL='LIST', -+ 1 FORM='FORMATTED', - 1 RECL=512,IOSTAT=IER) - IF (IER.NE.0) THEN - CALL ERRSNS(IK1,IK2,IK3,IK4,IK5) -diff -urN pgplot.orig/drivers/lvdriv.f pgplot/drivers/lvdriv.f ---- pgplot.orig/drivers/lvdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/lvdriv.f 2006-05-31 20:21:10.000000000 -0700 -@@ -128,7 +128,7 @@ - C Try to open the graphics device - CALL GRGLUN(UNIT) - OPEN (UNIT=UNIT,FILE=CHR(:LCHR),STATUS='NEW', -- 1 FORM='FORMATTED', CARRIAGECONTROL='LIST', -+ 1 FORM='FORMATTED', - 1 RECL=512,IOSTAT=IER) - IF (IER.NE.0) THEN - CALL ERRSNS(IK1,IK2,IK3,IK4,IK5) -diff -urN pgplot.orig/drivers/mfdriv.f pgplot/drivers/mfdriv.f ---- pgplot.orig/drivers/mfdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/mfdriv.f 2006-05-31 20:23:59.000000000 -0700 -@@ -156,9 +156,9 @@ - RBUF(1) = LUN - END IF - C Open the output file. -- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE', -- 1 DEFAULTFILE = DEFNAM, DISPOSE = 'DELETE', STATUS = 'NEW', -- 2 RECL = 180, FORM = 'UNFORMATTED', RECORDTYPE = 'FIXED', -+ OPEN (UNIT = LUN, FILE = CHR(:LCHR), -+ 1 STATUS = 'NEW', -+ 2 RECL = 180, FORM = 'UNFORMATTED', - 3 IOSTAT = IER) - C Check for an error and cleanup if - C one occurred. -@@ -198,7 +198,7 @@ - C Flush the buffer. - CALL GRMF02 (LUN, HW, BUFFER) - C Close the file. -- CLOSE (LUN, DISPOSE = 'KEEP') -+ CLOSE (LUN) - C Deallocate the logical unit. - CALL GRFLUN (LUN) - C -diff -urN pgplot.orig/drivers/old/imdriv.f pgplot/drivers/old/imdriv.f ---- pgplot.orig/drivers/old/imdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/old/imdriv.f 2006-05-31 20:27:42.000000000 -0700 -@@ -151,9 +151,9 @@ - CALL GRGLUN(UNIT) - NBUF = 2 - RBUF(1) = UNIT -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER, -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 2 FORM='UNFORMATTED', IOSTAT=IER, - 3 RECL=256) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// -@@ -180,7 +180,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BUFSIZ, BUFFER) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/old/vedriv.f pgplot/drivers/old/vedriv.f ---- pgplot.orig/drivers/old/vedriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/old/vedriv.f 2006-05-31 20:26:54.000000000 -0700 -@@ -149,9 +149,9 @@ - CALL GRGLUN(UNIT) - RBUF(1) = UNIT - NPICT = 0 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- : DEFAULTFILE=DEFNAM, STATUS='NEW', RECL=128, -- : FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ : STATUS='NEW', RECL=128, -+ : FORM='UNFORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for Versatec plot: '// - 1 CHR(:LCHR)) -diff -urN pgplot.orig/drivers/old/vidriv.f pgplot/drivers/old/vidriv.f ---- pgplot.orig/drivers/old/vidriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/old/vidriv.f 2006-05-31 20:27:17.000000000 -0700 -@@ -148,9 +148,9 @@ - CALL GRGLUN(UNIT) - NBUF = 2 - RBUF(1) = UNIT -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER, -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 2 FORM='UNFORMATTED', IOSTAT=IER, - 3 RECL=256) - IF (IER.NE.0) THEN - MSG = 'Cannot open output file for '//TYPE//' plot: ' -@@ -178,7 +178,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BUFSIZ, BUFFER) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/pxdriv.f pgplot/drivers/pxdriv.f ---- pgplot.orig/drivers/pxdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/pxdriv.f 2006-05-31 20:30:41.000000000 -0700 -@@ -123,10 +123,10 @@ - CALL GRGLUN(UNIT) - RBUF(1) = UNIT - NPICT = 0 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', - 2 RECL=128, -- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ 3 FORM='UNFORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -@@ -146,7 +146,7 @@ - CALL GRGMSG(IER) - CALL GRWARN('Failed to allocate plot buffer.') - RBUF(2) = IER -- CLOSE (UNIT=UNIT, DISPOSE='DELETE') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - END IF - RETURN -@@ -154,7 +154,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT=UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT=UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BX*BY, BITMAP) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/tfdriv.f pgplot/drivers/tfdriv.f ---- pgplot.orig/drivers/tfdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/tfdriv.f 2006-05-31 20:21:50.000000000 -0700 -@@ -151,9 +151,9 @@ - CALL GRGLUN(UNIT) - NBUF = 2 - RBUF(1) = UNIT -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW', -- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER, -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 2 FORM='UNFORMATTED', IOSTAT=IER, - 3 RECL=256) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// -@@ -181,7 +181,7 @@ - C--- IFUNC=10, Close workstation --------------------------------------- - C - 100 CONTINUE -- CLOSE (UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT) - CALL GRFLUN(UNIT) - IER = GRFMEM(BUFSIZ, BUFFER) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/drivers/todriv.f pgplot/drivers/todriv.f ---- pgplot.orig/drivers/todriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/todriv.f 2006-05-31 20:28:29.000000000 -0700 -@@ -122,9 +122,9 @@ - CALL GRGLUN(UNIT) - RBUF(1) = UNIT - NPICT = 0 -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, STATUS='NEW', -- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 2 FORM='UNFORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -diff -urN pgplot.orig/drivers/txdriv.f pgplot/drivers/txdriv.f ---- pgplot.orig/drivers/txdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/txdriv.f 2006-05-31 20:30:32.000000000 -0700 -@@ -661,7 +661,7 @@ - C *VMS We will write out 512 bytes at a time. RMS will take - C care of us when we read the file back in for DVIing it - C If you have problems, change ACCESS='DIRECT' to --C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and -+C ACCESS='SEQUENTIAL' and - C modify write statements in GRTX11 and GRTX12 to - C be writes to sequential files. Also, consider - C using the rewind statement if you do a sequential file. -@@ -729,7 +729,7 @@ - C *VMS We will write out 512 bytes at a time. RMS will take - C care of us when we read the file back in for DVIing it - C If you have problems, change ACCESS='DIRECT' to --C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and -+C ACCESS='SEQUENTIAL' and - C modify write statements in GRTX11 and GRTX12 to - C be writes to sequential files. Also, - C consider using the rewind statement if you do sequential -@@ -1773,7 +1773,7 @@ - C *VMS We will write out 512 bytes at a time. RMS will take - C care of us when we read the file back in for DVIing it - C If you have problems, change ACCESS='DIRECT' to --C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and -+C ACCESS='SEQUENTIAL' and - C modify write statements in GRTX11 and GRTX12 to - C be writes to sequential files. Also, consider - C using the rewind statement if you use sequential files. -@@ -1804,7 +1804,7 @@ - C *VMS We will write out 512 bytes at a time. RMS will take - C care of us when we read the file back in for DVIing it - C If you have problems, change ACCESS='DIRECT' to --C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and -+C ACCESS='SEQUENTIAL' and - C modify write statements in GRTX11 and GRTX12 to - C be writes to sequential files. Also, consider using - C the rewind statement if you use sequential files. -diff -urN pgplot.orig/drivers/vtdriv-vms.f pgplot/drivers/vtdriv-vms.f ---- pgplot.orig/drivers/vtdriv-vms.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/drivers/vtdriv-vms.f 2006-05-31 20:24:51.000000000 -0700 -@@ -296,9 +296,9 @@ - END IF - CALL GRGLUN(UNIT) - RBUF(1) = UNIT -- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE', -- 1 DEFAULTFILE=DEFNAM, DISPOSE='keep', STATUS='NEW', -- 2 FORM='FORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER) -+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR), -+ 1 STATUS='NEW', -+ 2 FORM='FORMATTED', IOSTAT=IER) - IF (IER.NE.0) THEN - CALL GRWARN('Cannot open output file for '//TYPE//' plot: '// - 1 CHR(:LCHR)) -@@ -333,7 +333,7 @@ - 100 CONTINUE - C -- reposition cursor - WRITE (UNIT, '(A)') CURSOR -- CLOSE (UNIT, DISPOSE='KEEP') -+ CLOSE (UNIT) - CALL GRFLUN(UNIT) - IER = LIB$FREE_VM(BUFSIZ, BUFFER) - IF (IER.NE.1) THEN -diff -urN pgplot.orig/fonts/pgunpack.f pgplot/fonts/pgunpack.f ---- pgplot.orig/fonts/pgunpack.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/fonts/pgunpack.f 2006-05-31 20:18:55.000000000 -0700 -@@ -13,8 +13,7 @@ - LOGICAL UNUSED - INTEGER I, N, LENGTH - C----------------------------------------------------------------------- -- OPEN (UNIT=1, FILE='grfont.txt', STATUS='NEW', -- 1 CARRIAGECONTROL='LIST') -+ OPEN (UNIT=1, FILE='grfont.txt', STATUS='NEW') - CALL GRSY00 - DO 30 N=1,4000 - CALL GRSYXD(N,XYGRID,UNUSED) -diff -urN pgplot.orig/sys_mac/mfdriv.f pgplot/sys_mac/mfdriv.f ---- pgplot.orig/sys_mac/mfdriv.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/sys_mac/mfdriv.f 2006-05-31 20:19:56.000000000 -0700 -@@ -156,9 +156,9 @@ - RBUF(1) = LUN - END IF - C Open the output file. -- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE', -- 1 DEFAULTFILE = DEFNAM, DISPOSE = 'DELETE', STATUS = 'NEW', -- 2 RECL = 180, FORM = 'UNFORMATTED', RECORDTYPE = 'FIXED', -+ OPEN (UNIT = LUN, FILE = CHR(:LCHR), -+ 1 STATUS = 'NEW', -+ 2 RECL = 180, FORM = 'UNFORMATTED', - 3 IOSTAT = IER) - C Check for an error and cleanup if - C one occurred. -@@ -198,7 +198,7 @@ - C Flush the buffer. - CALL GRMF02 (LUN, HW, BUFFER) - C Close the file. -- CLOSE (LUN, DISPOSE = 'KEEP') -+ CLOSE (LUN) - C Deallocate the logical unit. - CALL GRFLUN (LUN) - C -diff -urN pgplot.orig/sys_mac/pgpack.f pgplot/sys_mac/pgpack.f ---- pgplot.orig/sys_mac/pgpack.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/sys_mac/pgpack.f 2006-05-31 20:20:14.000000000 -0700 -@@ -55,8 +55,7 @@ - NCHAR = 0 - C - C Open grfont.txt. -- OPEN (UNIT=1, FILE='grfont.txt', STATUS='OLD', -- 1 CARRIAGECONTROL='LIST') -+ OPEN (UNIT=1, FILE='grfont.txt', STATUS='OLD') - C - C Read input file. - C -diff -urN pgplot.orig/sys_vms/grge00.f pgplot/sys_vms/grge00.f ---- pgplot.orig/sys_vms/grge00.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/sys_vms/grge00.f 2006-05-31 20:30:54.000000000 -0700 -@@ -4,7 +4,7 @@ - INTEGER FUNCTION GRGE00(CTYP,LUN,CHR,LCHR) - C - C General routine to open plot device. This version can open --C 1) A file with of any FORM and CARRIAGECONTROL, -+C 1) A file with of any FORM, - C 2) Any local device for QIO operations, - C 3) A remote device over a network using a network task on the - C remote node. -@@ -56,7 +56,7 @@ - IF(CTYP(3:3).EQ.'N') CONTRL='NONE' - IF(CTYP(3:3).EQ.'L') CONTRL='LIST' - OPEN (UNIT=LUN,FILE=CHR(:LCHR),STATUS='NEW', -- & FORM=CFORM, CARRIAGECONTROL=CONTRL, -+ & FORM=CFORM, - & RECL=512,IOSTAT=IER) - IF (IER.NE.0) THEN - CALL ERRSNS(IK1,IK2,IK3,IK4,IK5) -diff -urN pgplot.orig/sys_vms/groptx.f pgplot/sys_vms/groptx.f ---- pgplot.orig/sys_vms/groptx.f 2006-05-31 20:15:33.000000000 -0700 -+++ pgplot/sys_vms/groptx.f 2006-05-31 20:29:23.000000000 -0700 -@@ -18,10 +18,8 @@ - OPEN (UNIT=UNIT, - 1 FILE=NAME, - 2 STATUS='NEW', -- 3 CARRIAGECONTROL='LIST', -- 4 DEFAULTFILE=DEFNAM, -- 5 RECL=2048, -- 6 IOSTAT=IER) -+ 3 RECL=2048, -+ 4 IOSTAT=IER) - ELSE - OPEN (UNIT=UNIT, - 1 FILE=NAME, diff --git a/sci-libs/pgplot/files/digest-pgplot-5.2.2 b/sci-libs/pgplot/files/digest-pgplot-5.2.2 deleted file mode 100644 index a08d5a4..0000000 --- a/sci-libs/pgplot/files/digest-pgplot-5.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e8a6e8d0d5ef9d1709dfb567724525ae pgplot522.tar.gz 1197397 -RMD160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1 pgplot522.tar.gz 1197397 -SHA256 a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4 pgplot522.tar.gz 1197397 diff --git a/sci-libs/pgplot/files/pgplot-compile-setup.patch b/sci-libs/pgplot/files/pgplot-compile-setup.patch deleted file mode 100644 index d7c2810..0000000 --- a/sci-libs/pgplot/files/pgplot-compile-setup.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff -ur pgplot.orig/sys_linux/g77_gcc.conf pgplot/sys_linux/g77_gcc.conf ---- pgplot.orig/sys_linux/g77_gcc.conf 1999-07-05 11:10:33.000000000 -0700 -+++ pgplot/sys_linux/g77_gcc.conf 2005-12-15 19:59:28.000000000 -0800 -@@ -5,7 +5,7 @@ - # X2DRIV (/xdisp and /figdisp). - # The arguments needed by the C compiler to locate X-window include files. - -- XINCL="-I/usr/X11R6/include" -+# XINCL="-I/usr/X11R6/include" - - # Optional: Needed by XMDRIV (/xmotif). - # The arguments needed by the C compiler to locate Motif, Xt and -@@ -40,7 +40,8 @@ - # The FORTRAN compiler flags to use when compiling the pgplot library. - # (NB. makemake prepends -c to $FFLAGC where needed) - -- FFLAGC="-u -Wall -fPIC -O" -+ FFLAGOPT="-O" -+ FFLAGC="-u -Wall -fPIC $FFLAGOPT" - - # Mandatory. - # The FORTRAN compiler flags to use when compiling fortran demo programs. -@@ -56,13 +57,14 @@ - - # Mandatory. - # The C compiler flags to use when compiling the pgplot library. -- -- CFLAGC="-Wall -fPIC -DPG_PPU -O" -+ -+ CFLAGOPT="-O" -+ CFLAGC="-Wall -fPIC -DPG_PPU $CFLAGOPT" - - # Mandatory. - # The C compiler flags to use when compiling C demo programs. - -- CFLAGD="-Wall -O" -+ CFLAGD="-Wall $CFLAGOPT" - - # Optional: Only needed if the cpgplot library is to be compiled. - # The flags to use when running pgbind to create the C pgplot wrapper -@@ -74,7 +76,7 @@ - # The library-specification flags to use when linking normal pgplot - # demo programs. - -- LIBS="-L/usr/X11R6/lib -lX11" -+ LIBS="-lX11" - - # Optional: Needed by XMDRIV (/xmotif). - # The library-specification flags to use when linking motif diff --git a/sci-libs/pgplot/files/pgplot-drivers.patch b/sci-libs/pgplot/files/pgplot-drivers.patch deleted file mode 100644 index 18eeebb..0000000 --- a/sci-libs/pgplot/files/pgplot-drivers.patch +++ /dev/null @@ -1,67 +0,0 @@ -diff -ur pgplot.orig/drivers.list pgplot/drivers.list ---- pgplot.orig/drivers.list 1999-05-03 22:02:15.000000000 -0700 -+++ pgplot/drivers.list 2005-12-15 20:17:23.000000000 -0800 -@@ -16,8 +16,8 @@ - ! EXDRIV 2 /EXCL Talaris/EXCL printers, portrait - ! GCDRIV 0 /GENICOM Genicom 4410 dot-matrix printer, landscape - ! Caution: use of GIDRIV may require a license from Unisys: --! GIDRIV 1 /GIF GIF-format file, landscape --! GIDRIV 2 /VGIF GIF-format file, portrait -+ GIDRIV 1 /GIF GIF-format file, landscape -+ GIDRIV 2 /VGIF GIF-format file, portrait - ! GLDRIV 1 /HPGL Hewlett-Packard HP-GL plotters, landscape Std F77 - ! GLDRIV 2 /VHPGL Hewlett-Packard HP-GL plotters, portrait Std F77 - ! GODRIV 0 /GOC GOC Sigma T5670 terminal VMS -@@ -32,19 +32,19 @@ - ! LSDRIV 2 /VLIPS2 Canon LaserShot printer (portrait) - ! LNDRIV 0 /LN03 Dec LN03-PLUS Laser printer (landscape) VMS - ! LVDRIV 0 /LVN03 Dec LN03-PLUS Laser printer (portrait) VMS --! LXDRIV 0 /LATEX LaTeX picture environment -+ LXDRIV 0 /LATEX LaTeX picture environment - ! MFDRIV 0 /FILE PGPLOT graphics metafile - ! NEDRIV 0 /NEXT Computers running NeXTstep operating system - NUDRIV 0 /NULL Null device (no output) Std F77 - ! PGDRIV 0 /PGMF PGPLOT metafile (new format, experimental) Std F77 --! PNDRIV 1 /PNG Portable Network Graphics file C --! PNDRIV 2 /TPNG Portable Network Graphics file - transparent background C -+ PNDRIV 1 /PNG Portable Network Graphics file C -+ PNDRIV 2 /TPNG Portable Network Graphics file - transparent background C - ! PPDRIV 1 /PPM Portable Pixel Map file, landscape - ! PPDRIV 2 /VPPM Portable PIxel Map file, portrait --! PSDRIV 1 /PS PostScript printers, monochrome, landscape Std F77 --! PSDRIV 2 /VPS Postscript printers, monochrome, portrait Std F77 --! PSDRIV 3 /CPS PostScript printers, color, landscape Std F77 --! PSDRIV 4 /VCPS PostScript printers, color, portrait Std F77 -+ PSDRIV 1 /PS PostScript printers, monochrome, landscape Std F77 -+ PSDRIV 2 /VPS Postscript printers, monochrome, portrait Std F77 -+ PSDRIV 3 /CPS PostScript printers, color, landscape Std F77 -+ PSDRIV 4 /VCPS PostScript printers, color, portrait Std F77 - ! PXDRIV 0 /PRINTRONI Printronix P300 or P600 dot-matrix printer - ! QMDRIV 1 /QMS QUIC devices (QMS and Talaris), landscape Std F77 - ! QMDRIV 2 /VQMS QUIC devices (QMS and Talaris), portrait Std F77 -@@ -54,7 +54,7 @@ - ! TTDRIV 2 /GF GraphOn terminal Std F77 - ! TTDRIV 3 /RETRO RetroGraphics terminal Std F77 - ! TTDRIV 4 /GTERM GTERM Tektronix terminal emulator Std F77 --! TTDRIV 5 /XTERM XTERM Tektronix terminal emulator Std F77 -+ TTDRIV 5 /XTERM XTERM Tektronix terminal emulator Std F77 - ! TTDRIV 6 /ZSTEM ZSTEM terminal emulator Std F77 - ! TTDRIV 7 /V603 Visual 603 terminal Std F77 - ! TTDRIV 8 /KRM3 Kermit 3 on IBM-PC Std F77 -@@ -64,12 +64,12 @@ - ! VADRIV 0 /VCANON Canon Laser printer, LBP-8/A2, portrait - ! VBDRIV 0 /VBCANON Canon Laser printer (bitmap version), portrait - ! VTDRIV 0 /VT125 Dec Regis terminals (VT125 etc.) Std F77 --! WDDRIV 1 /WD X Window dump file, landscape --! WDDRIV 2 /VWD X Window dump file, portrait -+ WDDRIV 1 /WD X Window dump file, landscape -+ WDDRIV 2 /VWD X Window dump file, portrait - ! WSDRIV 0 /WS VAX workstations running VWS software VMS - ! X2DRIV 0 /XDISP PGDISP or FIGDISP server for X workstations C --! XWDRIV 1 /XWINDOW Workstations running X Window System C --! XWDRIV 2 /XSERVE Persistent window on X Window System C -+ XWDRIV 1 /XWINDOW Workstations running X Window System C -+ XWDRIV 2 /XSERVE Persistent window on X Window System C - ! ZEDRIV 0 /ZETA Zeta 8 Digital Plotter - ! - ! The following drivers can only be used in PGPLOT installations on MS-DOS diff --git a/sci-libs/pgplot/files/pgplot-makemake.patch b/sci-libs/pgplot/files/pgplot-makemake.patch deleted file mode 100644 index 440f95d..0000000 --- a/sci-libs/pgplot/files/pgplot-makemake.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- pgplot.orig/makemake 1999-05-04 15:35:43.000000000 -0700 -+++ pgplot/makemake 2005-12-15 20:48:42.000000000 -0800 -@@ -666,7 +666,7 @@ - # the library don't have to list a slew of other implementation-specific - # libraries when they link their executables. - # --SHARED_LIB_LIBS=$SHARED_LIB_LIBS -+SHARED_LIB_LIBS=-lpng - # - # Ranlib command if required - # -@@ -681,7 +681,7 @@ - OBSOLETE_ROUTINES=$OBSOLETE_ROUTINES - DRIVERS=$DRIV_LIST - PGDISP_ROUTINES=$PGDISP_ROUTINES --DEMOS=$DEMOS -+#DEMOS=$DEMOS - # - #----------------------------------------------------------------------- - # Target "all" makes everything (except the library of obsolete routines) -@@ -1025,12 +1025,12 @@ - grivas.o : $(DRVDIR)/gadef.h - grtv00.o : $(DRVDIR)/imdef.h - pgxwin.o : $(DRVDIR)/pgxwin.h --pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h -+pndriv.o : - - x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h - - --cpg: libcpgplot.a cpgplot.h cpgdemo -+cpg: libcpgplot.a cpgplot.h - @echo ' ' - @echo '*** Finished compilation of the C PGPLOT wrapper library ***' - @echo ' ' diff --git a/sci-libs/pgplot/metadata.xml b/sci-libs/pgplot/metadata.xml deleted file mode 100644 index 211b8bd..0000000 --- a/sci-libs/pgplot/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sci</herd> -<maintainer> -<email>spyderous@gentoo.org</email> -<name>Donnie Berkholz</name> -</maintainer> -</pkgmetadata> diff --git a/sci-libs/pgplot/pgplot-5.2.2.ebuild b/sci-libs/pgplot/pgplot-5.2.2.ebuild deleted file mode 100644 index 6396be1..0000000 --- a/sci-libs/pgplot/pgplot-5.2.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2.ebuild,v 1.2 2006/03/30 23:55:06 agriffis Exp $ - -inherit eutils toolchain-funcs fortran - -FORTRAN="g77 gfortran" -MY_P="${PN}${PV//.}" -DESCRIPTION="A Fortran- or C-callable, device-independent graphics package for making simple scientific graphs" -HOMEPAGE="http://www.astro.caltech.edu/~tjp/pgplot/" -SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~ia64 ~ppc ~x86" -IUSE="" -RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) - media-libs/libpng" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-drivers.patch - epatch ${FILESDIR}/${PN}-makemake.patch - epatch ${FILESDIR}/${PN}-compile-setup.patch - epatch ${FILESDIR}/${PV}-remove-nonstandard-fortran.patch - - cp sys_linux/g77_gcc.conf local.conf - - sed -i \ - -e "s:FCOMPL=.*:FCOMPL=\"${FORTRANC}\":g" \ - -e "s:FFLAGOPT=.*:FFLAGOPT=\"${FFLAGS:- -O2}\":g" \ - -e "s:CCOMPL=.*:CCOMPL=\"$(tc-getCC)\":g" \ - -e "s:CFLAGOPT=.*:CFLAGOPT=\"${CFLAGS}\":g" \ - local.conf -} - -src_compile() { - ./makemake ${S} linux - - emake -j1 || die "emake failed" - - # Build C portion - make cpg - - # this just cleans out unneeded files - make clean -} - -src_install() { - insinto /usr/lib/pgplot - doins grfont.dat - - dolib.a libpgplot.a - dolib.so libpgplot.so - dodoc pgplot.doc - dobin pgxwin_server - - # C binding - insinto /usr/include - doins cpgplot.h - dolib.a libcpgplot.a -} diff --git a/sci-visualization/scigraphica/Manifest b/sci-visualization/scigraphica/Manifest deleted file mode 100644 index e1df490..0000000 --- a/sci-visualization/scigraphica/Manifest +++ /dev/null @@ -1,12 +0,0 @@ -MD5 ffe333045939a9bd868b7e62b2ecde47 files/arrayobject.h.patch 1991 -RMD160 f6043b21772fcb64d12961829075795a32b658c8 files/arrayobject.h.patch 1991 -SHA256 f76faacd88125f723df85f5127617ec90b43b97ad6fb0635a52f51ed610408e6 files/arrayobject.h.patch 1991 -MD5 42879ce9fd1eea8caa333d4f5ddab187 files/configure.in.patch 957 -RMD160 b5f88fe5338d318746dca5757cb1273d93347391 files/configure.in.patch 957 -SHA256 ad522dd278aced1bd4b49d55ed0a0d3562ef45ba1b36f77b6262c0ca413b8c5f files/configure.in.patch 957 -MD5 452e979213223b9df25b4d848b5e00a9 files/digest-scigraphica-2.1.0 253 -RMD160 32fafc7e2b4676be6f3ce8982a5df100090608d6 files/digest-scigraphica-2.1.0 253 -SHA256 5efc6df36c9691309bb0eafe654aea1da67fd25a74162c5bf1f4822f4b1ea482 files/digest-scigraphica-2.1.0 253 -MD5 be58b8236924dcaa86a12378217ed62b scigraphica-2.1.0.ebuild 1366 -RMD160 ffad01bbeb9076fcdbccf4675804291c7e449f29 scigraphica-2.1.0.ebuild 1366 -SHA256 c26c06f45d4c95acb875edd5ec26020fc0dca937e09396492277426e0a8b23a9 scigraphica-2.1.0.ebuild 1366 diff --git a/sci-visualization/scigraphica/files/arrayobject.h.patch b/sci-visualization/scigraphica/files/arrayobject.h.patch deleted file mode 100644 index 6f34c87..0000000 --- a/sci-visualization/scigraphica/files/arrayobject.h.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urN scigraphica-2.1.0.orig/configure scigraphica-2.1.0/configure ---- scigraphica-2.1.0.orig/configure 2006-04-19 18:44:24.000000000 -0700 -+++ scigraphica-2.1.0/configure 2006-04-19 18:45:08.000000000 -0700 -@@ -10544,9 +10544,9 @@ - PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - PY_LIBS="python$PY_VERSION" - PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/" -- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - if test x$array_loc = x; then -- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - fi - if test -n $array_loc -a -d $array_loc; then - echo "$array_loc" -diff -urN scigraphica-2.1.0.orig/configure.in scigraphica-2.1.0/configure.in ---- scigraphica-2.1.0.orig/configure.in 2006-04-19 18:44:24.000000000 -0700 -+++ scigraphica-2.1.0/configure.in 2006-04-19 18:44:52.000000000 -0700 -@@ -381,9 +381,9 @@ - PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - PY_LIBS="python$PY_VERSION" - PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/" -- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - if test x$array_loc = x; then -- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//` -+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1` - fi - if test -n $array_loc -a -d $array_loc; then - echo "$array_loc" diff --git a/sci-visualization/scigraphica/files/configure.in.patch b/sci-visualization/scigraphica/files/configure.in.patch deleted file mode 100644 index 99cdd54..0000000 --- a/sci-visualization/scigraphica/files/configure.in.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- scigraphica-2.1.0/configure.old 2005-08-17 16:10:28.672972980 +0200 -+++ scigraphica-2.1.0/configure.in 2005-08-17 16:10:35.897710586 +0200 -@@ -73,7 +73,7 @@ - AC_PROG_CC - AC_ISC_POSIX - AC_HEADER_STDC([]) --AC_PROG_RANLIB -+AC_PROG_LIBTOOL - AC_PROG_MAKE_SET - AM_PROG_LIBTOOL - -@@ -428,9 +428,9 @@ - # - - UNAME=`uname -s -m -r -p` --GTK_EXTRA_VERSION=`$GTK_EXTRA_CONFIG --version` --GTK_VERSION=`$GTK_CONFIG --version` --XML_VERSION=`$XML_CONFIG --version` -+GTK_EXTRA_VERSION=`$PKG_CONFIG --modversion gtkextra-2.0` -+GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0` -+XML_VERSION=`$PKG_CONFIG --modversion libxml-2.0` - - # strip duplicate entries in compiler flags - echo "stripping compiler flags" -@@ -472,7 +472,7 @@ - xml-$XML_VERSION python-$PY_VVERSION $array_loc\\n"\ - __DATE__ " " __TIME__ "\\n\ - Compiler flags:$COMPILER_FLAGS\\n\ --(C) 2000 Adrian E. Feiguin\\n" -+(C) 2000 - 2005 Adrian E. Feiguin\\n" - ) - - AC_DEFINE_UNQUOTED(SCIGRAPHICA_ROOT, "$prefix") diff --git a/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0 b/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0 deleted file mode 100644 index ca96856..0000000 --- a/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 80b74b2faa0e2c46361f4de51e73df34 scigraphica-2.1.0.tar.gz 539549 -RMD160 275790299fcceee41a186b4ec03e1a9e3b3eb125 scigraphica-2.1.0.tar.gz 539549 -SHA256 b424310506995507d053573f1995f9cfbbce0a7fdc7dc93effc6dbec54aa15f9 scigraphica-2.1.0.tar.gz 539549 diff --git a/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild b/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild deleted file mode 100644 index c576b32..0000000 --- a/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scigraphica/scigraphica-0.8.0-r2.ebuild,v 1.2 2005/05/09 18:04:34 dholm Exp $ - -inherit autotools eutils - -DESCRIPTION="Scientific application for data analysis and technical graphics" -SRC_URI="mirror://sourceforge/scigraphica/${P}.tar.gz" -HOMEPAGE="http://scigraphica.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" - -# We need to block using numeric, otherwise sg won't build, -# pretenting not to find arrayobject.h from the numarray project. -DEPEND=">=x11-libs/gtk+extra-2.1.0 - >=sci-libs/libscigraphica-2.1.0 - >=dev-python/pygtk-2.6.1-r1 - >=dev-python/numarray-1.3.1 - >=dev-libs/libxml2-2.4.10 - >=media-libs/imlib-1.9.7 - >=intltool-0.27.2" -# !dev-python/numeric" - -src_unpack() { - unpack ${A} - cd ${S} - epatch $FILESDIR/arrayobject.h.patch - # Get correct version using scigraphica --version -# epatch $FILESDIR/configure.in.patch -# einfo "Running intltoolize ..." -# intltoolize --copy --force -# eautoreconf -} - -src_install() { - make DESTDIR=${D} install || die "Installation Failed" - dodoc AUTHORS ChangeLog FAQ.compile \ - INSTALL NEWS README TODO -} - -pkg_postinst() { - ewarn "Please be shure to rm your old scigraphica" - ewarn "configuration directory." - ewarn "Otherwise sg won't work." - sleep 5 -} diff --git a/sys-auth/pam_pkcs11/Manifest b/sys-auth/pam_pkcs11/Manifest deleted file mode 100644 index 9a55b90..0000000 --- a/sys-auth/pam_pkcs11/Manifest +++ /dev/null @@ -1,12 +0,0 @@ -AUX pam_pkcs11-0.5.3-setup-tool.patch 18150 RMD160 8336813c77b8cfd2356ad06ce85679e4faf2d426 SHA1 abc4a1980580c9f651768c3458613efe9e0d5d4c SHA256 6727222ec09124506923f0fe1ae8dfd4797bd86d3a1d1634cf0d3cb9305e5fcb -MD5 c55104d841aea80d9fd2b6993da3e8fd files/pam_pkcs11-0.5.3-setup-tool.patch 18150 -RMD160 8336813c77b8cfd2356ad06ce85679e4faf2d426 files/pam_pkcs11-0.5.3-setup-tool.patch 18150 -SHA256 6727222ec09124506923f0fe1ae8dfd4797bd86d3a1d1634cf0d3cb9305e5fcb files/pam_pkcs11-0.5.3-setup-tool.patch 18150 -DIST pam_pkcs11-0.5.3.tar.gz 576432 RMD160 b755b1d5d8c666a44944119df74515a206efc1cd SHA1 b57dec1ef358f36ba1e38611f37de87f752da6b7 SHA256 f38a92ad5822b5da1bef7c74bfbce1ab1b9a59b01c207b3c3e92402f6be985a4 -EBUILD pam_pkcs11-0.5.3-r1.ebuild 1190 RMD160 232f15a7140e30918fe3e9c7569373c6b53a3905 SHA1 46a59cb697527def866c62621f325466cc61c646 SHA256 15edc6c3f22be6a539569ab2537f32d546464b4008af59ceffdbc777a5bd645e -MD5 79556b9b2b55f508a073cd7eba61abaf pam_pkcs11-0.5.3-r1.ebuild 1190 -RMD160 232f15a7140e30918fe3e9c7569373c6b53a3905 pam_pkcs11-0.5.3-r1.ebuild 1190 -SHA256 15edc6c3f22be6a539569ab2537f32d546464b4008af59ceffdbc777a5bd645e pam_pkcs11-0.5.3-r1.ebuild 1190 -MD5 a1d272550e9712942c24bb1134c1ec6e files/digest-pam_pkcs11-0.5.3-r1 250 -RMD160 208f742203b5d2bb4cc5f9ead22f061e71d0cfb0 files/digest-pam_pkcs11-0.5.3-r1 250 -SHA256 4639d6c891b6a1f55fc9f4d5a769f1624594a68c0d85062e782eacbf2fb98e05 files/digest-pam_pkcs11-0.5.3-r1 250 diff --git a/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.5.3-r1 b/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.5.3-r1 deleted file mode 100644 index ebb86f1..0000000 --- a/sys-auth/pam_pkcs11/files/digest-pam_pkcs11-0.5.3-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 607e3ba84b8938eff20c51c597e522c0 pam_pkcs11-0.5.3.tar.gz 576432 -RMD160 b755b1d5d8c666a44944119df74515a206efc1cd pam_pkcs11-0.5.3.tar.gz 576432 -SHA256 f38a92ad5822b5da1bef7c74bfbce1ab1b9a59b01c207b3c3e92402f6be985a4 pam_pkcs11-0.5.3.tar.gz 576432 diff --git a/sys-auth/pam_pkcs11/files/pam_pkcs11-0.5.3-setup-tool.patch b/sys-auth/pam_pkcs11/files/pam_pkcs11-0.5.3-setup-tool.patch deleted file mode 100644 index 78e9cfe..0000000 --- a/sys-auth/pam_pkcs11/files/pam_pkcs11-0.5.3-setup-tool.patch +++ /dev/null @@ -1,629 +0,0 @@ ---- pam_pkcs11-0.5.3/src/tools/Makefile.am.setup 2006-07-07 13:46:34.000000000 +0200 -+++ pam_pkcs11-0.5.3/src/tools/Makefile.am 2006-07-07 13:46:34.000000000 +0200 -@@ -8,11 +8,11 @@ - AM_LDFLAGS = $(PCSC_LIBS) - - if HAVE_PCSC --bin_PROGRAMS = card_eventmgr pkcs11_eventmgr pklogin_finder pkcs11_inspect -+bin_PROGRAMS = card_eventmgr pkcs11_eventmgr pklogin_finder pkcs11_inspect pkcs11_setup - card_eventmgr_SOURCES = card_eventmgr.c - card_eventmgr_LDADD = @LIBSCCONF@ @LIBCOMMON@ - else --bin_PROGRAMS = pkcs11_eventmgr pklogin_finder pkcs11_inspect -+bin_PROGRAMS = pkcs11_eventmgr pklogin_finder pkcs11_inspect pkcs11_setup - endif - - pklogin_finder_SOURCES = pklogin_finder.c -@@ -23,3 +23,6 @@ - - pkcs11_inspect_SOURCES = pkcs11_inspect.c - pkcs11_inspect_LDADD = $(FINDER_OBJS) @LIBMAPPERS@ -+ -+pkcs11_setup_SOURCES = pkcs11_setup.c -+pkcs11_setup_LDADD = @LIBSCCONF@ @LIBCOMMON@ ---- pam_pkcs11-0.5.3/src/tools/Makefile.in.setup 2006-07-07 13:46:34.000000000 +0200 -+++ pam_pkcs11-0.5.3/src/tools/Makefile.in 2006-07-07 13:46:34.000000000 +0200 -@@ -16,7 +16,7 @@ - - # Process this file with automake to create Makefile.in - --SOURCES = $(card_eventmgr_SOURCES) $(pkcs11_eventmgr_SOURCES) $(pkcs11_inspect_SOURCES) $(pklogin_finder_SOURCES) -+SOURCES = $(card_eventmgr_SOURCES) $(pkcs11_eventmgr_SOURCES) $(pkcs11_inspect_SOURCES) $(pkcs11_setup_SOURCES) $(pklogin_finder_SOURCES) - - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ -@@ -43,11 +43,11 @@ - target_triplet = @target@ - @HAVE_PCSC_FALSE@bin_PROGRAMS = pkcs11_eventmgr$(EXEEXT) \ - @HAVE_PCSC_FALSE@ pklogin_finder$(EXEEXT) \ --@HAVE_PCSC_FALSE@ pkcs11_inspect$(EXEEXT) -+@HAVE_PCSC_FALSE@ pkcs11_inspect$(EXEEXT) pkcs11_setup$(EXEEXT) - @HAVE_PCSC_TRUE@bin_PROGRAMS = card_eventmgr$(EXEEXT) \ - @HAVE_PCSC_TRUE@ pkcs11_eventmgr$(EXEEXT) \ - @HAVE_PCSC_TRUE@ pklogin_finder$(EXEEXT) \ --@HAVE_PCSC_TRUE@ pkcs11_inspect$(EXEEXT) -+@HAVE_PCSC_TRUE@ pkcs11_inspect$(EXEEXT) pkcs11_setup$(EXEEXT) - subdir = src/tools - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -73,6 +73,9 @@ - am__DEPENDENCIES_2 = ../pam_pkcs11/mapper_mgr.o \ - ../pam_pkcs11/pam_config.o - pkcs11_inspect_DEPENDENCIES = $(am__DEPENDENCIES_2) -+am_pkcs11_setup_OBJECTS = pkcs11_setup.$(OBJEXT) -+pkcs11_setup_OBJECTS = $(am_pkcs11_setup_OBJECTS) -+pkcs11_setup_DEPENDENCIES = - am_pklogin_finder_OBJECTS = pklogin_finder.$(OBJEXT) - pklogin_finder_OBJECTS = $(am_pklogin_finder_OBJECTS) - pklogin_finder_DEPENDENCIES = $(am__DEPENDENCIES_2) -@@ -88,10 +91,11 @@ - LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - SOURCES = $(card_eventmgr_SOURCES) $(pkcs11_eventmgr_SOURCES) \ -- $(pkcs11_inspect_SOURCES) $(pklogin_finder_SOURCES) -+ $(pkcs11_inspect_SOURCES) $(pkcs11_setup_SOURCES) \ -+ $(pklogin_finder_SOURCES) - DIST_SOURCES = $(am__card_eventmgr_SOURCES_DIST) \ - $(pkcs11_eventmgr_SOURCES) $(pkcs11_inspect_SOURCES) \ -- $(pklogin_finder_SOURCES) -+ $(pkcs11_setup_SOURCES) $(pklogin_finder_SOURCES) - ETAGS = etags - CTAGS = ctags - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -@@ -188,6 +192,7 @@ - ac_ct_F77 = @ac_ct_F77@ - ac_ct_RANLIB = @ac_ct_RANLIB@ - ac_ct_STRIP = @ac_ct_STRIP@ -+ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ - am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -@@ -241,6 +246,8 @@ - pkcs11_eventmgr_LDADD = @LIBSCCONF@ @LIBCOMMON@ $(CRYPTO_LIBS) - pkcs11_inspect_SOURCES = pkcs11_inspect.c - pkcs11_inspect_LDADD = $(FINDER_OBJS) @LIBMAPPERS@ -+pkcs11_setup_SOURCES = pkcs11_setup.c -+pkcs11_setup_LDADD = @LIBSCCONF@ @LIBCOMMON@ - all: all-am - - .SUFFIXES: -@@ -311,6 +318,9 @@ - pkcs11_inspect$(EXEEXT): $(pkcs11_inspect_OBJECTS) $(pkcs11_inspect_DEPENDENCIES) - @rm -f pkcs11_inspect$(EXEEXT) - $(LINK) $(pkcs11_inspect_LDFLAGS) $(pkcs11_inspect_OBJECTS) $(pkcs11_inspect_LDADD) $(LIBS) -+pkcs11_setup$(EXEEXT): $(pkcs11_setup_OBJECTS) $(pkcs11_setup_DEPENDENCIES) -+ @rm -f pkcs11_setup$(EXEEXT) -+ $(LINK) $(pkcs11_setup_LDFLAGS) $(pkcs11_setup_OBJECTS) $(pkcs11_setup_LDADD) $(LIBS) - pklogin_finder$(EXEEXT): $(pklogin_finder_OBJECTS) $(pklogin_finder_DEPENDENCIES) - @rm -f pklogin_finder$(EXEEXT) - $(LINK) $(pklogin_finder_LDFLAGS) $(pklogin_finder_OBJECTS) $(pklogin_finder_LDADD) $(LIBS) -@@ -324,6 +334,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/card_eventmgr.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11_eventmgr.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11_inspect.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11_setup.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pklogin_finder.Po@am__quote@ - - .c.o: ---- /dev/null 2006-07-07 08:05:54.592713000 +0200 -+++ pam_pkcs11-0.5.3/src/tools/pkcs11_setup.c 2006-07-07 13:54:45.000000000 +0200 -@@ -0,0 +1,519 @@ -+/* -+ * PKCS#11 Card viewer tool -+ * Copyright (C) 2006 Red Hat, Inc. -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU Lesser General Public -+ * License as published by the Free Software Foundation; either -+ * version 2.1 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. -+ * -+ */ -+ -+#define _GNU_SOURCE -+ -+#ifdef HAVE_CONFIG_H -+#include <config.h> -+#endif -+ -+#include <ctype.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> -+#include <stdio.h> -+#include <stdlib.h> -+#include <dlfcn.h> -+#include "../scconf/scconf.h" -+#include "../common/debug.h" -+#include "../common/error.h" -+ -+#define PAM_PKCS11_CONF "/etc/pam_pkcs11/pam_pkcs11.conf" -+#define EVENTMGR_CONF "/etc/pam_pkcs11/pkcs11_eventmgr.conf" -+ -+static const char Ins_action[] = "ins_action="; -+static const char Rm_action[] = "rm_action="; -+static const char Use_module[] = "use_module="; -+static const char List_modules[] = "list_modules"; -+ -+enum params { INS_ACTION, RM_ACTION, USE_MODULE, LIST_MODULES }; -+ -+static const char const *param_names[] = { Ins_action, Rm_action, Use_module, List_modules }; -+static int pn_sizes[] = { sizeof(Ins_action), sizeof(Rm_action), sizeof(Use_module), sizeof(List_modules) }; -+ -+#define NUM_PARAMS (sizeof(param_names)/sizeof(param_names[0])) -+ -+const char *scconf_replace_str(scconf_block * block, const char *option, const char *value) -+{ -+ scconf_list *list = NULL; -+ scconf_item *item; -+ -+ scconf_list_add(&list, value); -+ item = scconf_item_add(NULL, block, NULL, SCCONF_ITEM_TYPE_VALUE, option, list); -+ -+ /* now clear out the item list */ -+ scconf_list_destroy(item->value.list); -+ item->value.list = list; /* adopt */ -+ return value; -+} -+ -+int scconf_replace_str_list(scconf_block * block, const char *option, const char *value) -+{ -+ scconf_list *list = NULL; -+ scconf_item *item; -+ char *lstitem = NULL; -+ char *next; -+ -+ while (value != NULL) { -+ if ((next=strchr(value, ',')) != NULL) { -+ lstitem = strndup(value, next-value); -+ next++; -+ } -+ else { -+ lstitem = strdup(value); -+ } -+ if (lstitem == NULL) -+ return 1; -+ scconf_list_add(&list, lstitem); -+ value = next; -+ free(lstitem); -+ } -+ -+ item = scconf_item_add(NULL, block, NULL, SCCONF_ITEM_TYPE_VALUE, option, list); -+ -+ /* now clear out the item list */ -+ scconf_list_destroy(item->value.list); -+ item->value.list = list; /* adopt */ -+ return 0; -+} -+ -+int list_modules(void) -+{ -+ const scconf_block *pam_pkcs11; -+ scconf_block **pkcs11_blocks; -+ scconf_context *ctx = NULL; -+ int i; -+ int result = 1; -+ -+ /* -+ * loop through looking for smart card entries -+ */ -+ ctx = scconf_new(PAM_PKCS11_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0 ) { -+ goto bail; -+ } -+ pam_pkcs11 = scconf_find_block(ctx, NULL, "pam_pkcs11"); -+ if (!pam_pkcs11) { -+ goto bail; -+ } -+ pkcs11_blocks = scconf_find_blocks(ctx, pam_pkcs11, "pkcs11_module", NULL); -+ if (!pkcs11_blocks) { -+ goto bail; -+ } -+ -+ /* list only those smart cards which are actually installed */ -+ for (i=0; pkcs11_blocks[i]; i++) { -+ void *libhandle; -+ const char *path = -+ scconf_get_str(pkcs11_blocks[i], "module", NULL); -+ /* check to see if the module exists on the system */ -+ if (!path || *path == 0) { -+ continue; -+ } -+ /* verify the module exists */ -+ if ((libhandle=dlopen(path, RTLD_LAZY)) != NULL) { -+ dlclose(libhandle); -+ if (pkcs11_blocks[i] && pkcs11_blocks[i]->name -+ && pkcs11_blocks[i]->name->data) { -+ printf("%s\n", pkcs11_blocks[i]->name->data); -+ } -+ } -+ } -+ -+ result = 0; -+ -+bail: -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ return result; -+} -+ -+int print_default_module(void) -+{ -+ const scconf_block *pam_pkcs11; -+ scconf_context *ctx = NULL; -+ int result = 1; -+ -+ /* -+ * read the base pam_pkcs11.conf -+ */ -+ ctx = scconf_new(PAM_PKCS11_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pam_pkcs11 = scconf_find_block(ctx, NULL, "pam_pkcs11"); -+ if (!pam_pkcs11) { -+ goto bail; -+ } -+ printf("%s\n", scconf_get_str(pam_pkcs11, "use_pkcs11_module", "")); -+ result = 0; -+ -+ bail: -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ ctx = NULL; -+ -+ return result; -+} -+ -+int set_default_module(const char *mod) -+{ -+ scconf_block *pam_pkcs11, *pkcs11_eventmgr; -+ scconf_block **modules = NULL; -+ scconf_context *ctx = NULL; -+ scconf_context *ectx = NULL; -+ const char *lib = NULL; -+ int result = 1; -+ -+ /* -+ * write out pam_pkcs11.conf -+ */ -+ ctx = scconf_new(PAM_PKCS11_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pam_pkcs11 = (scconf_block *)scconf_find_block(ctx, NULL, "pam_pkcs11"); -+ if (!pam_pkcs11) { -+ goto bail; -+ } -+ scconf_replace_str(pam_pkcs11, "use_pkcs11_module", mod); -+ -+ modules = scconf_find_blocks(ctx, pam_pkcs11, "pkcs11_module", mod); -+ if (!modules || !modules[0]) { -+ goto bail; -+ } -+ lib = scconf_get_str(modules[0], "module", NULL); -+ if (!lib) { -+ goto bail; -+ } -+ result = scconf_write(ctx, NULL); -+ if (result != 0) { -+ goto bail; -+ } -+ -+ ectx = scconf_new(EVENTMGR_CONF); -+ if (ectx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ectx) <= 0) { -+ goto bail; -+ } -+ pkcs11_eventmgr = (scconf_block *) -+ scconf_find_block(ectx, NULL, "pkcs11_eventmgr"); -+ if (!pkcs11_eventmgr) { -+ goto bail; -+ } -+ scconf_replace_str(pkcs11_eventmgr, "pkcs11_module", lib); -+ result = scconf_write(ectx, NULL); -+ -+bail: -+ if (modules) { -+ free(modules); -+ } -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ if (ectx) { -+ scconf_free(ectx); -+ } -+ -+ return result; -+} -+ -+int print_card_insert_action(void) -+{ -+ const scconf_block *pkcs11_eventmgr; -+ scconf_block **event_blocks = NULL; -+ scconf_context *ctx = NULL; -+ const scconf_list *actionList = NULL; -+ int result = 1; -+ -+ /* -+ * read the pkcs11_eventmgr.conf to get our action -+ */ -+ ctx = scconf_new(EVENTMGR_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pkcs11_eventmgr = scconf_find_block(ctx, NULL, "pkcs11_eventmgr"); -+ if (!pkcs11_eventmgr) { -+ goto bail; -+ } -+ event_blocks = scconf_find_blocks(ctx, pkcs11_eventmgr, "event", -+ "card_insert"); -+ if (!event_blocks || !event_blocks[0]) { -+ goto bail; -+ } -+ actionList = scconf_find_list(event_blocks[0],"action"); -+ if (actionList) { -+ char *lst = scconf_list_strdup(actionList, "\n"); -+ if (lst != NULL) { -+ printf("%s\n", lst); -+ free(lst); -+ } -+ } -+ result = 0; -+ -+bail: -+ if (event_blocks) { -+ free(event_blocks); -+ } -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ -+ return result; -+} -+ -+int set_card_insert_action(const char *act) -+{ -+ scconf_block *pkcs11_eventmgr; -+ scconf_block **insert_blocks = NULL; -+ scconf_context *ctx = NULL; -+ int result = 1; -+ -+ /* -+ * write out pkcs11_eventmgr.conf -+ */ -+ ctx = scconf_new(EVENTMGR_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pkcs11_eventmgr = (scconf_block *) -+ scconf_find_block(ctx, NULL, "pkcs11_eventmgr"); -+ if (!pkcs11_eventmgr) { -+ goto bail; -+ } -+ insert_blocks = scconf_find_blocks(ctx, pkcs11_eventmgr, -+ "event", "card_insert"); -+ if (!insert_blocks || !insert_blocks[0]) { -+ goto bail; -+ } -+ -+ scconf_replace_str_list(insert_blocks[0], "action", act); -+ -+ result = scconf_write(ctx, NULL); -+ -+bail: -+ if (insert_blocks) { -+ free(insert_blocks); -+ } -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ return result; -+} -+ -+int print_card_remove_action(void) -+{ -+ const scconf_block *pkcs11_eventmgr; -+ scconf_block **event_blocks = NULL; -+ scconf_context *ctx = NULL; -+ const scconf_list *actionList = NULL; -+ int result = 1; -+ -+ /* -+ * read the pkcs11_eventmgr.conf to get our action -+ */ -+ ctx = scconf_new(EVENTMGR_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pkcs11_eventmgr = scconf_find_block(ctx, NULL, "pkcs11_eventmgr"); -+ if (!pkcs11_eventmgr) { -+ goto bail; -+ } -+ event_blocks = scconf_find_blocks(ctx, pkcs11_eventmgr, "event", -+ "card_remove"); -+ if (!event_blocks || !event_blocks[0]) { -+ goto bail; -+ } -+ actionList = scconf_find_list(event_blocks[0],"action"); -+ if (actionList) { -+ char *lst = scconf_list_strdup(actionList, "\n"); -+ if (lst != NULL) { -+ printf("%s\n", lst); -+ free(lst); -+ } -+ } -+ result = 0; -+ -+bail: -+ if (event_blocks) { -+ free(event_blocks); -+ } -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ -+ return result; -+} -+ -+int set_card_remove_action(const char *act) -+{ -+ scconf_block *pkcs11_eventmgr; -+ scconf_block **insert_blocks = NULL; -+ scconf_context *ctx = NULL; -+ int result = 1; -+ -+ /* -+ * write out pkcs11_eventmgr.conf -+ */ -+ ctx = scconf_new(EVENTMGR_CONF); -+ if (ctx == NULL) { -+ goto bail; -+ } -+ if (scconf_parse(ctx) <= 0) { -+ goto bail; -+ } -+ pkcs11_eventmgr = (scconf_block *) -+ scconf_find_block(ctx, NULL, "pkcs11_eventmgr"); -+ if (!pkcs11_eventmgr) { -+ goto bail; -+ } -+ insert_blocks = scconf_find_blocks(ctx, pkcs11_eventmgr, -+ "event", "card_remove"); -+ if (!insert_blocks || !insert_blocks[0]) { -+ goto bail; -+ } -+ -+ scconf_replace_str_list(insert_blocks[0], "action", act); -+ -+ result = scconf_write(ctx, NULL); -+ -+bail: -+ if (insert_blocks) { -+ free(insert_blocks); -+ } -+ if (ctx) { -+ scconf_free(ctx); -+ } -+ return result; -+} -+ -+int main(int argc, const char **argv) -+{ -+ int i; -+ int pname; -+ const char *params[NUM_PARAMS]; -+ -+ memset(params, '\0', sizeof(params)); -+ -+ for (i = 1; i < argc; i++) { -+ for (pname = 0; pname < NUM_PARAMS; pname++) { -+ if (param_names[pname][pn_sizes[pname]-2] == '=') { -+ if (strncmp(argv[i], param_names[pname], pn_sizes[pname]-1) == 0) { -+ params[pname] = argv[i] + pn_sizes[pname] - 1; -+ } -+ else if (strncmp(argv[i], param_names[pname], pn_sizes[pname]-2) == 0 -+ && argv[i][pn_sizes[pname]-2] == '\0') { -+ params[pname] = (void *)1; -+ } -+ } -+ else { -+ if (strcmp(argv[i], param_names[pname]) == 0) { -+ params[pname] = (void *)1; -+ } -+ } -+ } -+ } -+ -+ for (pname = 0; pname < NUM_PARAMS; pname++) { -+ if (params[pname] != NULL) -+ break; -+ } -+ -+ if (pname == NUM_PARAMS) { -+ DBG("No correct parameter specified"); -+ printf("usage: pkcs11_setup [list_modules] [use_module[=<module_name>]]\n" -+ " [ins_action[=<executable,executable,...>]]\n" -+ " [rm_action[=<executable,executable,...>]]\n"); -+ } -+ -+ if (params[LIST_MODULES] != NULL) { -+ DBG("List modules:"); -+ return list_modules(); -+ } -+ else { -+ if (params[USE_MODULE] == (void *)1) { -+ DBG("Print default module:"); -+ if ((i=print_default_module()) != 0) { -+ DBG1("Print default module failed with: %d", i); -+ return i; -+ } -+ return 0; -+ } -+ else if (params[USE_MODULE] != NULL) { -+ DBG1("Set default module: %s", params[USE_MODULE]); -+ if ((i=set_default_module(params[USE_MODULE])) != 0) { -+ DBG1("Set default module failed with: %d", i); -+ return i; -+ } -+ } -+ if (params[INS_ACTION] == (void *)1) { -+ DBG("Print card insert action:"); -+ if ((i=print_card_insert_action()) != 0) { -+ DBG1("Print card insert action failed with: %d", i); -+ return i; -+ } -+ return 0; -+ } -+ else if (params[INS_ACTION] != NULL) { -+ DBG1("Set card insert action: %s", params[INS_ACTION]); -+ if ((i=set_card_insert_action(params[INS_ACTION])) != 0) { -+ DBG1("Set card insert action failed with: %d", i); -+ return i; -+ } -+ } -+ if (params[RM_ACTION] == (void *)1) { -+ DBG("Print card remove action:"); -+ if ((i=print_card_remove_action()) != 0) { -+ DBG1("Set card remove action failed with: %d", i); -+ return i; -+ } -+ return 0; -+ } -+ else if (params[RM_ACTION] != NULL) { -+ DBG1("Set card remove action: %s", params[RM_ACTION]); -+ if ((i=set_card_remove_action(params[RM_ACTION])) != 0) { -+ DBG1("Set card remove action failed with: %d", i); -+ return i; -+ } -+ } -+ } -+ DBG("Process completed"); -+ return 0; -+} diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3-r1.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3-r1.ebuild deleted file mode 100644 index ebe73a7..0000000 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.5.3.ebuild,v 1.3 2006/07/03 01:27:18 vapier Exp $ - -inherit eutils - -DESCRIPTION="PKCS11 Pam library" -HOMEPAGE="http://www.opensc-project.org/pam_pkcs11" -SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="curl ldap pcsc-lite" - -DEPEND=">=dev-libs/opensc-0.10 - sys-libs/pam - curl? ( net-misc/curl ) - ldap? ( net-nds/openldap ) - pcsc-lite? ( sys-apps/pcsc-lite ) - dev-libs/openssl" - -src_unpack() { - unpack ${A} - - # Simple setup tool, from Red Hat - # Needed for app-admin/authconfig - epatch "${FILESDIR}"/${P}-setup-tool.patch -} - -src_compile() { - econf \ - $(use_with curl) \ - $(use_with pcsc-lite pcsclite) \ - $(use_with ldap) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - dodir /lib/security - dosym ../../usr/lib/security/pam_pkcs11.so /lib/security/ - - dodoc NEWS README - dohtml docs/*.{html,css} -} diff --git a/x11-misc/xsri/Manifest b/x11-misc/xsri/Manifest deleted file mode 100644 index 00b8dfb..0000000 --- a/x11-misc/xsri/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST xsri-2.1.0-9.2.1.src.rpm 74646 RMD160 710ef6132965c1c522cd94a4c51e55c2c55aa000 SHA1 8f847e06f97d47f4173a10b5c67a882b4e1483bd SHA256 2912eed9bc8a68aa4ce5f87f6d2149feeb61f328a413d0b6dc14023e4c79e0e8 -EBUILD xsri-2.1.0-r1.ebuild 578 RMD160 d4cd1f3a787747edebcb09e2354338ce73cf6d00 SHA1 6709113610560611a217e22f5d213ceb444a65f5 SHA256 c2519648d034a57807bfc06bb81b5f79e0823ca830cd4f66fa486f06894c6d99 -MD5 45eb2d40a514d5ae42a0879b70257c1b xsri-2.1.0-r1.ebuild 578 -RMD160 d4cd1f3a787747edebcb09e2354338ce73cf6d00 xsri-2.1.0-r1.ebuild 578 -SHA256 c2519648d034a57807bfc06bb81b5f79e0823ca830cd4f66fa486f06894c6d99 xsri-2.1.0-r1.ebuild 578 -MD5 52e200ac5fbb1d024f66810e1d4d9592 files/digest-xsri-2.1.0-r1 250 -RMD160 40eea74404b6c9e87f72b411e3fbf1dc230826c2 files/digest-xsri-2.1.0-r1 250 -SHA256 e1a7a97abe859b97ad8e58f193513253216f789005ffff6211d72779113266ce files/digest-xsri-2.1.0-r1 250 diff --git a/x11-misc/xsri/files/digest-xsri-2.1.0-r1 b/x11-misc/xsri/files/digest-xsri-2.1.0-r1 deleted file mode 100644 index 7bfa139..0000000 --- a/x11-misc/xsri/files/digest-xsri-2.1.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a9b34220cbcd65491a1bccb476572f35 xsri-2.1.0-9.2.1.src.rpm 74646 -RMD160 710ef6132965c1c522cd94a4c51e55c2c55aa000 xsri-2.1.0-9.2.1.src.rpm 74646 -SHA256 2912eed9bc8a68aa4ce5f87f6d2149feeb61f328a413d0b6dc14023e4c79e0e8 xsri-2.1.0-9.2.1.src.rpm 74646 diff --git a/x11-misc/xsri/xsri-2.1.0-r1.ebuild b/x11-misc/xsri/xsri-2.1.0-r1.ebuild deleted file mode 100644 index 7a59a4f..0000000 --- a/x11-misc/xsri/xsri-2.1.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.1 2006/07/09 10:30:28 nelchael Exp $ - -inherit base rpm - -DESCRIPTION="The xsri wallpaper setter from RedHat" -HOMEPAGE="http://fedora.redhat.com/" -SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/5/source/SRPMS/${P}-9.2.1.src.rpm" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND="=x11-libs/gtk+-2*" - -src_install() { - base_src_install "$@" - dodoc AUTHORS README NEWS -} |