diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-25 11:30:47 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-25 11:30:47 +0000 |
commit | 6e008599bfa08df245c723e68a918fb30571f7a4 (patch) | |
tree | 82d162c1370062133f1ba9a408fc40c43569c693 /dev-dotnet | |
parent | Version bump (diff) | |
download | gentoo-2-6e008599bfa08df245c723e68a918fb30571f7a4.tar.gz gentoo-2-6e008599bfa08df245c723e68a918fb30571f7a4.tar.bz2 gentoo-2-6e008599bfa08df245c723e68a918fb30571f7a4.zip |
Bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/podsleuth/ChangeLog | 11 | ||||
-rw-r--r-- | dev-dotnet/podsleuth/files/podsleuth-0.6.3-libsgutils.patch | 28 | ||||
-rw-r--r-- | dev-dotnet/podsleuth/podsleuth-0.6.3-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild (renamed from dev-dotnet/podsleuth/podsleuth-0.6.3.ebuild) | 13 |
4 files changed, 18 insertions, 67 deletions
diff --git a/dev-dotnet/podsleuth/ChangeLog b/dev-dotnet/podsleuth/ChangeLog index 38b61ad3768f..c10a290e0d0b 100644 --- a/dev-dotnet/podsleuth/ChangeLog +++ b/dev-dotnet/podsleuth/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-dotnet/podsleuth -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.5 2008/12/14 17:03:53 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.6 2009/01/25 11:30:46 loki_val Exp $ + +*podsleuth-0.6.4 (25 Jan 2009) + + 25 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> + -files/podsleuth-0.6.3-libsgutils.patch, -podsleuth-0.6.3.ebuild, + -podsleuth-0.6.3-r1.ebuild, +podsleuth-0.6.4.ebuild: + Bump *podsleuth-0.6.3-r1 (14 Dec 2008) diff --git a/dev-dotnet/podsleuth/files/podsleuth-0.6.3-libsgutils.patch b/dev-dotnet/podsleuth/files/podsleuth-0.6.3-libsgutils.patch deleted file mode 100644 index 74f8bf645f54..000000000000 --- a/dev-dotnet/podsleuth/files/podsleuth-0.6.3-libsgutils.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur src.old/PodSleuth/PodSleuth/ScsiReader.cs src/PodSleuth/PodSleuth/ScsiReader.cs ---- src.old/PodSleuth/PodSleuth/ScsiReader.cs 2007-09-17 04:51:40.000000000 -0300 -+++ src/PodSleuth/PodSleuth/ScsiReader.cs 2008-12-14 02:22:14.000000000 -0400 -@@ -50,7 +50,7 @@ - } - } - -- [DllImport("libsgutils.so.1")] -+ [DllImport("libsgutils.so")] - private static extern int sg_ll_inquiry(int sg_fd, int cmddt, int evpd, int pg_op, - IntPtr resp, int mx_resp_len, int noisy, int verbose); - -@@ -74,4 +74,4 @@ - } - } - } --} -\ No newline at end of file -+} -diff -ur src.old/PodSleuth/PodSleuth.dll.config.in src/PodSleuth/PodSleuth.dll.config.in ---- src.old/PodSleuth/PodSleuth.dll.config.in 2007-09-17 04:51:40.000000000 -0300 -+++ src/PodSleuth/PodSleuth.dll.config.in 2008-12-14 02:22:14.000000000 -0400 -@@ -1,4 +1,4 @@ - <configuration> -- <dllmap dll="libsgutils.so.1" target="libsgutils.so.1" /> -+ <dllmap dll="libsgutils.so" target="libsgutils.so" /> - </configuration> - diff --git a/dev-dotnet/podsleuth/podsleuth-0.6.3-r1.ebuild b/dev-dotnet/podsleuth/podsleuth-0.6.3-r1.ebuild deleted file mode 100644 index 640256fdbb41..000000000000 --- a/dev-dotnet/podsleuth/podsleuth-0.6.3-r1.ebuild +++ /dev/null @@ -1,33 +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/podsleuth/podsleuth-0.6.3-r1.ebuild,v 1.1 2008/12/14 17:03:53 loki_val Exp $ - -inherit mono base - -DESCRIPTION="a tool to discover detailed model information about an Apple (TM) iPod (TM)." -HOMEPAGE="http://banshee-project.org/PodSleuth" -SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-1.1.10 - dev-dotnet/dbus-glib-sharp - >=sys-apps/hal-0.5.6 - sys-apps/sg3_utils" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -PATCHES=( "${FILESDIR}/${P}-libsgutils.patch" ) - -src_compile() { - econf --with-hal-callouts-dir=/usr/libexec - emake -j1 || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-dotnet/podsleuth/podsleuth-0.6.3.ebuild b/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild index 4bf32d3f2aab..e9a8c6f836df 100644 --- a/dev-dotnet/podsleuth/podsleuth-0.6.3.ebuild +++ b/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.3.ebuild,v 1.1 2008/11/24 00:07:13 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.4.ebuild,v 1.1 2009/01/25 11:30:46 loki_val Exp $ + +EAPI=2 inherit mono @@ -13,15 +15,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-lang/mono-1.1.10 +RDEPEND=">=dev-lang/mono-2.0 dev-dotnet/dbus-glib-sharp >=sys-apps/hal-0.5.6 sys-apps/sg3_utils" DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { +src_configure() { econf --with-hal-callouts-dir=/usr/libexec +} + +src_compile() { emake -j1 || die "emake failed." } |