* [gentoo-commits] repo/gentoo:master commit in: net-print/pykota/
@ 2015-10-03 6:33 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2015-10-03 6:33 UTC (permalink / raw
To: gentoo-commits
commit: cbb02afa6eb21a908f1e0b27720f27532601149c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 06:33:33 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 06:33:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb02afa
net-print/pykota: Fix dev-python/pysnmp dependency.
Package-Manager: portage-2.2.22
net-print/pykota/pykota-1.26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-print/pykota/pykota-1.26.ebuild b/net-print/pykota/pykota-1.26.ebuild
index f588266..7b7d5d5 100644
--- a/net-print/pykota/pykota-1.26.ebuild
+++ b/net-print/pykota/pykota-1.26.ebuild
@@ -25,7 +25,7 @@ DEPEND="dev-lang/python
ldap? ( dev-python/python-ldap )
mysql? ( dev-python/mysql-python )
postgres? ( dev-db/postgresql[server] dev-python/pygresql )
- snmp? ( net-analyzer/net-snmp =dev-python/pysnmp-3.4* )
+ snmp? ( net-analyzer/net-snmp dev-python/pysnmp )
xml? ( dev-python/jaxml )"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/pykota/
@ 2017-02-17 17:57 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-17 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 81fcde7c44f0a1d9bd2bfabc4ad9bab1cb244a69
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 17:56:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 17:57:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fcde7c
net-print/pykota: distutils-r1, EAPI=6
net-print/pykota/pykota-1.26-r1.ebuild | 63 +++++++++++++++++++++++++++++
net-print/pykota/pykota-1.26.ebuild | 72 ----------------------------------
2 files changed, 63 insertions(+), 72 deletions(-)
diff --git a/net-print/pykota/pykota-1.26-r1.ebuild b/net-print/pykota/pykota-1.26-r1.ebuild
new file mode 100644
index 0000000000..e7f3b12d65
--- /dev/null
+++ b/net-print/pykota/pykota-1.26-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='sqlite?'
+
+inherit distutils-r1
+
+DESCRIPTION="Flexible print quota and accounting package for use with CUPS and lpd"
+HOMEPAGE="http://www.pykota.com"
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ldap mysql postgres snmp sqlite xml"
+
+RDEPEND="
+ dev-python/egenix-mx-base[${PYTHON_USEDEP}]
+ net-print/pkpgcounter[${PYTHON_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/pkipplib[${PYTHON_USEDEP}]
+ ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+ mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+ postgres? ( dev-db/postgresql[server] dev-python/pygresql[${PYTHON_USEDEP}] )
+ snmp? ( net-analyzer/net-snmp dev-python/pysnmp[${PYTHON_USEDEP}] )
+ xml? ( dev-python/jaxml[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+ sed -i -e 's:from pysqlite2 import dbapi2:import sqlite3:' \
+ pykota/storages/sqlitestorage.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+ local DOCS=()
+
+ distutils-r1_python_install_all
+
+ dodir /etc/${PN}
+ # cups backend ----------------------------------------------
+
+ dodir "$(cups-config --serverbin)/backend"
+ dosym "${EPREFIX}"/usr/share/pykota/cupspykota \
+ "$(cups-config --serverbin)/backend/cupspykota"
+
+ # extra docs: inits -----------------------------------------
+
+ init_dir="/usr/share/doc/${PF}/initscripts"
+ insinto "${init_dir}"
+ doins -r initscripts/*
+
+ # Fixes permissions for bug 155865
+ fperms 0700 /usr/share/pykota/cupspykota || die
+
+ rm "${ED%/}"/usr/share/doc/${PN}/{LICENSE,COPYING} || die
+ mv "${ED%/}"/usr/share/doc/{${PN},${PF}} || die
+}
diff --git a/net-print/pykota/pykota-1.26.ebuild b/net-print/pykota/pykota-1.26.ebuild
deleted file mode 100644
index 7b7d5d51e7..0000000000
--- a/net-print/pykota/pykota-1.26.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH='sqlite?'
-
-inherit distutils
-
-DESCRIPTION="Flexible print quota and accounting package for use with CUPS and lpd"
-HOMEPAGE="http://www.pykota.com"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ldap mysql postgres snmp sqlite xml"
-
-DEPEND="dev-lang/python
- dev-python/egenix-mx-base
- net-print/pkpgcounter
- dev-python/chardet
- dev-python/pkipplib
- ldap? ( dev-python/python-ldap )
- mysql? ( dev-python/mysql-python )
- postgres? ( dev-db/postgresql[server] dev-python/pygresql )
- snmp? ( net-analyzer/net-snmp dev-python/pysnmp )
- xml? ( dev-python/jaxml )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}"
-
-DOCS="README TODO SECURITY CREDITS FAQ"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- distutils_src_prepare
-
- sed -i -e 's:from pysqlite2 import dbapi2:import sqlite3:' \
- pykota/storages/sqlitestorage.py || die
-}
-
-src_install() {
- dodir /etc/${PN} || die
- distutils_src_install
-
- # cups backend ----------------------------------------------
-
- dodir $(cups-config --serverbin)/backend || die
- dosym /usr/share/pykota/cupspykota $(cups-config --serverbin)/backend/cupspykota || die
-
- # extra docs: inits -----------------------------------------
-
- init_dir="/usr/share/doc/${PF}/initscripts"
- insinto "${init_dir}"
- doins -r initscripts/* || die
-
- # Fixes permissions for bug 155865
- chmod 700 "${D}"/usr/share/pykota/cupspykota
-
- for doc in ${DOCS}; do
- rm "${D}"/usr/share/doc/${PN}/${doc} || die
- done
- rm "${D}"/usr/share/doc/${PN}/{LICENSE,COPYING} || die
- mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}/ || die
- rmdir "${D}"/usr/share/doc/${PN} || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/pykota/
@ 2017-02-17 17:57 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-17 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 4d4b23e4cb443e66762c82b7fa892be11b064540
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 17:56:31 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 17:57:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4b23e4
net-print/pykota: add cups DEP, #563402
net-print/pykota/pykota-1.26-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-print/pykota/pykota-1.26-r1.ebuild b/net-print/pykota/pykota-1.26-r1.ebuild
index e7f3b12d65..ee9cb311df 100644
--- a/net-print/pykota/pykota-1.26-r1.ebuild
+++ b/net-print/pykota/pykota-1.26-r1.ebuild
@@ -28,7 +28,9 @@ RDEPEND="
postgres? ( dev-db/postgresql[server] dev-python/pygresql[${PYTHON_USEDEP}] )
snmp? ( net-analyzer/net-snmp dev-python/pysnmp[${PYTHON_USEDEP}] )
xml? ( dev-python/jaxml[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
+# CUPS required because of cups-config call, #563402
+DEPEND="${RDEPEND}
+ net-print/cups"
python_prepare_all() {
sed -i -e 's:from pysqlite2 import dbapi2:import sqlite3:' \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/pykota/
@ 2020-01-04 8:56 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2020-01-04 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 4edc1efa00f307d39680428e3cef61f53fe2cce9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 08:56:31 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 08:56:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edc1efa
net-print/pykota: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-print/pykota/Manifest | 1 -
net-print/pykota/metadata.xml | 16 ---------
net-print/pykota/pykota-1.26-r1.ebuild | 64 ----------------------------------
3 files changed, 81 deletions(-)
diff --git a/net-print/pykota/Manifest b/net-print/pykota/Manifest
deleted file mode 100644
index 640864f9a5b..00000000000
--- a/net-print/pykota/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pykota-1.26.tar.xz 1377656 BLAKE2B f39998a072ddf273a63a1b412f5d03d6a5d2095faf7facce8b7552ab456a57916cdeefda737e3d7323ff44e28c782aeefe2f6706a58dd3a781d2ff4c704c820e SHA512 b6b0b274a52b031837ff3ad267dcfd84e0292bf0210b46f09ed84d19c83e586297b4e0667f3338aa50cf9db13e750723c5d12868f5bfeb2079c343208cd72c1c
diff --git a/net-print/pykota/metadata.xml b/net-print/pykota/metadata.xml
deleted file mode 100644
index a6df06de99c..00000000000
--- a/net-print/pykota/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <maintainer type="project">
- <email>printing@gentoo.org</email>
- <name>Gentoo Printing Project</name>
- </maintainer>
- <longdescription lang="en">
- PyKota is a complete GPLed Print Quota and Accounting Software Solution
- for the Common UNIX Printing System (CUPS).
- </longdescription>
-</pkgmetadata>
diff --git a/net-print/pykota/pykota-1.26-r1.ebuild b/net-print/pykota/pykota-1.26-r1.ebuild
deleted file mode 100644
index ccab1c34b78..00000000000
--- a/net-print/pykota/pykota-1.26-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='sqlite?'
-
-inherit distutils-r1
-
-DESCRIPTION="Flexible print quota and accounting package for use with CUPS and lpd"
-HOMEPAGE="http://www.pykota.com"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ldap mysql postgres snmp sqlite xml"
-
-RDEPEND="
- dev-python/egenix-mx-base[${PYTHON_USEDEP}]
- net-print/pkpgcounter[${PYTHON_USEDEP}]
- dev-python/chardet[${PYTHON_USEDEP}]
- dev-python/pkipplib[${PYTHON_USEDEP}]
- ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
- mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
- postgres? ( dev-db/postgresql[server] dev-python/pygresql[${PYTHON_USEDEP}] )
- snmp? ( net-analyzer/net-snmp dev-python/pysnmp[${PYTHON_USEDEP}] )
- xml? ( dev-python/jaxml[${PYTHON_USEDEP}] )"
-# CUPS required because of cups-config call, #563402
-DEPEND="${RDEPEND}
- net-print/cups"
-
-python_prepare_all() {
- sed -i -e 's:from pysqlite2 import dbapi2:import sqlite3:' \
- pykota/storages/sqlitestorage.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- local DOCS=()
-
- distutils-r1_python_install_all
-
- dodir /etc/${PN}
- # cups backend ----------------------------------------------
-
- dodir "$(cups-config --serverbin)/backend"
- dosym "${EPREFIX}"/usr/share/pykota/cupspykota \
- "$(cups-config --serverbin)/backend/cupspykota"
-
- # extra docs: inits -----------------------------------------
-
- init_dir="/usr/share/doc/${PF}/initscripts"
- insinto "${init_dir}"
- doins -r initscripts/*
-
- # Fixes permissions for bug 155865
- fperms 0700 /usr/share/pykota/cupspykota
-
- rm "${ED%/}"/usr/share/doc/${PN}/{LICENSE,COPYING} || die
- mv "${ED%/}"/usr/share/doc/{${PN},${PF}} || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-01-04 8:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-04 8:56 [gentoo-commits] repo/gentoo:master commit in: net-print/pykota/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2017-02-17 17:57 Michał Górny
2017-02-17 17:57 Michał Górny
2015-10-03 6:33 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox