public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/podsleuth: ChangeLog podsleuth-0.6.2.ebuild
@ 2008-08-31 21:30 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-08-31 21:30 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/08/31 21:30:30

  Modified:             ChangeLog
  Added:                podsleuth-0.6.2.ebuild
  Log:
  I though I had added this ages ago wrt bug 233960 and bug 233710, but apparently that was all in my mind. Bumping.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.3                  dev-dotnet/podsleuth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Jan 2008 23:10:00 -0000	1.2
+++ ChangeLog	31 Aug 2008 21:30:29 -0000	1.3
@@ -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.2 2008/01/27 23:10:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.3 2008/08/31 21:30:29 loki_val Exp $
+
+*podsleuth-0.6.2 (31 Aug 2008)
+
+  31 Aug 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/podsleuth-0.6.2-sgutils2.patch, +podsleuth-0.6.2.ebuild:
+  I though I had added this ages ago wrt bug 233960 and bug 233710, but
+  apparently that was all in my mind. Bumping.
 
   27 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
   podsleuth-0.6.1.ebuild:



1.1                  dev-dotnet/podsleuth/podsleuth-0.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.2.ebuild?rev=1.1&content-type=text/plain

Index: podsleuth-0.6.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2008/08/31 21:30:29 loki_val Exp $

inherit base autotools mono

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}-sgutils2.patch" )

src_unpack() {
	base_src_unpack
	cd "${S}"
	sed -i \
		-e '/AC_PROG_INSTALL/aAC_PROG_CC' \
		"${S}"/configure.ac || die "SED 404. FILE NOT FOUND"
	AT_M4DIR="m4" eautoreconf
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-31 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 21:30 [gentoo-commits] gentoo-x86 commit in dev-dotnet/podsleuth: ChangeLog podsleuth-0.6.2.ebuild Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox