mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-ftp/bareftp: remove last rited package
Gentoo-bug: 608940
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST bareftp-0.3.12.tar.gz 642509 SHA256 efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 SHA512 039135f8a2ff293fa5299f4e190b75f7ca3a3734a2b7514e6423ee62dc9cfc992cd00039af8caf4ef82db94e41cc04f5727a64985e8b3c7e90c124e74f5236d2 WHIRLPOOL 36036fe0ab0a146a1674c7825d048fde41ba8b92560191eb2d46c6e10ce4f70657656b94e0d0c1e30a10a1d1f8a082c819161fd2f2fdd58682bc0640d65b430e
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user