diff options
36 files changed, 0 insertions, 845 deletions
diff --git a/app-crypt/mypasswordsafe/ChangeLog b/app-crypt/mypasswordsafe/ChangeLog deleted file mode 100644 index 2a63b547c..000000000 --- a/app-crypt/mypasswordsafe/ChangeLog +++ /dev/null @@ -1,32 +0,0 @@ -# ChangeLog for app-crypt/mypasswordsafe -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Dec 2007; Jakub Moc <jakub@gentoo.org> mypasswordsafe-20061216.ebuild: - Switch to EAPI-1 and slotted deps - - 23 Jan 2007; Christian Faulhammer <opfer@gentoo.org> - mypasswordsafe-20061216.ebuild: - add some quotes - - 22 Dec 2006; Jakub Moc <jakub@gentoo.org> mypasswordsafe-20061216.ebuild: - epatch dies itself with much more useful error messages - - 17 Dec 2006; Santiago M. Mola <cooldwind@gmail.com> - -mypasswordsafe-20060326.ebuild, - -files/mypasswordsafe-20060326-gentoo.patch: - Removing old version. - - 17 Dec 2006; Santiago M. Mola <cooldwind@gmail.com> - +mypasswordsafe-20061216.ebuild, - +files/mypasswordsafe-20061216-qtdir.patch: - Version bump to 20061216. - - 18 Sep 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog: - Minor QA cleanup - - 28 Aug 2006; David Grant (dgrant) <davidgrant@gmail.com> - +mypasswordsafe-20060326.ebuild, - +files/mypasswordsafe-20060326-gentoo.patch, +metadata.xml: - new ebuild for bug #100985 - diff --git a/app-crypt/mypasswordsafe/Manifest b/app-crypt/mypasswordsafe/Manifest deleted file mode 100644 index f3f880788..000000000 --- a/app-crypt/mypasswordsafe/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX mypasswordsafe-20061216-qtdir.patch 242 RMD160 51ef039778a0351fcb82f8666d053091ac27a95e SHA1 a282c9fe155ded10a407fef0fa177abbf4d85009 SHA256 e201f6967a43f3b7261509bfed69f2d5784e4745d64fca29e3b66e4d3ff37204 -DIST MyPasswordSafe-20061216.src.tgz 834084 RMD160 b61f1525aed3160b88c1ef6c6922ff131ad2248c SHA1 37bb3f7491b42c8aac5d71cc6546ced018a15119 SHA256 9df8f08df09d24725b752243b67782e3115c9f3ae4153f8035123d908678dde7 -EBUILD mypasswordsafe-20061216.ebuild 746 RMD160 4606f43010841084af2781f371d472a0faadb16d SHA1 5a64724e3096ae8572ae988d90ed8c944347cd6c SHA256 54fabb7448dd71f86c5f57d64e1500614ceeb9887be3333d6917ef91528b7dc9 -MISC ChangeLog 1072 RMD160 0e5c66a40bb06de6317bbc9bdf755df6e4696352 SHA1 5f7ff4542d39cbf1c9001ba39bb92e03738a410e SHA256 128dd531625992eb07efc95859c9205c79c2fc0324c1d054a57cae7c03b95670 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-crypt/mypasswordsafe/files/mypasswordsafe-20061216-qtdir.patch b/app-crypt/mypasswordsafe/files/mypasswordsafe-20061216-qtdir.patch deleted file mode 100644 index 0026cde86..000000000 --- a/app-crypt/mypasswordsafe/files/mypasswordsafe-20061216-qtdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile 2004-12-06 14:14:53.000000000 +0100 -+++ Makefile.new 2006-12-17 22:23:23.000000000 +0100 -@@ -8,7 +8,7 @@ - PREFIX=/usr/local - endif - --QMAKE=qmake -+QMAKE=${QTDIR}/bin/qmake - DATE=$(shell date +%Y%m%d) - VERSION=0.6.7 - ifndef USER diff --git a/app-crypt/mypasswordsafe/metadata.xml b/app-crypt/mypasswordsafe/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/app-crypt/mypasswordsafe/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/app-crypt/mypasswordsafe/mypasswordsafe-20061216.ebuild b/app-crypt/mypasswordsafe/mypasswordsafe-20061216.ebuild deleted file mode 100644 index 1f58aed9b..000000000 --- a/app-crypt/mypasswordsafe/mypasswordsafe-20061216.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit eutils qt3 toolchain-funcs - -MY_P=${P/mypasswords/MyPasswordS} - -DESCRIPTION="A password manager compatible with Password Safe." -HOMEPAGE="http://www.semanticgap.com/myps/" -SRC_URI="http://www.semanticgap.com/myps/release/${MY_P}.src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=x11-libs/qt-3.3:3" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PF}-qtdir.patch" -} - -src_compile() { - emake CXX=$(tc-getCXX) PREFIX="/usr" all || die "emake failed" -} - -src_install() { - emake PREFIX="${D}/usr" install || die "emake install failed" -} diff --git a/app-text/pdfedit/ChangeLog b/app-text/pdfedit/ChangeLog deleted file mode 100644 index 5da046c4d..000000000 --- a/app-text/pdfedit/ChangeLog +++ /dev/null @@ -1,72 +0,0 @@ -# ChangeLog for app-text/pdfedit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 25 Jul 2009; Pavel Sanda (ps) <ps at twin.jikos.cz> -pdfedit-0.4.2.ebuild, - +pdfedit-0.4.3.ebuild: - Version bump for pdfedit-0.4.3 - - 15 Jul 2009; Peter Volkov <pva@gentoo.org> -pdfedit-0.4.1.ebuild, - +pdfedit-0.4.2.ebuild, -files/boost_compile.patch: - Version bump. Fixed build issue reported in bug #277723 by Andrew Savchenko. - Some cleanups. - - 13 Jul 2009; Markos Chandras <hwoarang@gentoo.org> pdfedit-0.4.1.ebuild, - +files/boost_compile.patch: - Eapi2fy it. Apply patch to fix boost compilation problems ( bug 277723 ) - - 17 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com> - pdfedit-0.4.1.ebuild: - Fix Access violations to /usr/qt/3/etc/settings, thanks to klink in - #gentoo-sunrise - - 14 Apr 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - pdfedit-0.4.1.ebuild: - Add spaces for conditional depend - - 26 Feb 2008; Pavel Sanda (ps) <ps at twin.jikos.cz> -pdfedit-0.3.2.ebuild, - +pdfedit-0.4.1.ebuild: - Version bump - - 13 Sep 2007; Antti Järvinen (netfiniitti) <netfiniitti@kapsi.fi> - pdfedit-0.3.2.ebuild: - The ebuild doesn't seem to need the export line. Removing it. - - 13 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pdfedit-0.3.1.ebuild, - +pdfedit-0.3.2.ebuild: - Version bump as reported on irc - - 02 May 2007; Pavel Sanda (ps) <ps at twin.jikos.cz> pdfedit-0.3.1.ebuild: - app-text/pdfedit: url comestics - - 01 May 2007; Ali Polatel (hawking) <polatel@gmail.com> - pdfedit-0.3.1.ebuild: - Add trailing slash to HOMEPAGE, cosmetics - - 01 May 2007; Pavel Sanda (ps) <ps at twin.jikos.cz> -pdfedit-0.3.0.ebuild, - +pdfedit-0.3.1.ebuild: - app-text/pdfedit 0.3.1 version bump - - 18 Apr 2007; Markus Ullmann <jokey@gentoo.org> - -files/pdfedit-0.2.3-build-fix.patch, -pdfedit-0.2.5.ebuild, - pdfedit-0.3.0.ebuild: - Drop old and some cosmetics - - 17 Apr 2007; Pavel Sanda (ps) <ps at twin.jikos.cz> +pdfedit-0.2.5.ebuild: - app-text/pdfedit 0.3.0 version bump - - 12 Feb 2007; Christian Faulhammer <opfer@gentoo.org> - -pdfedit-0.2.3.ebuild: - removed stray digest and old ebuild - - 09 Feb 2007; Pavel Sanda (ps) <ps at twin.jikos.cz> -pdfedit-0.2.4.ebuild, - +pdfedit-0.2.5.ebuild: - app-text/pdfedit 0.2.5 version bump - - 04 Feb 2007; Pavel Sanda (ps) <ps at twin.jikos.cz> +pdfedit-0.2.4.ebuild: - app-text/pdfedit 0.2.4 version bump - - 23 Dec 2006; Pavel Sanda (ps) <ps at twin.jikos.cz> +pdfedit-0.2.3.ebuild, - +files/pdfedit-0.2.3-build-fix.patch, +metadata.xml: - New Ebuild for bug 158188. - diff --git a/app-text/pdfedit/Manifest b/app-text/pdfedit/Manifest deleted file mode 100644 index 1ed14301f..000000000 --- a/app-text/pdfedit/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST pdfedit-0.4.3.tar.gz 3041244 RMD160 4df486374ac0819431382ec3e69400c27f40db45 SHA1 9235688c4c779101d738168c42e22ff83e26bbae SHA256 876188822add9a36b713eba12112f9a0f37f0d531c7df1e0980da98a10a09855 -EBUILD pdfedit-0.4.3.ebuild 1164 RMD160 bce5dea47fe6f5d9f0eb93c5a1e5902e4fd36f9f SHA1 5486d6939f2c88216da339974d64dae6a4d14025 SHA256 cff5f78df0c7376fe8ba2f96bf63a41f02081a05e6d8e069014b000036b9b3e5 -MISC ChangeLog 2562 RMD160 9e70a1e70d0dd810916679c3e08f8710714d6663 SHA1 02de09018cfe1e02640b6af7afd55e78a2f659f1 SHA256 508f891a95bfc11a87ba1bbcddacd628d6ffc0625d05d5968bd7365e0b55278f -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-text/pdfedit/metadata.xml b/app-text/pdfedit/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/app-text/pdfedit/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/app-text/pdfedit/pdfedit-0.4.3.ebuild b/app-text/pdfedit/pdfedit-0.4.3.ebuild deleted file mode 100644 index 112078866..000000000 --- a/app-text/pdfedit/pdfedit-0.4.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit qt3 - -DESCRIPTION="Editor for manipulating PDF documents. GUI and commandline interface." -HOMEPAGE="http://pdfedit.petricek.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -IUSE="doc" -RDEPEND="=x11-libs/qt-3* - media-libs/t1lib" -DEPEND="${RDEPEND} - dev-libs/boost - doc? ( app-doc/doxygen )" - -src_configure(){ - # for C{,XX}_EXTRA read README and bug #277723 - # Disable parallel make detection as we pass required -j with emake - # ARCH is set to avoid pollution of CFLAGS with arch value... - econf \ - --docdir=/usr/share/doc/${PF}/ \ - --with-parallel-make=off \ - $(use_enable doc doxygen-doc) \ - $(use_enable doc advanced-doc) \ - ARCH="" \ - C_EXTRA="-fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing ${CFLAGS}" \ - CXX_EXTRA="-fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fexceptions ${CXXFLAGS}" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - rm "${D}"/usr/share/doc/${PF}/{LICENSE.GPL,README.cygwin} -} diff --git a/media-gfx/f4l/ChangeLog b/media-gfx/f4l/ChangeLog deleted file mode 100644 index b3932d249..000000000 --- a/media-gfx/f4l/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for media-gfx/f4l -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Aug 2007; Jakub Moc <jakub@gentoo.org> f4l-0.2.1.ebuild: - Use eqmake3 from qt3 eclass - - 19 Jul 2006; Piotr Jaroszyński <peper@aster.pl> ChangeLog: - New ebuild. bug #82154 - diff --git a/media-gfx/f4l/Manifest b/media-gfx/f4l/Manifest deleted file mode 100644 index 4263604dc..000000000 --- a/media-gfx/f4l/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX f4l-0.2.1-gcc41.patch 878 RMD160 45154dd243071f11430d1991318603f7101a93d1 SHA1 8f00b2b353ef9b4fbf1c988da603dc0609fc2477 SHA256 783f3eb3f3d7500f633c81b06e93b1c1336e85f10239884b29d1dc332459d86b -DIST f4l-0.2.1.tar.bz2 1502767 RMD160 318a6c222466637b6f8d7fe955caacb0d1ee35f5 SHA1 cae8077e5c6a87a406c78b615fdb69e78a30d330 SHA256 5c1aa166afdd9d666d32eee49248eb1e702d0814e424de6468137147e2e4a668 -EBUILD f4l-0.2.1.ebuild 739 RMD160 51c89b6541061de6d9c7e9b0910bdd01bbebad5c SHA1 de8d432b0ddf7a3fc3de50fcac66888e1e6ddbe5 SHA256 5157c64cfa669be5ce04f81024fa56f2bedf5fde3e4aba7cc7c1f38c7d6e97c9 -MISC ChangeLog 295 RMD160 127e9bf907d7564103957767a1e81cbce604cb8c SHA1 2a6fd90d1344379a9d0f9923f7b28b6cf09d1707 SHA256 ee21740e7b6036c1b509363e649a499828ca1938d460adf9f218412de40fb9e1 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/media-gfx/f4l/f4l-0.2.1.ebuild b/media-gfx/f4l/f4l-0.2.1.ebuild deleted file mode 100644 index ee6cf7113..000000000 --- a/media-gfx/f4l/f4l-0.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit qt3 eutils - -DESCRIPTION="F4L is an open source development environment for Macromedia Flash" -HOMEPAGE="http://f4l.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="=x11-libs/qt-3*" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix gcc4.1 compatibility - epatch "${FILESDIR}/${P}-gcc41.patch" -} - -src_compile() { - eqmake3 ${PN}.pro -o Makefile - emake || die "emake failed" -} - -src_install() { - dobin bin/${PN} - newicon src/cursor/main_ico1.xpm ${PN}.xpm - make_desktop_entry ${PN} "Flash for Linux" ${PN}.xpm Graphics -} diff --git a/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch b/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch deleted file mode 100644 index 898da3763..000000000 --- a/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h ---- f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2005-07-03 21:26:32.000000000 +0200 -+++ f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2006-07-19 17:33:02.000000000 +0200 -@@ -137,7 +137,7 @@ - @param bytes the sound data.
- @param length the number of bytes in the sound data.
- */
-- FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
-+ FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
-
- FSDefineSound(const FSDefineSound& rhs);
-
diff --git a/media-gfx/f4l/metadata.xml b/media-gfx/f4l/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/media-gfx/f4l/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/media-sound/mediatagtools/ChangeLog b/media-sound/mediatagtools/ChangeLog deleted file mode 100644 index dd9e69b10..000000000 --- a/media-sound/mediatagtools/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for media-sound/mediatagtools -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Dec 2007; Jakub Moc <jakub@gentoo.org> mediatagtools-0.2.ebuild: - Switch to EAPI-1 and slotted deps. - - 01 Jul 2007; Jakub Moc <jakub@gentoo.org> mediatagtools-0.2.ebuild: - Use qt3 eclass properly - - 17 Dec 2006; Santiago M. Mola <cooldwind@gmail.com> - mediatagtools-0.2.ebuild: - Use ${P} and ${PN} in SRC_URI - - 20 Nov 2006; Charlie Shepherd <masterdriverz@gmail.com> - +mediatagtools-0.2.ebuild, +metadata.xml: - Initial package commit; thanks to barz621@gmail.com; bug 140024 - diff --git a/media-sound/mediatagtools/Manifest b/media-sound/mediatagtools/Manifest deleted file mode 100644 index ff8eb2c96..000000000 --- a/media-sound/mediatagtools/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST mediatagtools-0.2.tar.bz2 59266 RMD160 d1edaa88681933febe048a58fbf2d99b476e021b SHA1 e7bd54da6a8588cdda016f8ef86ca5425d1816fb SHA256 570b4fad095728cec93a296611d139d14dab1a30d85ab267efdc9347cad388b3 -EBUILD mediatagtools-0.2.ebuild 665 RMD160 52827ee261350ce9b5b0b961726aa2688a3c5254 SHA1 bb412e24fb730f3885f409bd63f07c4c08d26e1d SHA256 082cd05831d0a0c454c1c9a4c5be602cf7d3f17410eb3fddb839e853044a7d49 -MISC ChangeLog 615 RMD160 d5a02ef1fc8557d83f6285152b67780dda1265e1 SHA1 ae7408a4549e2f4f90b478e74738dd11e5d8c9fb SHA256 40755b89ff2791911617514f55f5ae53d7cf128ef59b176924cff4361f786c58 -MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf diff --git a/media-sound/mediatagtools/mediatagtools-0.2.ebuild b/media-sound/mediatagtools/mediatagtools-0.2.ebuild deleted file mode 100644 index 26c5bcac1..000000000 --- a/media-sound/mediatagtools/mediatagtools-0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit qt3 - -DESCRIPTION="Media Tag Tools - a mp3/ogg/flac tagger" -HOMEPAGE="http://mediatagtools.berlios.de" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=x11-libs/qt-3:3 - >=media-libs/taglib-1.4" -RDEPEND="${DEPEND}" - -src_compile() { - # Asked around, the only way to ensure non-interactivity - echo "${D}/usr/" | ${QTDIR}/bin/qmake || die "qmake failed" - emake || die "emake failed" -} - -src_install() { - emake install INSTALL_ROOT="${D}/usr/" || die "emake install failed" -} diff --git a/media-sound/mediatagtools/metadata.xml b/media-sound/mediatagtools/metadata.xml deleted file mode 100644 index 6f1d493c5..000000000 --- a/media-sound/mediatagtools/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/media-video/divxcalc/ChangeLog b/media-video/divxcalc/ChangeLog deleted file mode 100644 index 44a1e96d9..000000000 --- a/media-video/divxcalc/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for media-video/divxcalc -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 29 Apr 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com> - divxcalc-0.6.ebuild, +files/divxcalc-0.6-build.patch: - Fix broken build system. Update homepage to one from freshmeat - (axljab.homelinux.org is gone). Tested on amd64. - - 20 Sep 2006; Raul Porcel (armin76) <armin76@gmail.com> - +divxcalc-0.6.ebuild, +metadata.xml: - New ebuild: media-video/divxcalc for bug 98928 - diff --git a/media-video/divxcalc/Manifest b/media-video/divxcalc/Manifest deleted file mode 100644 index 98092a5cc..000000000 --- a/media-video/divxcalc/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX divxcalc-0.6-build.patch 1519 RMD160 1331d884a938eaa72033fb26defdee332589ee3f SHA1 9d3b5c0a7a6f5da68f7eada605f524e9671ad131 SHA256 f956787672ce755097bf18fd2f952ddbe39a6b060070679006710c5d91269b3b -DIST divxcalc-0.6.tar.bz2 204741 RMD160 28644e64475ab068767f16a7ec52e9b3f8fd3b3d SHA1 9cd58b49ad538c0b583c99200c0d98f84647f58a SHA256 5c1e8389fff6cba269933947e21ea8175308cffdf6e5326dee31626df6b0503a -EBUILD divxcalc-0.6.ebuild 866 RMD160 cf358e1cf46c26177e74f047d50551f9d968729f SHA1 d6413fcaf05edbd9ddbc70cf0a4f41e93d682d27 SHA256 4ada7c9fe723e68b1ac60aa7522ab1788b6c223be07b1f2a7f57e8840b2817cd -MISC ChangeLog 510 RMD160 1d38dd3b65f0a3f8a32d5164a13be53694f84a04 SHA1 a9ac4bdfb55d7d98f284280ca902775b3727ea8b SHA256 1bbf2d07c1971bbcc2e3af6598a325aa295460466545223c3653dd5fc68136d3 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/media-video/divxcalc/divxcalc-0.6.ebuild b/media-video/divxcalc/divxcalc-0.6.ebuild deleted file mode 100644 index c5c780bef..000000000 --- a/media-video/divxcalc/divxcalc-0.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools eutils - -DESCRIPTION="A simple MPEG-4 bitrate calculator used when ripping a DVD to achieve the ideal filesize." -HOMEPAGE="http://axllent.org/projects/divxcalc/files/" -SRC_URI="http://axllent.org/projects/${PN}/files/${P}.tar.bz2 - http://www.imagef1.net.nz/${PN}/${P}.tar.bz2 - http://mirror.dannz.net/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=x11-libs/qt-3*" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-build.patch" - cp admin/acinclude.m4.in acinclude.m4 - eautoreconf -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README -} diff --git a/media-video/divxcalc/files/divxcalc-0.6-build.patch b/media-video/divxcalc/files/divxcalc-0.6-build.patch deleted file mode 100644 index 8b4bcb4fc..000000000 --- a/media-video/divxcalc/files/divxcalc-0.6-build.patch +++ /dev/null @@ -1,47 +0,0 @@ -Only in divxcalc-0.6/admin: .acinclude.m4.in.swp -diff -ru divxcalc-0.6.orig/configure.in divxcalc-0.6/configure.in ---- divxcalc-0.6.orig/configure.in 2003-05-25 09:51:54.000000000 -0400 -+++ divxcalc-0.6/configure.in 2008-04-29 07:36:46.843509972 -0400 -@@ -5,7 +5,7 @@ - AC_CONFIG_AUX_DIR(admin) - AC_CANONICAL_SYSTEM - --VERSION="0.5" -+VERSION="0.6" - RELEASE="1" - LARGEFILESUPPORT="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" - -@@ -40,7 +40,6 @@ - [ LINK_STATIC="-static" ], - ) - --AC_CHECK_COMPILERS - AC_ENABLE_SHARED(yes) - AC_ENABLE_STATIC(no) - dnl KDE_PROG_LIBTOOL -diff -ru divxcalc-0.6.orig/src/Makefile.am divxcalc-0.6/src/Makefile.am ---- divxcalc-0.6.orig/src/Makefile.am 2003-05-25 09:51:54.000000000 -0400 -+++ divxcalc-0.6/src/Makefile.am 2008-04-29 09:04:29.844509876 -0400 -@@ -17,6 +17,22 @@ - - ####### kdevelop will overwrite this part!!! (end)############ - -+BUILT_SOURCES = dialogdivxcalcapp.h -+nodist_divxcalc_SOURCES = dialogdivxcalcapp.cpp dialogdivxcalcapp.moc.cpp cdivxcalcapp.moc.cpp -+CLEANFILES = dialogdivxcalcapp.h dialogdivxcalcapp.cpp dialogdivxcalcapp.moc.cpp cdivxcalcapp.moc.cpp -+ -+dialogdivxcalcapp.h: -+ $(UIC) dialogdivxcalcapp.ui -o $@ -+ -+dialogdivxcalcapp.cpp: dialogdivxcalcapp.h dialogdivxcalcapp.ui -+ $(UIC) -impl dialogdivxcalcapp.h dialogdivxcalcapp.ui -o $@ -+ -+dialogdivxcalcapp.moc.cpp: dialogdivxcalcapp.h -+ $(MOC) dialogdivxcalcapp.h -o $@ -+ -+cdivxcalcapp.moc.cpp: cdivxcalcapp.h -+ $(MOC) cdivxcalcapp.h -o $@ -+ - # set the include path for X, qt and KDE - INCLUDES= $(all_includes) - diff --git a/media-video/divxcalc/metadata.xml b/media-video/divxcalc/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/media-video/divxcalc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/media-video/palantir-client/ChangeLog b/media-video/palantir-client/ChangeLog deleted file mode 100644 index 705f55603..000000000 --- a/media-video/palantir-client/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for media-video/palantir-client -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 17 Feb 2008; (Tommy[D]) tommy100@gmx.de palantir-client-2.6.ebuild: - Shorten description - - 04 Dec 2007; Jakub Moc <jakub@gentoo.org> palantir-client-2.6.ebuild: - Switch to EAPI-1 and slotted deps - - 08 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> ChangeLog: - New ebuild for bug 126282 (QT client) - diff --git a/media-video/palantir-client/Manifest b/media-video/palantir-client/Manifest deleted file mode 100644 index 7dc117608..000000000 --- a/media-video/palantir-client/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 2.6-senselessConfigFileHandling.patch 551 RMD160 0c8adb6aac1277fe59462708f3cfe62d134c143b SHA1 814e720f0cf3eb6ec621719324f357917a778b97 SHA256 e9b355b730786f1f2e125e59e39b938882032f090c37001f8d3af8b2435ac53d -DIST palantir-2.6.tgz 424082 RMD160 8e0578990d8757413635c5779aa471c13e37950e SHA1 42f527db049cbc10ad3ed8d245ab5746b8d5e4ff SHA256 a80f22e5df3d318e55f07f7ed09427bdc9d24e0762cc00a9df7223b3b5dff0e1 -EBUILD palantir-client-2.6.ebuild 1200 RMD160 0e821112843e20e66b21ea8c9d5b4b5cbda1f269 SHA1 b20d541a38c8bf2d6f61457b274734839e443438 SHA256 6df232833401537254c6b8ee0b80cde239449da3cbdcd53911cdb27d793ca869 -MISC ChangeLog 434 RMD160 6f195db1a4894ddbcdc294cad37decfaeb4126ec SHA1 d2bce8db6b43b6b9a8d81d51efa3abe622e58d49 SHA256 f5ca7de176f3fc47a93329f724cf08ebbd346b8f87250b72555663beb14bfd7d -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/media-video/palantir-client/files/2.6-senselessConfigFileHandling.patch b/media-video/palantir-client/files/2.6-senselessConfigFileHandling.patch deleted file mode 100644 index 764d56caf..000000000 --- a/media-video/palantir-client/files/2.6-senselessConfigFileHandling.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Naur qt/MainWindow.cpp qt.new/MainWindow.cpp ---- qt/MainWindow.cpp 2005-08-16 01:10:46.000000000 +0200 -+++ qt.new/MainWindow.cpp 2006-07-08 18:49:49.000000000 +0200 -@@ -103,12 +103,6 @@ - iniSetIgnored(true); - } - } -- else -- { -- if (iniOpen("./pclient.ini")==0) -- QMessageBox::information(this,"Palantir configuration","Found pclient.ini in the current directory;\nwill use it instead of ~./pclientrc.\nNo updates will be made to any of these files.",QMessageBox::Ok); -- iniSetIgnored(true); -- } - - InitGrid(servername,serverport); - diff --git a/media-video/palantir-client/metadata.xml b/media-video/palantir-client/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/media-video/palantir-client/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/media-video/palantir-client/palantir-client-2.6.ebuild b/media-video/palantir-client/palantir-client-2.6.ebuild deleted file mode 100644 index 4376b21e9..000000000 --- a/media-video/palantir-client/palantir-client-2.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit eutils qt3 - -MY_PN=${PN/-client/} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Transmit live video, audio and data over a TCP/IP network, as well as to control remote devices." -HOMEPAGE="http://www.fastpath.it/products/palantir/index.php" -SRC_URI="http://www.fastpath.it/products/${MY_PN}/pub/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=x11-libs/qt-3.3:3" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P}/clients/qt - -src_unpack() { - unpack ${A} - cd "${S}" - - # patching in subdir because there are ebuilds for parts of this package - epatch "${FILESDIR}/${PV}-senselessConfigFileHandling.patch" - - sed -i \ - -e 's/-ggdb//' \ - -e 's/CPPFLAGS/CPPFLAGS+/' \ - -e 's/g++/$(CXX)/g' \ - Makefile || die "sed failed" - - # Fix the relative path - for file in $(ls *.cpp *.h); do - sed -i \ - -e 's#./icons#/usr/share/palantir-client/icons#g' \ - -e 's#./pclient.ini#/usr/share/palantir-client/pclient.ini#g' \ - ${file} || die "sed failed" - done -} - -src_install() { - dobin pclient - dodoc README - insinto /usr/share/${PN} - doins -r icons/ - doins pclient.ini -} diff --git a/net-firewall/tuxguardian/ChangeLog b/net-firewall/tuxguardian/ChangeLog deleted file mode 100644 index 4762f5ac4..000000000 --- a/net-firewall/tuxguardian/ChangeLog +++ /dev/null @@ -1,31 +0,0 @@ -# ChangeLog for net-firewall/tuxguardian -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Dec 2007; Jakub Moc <jakub@gentoo.org> tuxguardian-0.5.ebuild: - Switch to EAPI-1 and slotted deps - - 23 Nov 2007; Jakub Moc <jakub@gentoo.org> - +files/tuxguardian-0.5-config.h.patch, -files/Makefile-gentoo-0.5.patch, - tuxguardian-0.5.ebuild: - Fix compile w/ 2.6.19+ kernels - - 24 Jun 2007; Jakub Moc <jakub@gentoo.org> tuxguardian-0.5.ebuild: - Fix English in pkg_postinst; cosmetics - - 26 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> - tuxguardian-0.5.ebuild: - Fix trailing whitespace, cosmetics - - 26 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> Manifest: - nothing executable here - - 26 Apr 2007; B. Thorwirth (Moonstruxx) <Moonstruxx at gmx.de> - tuxguardian-0.5.ebuild: - Initial ebuild fixes, thanks to genstefan - - 26 Apr 2007; Bjoern Thorwirth (Moonstruxx) <moonstruxx at gmx.de>) - +tuxguardian-0.5.ebuild, +files/Makefile-gentoo-0.5.patch, - +files/tuxguardian.init, +metadata.xml: - New Ebuild for bug 105990 - diff --git a/net-firewall/tuxguardian/Manifest b/net-firewall/tuxguardian/Manifest deleted file mode 100644 index 023d420d2..000000000 --- a/net-firewall/tuxguardian/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX tuxguardian-0.5-config.h.patch 340 RMD160 49216e654def4192ae92aff7ff791d203efa9106 SHA1 289e66bbd3b63960473c9772cad44fe317e7eba0 SHA256 b12880a91cc6441d1c052ebe880889f9b3feb6026151d4c8a44c4b5f7dcfaaec -AUX tuxguardian-0.5-makefile.patch 5132 RMD160 8c393e8e7bbad6326afcca21ef949c2628dbc71c SHA1 5a787ff190a7628e306a0f300229bd059e0cbad7 SHA256 cbf99738039025d199d3b43c7eeee0bb243a9afdc62a0f137e3e34ebe779e512 -AUX tuxguardian.init 489 RMD160 3d375b570e9d02b8431fe4e0e1c3c43522695982 SHA1 f334783f921ca8947e12c9a6898819c594a4e3b1 SHA256 0dec459c199753cff4979a15860ffb1347445baaccb49619b0bffed8809b2ef9 -DIST tuxguardian-0.5.tar.gz 65987 RMD160 cc521df3dc05dbf776e8b61687c45bede37a6d25 SHA1 5713f6e7d237cb8ee4a38e51d16912e29f2b9ff9 SHA256 3e711cad85af8ddbf6492ee08e8d63dce8028cd075d4aac9924884c0325b7e4d -EBUILD tuxguardian-0.5.ebuild 1506 RMD160 55bd6e2071f058ad38c5c4edb5eb14110bca31cb SHA1 5b0970650445f3c02037771f97c5e26d2e2529a6 SHA256 f6d3386fc528ff0b4b8292ecacb499233c378afe9d993aca977018d8b011e2c6 -MISC ChangeLog 1070 RMD160 9b28af0700431a141bef900aa5c1999d55dd9f2a SHA1 31ec8cb6aed0835d1d61e03aa306b88f389bc042 SHA256 a6abef432e4b3f73f574928e90e790bba9ec956911848652976750e6fe29330c -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-firewall/tuxguardian/files/tuxguardian-0.5-config.h.patch b/net-firewall/tuxguardian/files/tuxguardian-0.5-config.h.patch deleted file mode 100644 index b76780e9e..000000000 --- a/net-firewall/tuxguardian/files/tuxguardian-0.5-config.h.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- tuxguardian-05-orginal/module/tg.h 2006-04-03 04:56:25.000000000 +0200 -+++ tuxguardian-0.5/module/tg.h 2007-11-23 13:47:30.000000000 +0100 -@@ -24,8 +24,7 @@ - #ifndef __HAS_TG_H - #define __HAS_TG_H - -- --#include <linux/config.h> -+#include <linux/autoconf.h> - #include <linux/module.h> - #include <linux/kernel.h> - #include <linux/init.h> diff --git a/net-firewall/tuxguardian/files/tuxguardian-0.5-makefile.patch b/net-firewall/tuxguardian/files/tuxguardian-0.5-makefile.patch deleted file mode 100644 index 799fe7367..000000000 --- a/net-firewall/tuxguardian/files/tuxguardian-0.5-makefile.patch +++ /dev/null @@ -1,155 +0,0 @@ -diff -udNr tuxguardian-0.5/daemon/Makefile tuxguardian-0.5-gentoo/daemon/Makefile ---- tuxguardian-0.5/daemon/Makefile 2006-04-09 01:28:18.000000000 +0200 -+++ tuxguardian-0.5-gentoo/daemon/Makefile 2007-04-26 20:33:32.000000000 +0200 -@@ -1,4 +1,4 @@ --bindir=/usr/local/bin -+bindir=/usr/sbin - - - all: daemon -@@ -7,8 +7,10 @@ - gcc -pthread daemon.c pblhash.c pbl.c md5.c -o tg-daemon - - install: -- @install -m 0700 -o root -g root tg-daemon $(bindir) && \ -- touch /etc/daemon.conf && \ -+ /bin/mkdir -p ${DESTDIR}$(bindir) -+ @install -m 0700 -o root -g root tg-daemon ${DESTDIR}$(bindir) && \ -+ /bin/mkdir ${DESTDIR}/etc -+ touch ${DESTDIR}/etc/daemon.conf && \ - echo Done.; - - uninstall: -diff -udNr tuxguardian-0.5/frontend/tg-frontend.pro tuxguardian-0.5-gentoo/frontend/tg-frontend.pro ---- tuxguardian-0.5/frontend/tg-frontend.pro 2006-04-09 00:14:12.000000000 +0200 -+++ tuxguardian-0.5-gentoo/frontend/tg-frontend.pro 2007-04-26 20:40:41.000000000 +0200 -@@ -13,5 +13,5 @@ - TEMPLATE =app - CONFIG += qt warn_on release - LANGUAGE = C++ --DESTDIR = /usr/local/bin -+DESTDIR =./ - QMAKE_CXXFLAGS_WARN_ON = -Wno-non-virtual-dtor -diff -udNr tuxguardian-0.5/Makefile tuxguardian-0.5-gentoo/Makefile ---- tuxguardian-0.5/Makefile 2006-04-09 01:37:31.000000000 +0200 -+++ tuxguardian-0.5-gentoo/Makefile 2007-04-26 20:47:16.000000000 +0200 -@@ -5,31 +5,15 @@ - ifeq ($(IS_ROOT), yes) - all: - @echo -e "\n\nCompiling and installing the frontend\n------------------------------------------------"; \ -- cd frontend; qmake tg-frontend.pro; make; cd ..; -+ cd frontend; /usr/qt/3/bin/qmake tg-frontend.pro; make;cd ..; - - @echo -e "\n\nCompiling the daemon\n------------------------------------------------"; \ - cd daemon; make; -- @echo -e "\n\nInstalling the daemon\n------------------------------------------------"; \ -- cd daemon; make install; -- -- @echo -e "\n\nCompiling the module\n------------------------------------------------"; \ -- cd module; make; -- @echo -e "\n\nInstalling the module\n------------------------------------------------"; \ -- cd module; make install; -- -- @echo -e "\n\n\n\nSuccess! To start TuxGuardian:" -- @echo -e "---------------------------------" -- @echo -e " (for more information, please visit tuxguardian.sf.net)\n" -- @echo -e "\t$$ su" -- @echo -e "\t <enter root password>" -- @echo -e "\t$$ tg-daemon &" -- @echo -e "\t$$ modprobe tuxg" -- @echo -e "\t$$ tg-frontend &\n" -- -+# @echo -e "\n\nCompiling the module\n------------------------------------------------"; \ -+# cd module; make; - clean: -- @for i in $(PARTS); do \ - echo -e "\n\nCleaning the "$$i"\n------------------------------------------------"; \ -- cd $$i; make clean; cd ..; \ -+ cd daemon; make clean; cd ..; \ - done - uninstall: - @echo -e "\n\nUninstalling the frontend\n------------------------------------------------"; \ -@@ -39,9 +23,12 @@ - cd daemon; make uninstall; cd ..; - - @echo -e "\n\nUninstalling the module\n------------------------------------------------"; \ -- cd module; make uninstall; -+# cd module; make uninstall; - install: -- @echo -e "No need to 'make install'. Just type 'make'" -+# cd module; make install DESTDIR="${DESTDIR}"; cd ..; -+ cd daemon; make install DESTDIR="${DESTDIR}"; cd ..; -+ cd frontend; cp tg-frontend ${DESTDIR}usr/sbin/; cd ..; -+ - else - all: - @echo "You must be root to compile and install!" -@@ -49,8 +36,6 @@ - clean: - @echo "You must be root to clear!" - @exit 1 --install: -- @echo -e "No need to 'make install'. Just type 'make'" - uninstall: - @echo "You must be root to uninstall!" - @exit 1 -diff -udNr tuxguardian-0.5/module/Makefile tuxguardian-0.5-gentoo/module/Makefile ---- tuxguardian-0.5/module/Makefile 2006-04-09 00:12:59.000000000 +0200 -+++ tuxguardian-0.5-gentoo/module/Makefile 2007-04-26 20:33:32.000000000 +0200 -@@ -1,40 +1,31 @@ --KERNELDIR := /lib/modules/$(shell uname -r)/build --KERNEL_SOURCES := $(KERNDIR) -+MODULES_DIR := /lib/modules/$(shell uname -r) -+KERNEL_DIR := ${MODULES_DIR}/build -+KERNEL_SOURCES := $(KERNEL_DIR) -+ - KERNEL_HEADERS := -I$(KERNEL_SOURCES)/include - --obj-m := tuxg.o -+ -+obj-m += tuxg.o - tuxg-objs := tg-defs.o tg.o - EXTRA_CFLAGS += -Os -+.PHONY: all modules modules_install install clean - - MODULE_NAME := tuxg - - --# checks if the user is running kernel 2.6.12 or above --MINOR=$(shell uname -r | cut -c3) --VERSION=$(shell uname -r | sed -n 's/[[:digit:]]\.[[:digit:]]\.\([[:digit:]]*\).*/\1/p') --CORRECT_VERSION=$(shell if [ $(VERSION) -ge 12 -a $(MINOR) -ge 6 ]; then echo yes; else echo no; fi) --ifeq ($(CORRECT_VERSION),yes) --all: -- make -C /lib/modules/$(shell uname -r)/build/ SUBDIRS=$(shell pwd) modules --else --all: -- @echo "You need kernel 2.6.12 or above!" -- @exit 1 --endif -- -- - -+all: module -+ - --install: -- @install -m 0700 -o root -g root tuxg.ko /lib/modules/$(shell uname -r) -- @/sbin/depmod -ae -- @echo "Done." -+module: -+ make ${KERNEL_HEADERS} -C ${KERNEL_DIR} M=$$PWD modules; - --uninstall: -- @rm -f /lib/modules/$(shell uname -r)/tuxg.ko -- @depmod -ae -- @echo "Done." -+install: module_install -+ -+modules_install: -+ make -C ${KERNEL_DIR} M=$$PWD modules_install; - - clean: - @rm -rf *.o *.ko *.mod.? .t* *~ - @echo "Done." -+ diff --git a/net-firewall/tuxguardian/files/tuxguardian.init b/net-firewall/tuxguardian/files/tuxguardian.init deleted file mode 100644 index c6fefca86..000000000 --- a/net-firewall/tuxguardian/files/tuxguardian.init +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: - - -PID=/var/run/tuxguardian.pid - -depend() { - after net -} - - - -start() { - ebegin "Starting tuxguardian" - start-stop-daemon --start --quiet --background --pidfile ${PID} \ - --exec /usr/sbin/tg-daemon - /sbin/modprobe tuxg - eend ${?} -} - -stop() { - ebegin "Stopping fancontrol" - start-stop-daemon --stop --pidfile ${PID} - /sbin/modprobe -rf tuxg - eend ${?} -} diff --git a/net-firewall/tuxguardian/metadata.xml b/net-firewall/tuxguardian/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/net-firewall/tuxguardian/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/net-firewall/tuxguardian/tuxguardian-0.5.ebuild b/net-firewall/tuxguardian/tuxguardian-0.5.ebuild deleted file mode 100644 index c8ea19b1d..000000000 --- a/net-firewall/tuxguardian/tuxguardian-0.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit eutils linux-mod qt3 - -DESCRIPTION="An application based firewall for Linux" -HOMEPAGE="http://tuxguardian.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=x11-libs/qt-3.1:3" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="SECURITY SECURITY_CAPABILITIES" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 12; then - die "${P} needs a kernel >=2.6.12!" - fi - MODULE_NAMES="tuxg(extra:${S}/module)" - BUILD_PARAMS="KERNEL_SRC=${KERNEL_DIR}" -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch - kernel_is gt 2 6 18 && epatch "${FILESDIR}"/${P}-config.h.patch -} - -src_compile() { - linux-mod_src_compile - emake DESTDIR="${D}" || die "emake failed" -} - -src_install() { - linux-mod_src_install - emake DESTDIR="${D}" install || die "install failed" - newinitd "${FILESDIR}"/tuxguardian.init tuxguardian - linux-mod_pkg_preinst - dodoc README AUTHORS -} - -pkg_postinst() { - elog "Run rc-update add tuxguardian {runlevel} to start this automatically at boot" - elog - elog "Sometimes the module freezes; to solve this, just run" - elog "/etc/init.d/tuxguardian restart" - elog - elog "tg-frontend frontend unfortunately needs superuser priviledges to run." - elog "If you decide not to use the tg-frontend, please refer to the documentation" - elog "and edit /etc/daemon.conf accordingly." -} diff --git a/profiles/package.mask b/profiles/package.mask index 74aaf9581..340044799 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -21,19 +21,6 @@ ## End example ## -# Markos Chandras <hwoarang@gentoo.org> (4 Mar 2010) -# Qt3 applications. Masking due to pending removal of Qt3. -# They will be removed from sunrise in 2010-04-04 -app-crypt/mypasswordsafe -=app-misc/bsc-2* -app-text/pdfedit -media-gfx/f4l -media-sound/mediatagtools -media-video/divxcalc -media-video/palantir-client -net-firewall/tuxguardian -x11-wm/qlwm:3 - # Thomas Sachau <tommy@gentoo.org> (20 Nov 2009) # masked because of masked dependency # app-misc/tracker (see main tree fro details) |