diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-10 12:22:28 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-10 12:22:28 +0000 |
commit | 71d91300782b3218b1d3d888b4bdfb96becd479c (patch) | |
tree | f8c772c273b63407b57e9cc8491d43ec4bce1017 /dev-dotnet/flickrnet-bin | |
parent | voodoo->tdfx. Thx ssuominen. (diff) | |
download | gentoo-2-71d91300782b3218b1d3d888b4bdfb96becd479c.tar.gz gentoo-2-71d91300782b3218b1d3d888b4bdfb96becd479c.tar.bz2 gentoo-2-71d91300782b3218b1d3d888b4bdfb96becd479c.zip |
Initial import of a flicrnet binary install; this is needed for the Flickr Exporter of f-spot. Since MonoDevelop 2.0 cannot handle the VS2k3 project used by the sources, until 2.2 the binary version will be used.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/flickrnet-bin')
-rw-r--r-- | dev-dotnet/flickrnet-bin/ChangeLog | 12 | ||||
-rw-r--r-- | dev-dotnet/flickrnet-bin/flickrnet-bin-2.2.ebuild | 35 | ||||
-rw-r--r-- | dev-dotnet/flickrnet-bin/metadata.xml | 8 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-dotnet/flickrnet-bin/ChangeLog b/dev-dotnet/flickrnet-bin/ChangeLog new file mode 100644 index 000000000000..a0c93fba0926 --- /dev/null +++ b/dev-dotnet/flickrnet-bin/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for dev-dotnet/flickrnet-bin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/flickrnet-bin/ChangeLog,v 1.1 2009/09/10 12:22:28 flameeyes Exp $ + +*flickrnet-bin-2.2 (10 Sep 2009) + + 10 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + +flickrnet-bin-2.2.ebuild, +metadata.xml: + Initial import of a flicrnet binary install; this is needed for the Flickr + Exporter of f-spot. Since MonoDevelop 2.0 cannot handle the VS2k3 project + used by the sources, until 2.2 the binary version will be used. + diff --git a/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2.ebuild b/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2.ebuild new file mode 100644 index 000000000000..b3d227120264 --- /dev/null +++ b/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/flickrnet-bin/flickrnet-bin-2.2.ebuild,v 1.1 2009/09/10 12:22:28 flameeyes Exp $ + +EAPI=2 + +MY_PN="FlickrNet" + +inherit mono + +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" +IUSE="" + +RDEPEND=">=dev-lang/mono-2.4" +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +src_compile() { + : +} + +src_install() { + egacinstall Release/${MY_PN}.dll ${MY_PN} || die +} diff --git a/dev-dotnet/flickrnet-bin/metadata.xml b/dev-dotnet/flickrnet-bin/metadata.xml new file mode 100644 index 000000000000..2d083ce3bc66 --- /dev/null +++ b/dev-dotnet/flickrnet-bin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + </maintainer> +</pkgmetadata> |