diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-16 20:45:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-16 20:45:08 +0000 |
commit | 97fc2fab57294d6295b952bd6236f263976da06a (patch) | |
tree | 218a5c213d0d3ce20c1f5b438181c25467cebb3e /net-mail | |
parent | stable on amd64 (diff) | |
download | historical-97fc2fab57294d6295b952bd6236f263976da06a.tar.gz historical-97fc2fab57294d6295b952bd6236f263976da06a.tar.bz2 historical-97fc2fab57294d6295b952bd6236f263976da06a.zip |
remove since unsupported. Closes #31129
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/flap/ChangeLog | 18 | ||||
-rw-r--r-- | net-mail/flap/Manifest | 4 | ||||
-rw-r--r-- | net-mail/flap/files/digest-flap-0.3 | 1 | ||||
-rw-r--r-- | net-mail/flap/flap-0.3.ebuild | 37 | ||||
-rw-r--r-- | net-mail/flap/metadata.xml | 5 |
5 files changed, 0 insertions, 65 deletions
diff --git a/net-mail/flap/ChangeLog b/net-mail/flap/ChangeLog deleted file mode 100644 index bb21da3add37..000000000000 --- a/net-mail/flap/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for net-mail/flap -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/flap/ChangeLog,v 1.5 2003/09/22 05:33:28 strider Exp $ - - 22 Sep 2003; Adrian Almenar <strider@gentoo.org> flap-0.3.ebuild: - Added jikes build support. - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*flap-0.3 (18 Jun 2002) - - 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/net-mail/flap/Manifest b/net-mail/flap/Manifest deleted file mode 100644 index c1f846cff026..000000000000 --- a/net-mail/flap/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 426c17548ec9ad34701a461e88c24250 flap-0.3.ebuild 1098 -MD5 156b565bf645553f1b668852f3c3ae09 ChangeLog 855 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 bdfedc5327ebe378563abab94fb31a88 files/digest-flap-0.3 64 diff --git a/net-mail/flap/files/digest-flap-0.3 b/net-mail/flap/files/digest-flap-0.3 deleted file mode 100644 index 749c4c41fe13..000000000000 --- a/net-mail/flap/files/digest-flap-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea0a775d70e0a573b82e18436c0f0e2c flap-0.3-src.tar.gz 480147 diff --git a/net-mail/flap/flap-0.3.ebuild b/net-mail/flap/flap-0.3.ebuild deleted file mode 100644 index fc038416a41b..000000000000 --- a/net-mail/flap/flap-0.3.ebuild +++ /dev/null @@ -1,37 +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-mail/flap/flap-0.3.ebuild,v 1.8 2003/09/22 05:33:28 strider Exp $ - -DESCRIPTION="mail user agent written in Java" -HOMEPAGE="http://flap.sourceforge.net/" -SRC_URI="mirror://sourceforge/flap/${P}-src.tar.gz" - -DEPEND=">=dev-java/ant-1.4.1 - jikes? ( >=dev-java/jikes-1.15 )" -RDEPEND="virtual/jdk" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " -IUSE="jikes" - -S="${WORKDIR}/${P}-src" - -src_compile() { - if [ -z "`use jikes`" ] ; then - cp build.xml build.xml.orig - sed 's!<property name="build.compiler" value="jikes"/>!<property name="build.compiler" value="modern"/>!' < build.xml.orig > build.xml - fi - ant || die -} - -src_install() { - dodir /usr/flap - dodir /usr/bin - dodir /etc/env.d - cp -R flap.jar flap.sh lib ${D}/usr/flap - echo >${D}/etc/env.d/10flap "FLAP_HOME=/usr/flap" - ln -s ../flap/flap.sh ${D}/usr/bin/flap - chmod 644 ${D}/usr/flap/flap.jar ${D}/usr/flap/lib/* ${D}/etc/env.d/10flap - chmod 755 ${D}/usr/flap/lib ${D}/usr/flap/flap.sh -} diff --git a/net-mail/flap/metadata.xml b/net-mail/flap/metadata.xml deleted file mode 100644 index 51f94e3fbe0e..000000000000 --- a/net-mail/flap/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>net-mail</herd> -</pkgmetadata> |