dev-dotnet/flickrnet-bin: remove last-rited package, bug 685626

Closes: https://bugs.gentoo.org/685626
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2019-07-23 23:34:27 +02:00
parent 50d9d4103e
commit 7bd8fd034d
4 changed files with 0 additions and 57 deletions

View File

@@ -1 +0,0 @@
DIST FlickrNet2.2.zip 243208 BLAKE2B 5d81045615301718bccd446705dea8a9a402ee15ee1d9eef978554b70e01d92b3981e825902f19f2d48193875896bd733a4ee298e38253a5d3f4ef43cfc238ff SHA512 a591867e5a58ea22f4f8932dee11346aa6c2a5ef653ae34bab69c60cf3fb3a0d1108424439c2b8788a557f7fee35915ad4a54c0a57f29e653daef90ee80c4a0d

View File

@@ -1,8 +0,0 @@
libdir=@LIBDIR@
assemblies_dir=${libdir}/mono/FlickrNet
Libraries=${assemblies_dir}/FlickrNet.dll
Name: FlickrNet
Description: Flickr.Net API Library
Version: @VERSION@
Libs: -r:${assemblies_dir}/FlickrNet.dll

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
MY_PN="FlickrNet"
inherit mono multilib
DESCRIPTION="A .Net Library for accessing the Flickr API - Binary version"
HOMEPAGE="http://www.codeplex.com/FlickrNet"
# Upstream download require click-through LGPL-2.1.
# Since the license allows us to do that, just redistribute
# it in a decent format.
SRC_URI="mirror://gentoo/${MY_PN}${PV}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND=">=dev-lang/mono-2.4"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}"
src_compile() { :; }
src_install() {
egacinstall Release/${MY_PN}.dll ${MY_PN} || die
# Install .pc file as required by f-spot
dodir /usr/$(get_libdir)/pkgconfig
sed -e "s:@VERSION@:${PV}:" \
-e "s:@LIBDIR@:/usr/$(get_libdir):" \
"${FILESDIR}"/flickrnet.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/flickrnet.pc \
|| die "sed failed"
}

View File

@@ -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>