summaryrefslogtreecommitdiff
path: root/dev-python/pymilter-python2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-31 17:22:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-31 17:22:00 +0000
commit0b2cc5b601d59959a241af1cef4b0926f0833020 (patch)
treea6fcbc71c3c58ddf0522ceb47ae7a83166f04b52 /dev-python/pymilter-python2
parent865e7c7d85735ed07592f402d89b7569a6685387 (diff)
downloadbaldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.tar.gz
baldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.tar.xz
baldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.zip
Updating liguros repo
Diffstat (limited to 'dev-python/pymilter-python2')
-rw-r--r--dev-python/pymilter-python2/ChangeLog10
-rw-r--r--dev-python/pymilter-python2/Manifest1
-rw-r--r--dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild37
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/pymilter-python2/ChangeLog b/dev-python/pymilter-python2/ChangeLog
deleted file mode 100644
index 85c8bb179805..000000000000
--- a/dev-python/pymilter-python2/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-python/pymilter
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*pymilter-0.9.3 (20 May 2010)
-
- 20 May 2010; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
- +pymilter-0.9.3.ebuild:
- Bump version.
-
diff --git a/dev-python/pymilter-python2/Manifest b/dev-python/pymilter-python2/Manifest
deleted file mode 100644
index 1394e2f90b52..000000000000
--- a/dev-python/pymilter-python2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymilter-0.9.3.tar.gz 96362 BLAKE2B fbe5805277434e0bdaf875f9761c36bd460f6304d53d82843ae9245723b2c6c58bd14bfd117c4404650ac9dcb84190a2e400632b112655c0c14f73156dc25a68 SHA512 e43d28ffe6bf73aea8ad712e7aa9b2f5c75e322fab30c3a4da441323c32263c384e2f1205fc440ba8b119c52b83e6aba0c9d8fd5291cb57a20d07c904442955f
diff --git a/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild b/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild
deleted file mode 100644
index 3a9b932d205c..000000000000
--- a/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} )
-PYTHON_REQ_USE="threads(+)"
-MY_PN=pymilter
-MY_P=$MY_PN-$PV
-
-DISTUTILS_USE_SETUPTOOLS=manual
-inherit distutils-r1
-
-SRC_URI="http://downloads.sourceforge.net/project/${MY_PN}/${MY_PN}/${MY_P}/${MY_P}.tar.gz"
-
-DESCRIPTION="The package of Python milters that wraps the C libmilter library."
-HOMEPAGE="https://spidey2.bmsi.com/pymilter/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND="
- !dev-python/pymilter[python_targets_python2_7]
- mail-filter/libmilter"
-RDEPEND="${DEPEND}
- dev-python/setuptools-python2[${PYTHON_USEDEP}]
-"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_install_all() {
- distutils-r1_python_install_all
- rm -r ${D}/usr/share
-}