public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joseph Jezak (josejx)" <josejx@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kbedic: kbedic-4.0.ebuild ChangeLog
Date: Fri, 20 Mar 2009 02:00:50 +0000	[thread overview]
Message-ID: <E1LkU2U-0006ng-Hy@stork.gentoo.org> (raw)

josejx      09/03/20 02:00:50

  Modified:             kbedic-4.0.ebuild ChangeLog
  Log:
  Patch for bug #226435. Some cleanup.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-text/kbedic/kbedic-4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild?r1=1.13&r2=1.14

Index: kbedic-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kbedic-4.0.ebuild	12 Jul 2007 04:37:47 -0000	1.13
+++ kbedic-4.0.ebuild	20 Mar 2009 02:00:50 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild,v 1.13 2007/07/12 04:37:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/kbedic-4.0.ebuild,v 1.14 2009/03/20 02:00:50 josejx Exp $
 
 inherit kde eutils
 
@@ -15,11 +15,13 @@
 
 DEPEND="=x11-libs/qt-3*
 	kde? ( >=kde-base/kdelibs-3 )"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/ppc-gfxopt.patch
+	cd "${S}"
+	epatch "${FILESDIR}/kbedic-4.0-dont-filter-cflags.patch"
+	eautoreconf
 }
 
 src_compile() {
@@ -36,6 +38,6 @@
 	kde_src_install
 	if use kde; then
 		insinto /usr/share/applnk/Utilities/kbedic.desktop
-		doins ${FILESDIR}/kbedic.desktop
+		doins "${FILESDIR}/kbedic.desktop"
 	fi
 }



1.21                 app-text/kbedic/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbedic/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/kbedic/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Aug 2006 19:57:27 -0000	1.20
+++ ChangeLog	20 Mar 2009 02:00:50 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/kbedic
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/ChangeLog,v 1.20 2006/08/20 19:57:27 malc Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbedic/ChangeLog,v 1.21 2009/03/20 02:00:50 josejx Exp $
+
+  20 Mar 2009; Joseph Jezak <josejx@gentoo.org>
+  +files/kbedic-4.0-dont-filter-cflags.patch, -files/ppc-gfxopt.patch,
+  kbedic-4.0.ebuild:
+  Added patch for bug #226435, some cleanup.
 
   20 Aug 2006; <malc@gentoo.org> kbedic-4.0.ebuild:
   Stable on amd64






             reply	other threads:[~2009-03-20  2:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-20  2:00 Joseph Jezak (josejx) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-05-27 11:52 [gentoo-commits] gentoo-x86 commit in app-text/kbedic: kbedic-4.0.ebuild ChangeLog Theo Chatzimichos (tampakrap)
2009-08-07  9:02 Samuli Suominen (ssuominen)

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=E1LkU2U-0006ng-Hy@stork.gentoo.org \
    --to=josejx@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