Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134160 Details for
Bug 28470
gedit-plugins ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated the ebuild with python USE flag and latest ebuild guidelines
gedit-plugins-2.20.0.patch (text/plain), 1.67 KB, created by
Matt Jorde
on 2007-10-23 06:19:46 UTC
(
hide
)
Description:
updated the ebuild with python USE flag and latest ebuild guidelines
Filename:
MIME Type:
Creator:
Matt Jorde
Created:
2007-10-23 06:19:46 UTC
Size:
1.67 KB
patch
obsolete
>--- gedit-plugins-2.20.0.ebuild 2007-10-23 01:15:18.000000000 -0500 >+++ gedit-plugins-2.20.0.ebuild.updated 2007-10-23 01:16:31.000000000 -0500 >@@ -1,8 +1,8 @@ >-# Copyright 1999-2003 Gentoo Technologies, Inc. >+# Copyright 1999-2005 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /home/cvsroot/gentoo-x86/gnome-extra/gedit-plugins/gedit-plugins-2.20.0.ebuild,v 1.4 2007/04/11 15:19:07 spider Exp $ >+# $Header: $ > >-inherit gnome2 >+inherit gnome2 eutils autotools > > DESCRIPTION="gedit plugins" > HOMEPAGE="http://www.gnome.org/" >@@ -10,22 +10,33 @@ > SLOT="0" > LICENSE="GPL-2" > KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" >+IUSE="python" > > RDEPEND=">=app-editors/gedit-2.20.0" > > DEPEND="${RDEPEND} >- >=dev-libs/glib-2.8.0 >- >=dev-python/pygtk-2.9.7 >- >=dev-python/gnome-python-desktop-2.18.0 >- >=dev-util/pkgconfig-0.9.0 >- >=app-text/scrollkeeper-0.3.11 >+ >=sys-devel/autoconf-2.59 >+ >=sys-devel/automake-1.9 > >=dev-util/intltool-0.35.0 >- >=gnome-base/gnome-vfs-2.13.4 >- >=gnome-base/libglade-2.4.0 >- >=gnome-extra/gucharmap-1.6.0 >+ >=dev-util/pkgconfig-0.9 >+ >=app-text/gnome-doc-utils-0.3.2 >+ >=dev-libs/glib-2.8.0 > >=x11-libs/gtk+-2.8.0 > >=x11-libs/gtksourceview-2.0.0 >- >=app-text/gnome-doc-utils-0.3.2" >+ >=gnome-base/libglade-2.4.0 >+ >=gnome-base/gnome-vfs-2.13.4 >+ >=gnome-extra/gucharmap-1.6.0 >+ >=app-text/scrollkeeper-0.3.11 >+ python? ( >+ >=dev-lang/python-2.3.0 >+ >=dev-python/pygobject-2.11.5 >+ >=dev-python/pygtk-2.9.7 >+ >=dev-python/pygtksourceview-2 >+ )" > > DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README THANKS TODO" > >+src_compile() { >+ econf $(use_enable python) || die "econf failed" >+ emake || die "emake failed" >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28470
:
17522
|
116007
|
117288
|
134099
|
134160
|
147082
|
186168
|
196945