public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: amyedit-0.9.ebuild amyedit-1.0.ebuild ChangeLog amyedit-1.0-r1.ebuild
@ 2008-01-09 12:33 Nguyen Thai Ngoc Duy (pclouds)
  0 siblings, 0 replies; only message in thread
From: Nguyen Thai Ngoc Duy (pclouds) @ 2008-01-09 12:33 UTC (permalink / raw
  To: gentoo-commits

pclouds     08/01/09 12:33:59

  Modified:             amyedit-0.9.ebuild amyedit-1.0.ebuild ChangeLog
                        amyedit-1.0-r1.ebuild
  Log:
  Added DEPEND dev-util/pkgconfig, #205033
  (Portage version: 2.1.3_rc8)

Revision  Changes    Path
1.9                  app-editors/amyedit/amyedit-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?r1=1.8&r2=1.9

Index: amyedit-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- amyedit-0.9.ebuild	11 Oct 2007 18:48:29 -0000	1.8
+++ amyedit-0.9.ebuild	9 Jan 2008 12:33:59 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.8 2007/10/11 18:48:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.9 2008/01/09 12:33:59 pclouds Exp $
 
 inherit eutils
 
@@ -11,9 +11,11 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
-DEPEND=">=dev-cpp/gtkmm-2.4.8
+RDEPEND=">=dev-cpp/gtkmm-2.4.8
 	=x11-libs/gtksourceview-1*
 	app-text/aspell"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_install() {
 	einstall



1.5                  app-editors/amyedit/amyedit-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?r1=1.4&r2=1.5

Index: amyedit-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amyedit-1.0.ebuild	11 Oct 2007 18:48:29 -0000	1.4
+++ amyedit-1.0.ebuild	9 Jan 2008 12:33:59 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.4 2007/10/11 18:48:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.5 2008/01/09 12:33:59 pclouds Exp $
 
 inherit eutils
 
@@ -11,9 +11,11 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
-DEPEND=">=dev-cpp/gtkmm-2.6
+RDEPEND=">=dev-cpp/gtkmm-2.6
 	=x11-libs/gtksourceview-1*
 	app-text/aspell"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_install() {
 	einstall



1.16                 app-editors/amyedit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Jan 2008 14:18:52 -0000	1.15
+++ ChangeLog	9 Jan 2008 12:33:59 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/amyedit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.15 2008/01/07 14:18:52 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.16 2008/01/09 12:33:59 pclouds Exp $
+
+  09 Jan 2008; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+  amyedit-0.9.ebuild, amyedit-1.0.ebuild, amyedit-1.0-r1.ebuild:
+  Added DEPEND dev-util/pkgconfig, #205033
 
 *amyedit-1.0-r1 (07 Jan 2008)
 



1.2                  app-editors/amyedit/amyedit-1.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?r1=1.1&r2=1.2

Index: amyedit-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amyedit-1.0-r1.ebuild	7 Jan 2008 14:18:52 -0000	1.1
+++ amyedit-1.0-r1.ebuild	9 Jan 2008 12:33:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.1 2008/01/07 14:18:52 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.2 2008/01/09 12:33:59 pclouds Exp $
 
 inherit eutils
 
@@ -11,10 +11,12 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
-DEPEND=">=dev-cpp/gtkmm-2.6
+RDEPEND=">=dev-cpp/gtkmm-2.6
 	>=dev-cpp/glibmm-2.14
 	=x11-libs/gtksourceview-1*
 	app-text/aspell"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_unpack() {
 	unpack ${A}



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



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

only message in thread, other threads:[~2008-01-09 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 12:33 [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: amyedit-0.9.ebuild amyedit-1.0.ebuild ChangeLog amyedit-1.0-r1.ebuild Nguyen Thai Ngoc Duy (pclouds)

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