public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kstreamripper: kstreamripper-0.3.4.ebuild ChangeLog
Date: Fri, 16 May 2008 13:29:56 +0000	[thread overview]
Message-ID: <E1Jx00S-0005LH-Qs@stork.gentoo.org> (raw)

drac        08/05/16 13:29:56

  Modified:             kstreamripper-0.3.4.ebuild ChangeLog
  Log:
  Install icon and move desktop entry to correct Category.
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.5                  media-sound/kstreamripper/kstreamripper-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild?r1=1.4&r2=1.5

Index: kstreamripper-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kstreamripper-0.3.4.ebuild	13 May 2008 06:41:44 -0000	1.4
+++ kstreamripper-0.3.4.ebuild	16 May 2008 13:29:56 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v 1.4 2008/05/13 06:41:44 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v 1.5 2008/05/16 13:29:56 drac Exp $
 
-inherit kde
+inherit eutils kde
 
 DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper"
 HOMEPAGE="http://kstreamripper.tuxipuxi.org/"
@@ -20,15 +20,22 @@
 	>=dev-util/scons-0.96.1"
 need-kde 3.2
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-desktop-entry.patch
+}
+
 src_compile() {
 	local myconf="kdeincludes=$(kde-config --prefix)/include prefix=/usr"
 	use amd64 && myconf="${myconf} libsuffix=64"
 	unset CFLAGS # freaking scons is passing CFLAGS into g++
-	scons configure ${myconf} || die "configure failed"
-	scons || die "scons failed"
+	scons configure ${myconf} || die "scons configure failed."
+	scons || die "scons failed."
 }
 
 src_install() {
-	DESTDIR="${D}" scons install
+	DESTDIR="${D}" scons install || die "scons install failed."
 	dodoc AUTHORS ChangeLog NEWS README TODO
+	newicon src/hi32-app-kstreamripper.png ${PN}.png
 }



1.14                 media-sound/kstreamripper/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kstreamripper/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 May 2008 06:41:44 -0000	1.13
+++ ChangeLog	16 May 2008 13:29:56 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/kstreamripper
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.13 2008/05/13 06:41:44 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.14 2008/05/16 13:29:56 drac Exp $
+
+  16 May 2008; Samuli Suominen <drac@gentoo.org>
+  +files/kstreamripper-0.3.4-desktop-entry.patch,
+  kstreamripper-0.3.4.ebuild:
+  Install icon and move desktop entry to correct Category.
 
   13 May 2008; Samuli Suominen <drac@gentoo.org> kstreamripper-0.3.4.ebuild:
   Stop passing CFLAGS for g++ and MAKEOPTS because scons is stupid wrt



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-16 13:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16 13:29 Samuli Suominen (drac) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-18  1:42 [gentoo-commits] gentoo-x86 commit in media-sound/kstreamripper: kstreamripper-0.3.4.ebuild ChangeLog Brent Baude (ranger)
2008-09-11  9:38 Raul Porcel (armin76)
2008-09-10 23:45 Thomas Anderson (gentoofan23)
2008-09-09 19:28 Friedrich Oslage (bluebird)
2008-05-13  6:41 Samuli Suominen (drac)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Jx00S-0005LH-Qs@stork.gentoo.org \
    --to=drac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox