public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-firewall/pglinux: ChangeLog pglinux-2.2.2.ebuild
@ 2012-11-25 13:16 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-11-25 13:16 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/11/25 13:16:54

  Modified:             ChangeLog
  Added:                pglinux-2.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.10                 net-firewall/pglinux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Sep 2012 07:56:00 -0000	1.9
+++ ChangeLog	25 Nov 2012 13:16:54 -0000	1.10
@@ -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.9 2012/09/23 07:56:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.10 2012/11/25 13:16:54 hasufell Exp $
+
+*pglinux-2.2.2 (25 Nov 2012)
+
+  25 Nov 2012; Julian Ospald <hasufell@gentoo.org> +pglinux-2.2.2.ebuild,
+  +files/pgl.gentoo.in:
+  version bump
 
   23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   pglinux-2.2.1_p20120711.ebuild:



1.1                  net-firewall/pglinux/pglinux-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.1&content-type=text/plain

Index: pglinux-2.2.2.ebuild
===================================================================
# 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.2.2.ebuild,v 1.1 2012/11/25 13:16:54 hasufell Exp $

EAPI=4

inherit gnome2-utils linux-info

MY_P="pgl-${PV}"

DESCRIPTION="Privacy oriented firewall application"
HOMEPAGE="https://sourceforge.net/projects/peerguardian/"
SRC_URI="mirror://sourceforge/peerguardian/${MY_P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="cron dbus logrotate networkmanager qt4 zlib"

COMMON_DEPEND="
	net-libs/libnetfilter_queue
	net-libs/libnfnetlink
	dbus? ( sys-apps/dbus )
	zlib? ( sys-libs/zlib )
	qt4? ( sys-auth/polkit-qt
		x11-libs/qt-core:4
		x11-libs/qt-dbus:4
		x11-libs/qt-gui:4
		|| ( kde-base/kdesu x11-libs/gksu x11-misc/ktsuss )
	)"
DEPEND="${COMMON_DEPEND}
	virtual/pkgconfig
	sys-devel/libtool:2"
RDEPEND="${COMMON_DEPEND}
	net-firewall/iptables
	sys-apps/sysvinit
	cron? ( virtual/cron )
	logrotate? ( app-admin/logrotate )
	networkmanager? ( net-misc/networkmanager )"

REQUIRED_USE="qt4? ( dbus )"

CONFIG_CHECK="~NETFILTER_NETLINK
	~NETFILTER_NETLINK_QUEUE
	~NETFILTER_XTABLES
	~NETFILTER_XT_TARGET_NFQUEUE
	~NETFILTER_XT_MATCH_IPRANGE
	~NETFILTER_XT_MARK
	~NETFILTER_XT_MATCH_MULTIPORT
	~NETFILTER_XT_MATCH_STATE
	~NF_CONNTRACK
	~NF_CONNTRACK_IPV4
	~NF_DEFRAG_IPV4
	~IP_NF_FILTER
	~IP_NF_IPTABLES
	~IP_NF_TARGET_REJECT"

S=${WORKDIR}/${MY_P}

src_prepare() {
	cp "${FILESDIR}"/pgl.gentoo.in "${S}"/pglcmd/init || die "cp failed"
}

src_configure() {
	econf \
		--localstatedir=/var \
		--docdir=/usr/share/doc/${PF} \
		$(use_enable logrotate) \
		$(use_enable cron) \
		$(use_enable networkmanager) \
		$(use_enable zlib) \
		$(use_enable dbus) \
		--disable-lowmem \
		--with-iconsdir=/usr/share/icons/hicolor/128x128/apps \
		--with-gentoo-init \
		$(use_with qt4)
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	elog "optional dependencies:"
	elog "  app-arch/p7zip (needed for blocklists packed as .7z)"
	elog "  app-arch/unzip (needed for blocklists packed as .zip)"
	elog "  virtual/mta (needed to send informational (blocklist updates) and"
	elog "    warning mails (if pglcmd.wd detects a problem.))"

	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/pglinux: ChangeLog pglinux-2.2.2.ebuild
@ 2012-12-26  2:09 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-26  2:09 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/12/26 02:09:43

  Modified:             ChangeLog pglinux-2.2.2.ebuild
  Log:
  marked x86 per bug 448032
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.12                 net-firewall/pglinux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	22 Dec 2012 10:59:50 -0000	1.11
+++ ChangeLog	26 Dec 2012 02:09:42 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2012/12/22 10:59:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.12 2012/12/26 02:09:42 jdhore Exp $
+
+  26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> pglinux-2.2.2.ebuild:
+  marked x86 per bug 448032
 
   22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pglinux-2.2.2.ebuild:
   Stable for amd64, wrt bug #448032



1.3                  net-firewall/pglinux/pglinux-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?r1=1.2&r2=1.3

Index: pglinux-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pglinux-2.2.2.ebuild	22 Dec 2012 10:59:50 -0000	1.2
+++ pglinux-2.2.2.ebuild	26 Dec 2012 02:09:42 -0000	1.3
@@ -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.2.2.ebuild,v 1.2 2012/12/22 10:59:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild,v 1.3 2012/12/26 02:09:42 jdhore Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://sourceforge/peerguardian/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE="cron dbus logrotate networkmanager qt4 zlib"
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/pglinux: ChangeLog pglinux-2.2.2.ebuild
@ 2013-05-03 16:43 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-03 16:43 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/03 16:43:51

  Modified:             ChangeLog pglinux-2.2.2.ebuild
  Log:
  ensure that empty pgl specific dirs are not removed by PM
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.14                 net-firewall/pglinux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Mar 2013 22:50:17 -0000	1.13
+++ ChangeLog	3 May 2013 16:43:51 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/pglinux
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.13 2013/03/02 22:50:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.14 2013/05/03 16:43:51 hasufell Exp $
+
+  03 May 2013; Julian Ospald <hasufell@gentoo.org> pglinux-2.2.2.ebuild:
+  ensure that empty pgl specific dirs are not removed by PM
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
   pglinux-2.2.1_p20120711.ebuild, pglinux-2.2.2.ebuild:



1.5                  net-firewall/pglinux/pglinux-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild?r1=1.4&r2=1.5

Index: pglinux-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pglinux-2.2.2.ebuild	2 Mar 2013 22:50:17 -0000	1.4
+++ pglinux-2.2.2.ebuild	3 May 2013 16:43:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild,v 1.4 2013/03/02 22:50:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.2.2.ebuild,v 1.5 2013/05/03 16:43:51 hasufell Exp $
 
 EAPI=4
 
@@ -76,6 +76,12 @@
 		$(use_with qt4)
 }
 
+src_install() {
+	default
+	keepdir /var/{lib,log,spool}/pgl
+	rm -rf "${ED}"/tmp
+}
+
 pkg_preinst() {
 	gnome2_icon_savelist
 }





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-03 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26  2:09 [gentoo-commits] gentoo-x86 commit in net-firewall/pglinux: ChangeLog pglinux-2.2.2.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-03 16:43 Julian Ospald (hasufell)
2012-11-25 13:16 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox