Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123901 Details for
Bug 184228
net-firewall/fwbuilder-2.1.12 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Version bump to 2.1.12
fwbuilder-2.1.12.ebuild (text/plain), 966 bytes, created by
Kevin Fullerton
on 2007-07-04 21:08:53 UTC
(
hide
)
Description:
Version bump to 2.1.12
Filename:
MIME Type:
Creator:
Kevin Fullerton
Created:
2007-07-04 21:08:53 UTC
Size:
966 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A firewall GUI" >HOMEPAGE="http://www.fwbuilder.org/" >SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="nls" > >DEPEND="~net-libs/libfwbuilder-${PV} > nls? ( >=sys-devel/gettext-0.11.4 ) > >=dev-libs/libxslt-1.0.7" > >src_compile() { > export QMAKESPEC="linux-g++" > export QMAKE="${QTDIR}/bin/qmake" > > econf `use_enable nls` || die > > addwrite "${QTDIR}/etc/settings" > emake || die "emake failed" >} > >src_install() { > emake DDIR=${D} install || die > insinto /usr/share/pixmaps > doins src/gui/icons/firewall_64.png > make_desktop_entry fwbuilder21 "Firewall Builder" "/usr/share/pixmaps/firewall_64.png" "System;Qt" >} > >pkg_postinst() { > echo > elog "You need to emerge iproute2 on the machine that" > elog "will run the firewall script." > echo >}
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 184228
: 123901