Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247463 Details for
Bug 337486
[gnome-live] dev-libs/libgweather-9999: ebuild fails to fetch sources
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
a working ebuild fetching package from git master
libgweather-9999.ebuild (text/plain), 1.61 KB, created by
fkhp
on 2010-09-15 12:32:26 UTC
(
hide
)
Description:
a working ebuild fetching package from git master
Filename:
MIME Type:
Creator:
fkhp
Created:
2010-09-15 12:32:26 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.26.1.ebuild,v 1.3 2009/05/20 17:40:36 armin76 Exp $ > >EAPI="2" > >#inherit gnome2 gnome2-live >inherit eutils multilib autotools toolchain-funcs versionator git > > >#EGIT_BOOTSTRAP="bootstrap" >EGIT_BRANCH=master >#EGIT_PROJECT=${P} >EGIT_REPO_URI="git://git.gnome.org/libgweather" > >DESCRIPTION="Library to access weather information from online services" >HOMEPAGE="http://www.gnome.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd" >IUSE="python doc" > >RDEPEND=">=x11-libs/gtk+-2.11 > >=dev-libs/glib-2.13 > >=gnome-base/gconf-2.8 > >=net-libs/libsoup-2.25.1:2.4[gnome] > >=dev-libs/libxml2-2.6.0 > python? ( > >=dev-python/pygobject-2 > >=dev-python/pygtk-2 ) > !<gnome-base/gnome-applets-2.22.0" >DEPEND="${RDEPEND} > >=dev-util/intltool-0.40.3 > >=dev-util/pkgconfig-0.19 > doc? ( >=dev-util/gtk-doc-1.9 )" > >DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" > >src_unpack() { > #unpack ${A} > if [ "${PV%9999}" != "${PV}" ] ; then > git_src_unpack > fi >} > >src_prepare() { > if [ "${PV%9999}" != "${PV}" ] ; then > git_src_prepare > fi > # Make it build with libtool 1.5 > #rm -f m4/lt* m4/libtool.m4 > > #eautoreconf > ./autogen.sh --prefix=/usr >} > >src_configure() { > econf \ > --enable-locations-compression > --disable-all-translations-in-one-xml > --disable-static > $(use_enable python) >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS ChangeLog NEWS README >}
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 Raw
Actions:
View
Attachments on
bug 337486
: 247463 |
247471