public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein (tomjbe)" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.2.13.ebuild ChangeLog
Date: Tue, 23 Apr 2013 04:27:00 +0000 (UTC)	[thread overview]
Message-ID: <20130423042700.396C22171D@flycatcher.gentoo.org> (raw)

tomjbe      13/04/23 04:27:00

  Modified:             bacula-5.2.13.ebuild ChangeLog
  Log:
  Fix desktop file category (bug #466688). Use CXXFLAGS instead CFLAGS (bug 466694). Thanks ago for reporting
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.6                  app-backup/bacula/bacula-5.2.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?r1=1.5&r2=1.6

Index: bacula-5.2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bacula-5.2.13.ebuild	22 Apr 2013 17:10:27 -0000	1.5
+++ bacula-5.2.13.ebuild	23 Apr 2013 04:27:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v 1.5 2013/04/22 17:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v 1.6 2013/04/23 04:27:00 tomjbe Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? 2"
@@ -114,6 +114,12 @@
 	done
 	popd >&/dev/null || die
 
+	# bug 466688 drop deprecated categories from Desktop file
+	sed -i -e 's/Application;//' scripts/bat.desktop.in || die
+
+	# bug 466690 Use CXXFLAGS instead of CFLAGS
+	sed -i -e 's/@CFLAGS@/@CXXFLAGS@/' autoconf/Make.common.in || die
+
 	# drop automatic install of unneeded documentation (for bug 356499)
 	epatch "${FILESDIR}"/5.2.3/${PN}-5.2.3-doc.patch
 



1.159                app-backup/bacula/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	22 Apr 2013 17:10:27 -0000	1.158
+++ ChangeLog	23 Apr 2013 04:27:00 -0000	1.159
@@ -1,6 +1,10 @@
 # ChangeLog for app-backup/bacula
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.158 2013/04/22 17:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.159 2013/04/23 04:27:00 tomjbe Exp $
+
+  23 Apr 2013; Thomas Beierlein <tomjbe@gentoo.org> bacula-5.2.13.ebuild:
+  Fix desktop file category (bug #466688). Use CXXFLAGS instead CFLAGS (bug
+  466694). Thanks ago for reporting
 
   22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> bacula-5.2.13.ebuild:
   Stable for sparc, wrt bug #466636





             reply	other threads:[~2013-04-23  4:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23  4:27 Thomas Beierlein (tomjbe) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-01 15:10 [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.2.13.ebuild ChangeLog Thomas Beierlein (tomjbe)
2013-04-22 17:10 Agostino Sarubbo (ago)
2013-04-22  9:03 Agostino Sarubbo (ago)
2013-04-21 16:00 Agostino Sarubbo (ago)
2013-04-21 15:58 Agostino Sarubbo (ago)
2013-03-14  7:42 Thomas Beierlein (tomjbe)

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=20130423042700.396C22171D@flycatcher.gentoo.org \
    --to=tomjbe@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