From c81473319f20c9782c5c06f6257a9b6b3ae8d981 Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Fri, 30 Jan 2009 23:59:38 +0000 Subject: Add smartirc4net, ebuild by me. (Portage version: 2.2_rc23/cvs/Linux x86_64) --- dev-dotnet/smartirc4net/ChangeLog | 10 +++++++++ dev-dotnet/smartirc4net/metadata.xml | 5 +++++ .../smartirc4net/smartirc4net-0.4.5.1.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-dotnet/smartirc4net/ChangeLog create mode 100644 dev-dotnet/smartirc4net/metadata.xml create mode 100644 dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild (limited to 'dev-dotnet') diff --git a/dev-dotnet/smartirc4net/ChangeLog b/dev-dotnet/smartirc4net/ChangeLog new file mode 100644 index 000000000000..6087dc0d56d1 --- /dev/null +++ b/dev-dotnet/smartirc4net/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-dotnet/smartirc4net +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.1 2009/01/30 23:59:38 loki_val Exp $ + +*smartirc4net-0.4.5.1 (30 Jan 2009) + + 30 Jan 2009; Peter Alfredsen +metadata.xml, + +smartirc4net-0.4.5.1.ebuild: + Add smartirc4net, ebuild by me. + diff --git a/dev-dotnet/smartirc4net/metadata.xml b/dev-dotnet/smartirc4net/metadata.xml new file mode 100644 index 000000000000..e01adbb307db --- /dev/null +++ b/dev-dotnet/smartirc4net/metadata.xml @@ -0,0 +1,5 @@ + + + + dotnet + diff --git a/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild new file mode 100644 index 000000000000..622862decd49 --- /dev/null +++ b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.1 2009/01/30 23:59:38 loki_val Exp $ + +EAPI="2" + +inherit mono + +HOMEPAGE="http://www.smuxi.org/page/Download" +SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" +DESCRIPTION="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +LICENSE="|| ( LGPL-2.1 LGPL-3 )" + + +RDEPEND=">=dev-lang/mono-2.0" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.23" + +src_install() { + emake DESTDIR="${D}" install + dodoc FEATURES TODO API_CHANGE CHANGELOG README || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad