diff options
author | Christoph Mende <angelos@gentoo.org> | 2013-04-09 08:32:58 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2013-04-09 08:32:58 +0000 |
commit | 2cc880eb66a0f5b04b1c850c7f97a9c4de713e3c (patch) | |
tree | d1d4571a9ac85601202ae18779aca3d18f784b03 /dev-dotnet/dbus-sharp | |
parent | Remove old (diff) | |
download | gentoo-2-2cc880eb66a0f5b04b1c850c7f97a9c4de713e3c.tar.gz gentoo-2-2cc880eb66a0f5b04b1c850c7f97a9c4de713e3c.tar.bz2 gentoo-2-2cc880eb66a0f5b04b1c850c7f97a9c4de713e3c.zip |
Remove old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'dev-dotnet/dbus-sharp')
-rw-r--r-- | dev-dotnet/dbus-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp/dbus-sharp-0.7.0.ebuild | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-dotnet/dbus-sharp/ChangeLog b/dev-dotnet/dbus-sharp/ChangeLog index 19150d2ef4e7..a3717a12f7af 100644 --- a/dev-dotnet/dbus-sharp/ChangeLog +++ b/dev-dotnet/dbus-sharp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/dbus-sharp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp/ChangeLog,v 1.22 2012/08/18 12:24:40 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp/ChangeLog,v 1.23 2013/04/09 08:32:58 angelos Exp $ + + 09 Apr 2013; Christoph Mende <angelos@gentoo.org> -dbus-sharp-0.7.0.ebuild: + Remove old 18 Aug 2012; Michael Weber <xmw@gentoo.org> dbus-sharp-0.7.0-r1.ebuild: ppc stable (bug 407701) diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0.ebuild deleted file mode 100644 index 3c039021b40b..000000000000 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0.ebuild,v 1.7 2012/05/04 03:56:56 jdhore Exp $ - -EAPI=4 -inherit mono - -DESCRIPTION="D-Bus for .NET" -HOMEPAGE="https://github.com/mono/dbus-sharp" -SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-lang/mono - sys-apps/dbus" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS README" -} |