public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/
@ 2013-08-25 13:37 Wolfram Schlich
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Schlich @ 2013-08-25 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     79752a83f2e9055c8d117257063c565ae9113f2f
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 13:36:30 2013 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 13:36:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/wschlich.git;a=commit;h=79752a83

added clamav version dependency

Package-Manager: portage-2.2.1

---
 app-antivirus/skyldav/ChangeLog                    |  6 ++
 app-antivirus/skyldav/Manifest                     |  1 +
 .../skyldav/skyldav-0.2_rc3_p20130825.ebuild       | 73 ++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/app-antivirus/skyldav/ChangeLog b/app-antivirus/skyldav/ChangeLog
index 4ccb67e..4def468 100644
--- a/app-antivirus/skyldav/ChangeLog
+++ b/app-antivirus/skyldav/ChangeLog
@@ -1,3 +1,9 @@
+*skyldav-0.2_rc3_p20130825 (25 Aug 2013)
+
+  25 Aug 2013; Wolfram Schlich <wschlich@gentoo.org>
+  +skyldav-0.2_rc3_p20130825.ebuild:
+  added clamav version dependency
+
   24 Aug 2013; Wolfram Schlich <wschlich@gentoo.org>
   -files/skyldav-0.2_rc3-conf.patch, -files/skyldav-0.2_rc3-examples.patch,
   -files/skyldav-0.2_rc3-openlog.patch,

diff --git a/app-antivirus/skyldav/Manifest b/app-antivirus/skyldav/Manifest
index f8d39dc..bcbfd85 100644
--- a/app-antivirus/skyldav/Manifest
+++ b/app-antivirus/skyldav/Manifest
@@ -1 +1,2 @@
+DIST skyldav-0.2_rc3_p20130825.tar.gz 101683 SHA256 290dcc7abba2f6da000f0910ef44f3672ca09a304f4702631ba487f359386894 SHA512 cf1537c81ebce00b19d057fa87bc4074413469a132e69b5d568a34f381dd1ff646efb620f117eab7201b0bf57c850f90f380bde6f93e9c4b32127dafa6387717 WHIRLPOOL 9d811f9e8668cbf796ae7ecf7d33fbb2b79ab1c9eb96d4c91bb0523076b8376bcfabba9ada44814235b048cd4f948562acdcc5c52b4c439a589d7aefd1754bd1
 DIST skyldav-0.2rc3_p20130824.tar.gz 100909 SHA256 580729fd196fbdc8bea151e1aac31f5870d803601fd3da96c4092ce7613ad0c1 SHA512 eacbeead5b097cffb2587375ee63e14163cbd6e0fe7a21bf1ef8947e630bab28dbfe0f51ec2ba3d646533514e0f4b9d4d1b10137315d72c9aebdb4c4e72b1ebe WHIRLPOOL 35c608f1c30710e7f32f72d30664d91f9c2d007e69c03a183fe3ec5747f7acd623daa3ee8e9630dd03f8325bae74ad56bad233e4251da10408ec9a4b385de44b

diff --git a/app-antivirus/skyldav/skyldav-0.2_rc3_p20130825.ebuild b/app-antivirus/skyldav/skyldav-0.2_rc3_p20130825.ebuild
new file mode 100644
index 0000000..9932b97
--- /dev/null
+++ b/app-antivirus/skyldav/skyldav-0.2_rc3_p20130825.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit flag-o-matic linux-info linux-mod autotools-utils
+
+DESCRIPTION="Skyld AV: on-access scanning daemon for ClamAV using fanotify"
+HOMEPAGE="http://xypron.github.io/skyldav/"
+
+## github release tarball
+#MY_PV=${PV/_rc/rc}
+#MY_P="${PN}-${MY_PV}"
+#SRC_URI="https://github.com/xypron/skyldav/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+
+## selfmade tarball
+#MY_PVR=${PVR/_rc/rc}
+#MY_P="${PN}-${MY_PVR}"
+#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz"
+
+## github commit tarball
+MY_GIT_COMMIT="3d875c4e361cba43a16d6e564f7b7461ffb5beab"
+MY_P="xypron-${PN}-${MY_GIT_COMMIT:0:7}"
+SRC_URI="https://github.com/xypron/${PN}/tarball/${MY_GIT_COMMIT} -> ${PF}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="libnotify"
+
+RDEPEND=">=app-antivirus/clamav-0.97.8
+	sys-apps/util-linux
+	sys-libs/libcap
+	libnotify? (
+		media-libs/libcanberra[gtk]
+		x11-libs/libnotify
+		x11-libs/gtk+:2
+	)"
+DEPEND="${RDEPEND}
+	sys-devel/autoconf-archive"
+
+## autotools-utils.eclass settings
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS NEWS README )
+PATCHES=(
+	"${FILESDIR}/${PN}-0.2_rc3_p20130824-conf.patch"
+	"${FILESDIR}/${PN}-0.2_rc3_p20130821-examples.patch"
+	"${FILESDIR}/${PN}-0.2_rc3-sbin.patch"
+)
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is ge 3 8 0 || die "Linux 3.8.0 or newer recommended"
+	CONFIG_CHECK="FANOTIFY FANOTIFY_ACCESS_PERMISSIONS"
+	check_extra_config
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with libnotify notification)
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

* [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/
@ 2013-09-03  9:36 Wolfram Schlich
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Schlich @ 2013-09-03  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     88a81f12dcda3b1deb01580e4b8dd63484955bd1
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 09:35:54 2013 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 09:35:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/wschlich.git;a=commit;h=88a81f12

version bump

Package-Manager: portage-2.2.1

---
 app-antivirus/skyldav/ChangeLog                    |  6 ++
 app-antivirus/skyldav/Manifest                     |  1 +
 .../skyldav/skyldav-0.2_rc4_p20130829.ebuild       | 74 ++++++++++++++++++++++
 3 files changed, 81 insertions(+)

diff --git a/app-antivirus/skyldav/ChangeLog b/app-antivirus/skyldav/ChangeLog
index 89e6bdf..7c4eeef 100644
--- a/app-antivirus/skyldav/ChangeLog
+++ b/app-antivirus/skyldav/ChangeLog
@@ -1,3 +1,9 @@
+*skyldav-0.2_rc4_p20130829 (03 Sep 2013)
+
+  03 Sep 2013; Wolfram Schlich <wschlich@gentoo.org>
+  +skyldav-0.2_rc4_p20130829.ebuild:
+  version bump
+
 *skyldav-0.2_rc4 (25 Aug 2013)
 
   25 Aug 2013; Wolfram Schlich <wschlich@gentoo.org>

diff --git a/app-antivirus/skyldav/Manifest b/app-antivirus/skyldav/Manifest
index ce75daa..aa9fa6f 100644
--- a/app-antivirus/skyldav/Manifest
+++ b/app-antivirus/skyldav/Manifest
@@ -1 +1,2 @@
+DIST skyldav-0.2_rc4_p20130829.tar.gz 104425 SHA256 f05e198553ff4deb60a06b4d3166bccf1099e2fcd86a180f74f9ee7069b7cdef SHA512 0961b068acb693f3225fbd0d58e29bc3346474ea05b0c513bafe12f16a8ddbe6ca6f97d833046b927cff346d4b9a64c213d4bca3199816dbfd8a63213b009a63 WHIRLPOOL 88a721d403d0f23c380b46b8b577f34434e028c63df931eb14ba27820cbd5ab953e35148bc16d2e4e6177884e9615a268a08455323c8703e867babb1f231c463
 DIST skyldav-0.2rc4.tar.gz 102690 SHA256 9752520ca4b50ee181541b4decddffacd17c192bcf059e5d89d5de5485747bc3 SHA512 ed62c459907afed619df362f08b2eb565cef70b2c10f1da7f64d72a0ee2767f776387b38b50c3729eaca33ac640b827bdd1cb02f117778944c512d8902f40858 WHIRLPOOL 90cae16a26122df1db9c4d0c4ba13fa5939febdbc2d2e61ed5a0755234f3fe2ec055bcd138c7f2fd9c2ad1827b0aa3789117d755c5100c1ba1e7f5863a004e09

diff --git a/app-antivirus/skyldav/skyldav-0.2_rc4_p20130829.ebuild b/app-antivirus/skyldav/skyldav-0.2_rc4_p20130829.ebuild
new file mode 100644
index 0000000..e3dce21
--- /dev/null
+++ b/app-antivirus/skyldav/skyldav-0.2_rc4_p20130829.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit flag-o-matic linux-info linux-mod autotools-utils
+
+DESCRIPTION="Skyld AV: on-access scanning daemon for ClamAV using fanotify"
+HOMEPAGE="http://xypron.github.io/skyldav/"
+
+## github release tarball
+#MY_PV=${PV/_rc/rc}
+#MY_P="${PN}-${MY_PV}"
+#SRC_URI="https://github.com/xypron/skyldav/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+
+## selfmade tarball
+#MY_PVR=${PVR/_rc/rc}
+#MY_P="${PN}-${MY_PVR}"
+#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz"
+
+## github commit tarball
+MY_GIT_COMMIT="49bdb5e710b5a77c38ceb87da6015afb7009f1f9"
+MY_P="xypron-${PN}-${MY_GIT_COMMIT:0:7}"
+SRC_URI="https://github.com/xypron/${PN}/tarball/${MY_GIT_COMMIT} -> ${PF}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="libnotify"
+
+RDEPEND=">=app-antivirus/clamav-0.97.8
+	sys-apps/util-linux
+	sys-libs/libcap
+	libnotify? (
+		media-libs/libcanberra[gtk]
+		x11-libs/libnotify
+		x11-libs/gtk+:2
+	)"
+DEPEND="${RDEPEND}
+	sys-devel/autoconf-archive"
+
+## autotools-utils.eclass settings
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS NEWS README )
+PATCHES=(
+	"${FILESDIR}/${PN}-0.2_rc4-more-syslog-messages.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-conf.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-examples.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-sbin.patch"
+)
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is ge 3 8 0 || die "Linux 3.8.0 or newer recommended"
+	CONFIG_CHECK="FANOTIFY FANOTIFY_ACCESS_PERMISSIONS"
+	check_extra_config
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with libnotify notification)
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

* [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/
@ 2013-09-13 21:17 Wolfram Schlich
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Schlich @ 2013-09-13 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     be593bfe1846f0e6fa600d9d0a52aa47dc2496de
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 21:16:52 2013 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 21:16:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/wschlich.git;a=commit;h=be593bfe

version bump

Package-Manager: portage-2.2.3

---
 app-antivirus/skyldav/ChangeLog          |  5 +++
 app-antivirus/skyldav/Manifest           |  1 +
 app-antivirus/skyldav/skyldav-0.2.ebuild | 74 ++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/app-antivirus/skyldav/ChangeLog b/app-antivirus/skyldav/ChangeLog
index 7c4eeef..f045211 100644
--- a/app-antivirus/skyldav/ChangeLog
+++ b/app-antivirus/skyldav/ChangeLog
@@ -1,3 +1,8 @@
+*skyldav-0.2 (13 Sep 2013)
+
+  13 Sep 2013; Wolfram Schlich <wschlich@gentoo.org> +skyldav-0.2.ebuild:
+  version bump
+
 *skyldav-0.2_rc4_p20130829 (03 Sep 2013)
 
   03 Sep 2013; Wolfram Schlich <wschlich@gentoo.org>

diff --git a/app-antivirus/skyldav/Manifest b/app-antivirus/skyldav/Manifest
index aa9fa6f..bef8fec 100644
--- a/app-antivirus/skyldav/Manifest
+++ b/app-antivirus/skyldav/Manifest
@@ -1,2 +1,3 @@
+DIST skyldav-0.2.tar.gz 104415 SHA256 02c1b794c658fe9b6bfbdbf1d162cdb0f72872c7734f59ecbfc9fa5c7bd496ec SHA512 09d4bd99051c8a407ab005d8913c320c481afb44d32ffe8c573ecc0e63be6e632724e89672ff98b5baf4948fe5631c2ba9c8bb56aa84fa05b8ad0deb5ca4fd90 WHIRLPOOL e3e2cb9599c7fd2e55f11fa344bcab8da0ae93e1fe3887ca1a3336aaad178467d635fd13de36c48984602c247281d74bbfbf895fc14cacf0b80e5596bf37d0d2
 DIST skyldav-0.2_rc4_p20130829.tar.gz 104425 SHA256 f05e198553ff4deb60a06b4d3166bccf1099e2fcd86a180f74f9ee7069b7cdef SHA512 0961b068acb693f3225fbd0d58e29bc3346474ea05b0c513bafe12f16a8ddbe6ca6f97d833046b927cff346d4b9a64c213d4bca3199816dbfd8a63213b009a63 WHIRLPOOL 88a721d403d0f23c380b46b8b577f34434e028c63df931eb14ba27820cbd5ab953e35148bc16d2e4e6177884e9615a268a08455323c8703e867babb1f231c463
 DIST skyldav-0.2rc4.tar.gz 102690 SHA256 9752520ca4b50ee181541b4decddffacd17c192bcf059e5d89d5de5485747bc3 SHA512 ed62c459907afed619df362f08b2eb565cef70b2c10f1da7f64d72a0ee2767f776387b38b50c3729eaca33ac640b827bdd1cb02f117778944c512d8902f40858 WHIRLPOOL 90cae16a26122df1db9c4d0c4ba13fa5939febdbc2d2e61ed5a0755234f3fe2ec055bcd138c7f2fd9c2ad1827b0aa3789117d755c5100c1ba1e7f5863a004e09

diff --git a/app-antivirus/skyldav/skyldav-0.2.ebuild b/app-antivirus/skyldav/skyldav-0.2.ebuild
new file mode 100644
index 0000000..a7c78e3
--- /dev/null
+++ b/app-antivirus/skyldav/skyldav-0.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit flag-o-matic linux-info linux-mod autotools-utils
+
+DESCRIPTION="Skyld AV: on-access scanning daemon for ClamAV using fanotify"
+HOMEPAGE="http://xypron.github.io/skyldav/"
+
+## github release tarball
+MY_PV=${PV/_rc/rc}
+MY_P="${PN}-${MY_PV}"
+SRC_URI="https://github.com/xypron/skyldav/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+
+## selfmade tarball
+#MY_PVR=${PVR/_rc/rc}
+#MY_P="${PN}-${MY_PVR}"
+#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz"
+
+## github commit tarball
+#MY_GIT_COMMIT="49bdb5e710b5a77c38ceb87da6015afb7009f1f9"
+#MY_P="xypron-${PN}-${MY_GIT_COMMIT:0:7}"
+#SRC_URI="https://github.com/xypron/${PN}/tarball/${MY_GIT_COMMIT} -> ${PF}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="libnotify"
+
+RDEPEND=">=app-antivirus/clamav-0.97.8
+	sys-apps/util-linux
+	sys-libs/libcap
+	libnotify? (
+		media-libs/libcanberra[gtk]
+		x11-libs/libnotify
+		x11-libs/gtk+:2
+	)"
+DEPEND="${RDEPEND}
+	sys-devel/autoconf-archive"
+
+## autotools-utils.eclass settings
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS NEWS README )
+PATCHES=(
+	"${FILESDIR}/${PN}-0.2_rc4-more-syslog-messages.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-conf.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-examples.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-sbin.patch"
+)
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is ge 3 8 0 || die "Linux 3.8.0 or newer recommended"
+	CONFIG_CHECK="FANOTIFY FANOTIFY_ACCESS_PERMISSIONS"
+	check_extra_config
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with libnotify notification)
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

* [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/
@ 2014-05-01 10:55 Wolfram Schlich
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Schlich @ 2014-05-01 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0b4faa89c858ca7c0dc53bdcc01aed5707f609be
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 20:12:58 2014 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 20:12:58 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/wschlich.git;a=commit;h=0b4faa89

fix typo

Package-Manager: portage-2.2.10

---
 app-antivirus/skyldav/ChangeLog    | 3 +++
 app-antivirus/skyldav/metadata.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-antivirus/skyldav/ChangeLog b/app-antivirus/skyldav/ChangeLog
index ef2d7f9..e0f5996 100644
--- a/app-antivirus/skyldav/ChangeLog
+++ b/app-antivirus/skyldav/ChangeLog
@@ -1,3 +1,6 @@
+  26 Apr 2014; Wolfram Schlich <wschlich@gentoo.org> metadata.xml:
+  fix typo
+
 *skyldav-0.4 (30 Mar 2014)
 
   30 Mar 2014; Wolfram Schlich <wschlich@gentoo.org>

diff --git a/app-antivirus/skyldav/metadata.xml b/app-antivirus/skyldav/metadata.xml
index f6da4d5..80153a2 100644
--- a/app-antivirus/skyldav/metadata.xml
+++ b/app-antivirus/skyldav/metadata.xml
@@ -4,7 +4,7 @@
   <maintainer>
     <email>wschlich@gentoo.org</email>
     <name>Wolfram Schlich</name>
-    <description>Primary mainainer</description>
+    <description>Primary maintainer</description>
   </maintainer>
   <upstream>
     <remote-id type="github">xypron/skyldav</remote-id>


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

* [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/
@ 2014-11-06 11:43 Wolfram Schlich
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Schlich @ 2014-11-06 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0f098ab53ed5d90b466d7284452618252cf66879
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  6 11:42:23 2014 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Thu Nov  6 11:42:23 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/wschlich.git;a=commit;h=0f098ab5

patch bump

Package-Manager: portage-2.2.14

---
 app-antivirus/skyldav/ChangeLog                    |  6 ++
 app-antivirus/skyldav/Manifest                     |  1 +
 app-antivirus/skyldav/skyldav-0.4_p20141106.ebuild | 73 ++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/app-antivirus/skyldav/ChangeLog b/app-antivirus/skyldav/ChangeLog
index e0f5996..30b2cb8 100644
--- a/app-antivirus/skyldav/ChangeLog
+++ b/app-antivirus/skyldav/ChangeLog
@@ -1,3 +1,9 @@
+*skyldav-0.4_p20141106 (06 Nov 2014)
+
+  06 Nov 2014; Wolfram Schlich <wschlich@gentoo.org>
+  +skyldav-0.4_p20141106.ebuild:
+  patch bump
+
   26 Apr 2014; Wolfram Schlich <wschlich@gentoo.org> metadata.xml:
   fix typo
 

diff --git a/app-antivirus/skyldav/Manifest b/app-antivirus/skyldav/Manifest
index b13d6ae..3ed79e5 100644
--- a/app-antivirus/skyldav/Manifest
+++ b/app-antivirus/skyldav/Manifest
@@ -2,3 +2,4 @@ DIST skyldav-0.2.tar.gz 104415 SHA256 02c1b794c658fe9b6bfbdbf1d162cdb0f72872c773
 DIST skyldav-0.2_rc4_p20130829.tar.gz 104425 SHA256 f05e198553ff4deb60a06b4d3166bccf1099e2fcd86a180f74f9ee7069b7cdef SHA512 0961b068acb693f3225fbd0d58e29bc3346474ea05b0c513bafe12f16a8ddbe6ca6f97d833046b927cff346d4b9a64c213d4bca3199816dbfd8a63213b009a63 WHIRLPOOL 88a721d403d0f23c380b46b8b577f34434e028c63df931eb14ba27820cbd5ab953e35148bc16d2e4e6177884e9615a268a08455323c8703e867babb1f231c463
 DIST skyldav-0.2rc4.tar.gz 102690 SHA256 9752520ca4b50ee181541b4decddffacd17c192bcf059e5d89d5de5485747bc3 SHA512 ed62c459907afed619df362f08b2eb565cef70b2c10f1da7f64d72a0ee2767f776387b38b50c3729eaca33ac640b827bdd1cb02f117778944c512d8902f40858 WHIRLPOOL 90cae16a26122df1db9c4d0c4ba13fa5939febdbc2d2e61ed5a0755234f3fe2ec055bcd138c7f2fd9c2ad1827b0aa3789117d755c5100c1ba1e7f5863a004e09
 DIST skyldav-0.4.tar.gz 105352 SHA256 677f743db5810fd367a06ebb2591f20f6af4dd3fdc9d2bcf038d3576c598beec SHA512 4a98d2d87541b044eeb233e154a6dcbc0da0ed2cba3a38bb89cfb3e27bdea2ae4ee7edf363f6f5b1d3978d042e5a31cac1e04353fecedb52c0053fb888fd144a WHIRLPOOL b7b9b29bac94a76ada5574b72798e2ad125ea0929b99e9efe8fcadcbefe7c430fb5e4d84120677f9c3fdc2531f3f6f23ad390893c37bb675c695f3b28eba5cd1
+DIST skyldav-0.4_p20141106.tar.gz 105400 SHA256 34920336c558e7b88b1c6f934453eb6a626b1de5c8adde2c42f7018168680a7d SHA512 8ae7a33459cbd2e1d3706f10058e6a13bae14e1a42628d3e3a3faeaeb56c72375c4e15c2b2ac5bbb6d9f43492cb9431603a9f0aea10aba75f2fbe53f10480d0c WHIRLPOOL bd76825f3acf8e3ceed854c70dd27194915241b2fb3568d2883d443ef630804155585bf93e772dd6fbbb7a339a456d36b6ebdd297342d72900715f41be036b6d

diff --git a/app-antivirus/skyldav/skyldav-0.4_p20141106.ebuild b/app-antivirus/skyldav/skyldav-0.4_p20141106.ebuild
new file mode 100644
index 0000000..eb988d6
--- /dev/null
+++ b/app-antivirus/skyldav/skyldav-0.4_p20141106.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit flag-o-matic linux-info linux-mod autotools-utils
+
+DESCRIPTION="Skyld AV: on-access scanning daemon for ClamAV using fanotify"
+HOMEPAGE="http://xypron.github.io/skyldav/"
+
+## github release tarball
+#MY_PV=${PV/_rc/rc}
+#MY_P="${PN}-${MY_PV}"
+#SRC_URI="https://github.com/xypron/skyldav/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+
+## selfmade tarball
+#MY_PVR=${PVR/_rc/rc}
+#MY_P="${PN}-${MY_PVR}"
+#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz"
+
+## github commit tarball
+MY_GIT_COMMIT="a54c2520d8b3eafa6b68c1c577586a78a0989362"
+MY_P="xypron-${PN}-${MY_GIT_COMMIT:0:7}"
+SRC_URI="https://github.com/xypron/${PN}/tarball/${MY_GIT_COMMIT} -> ${PF}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="libnotify"
+
+RDEPEND=">=app-antivirus/clamav-0.97.8
+	sys-apps/util-linux
+	sys-libs/libcap
+	libnotify? (
+		media-libs/libcanberra[gtk]
+		x11-libs/libnotify
+		x11-libs/gtk+:2
+	)"
+DEPEND="${RDEPEND}
+	sys-devel/autoconf-archive"
+
+## autotools-utils.eclass settings
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS NEWS README )
+PATCHES=(
+	"${FILESDIR}/${PN}-0.2_rc4-more-syslog-messages.patch"
+	"${FILESDIR}/${PN}-0.2_rc4-examples.patch"
+	"${FILESDIR}/${P%%_p*}-conf.patch"
+)
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is ge 3 8 0 || die "Linux 3.8.0 or newer recommended"
+	CONFIG_CHECK="FANOTIFY FANOTIFY_ACCESS_PERMISSIONS"
+	check_extra_config
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with libnotify notification)
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

end of thread, other threads:[~2014-11-06 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 21:17 [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/ Wolfram Schlich
  -- strict thread matches above, loose matches on Subject: below --
2014-11-06 11:43 Wolfram Schlich
2014-05-01 10:55 Wolfram Schlich
2013-09-03  9:36 Wolfram Schlich
2013-08-25 13:37 Wolfram Schlich

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