Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354869 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +7 lines)
Line  Link Here
0
-- /opt/portage/mail-filter/sqlgrey/sqlgrey-1.7.6-r1.ebuild    2016-03-13 13:32:40.000000000 +0100
0
++ /opt/local/portage/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild 2016-05-10 18:42:19.615932075 +0200
Lines 1-11 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild,v 1.6 2012/06/05 00:08:32 zmedico Exp $
4
inherit eutils systemd user
4
inherit eutils user
5
DESCRIPTION="SQLgrey is a postfix policy service implementing a grey-listing policy"
5
DESCRIPTION="SQLgrey is a postfix policy service implementing a grey-listing policy"
6
SRC_URI="mirror://sourceforge/sqlgrey/${P}.tar.bz2"
6
SRC_URI="mirror://sourceforge/sqlgrey/${P}.tar.gz"
7
HOMEPAGE="http://sqlgrey.sourceforge.net/"
7
HOMEPAGE="http://sqlgrey.sourceforge.net/"
8
LICENSE="GPL-2"
8
LICENSE="GPL-2"
9
SLOT="0"
9
SLOT="0"
Lines 21-27 Link Here
21
       !postgres? ( !mysql? ( !sqlite? ( dev-perl/DBD-Pg ) ) )"
21
       !postgres? ( !mysql? ( !sqlite? ( dev-perl/DBD-Pg ) ) )"
22
DEPEND="$RDEPEND
22
DEPEND="$RDEPEND
23
       sys-apps/sed"
23
       sys-apps/sed"
24
KEYWORDS="amd64 ~arm ~sparc x86"
24
KEYWORDS="~amd64 ~arm ~sparc ~x86"
25
pkg_setup() {
25
pkg_setup() {
26
       enewgroup sqlgrey
26
       enewgroup sqlgrey
Lines 30-47 Link Here
30
src_unpack() {
30
src_unpack() {
31
       unpack ${A}
31
       unpack ${A}
32
       epatch "${FILESDIR}/${P}-init.patch"
33
}
32
}
34
src_install () {
33
src_install () {
34
35
       make gentoo-install ROOTDIR="${D}"
35
       make gentoo-install ROOTDIR="${D}"
36
       dodoc HOWTO FAQ README README.OPTINOUT README.PERF TODO Changelog
36
       dodoc HOWTO FAQ README README.OPTINOUT README.PERF TODO Changelog
37
       # keeps SQLgrey data in /var/spool/sqlgrey
37
       # keeps SQLgrey data in /var/spool/sqlgrey
38
       diropts -m0775 -o sqlgrey -g sqlgrey
38
       diropts -m0775 -o sqlgrey -g sqlgrey
39
       keepdir /var/spool/sqlgrey
39
       keepdir /var/spool/sqlgrey
40
41
       systemd_dounit "${FILESDIR}/${PN}.service"
42
}
40
}
43
pkg_postinst() {
41
pkg_postinst() {

Return to bug 354869