Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117949 Details for
Bug 176804
New ebuild for regexxer - regexxer-0.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
regexxer-0.9.ebuild
regexxer-0.9.ebuild (text/plain), 1.28 KB, created by
Philip Belemezov
on 2007-05-02 13:01:53 UTC
(
hide
)
Description:
regexxer-0.9.ebuild
Filename:
MIME Type:
Creator:
Philip Belemezov
Created:
2007-05-02 13:01:53 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/regexxer/regexxer-0.8.ebuild,v 1.5 2006/01/14 12:57:25 nelchael Exp $ > >DESCRIPTION="An interactive tool for performing search and replace operations" >HOMEPAGE="http://regexxer.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >#inherit gnome2 > >LICENSE="GPL-2" >IUSE="gnome" >SLOT="0" >KEYWORDS="~amd64 ~ppc x86" > >RDEPEND=">=dev-cpp/libglademm-2.4.0 > >=dev-libs/libsigc++-2.0 > >=dev-cpp/gtkmm-2.4.0 > >=dev-libs/libpcre-4.0 > >=dev-cpp/gconfmm-2.6.1" > > >DEPEND="dev-util/pkgconfig > ${RDEPEND}" > >src_compile() { > echo $GCONF_CONFIG_SOURCE > econf || die "econf failed." > emake || die "emake failed." >} > >src_install() { > export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" > einstall || die "install failed" > dodoc AUTHORS ChangeLog NEWS README >} > >pkg_postinst() { > # More or less copied from gnome2_gconf_install, which didn't work here > export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` > einfo "Installing GNOME 2 GConf schemas" > ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${S}/ui//regexxer.schemas 1>/dev/null > if use gnome ; then > insinto /usr/share/gnome/apps/Development > doins ${S}/ui/regexxer.desktop > fi >}
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 176804
: 117949 |
117950