summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJungmin Seo <seo@gentoo.org>2003-02-15 14:22:45 +0000
committerJungmin Seo <seo@gentoo.org>2003-02-15 14:22:45 +0000
commitabc2010d8bd85cc8722abad63a03244ed10b1720 (patch)
treeaefe7f71a455cfd22a9c7a1f93f9d94275d61434 /net-p2p
parentadded the reason why i remove this directory (diff)
downloadgentoo-2-abc2010d8bd85cc8722abad63a03244ed10b1720.tar.gz
gentoo-2-abc2010d8bd85cc8722abad63a03244ed10b1720.tar.bz2
gentoo-2-abc2010d8bd85cc8722abad63a03244ed10b1720.zip
soribada is no longer used
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/soribada/ChangeLog36
-rw-r--r--net-p2p/soribada/files/digest-soribada-0.8b1
-rw-r--r--net-p2p/soribada/soribada-0.8b.ebuild31
3 files changed, 0 insertions, 68 deletions
diff --git a/net-p2p/soribada/ChangeLog b/net-p2p/soribada/ChangeLog
deleted file mode 100644
index 9df50e269574..000000000000
--- a/net-p2p/soribada/ChangeLog
+++ /dev/null
@@ -1,36 +0,0 @@
-# ChangeLog for net-p2p/soribada
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/ChangeLog,v 1.4 2003/02/15 14:21:53 seo Exp $
-
- 13 Feb 2003; Jungmin Seo <seo@gentoo.org> :
- remove this whole directory as soribada is no longer used
-
- 24 Jul 2002; Mark Guertin <gerk@gentoo.org> :
- Added ppc to keywords
-
- 26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
-
- moved to net-p2p; fixed SLOT="0"; fixup DESCRIPTION
-
-*<PACKAGE_NAME>-<PACKAGE_VERSION>-<PACKAGE_RELEASE> (DD MMM YYYY)
-
- 01 Feb 2002; G.Bevin <gbevin@gentoo.org> skel.ChangeLog: This changelog is
- targetted to users. This means that the comments should be well explained and
- written in clean English.
-
--- Explanation of ChangeLog format:
-
- Every new version or revision of the package should be marked by a '*'
- seperator line as above. Changes since the last revision have to be added to
- the top of the file, underneath the initial copyright and cvs header
- comments, in exactly the same format as this comment.
-
- This means that you start with header line that has the following format,
- indented two spaces:
-
- DD MMM YYYY; your_name <your_email> changed_file1, changed_file2: Your
- explanation should follow. It should be indented and wrapped at a line width
- of 80 characters. The changed_files can be omitted if they are obvious; for
- example, if you are only modifying the .ebuild file and committing a new rev
- of a package. Any details about what exactly changed in the code should be
- added as a message when the changes are committed to cvs, not in this file.
diff --git a/net-p2p/soribada/files/digest-soribada-0.8b b/net-p2p/soribada/files/digest-soribada-0.8b
deleted file mode 100644
index 22187af06ac2..000000000000
--- a/net-p2p/soribada/files/digest-soribada-0.8b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6db7e90bc8254f24877d24cb2c18348b soribada-0.8b.tar.gz 283174
diff --git a/net-p2p/soribada/soribada-0.8b.ebuild b/net-p2p/soribada/soribada-0.8b.ebuild
deleted file mode 100644
index 09a9de26ca72..000000000000
--- a/net-p2p/soribada/soribada-0.8b.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/soribada-0.8b.ebuild,v 1.6 2003/02/13 15:23:05 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Soribada (korean napster clone) client for linux"
-SRC_URI="http://soribada.kldp.org/depot/${P}.tar.gz"
-HOMEPAGE="http://soribada.kldp.org"
-DEPEND=">=x11-libs/gtk+-1.2.0"
-
-SLOT="0"
-LICENSE="GPL"
-KEYWORDS="x86 ppc"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --bindir=/usr/bin || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- bindir=${D}/usr/bin \
- install || die
-
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README NEWS TODO
-}