summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mute/ChangeLog29
-rw-r--r--net-p2p/mute/Manifest7
-rw-r--r--net-p2p/mute/files/MUTE21
-rw-r--r--net-p2p/mute/files/mute-0.5-configure.patch29
-rw-r--r--net-p2p/mute/files/mute-0.5-makefile.patch50
-rw-r--r--net-p2p/mute/metadata.xml5
-rw-r--r--net-p2p/mute/mute-0.5.ebuild74
7 files changed, 0 insertions, 215 deletions
diff --git a/net-p2p/mute/ChangeLog b/net-p2p/mute/ChangeLog
deleted file mode 100644
index 19d649aab..000000000
--- a/net-p2p/mute/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-# ChangeLog for net-p2p/mute
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 30 Apr 2011; Justin Lecher <jlec@gentoo.org> ,mute-0.5.ebuild,
- ,files/mute-0.5-configure.patch, ,files/mute-0.5-makefile.patch:
- Fixed usage of wxwidgets.eclass
-
- 07 Sep 2010; Markos Chandras <hwoarang@gentoo.org> mute-0.5.ebuild:
- Replace wxwindows with wxwidgets global use flag
-
- 13 Jan 2008; Jakub Moc <jakub@gentoo.org> mute-0.5.ebuild:
- Fix wxGTK handling
-
- 24 Jun 2007; Jakub Moc <jakub@gentoo.org> mute-0.5.ebuild:
- Fix broken USE=wxwindows handling
-
- 07 Jan 2007; Jakub Moc <jakub@gentoo.org> mute-0.5.ebuild:
- Make this multilib friendly; package.masked until someone patches this for
- gcc-4.x
-
- 05 Jan 2007; Jakub Moc <jakub@gentoo.org> mute-0.5.ebuild:
- Fix broken wxwidgets handling, add die to configure call, cosmetics
-
- 06 Sep 2006; Cedric Krier <ced@ced.homedns.org> +mute-0.5.ebuild,
- +files/mute-0.5-configure.patch, +files/mute-0.5-makefile.patch,
- +files/MUTE, +metadata.xml:
- New Ebuild for bug #60392 thanks to Sébastien Cérèze
-
diff --git a/net-p2p/mute/Manifest b/net-p2p/mute/Manifest
deleted file mode 100644
index c3b993222..000000000
--- a/net-p2p/mute/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-AUX MUTE 376 RMD160 1344dc84d22dd234f2eafd5e23d04c55b7488f8e SHA1 d903c9eaf14b6ebf8549763b011401b51f5923e0 SHA256 e0daee293f26efa2e4b9941e72ef928034d05ba90f50cc08140fbc1210bfedcd
-AUX mute-0.5-configure.patch 524 RMD160 2816ebc0c16f9e6e821f089516e98136dceedc8f SHA1 3dc74a9eec324ad4cf9e3a32ab2458ee612742e6 SHA256 1d61f0abb6d5f117fbab0acc07937906a4a780a03aa39d22bf7641462a6a848e
-AUX mute-0.5-makefile.patch 2873 RMD160 debecd4aeefae9b701d3b40f6fd6706abe729855 SHA1 076b8f6e6fbaedfc1bd2bcecef01586f2bb8d8c5 SHA256 9decc1f41c2cc2cbd04b7ff44f9a41bad4e71bd7902fc62ff1f316c4dd5e3ac9
-DIST MUTE_fileSharing-0.5_UnixSource.tar.gz 717833 RMD160 5c0f534d80c1c38551d715597a2b76602552563e SHA1 4c7b3c74622601a0f7e1955aff86ad4ecd83db27 SHA256 13091fb3899549f5f4fd7cc2382c53b6560762025b25df858aca37e96b2646b3
-EBUILD mute-0.5.ebuild 2048 RMD160 30b332bf056f6ee2d72731c55f431820dd91b7ed SHA1 2fe115f288d567b31f54f1ce40dfbac15f8910f6 SHA256 beb82516c3a5fa5f9e888d54e5c02036fdada35968d3fb4fa7bd062a475657c8
-MISC ChangeLog 1088 RMD160 90e07bf78aa5186e3df49bb6a57eab3546acc9ab SHA1 ce2d361fcf1ba8760e0e9726817068289ee36a8f SHA256 70f379ba3f8809858e1033b051873e10099f537c1f7ba265f1ea8a1c250fecbf
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/net-p2p/mute/files/MUTE b/net-p2p/mute/files/MUTE
deleted file mode 100644
index 0ef4c47f7..000000000
--- a/net-p2p/mute/files/MUTE
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-if [ ! -d "$HOME/.mute" ]; then
- mkdir -p "${HOME}/.mute"
- cp -r /etc/mute/settings "${HOME}/.mute"
- ln -s /etc/mute/languages "${HOME}/.mute"
- mkdir -p "${HOME}/.mute/files"
-fi
-
-cd "${HOME}/.mute"
-DIR=`dirname $0`
-FILE=${0#${DIR}/}
-
-case "${FILE}" in
- "MUTE")
- /usr/share/mute/textFileSharingMUTE $@
- ;;
- "wxMUTE")
- /usr/share/mute/fileSharingMUTE $@
- ;;
-esac
diff --git a/net-p2p/mute/files/mute-0.5-configure.patch b/net-p2p/mute/files/mute-0.5-configure.patch
deleted file mode 100644
index 44084321a..000000000
--- a/net-p2p/mute/files/mute-0.5-configure.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- MUTE_fileSharing-0.5_UnixSource~/MUTE/configure 2006-09-04 11:54:51.000000000 +0200
-+++ MUTE_fileSharing-0.5_UnixSource/MUTE/configure 2006-09-04 11:56:24.000000000 +0200
-@@ -41,7 +41,6 @@
- # templates.
- #
-
--
- while [ -z "$userEntry" ]
- do
- echo "select platform:"
-@@ -57,7 +56,8 @@
- echo ""
- echo -n "> "
-
-- read userEntry
-+# read userEntry
-+ userEntry=1
-
-
- if [ "$userEntry" = "q" ]
-@@ -359,7 +359,7 @@
- echo ""
- echo -n "> "
-
--read userEntry
-+#read userEntry
-
-
- if [ "$userEntry" = "" ]
diff --git a/net-p2p/mute/files/mute-0.5-makefile.patch b/net-p2p/mute/files/mute-0.5-makefile.patch
deleted file mode 100644
index 09cca1097..000000000
--- a/net-p2p/mute/files/mute-0.5-makefile.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile
---- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile 2007-01-07 00:26:40.000000000 +0100
-+++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile 2007-01-07 00:27:48.000000000 +0100
-@@ -26,7 +26,7 @@
-
-
- all:
-- cd crypto; make; cd ../layers/messageRouting; make; cd ../pointToPoint; make; cd ../fileTransfer; make; cd ../../userInterface/fileTransferWebInterface; make; cd ../textBased; make; cd ../../otherApps/fileSharing; make; cd userInterface/textBased; make; cd ../../../..
-+ cd crypto; cd ../layers/messageRouting; make; cd ../pointToPoint; make; cd ../fileTransfer; make; cd ../../userInterface/fileTransferWebInterface; make; cd ../textBased; make; cd ../../otherApps/fileSharing; make; cd userInterface/textBased; make; cd ../../../..
-
- clean:
- cd crypto; make clean; cd ../layers/messageRouting; make clean; cd ../pointToPoint; make clean; cd ../fileTransfer; make clean; cd ../../userInterface/fileTransferWebInterface; make clean; cd ../textBased; make clean; cd ../../otherApps/fileSharing; make clean; cd userInterface/textBased; make clean; cd ../../../..
-diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.common MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.common
---- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.common 2007-01-07 00:26:40.000000000 +0100
-+++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.common 2007-01-07 00:27:33.000000000 +0100
-@@ -37,8 +37,9 @@
-
-
-
-+CXXFLAGS ?=
-+COMPILE_FLAGS = -Wall ${CXXFLAGS} ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
-
--COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
-
-
- COMPILE = ${GXX} ${COMPILE_FLAGS} -c
-diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.GnuLinuxX86 MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.GnuLinuxX86
---- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.GnuLinuxX86 2007-01-07 00:26:40.000000000 +0100
-+++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.GnuLinuxX86 2007-01-07 00:27:33.000000000 +0100
-@@ -22,7 +22,7 @@
-
-
- # All platforms but OSX support g++ and need no linker hacks
--GXX=g++
-+GXX?=g++
- LINK_FLAGS =
-
-
-diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all MUTE_fileSharing-0.5_UnixSource/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all
---- MUTE_fileSharing-0.5_UnixSource~/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all 2007-01-07 00:26:40.000000000 +0100
-+++ MUTE_fileSharing-0.5_UnixSource/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all 2007-01-07 00:27:33.000000000 +0100
-@@ -47,6 +47,8 @@
-
- ROOT_PATH = ../../../../..
-
-+WX_CONFIG?="/usr/bin/wx-config"
-+WX_CONFIG_LOCATION=${WX_CONFIG}
- WX_LIBS = $(shell ${WX_CONFIG_LOCATION} --libs)
- WX_COMPILE_FLAGS = $(shell ${WX_CONFIG_LOCATION} --cxxflags)
-
diff --git a/net-p2p/mute/metadata.xml b/net-p2p/mute/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/net-p2p/mute/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>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/net-p2p/mute/mute-0.5.ebuild b/net-p2p/mute/mute-0.5.ebuild
deleted file mode 100644
index f5adb7671..000000000
--- a/net-p2p/mute/mute-0.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=1
-
-WX_GTK_VER="2.6"
-inherit eutils toolchain-funcs wxwidgets flag-o-matic multilib
-
-MY_P="MUTE_fileSharing-${PV}_UnixSource"
-
-DESCRIPTION="P2P network that provides easy search-and-download
-functionality while also protecting your privacy"
-HOMEPAGE="http://mute-net.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mute-net/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="wxwidgets"
-
-DEPEND="dev-libs/crypto++
- wxwidgets? ( x11-libs/wxGTK:2.6 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-configure.patch"
- epatch "${FILESDIR}/${P}-makefile.patch"
-
- cd "${S}/MUTE/otherApps/fileSharing/userInterface/languages/"
- mv Espa?ol.txt Espanol.txt
- rm TranslationHelper.txt
-}
-
-src_compile() {
- # not an autotools configure
- cd "${S}/MUTE"
- ./configure >/dev/null || die "configure failed"
-
- # break the crypto at startup
- filter-flags -fomit-frame-pointer
-
- emake GXX=$(tc-getCXX) CRYPTO_LIB="/usr/$(get_libdir)/libcrypto++.a" || die "emake failed"
-
- if use wxwidgets; then
- cd "${S}/MUTE/otherApps/fileSharing/userInterface/wxWindows"
- emake GXX="$(tc-getCXX)" WX_CONFIG="${WX_CONFIG}" \
- CRYPTO_LIB="/usr/$(get_libdir)/libcrypto++.a" || die "emake failed"
- fi
-}
-
-src_install() {
- exeinto /usr/share/mute
- doexe MUTE/otherApps/fileSharing/userInterface/textBased/textFileSharingMUTE
- dobin "${FILESDIR}/MUTE"
- if use wxwidgets; then
- doexe MUTE/otherApps/fileSharing/userInterface/wxWindows/fileSharingMUTE
- dohard /usr/bin/MUTE /usr/bin/wxMUTE
- fi
-
- insinto /etc/mute/languages
- doins MUTE/otherApps/fileSharing/userInterface/languages/*.txt
- insinto /etc/mute/settings
- doins MUTE/otherApps/fileSharing/userInterface/settings/*.ini
-
- dodoc MUTE/otherApps/fileSharing/doc/*.txt
- dodoc MUTE/otherApps/fileSharing/userInterface/settings/README.txt
- dodoc MUTE/otherApps/fileSharing/doc/fileSharingProtocol.txt
- dodoc minorGems/protocol/p2p/*
-}