diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-19 21:14:45 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-19 21:14:45 +0000 |
commit | 26b242fcd1d4417708c99c3101a77c2de928463d (patch) | |
tree | 4499911751c254fb56dc292da55c1816a2e60f0c /net-firewall/pglinux | |
parent | New package. (diff) | |
download | gentoo-2-26b242fcd1d4417708c99c3101a77c2de928463d.tar.gz gentoo-2-26b242fcd1d4417708c99c3101a77c2de928463d.tar.bz2 gentoo-2-26b242fcd1d4417708c99c3101a77c2de928463d.zip |
version bump fixes broken dbus, remove old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/pglinux')
-rw-r--r-- | net-firewall/pglinux/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild (renamed from net-firewall/pglinux/pglinux-2.1.3_p20120503.ebuild) | 10 |
2 files changed, 16 insertions, 2 deletions
diff --git a/net-firewall/pglinux/ChangeLog b/net-firewall/pglinux/ChangeLog index 594e5f6b7f2d..fe6668768d41 100644 --- a/net-firewall/pglinux/ChangeLog +++ b/net-firewall/pglinux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/pglinux # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.2 2012/05/03 04:01:04 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.3 2012/05/19 21:14:45 hasufell Exp $ + +*pglinux-2.1.3_p20120519 (19 May 2012) + + 19 May 2012; Julian Ospald <hasufell@gentoo.org> + -pglinux-2.1.3_p20120503.ebuild, +pglinux-2.1.3_p20120519.ebuild: + version bump fixes broken dbus, remove old 03 May 2012; Jeff Horelick <jdhore@gentoo.org> pglinux-2.1.3_p20120503.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/net-firewall/pglinux/pglinux-2.1.3_p20120503.ebuild b/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild index 1fe0b9795673..8c61fed7a78f 100644 --- a/net-firewall/pglinux/pglinux-2.1.3_p20120503.ebuild +++ b/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.1.3_p20120503.ebuild,v 1.2 2012/05/03 04:01:04 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild,v 1.1 2012/05/19 21:14:45 hasufell Exp $ EAPI=4 @@ -29,6 +29,7 @@ DEPEND="${COMMON_DEPEND} sys-devel/libtool:2" RDEPEND="${COMMON_DEPEND} net-firewall/iptables + sys-apps/sysvinit cron? ( virtual/cron ) logrotate? ( app-admin/logrotate ) networkmanager? ( net-misc/networkmanager )" @@ -52,6 +53,7 @@ CONFIG_CHECK="~NETFILTER_NETLINK src_configure() { econf \ + --localstatedir=/var \ $(use_enable cron) \ $(use_enable dbus) \ $(use_enable logrotate) \ @@ -59,3 +61,9 @@ src_configure() { $(use_enable zlib) \ $(use_with qt4) } + +pkg_postinst() { + elog "optional dependencies:" + elog " p7zip (needed for blocklists packed as .7z)" + elog " unzip (needed for blocklists packed as .zip)" +} |