summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-03-18 17:22:43 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-18 17:24:04 +1100
commit5f6a435e8abfe2d862b015753b79471cfdb7614a (patch)
tree1e9a7e91f40abe58bfecc8f5dbf1f7000a36f6b0 /net-ftp
parentprofiles: drop mask for removed media-libs/FusionSound (diff)
downloadgentoo-5f6a435e8abfe2d862b015753b79471cfdb7614a.tar.gz
gentoo-5f6a435e8abfe2d862b015753b79471cfdb7614a.tar.bz2
gentoo-5f6a435e8abfe2d862b015753b79471cfdb7614a.zip
net-ftp/bareftp: remove last rited package
Gentoo-bug: 608940
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/bareftp/Manifest1
-rw-r--r--net-ftp/bareftp/bareftp-0.3.12.ebuild42
-rw-r--r--net-ftp/bareftp/metadata.xml8
3 files changed, 0 insertions, 51 deletions
diff --git a/net-ftp/bareftp/Manifest b/net-ftp/bareftp/Manifest
deleted file mode 100644
index fcb4342305a6..000000000000
--- a/net-ftp/bareftp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bareftp-0.3.12.tar.gz 642509 SHA256 efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 SHA512 039135f8a2ff293fa5299f4e190b75f7ca3a3734a2b7514e6423ee62dc9cfc992cd00039af8caf4ef82db94e41cc04f5727a64985e8b3c7e90c124e74f5236d2 WHIRLPOOL 36036fe0ab0a146a1674c7825d048fde41ba8b92560191eb2d46c6e10ce4f70657656b94e0d0c1e30a10a1d1f8a082c819161fd2f2fdd58682bc0640d65b430e
diff --git a/net-ftp/bareftp/bareftp-0.3.12.ebuild b/net-ftp/bareftp/bareftp-0.3.12.ebuild
deleted file mode 100644
index df93409fe4b8..000000000000
--- a/net-ftp/bareftp/bareftp-0.3.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools mono-env gnome2
-
-DESCRIPTION="Mono based file transfer client"
-HOMEPAGE="http://www.bareftp.org/"
-SRC_URI="http://www.bareftp.org/release/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome-keyring"
-
-RDEPEND="
- >=dev-lang/mono-2.0
- >=dev-dotnet/gtk-sharp-2.12
- >=dev-dotnet/gnome-sharp-2.20
- >=dev-dotnet/gnomevfs-sharp-2.20
- >=dev-dotnet/gconf-sharp-2.20
- gnome-keyring? ( >=dev-dotnet/gnome-keyring-sharp-1.0.0-r2 )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Fixes for build with Mono 4
- sed -i "s#gmcs#mcs#g" configure.ac || die
-
- eautoreconf
- sed -i "s#mono/2.0#mono/4.5#g" configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-caches \
- --disable-static \
- $(use_with gnome-keyring gnomekeyring)
-}
diff --git a/net-ftp/bareftp/metadata.xml b/net-ftp/bareftp/metadata.xml
deleted file mode 100644
index c99669dda129..000000000000
--- a/net-ftp/bareftp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
-</maintainer>
-</pkgmetadata>