diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-21 15:10:29 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-21 15:10:29 +0000 |
commit | 65980eba602f6878f8f569fa22346811c0483acc (patch) | |
tree | 8db1d35977f2b0b295d13062982e62c13758df78 /net-firewall/pglinux | |
parent | sci-libs/libcmatrix: Version Bump (diff) | |
download | gentoo-2-65980eba602f6878f8f569fa22346811c0483acc.tar.gz gentoo-2-65980eba602f6878f8f569fa22346811c0483acc.tar.bz2 gentoo-2-65980eba602f6878f8f569fa22346811c0483acc.zip |
improve elog
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/pglinux')
-rw-r--r-- | net-firewall/pglinux/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild | 14 |
2 files changed, 16 insertions, 4 deletions
diff --git a/net-firewall/pglinux/ChangeLog b/net-firewall/pglinux/ChangeLog index fe6668768d41..d753ba785615 100644 --- a/net-firewall/pglinux/ChangeLog +++ b/net-firewall/pglinux/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2012/05/19 21:14:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/ChangeLog,v 1.4 2012/05/21 15:10:29 hasufell Exp $ + + 21 May 2012; Julian Ospald <hasufell@gentoo.org> + pglinux-2.1.3_p20120519.ebuild: + improve elog *pglinux-2.1.3_p20120519 (19 May 2012) diff --git a/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild b/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild index 8c61fed7a78f..a6dfca91b138 100644 --- a/net-firewall/pglinux/pglinux-2.1.3_p20120519.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_p20120519.ebuild,v 1.1 2012/05/19 21:14:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pglinux/pglinux-2.1.3_p20120519.ebuild,v 1.2 2012/05/21 15:10:29 hasufell Exp $ EAPI=4 @@ -64,6 +64,14 @@ src_configure() { pkg_postinst() { elog "optional dependencies:" - elog " p7zip (needed for blocklists packed as .7z)" - elog " unzip (needed for blocklists packed as .zip)" + 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.))" + if use qt4 ; then + elog "You need one of the following graphical su/sudo:" + elog " x11-misc/ktsuss" + elog " x11-libs/gksu" + elog " kde-base/kdesu" + fi } |