* [gentoo-commits] dev/angelos:master commit in: dev-dotnet/notify-sharp/, dev-dotnet/ndesk-dbus-glib/
@ 2011-03-11 20:31 Christoph Mende
0 siblings, 0 replies; only message in thread
From: Christoph Mende @ 2011-03-11 20:31 UTC (permalink / raw
To: gentoo-commits
commit: a1afa334fb18b6d9a9f93dc6758ce72a8ed2f105
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 20:30:30 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 20:30:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=a1afa334
Removed ndesk-dbus-glib as its in-tree name doesn't collide with the new package
---
dev-dotnet/ndesk-dbus-glib/Manifest | 2 -
.../ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild | 28 --------------------
dev-dotnet/notify-sharp/Manifest | 2 +-
.../notify-sharp-0.4.0_pre20080912-r2.ebuild | 2 +-
4 files changed, 2 insertions(+), 32 deletions(-)
diff --git a/dev-dotnet/ndesk-dbus-glib/Manifest b/dev-dotnet/ndesk-dbus-glib/Manifest
deleted file mode 100644
index 4c35aad..0000000
--- a/dev-dotnet/ndesk-dbus-glib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ndesk-dbus-glib-0.4.1.tar.gz 85471 RMD160 99cc3239560fc65c181039a56cd24b1445fea765 SHA1 4acb1a066e245172f15f0aeba1eb608c9b65918d SHA256 0a6d5fe7be55b6301615d71b89507b712f287b4ba498b798301333ffabe06769
-EBUILD ndesk-dbus-glib-0.4.1.ebuild 741 RMD160 5ec19671879320addbdada5536b9f7ee2550c35a SHA1 cdc9224fa4f888b0c1187b04a88cfcd7011bf662 SHA256 25b1e06ca24e5388bc2824cdee866f037c195482ecfbad6d750899ef72a2a1f5
diff --git a/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild b/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild
deleted file mode 100644
index 2e55c90..0000000
--- a/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/dbus-glib-sharp/dbus-glib-sharp-0.4.1.ebuild,v 1.5 2008/07/28 15:45:51 armin76 Exp $
-
-inherit mono multilib
-
-DESCRIPTION="glib integration for DBus-Sharp"
-HOMEPAGE="http://www.ndesk.org/DBusSharp"
-SRC_URI="http://www.ndesk.org/archive/dbus-sharp/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/mono-1.2.4
- >=dev-dotnet/dbus-sharp-0.4"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-dotnet/notify-sharp/Manifest b/dev-dotnet/notify-sharp/Manifest
index ec1191a..606e52b 100644
--- a/dev-dotnet/notify-sharp/Manifest
+++ b/dev-dotnet/notify-sharp/Manifest
@@ -1,3 +1,3 @@
AUX notify-sharp-0.4.0_pre20080912-control-docs.patch 1136 RMD160 0d128b732474b6338b6471b333d00e555fa0dec0 SHA1 4f2a027d72d1080a26550d07312a23b538c300b3 SHA256 1457ee8101cfd47f44c11a96f82b62d8ffa51cc1e8b0c2086d2be4dcae306807
DIST notify-sharp-20080912.tar.bz2 14326 RMD160 2387412dcab0572fbde024fc6150c42c6fb25588 SHA1 9db76682f1971fe2b4989d783e1b3d408d8f7bb7 SHA256 72574e04e4c8e262da5f94fa086cf3578e97ad2b84d602959ac6e488710a1a9c
-EBUILD notify-sharp-0.4.0_pre20080912-r2.ebuild 1108 RMD160 ad1b7fa7db2732c5740372aadc21281c42c8bc88 SHA1 3e2b12b97128faac8cd2773cca102df1deb4bff1 SHA256 59fe7f7cb088e297ee92bc32aa74f7db80044864ca4f4d1c530fa5b456cb8cd3
+EBUILD notify-sharp-0.4.0_pre20080912-r2.ebuild 1108 RMD160 17c72828a2176831aa7b2e3a1a159de811003868 SHA1 1bdee4c4c947ba55bf8c85be0b7d818b1755c041 SHA256 58287eb6a1838b1688e849c2d38875355dc4a2410a1e6c31ddf1bb7706544e00
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r2.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r2.ebuild
index e8c362e..bf28c9d 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r2.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r2.ebuild
@@ -21,7 +21,7 @@ IUSE="doc"
RDEPEND=">=dev-lang/mono-1.1.13
>=dev-dotnet/gtk-sharp-2.10.1
>=dev-dotnet/ndesk-dbus-0.6
- >=dev-dotnet/ndesk-dbus-glib-0.4
+ >=dev-dotnet/dbus-glib-sharp-0.4
>=x11-libs/libnotify-0.4.5"
DEPEND="${RDEPEND}
doc? ( virtual/monodoc )"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-11 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 20:31 [gentoo-commits] dev/angelos:master commit in: dev-dotnet/notify-sharp/, dev-dotnet/ndesk-dbus-glib/ Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox