* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclamav/
@ 2015-09-19 15:56 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2015-09-19 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 17baa0b7db6ad32a9a709a44a521bb98b82a59a4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:55:49 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:55:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17baa0b7
dev-python/pyclamav: amd64 stable wrt bug #559296
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
index 79a2834..1f1f75d 100644
--- a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
+++ b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.90"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclamav/
@ 2015-09-20 10:15 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-20 10:15 UTC (permalink / raw
To: gentoo-commits
commit: e77d186a85366440d2543283dfec53caf540b2ed
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:12:26 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:12:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77d186a
dev-python/pyclamav: Drop old
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pyclamav/metadata.xml | 2 +-
dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild | 36 ----------------------------
2 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/dev-python/pyclamav/metadata.xml b/dev-python/pyclamav/metadata.xml
index de483c5..301d220 100644
--- a/dev-python/pyclamav/metadata.xml
+++ b/dev-python/pyclamav/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
+ <herd>python</herd>
</pkgmetadata>
diff --git a/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild b/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild
deleted file mode 100644
index 1e86ef9..0000000
--- a/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-
-inherit distutils eutils
-
-DESCRIPTION="Python binding for libclamav"
-HOMEPAGE="http://xael.org/norman/python/pyclamav/ https://pypi.python.org/pypi/pyclamav"
-SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=app-antivirus/clamav-0.90"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- distutils_src_prepare
-
- # Patch from Debian to build w/ >=clamav-0.95
- epatch "${FILESDIR}/${P}-clamav-0.95.patch"
-}
-
-src_install() {
- distutils_src_install
-
- insinto /usr/share/doc/${PF}
- doins example.py
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclamav/
@ 2018-03-17 10:51 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-03-17 10:51 UTC (permalink / raw
To: gentoo-commits
commit: d7c55216a4a584fc5f1585d51729091e2859021e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 08:52:28 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 10:50:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c55216
dev-python/pyclamav: use HTTPS
dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
index 132b162b653..482de297cd0 100644
--- a/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
+++ b/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,8 +8,9 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python binding for libclamav"
-HOMEPAGE="http://xael.org/norman/python/pyclamav/ https://pypi.python.org/pypi/pyclamav"
-SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
+HOMEPAGE="https://xael.org/norman/python/pyclamav/
+ https://pypi.python.org/pypi/pyclamav"
+SRC_URI="https://xael.org/norman/python/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-17 10:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-19 15:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclamav/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2015-09-20 10:15 Justin Lecher
2018-03-17 10:51 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox