diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-01-09 12:33:59 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-01-09 12:33:59 +0000 |
commit | 7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7 (patch) | |
tree | 8c7aa41dd785113890c98338bc92524370a31256 /app-editors/amyedit | |
parent | Add unstable version (diff) | |
download | gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.tar.gz gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.tar.bz2 gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.zip |
Added DEPEND dev-util/pkgconfig, #205033
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-editors/amyedit')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 8 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0.ebuild | 8 |
4 files changed, 19 insertions, 9 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index d36f061c3abc..e3385c675d14 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -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) diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index 882fe1a6f173..db3cd0c1fde5 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.ebuild @@ -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 @@ LICENSE="GPL-2" 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 diff --git a/app-editors/amyedit/amyedit-1.0-r1.ebuild b/app-editors/amyedit/amyedit-1.0-r1.ebuild index f5a271cc258c..20cc8f787a7c 100644 --- a/app-editors/amyedit/amyedit-1.0-r1.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r1.ebuild @@ -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 @@ LICENSE="GPL-2" 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} diff --git a/app-editors/amyedit/amyedit-1.0.ebuild b/app-editors/amyedit/amyedit-1.0.ebuild index 9a5e2af85d2e..463e85397f9a 100644 --- a/app-editors/amyedit/amyedit-1.0.ebuild +++ b/app-editors/amyedit/amyedit-1.0.ebuild @@ -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 @@ LICENSE="GPL-2" 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 |