commit:     7bd8fd034d357997ee315e0178f49a4d5a65fe24
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 21:34:27 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 21:34:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd8fd03

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

Closes: https://bugs.gentoo.org/685626
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-dotnet/flickrnet-bin/Manifest                  |  1 -
 dev-dotnet/flickrnet-bin/files/flickrnet.pc.in     |  8 -----
 .../flickrnet-bin/flickrnet-bin-2.2-r1.ebuild      | 40 ----------------------
 dev-dotnet/flickrnet-bin/metadata.xml              |  8 -----
 4 files changed, 57 deletions(-)

diff --git a/dev-dotnet/flickrnet-bin/Manifest 
b/dev-dotnet/flickrnet-bin/Manifest
deleted file mode 100644
index a7a8e5c3659..00000000000
--- a/dev-dotnet/flickrnet-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST FlickrNet2.2.zip 243208 BLAKE2B 
5d81045615301718bccd446705dea8a9a402ee15ee1d9eef978554b70e01d92b3981e825902f19f2d48193875896bd733a4ee298e38253a5d3f4ef43cfc238ff
 SHA512 
a591867e5a58ea22f4f8932dee11346aa6c2a5ef653ae34bab69c60cf3fb3a0d1108424439c2b8788a557f7fee35915ad4a54c0a57f29e653daef90ee80c4a0d

diff --git a/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in 
b/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in
deleted file mode 100644
index 326042df5fe..00000000000
--- a/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in
+++ /dev/null
@@ -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

diff --git a/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2-r1.ebuild 
b/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2-r1.ebuild
deleted file mode 100644
index 4633af543d1..00000000000
--- a/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2-r1.ebuild
+++ /dev/null
@@ -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"
-}

diff --git a/dev-dotnet/flickrnet-bin/metadata.xml 
b/dev-dotnet/flickrnet-bin/metadata.xml
deleted file mode 100644
index b0f3b749671..00000000000
--- a/dev-dotnet/flickrnet-bin/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>dot...@gentoo.org</email>
-    <name>Gentoo Dotnet Project</name>
-  </maintainer>
-</pkgmetadata>

Reply via email to