From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-dotnet/ndesk-dbus/Manifest | 1 + dev-dotnet/ndesk-dbus/metadata.xml | 5 +++++ dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-dotnet/ndesk-dbus/Manifest create mode 100644 dev-dotnet/ndesk-dbus/metadata.xml create mode 100644 dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild (limited to 'dev-dotnet/ndesk-dbus') diff --git a/dev-dotnet/ndesk-dbus/Manifest b/dev-dotnet/ndesk-dbus/Manifest new file mode 100644 index 000000000000..7dc0b6011494 --- /dev/null +++ b/dev-dotnet/ndesk-dbus/Manifest @@ -0,0 +1 @@ +DIST ndesk-dbus-0.6.1a.tar.gz 121667 SHA256 bb4681f9bfb9cc175cf2c2afbf55706975db45d55d11701f52cb4e436377ae0b SHA512 67cf59e51a57c0f61a2470abb0af5cd362955ad0701a1eee6da4a0959a8f1bb1999ff9dc25dd10394ce806d44f6504238a2b50669de4abb89112d2957d96b334 WHIRLPOOL 0f9cf20eb9d44a3fcde5ae533039be5f1ce0d4ba416466845ee4dc3ee1c201de83787b62dc53f6f934311439c06fa69197a1947edce50d5d7fc19257058d424d diff --git a/dev-dotnet/ndesk-dbus/metadata.xml b/dev-dotnet/ndesk-dbus/metadata.xml new file mode 100644 index 000000000000..e85974a7fa17 --- /dev/null +++ b/dev-dotnet/ndesk-dbus/metadata.xml @@ -0,0 +1,5 @@ + + + +dotnet + diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild new file mode 100644 index 000000000000..b7d6156088e7 --- /dev/null +++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit mono + +DESCRIPTION="Managed D-Bus Implementation for .NET" +HOMEPAGE="http://www.ndesk.org/DBusSharp" +SRC_URI="http://www.ndesk.org/archive/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +RDEPEND=">=dev-lang/mono-1.2.4 + >=sys-apps/dbus-1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS README +} -- cgit v1.2.3-65-gdbad