public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
@ 2015-09-26 17:28 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2015-09-26 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2a299cd48ccf3dbdb572172a90adb7bc56aa8969
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 17:27:50 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 17:28:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a299cd4

net-misc/pycnb: Fix permissions on files in ${S}

setuptools preserves these permissions when installing them.

Bug: https://bugs.gentoo.org/561546

Package-Manager: portage-2.2.21_p119

 net-misc/pycnb/{pycnb-0.0.4.ebuild => pycnb-0.0.4-r1.ebuild} | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-misc/pycnb/pycnb-0.0.4.ebuild b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
similarity index 80%
rename from net-misc/pycnb/pycnb-0.0.4.ebuild
rename to net-misc/pycnb/pycnb-0.0.4-r1.ebuild
index f363f1a..c6468e4 100644
--- a/net-misc/pycnb/pycnb-0.0.4.ebuild
+++ b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
@@ -20,3 +20,9 @@ DEPEND="dev-python/cement[${PYTHON_USEDEP}]
 	dev-python/twisted-web
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
+
+src_unpack() {
+	default
+	find ${P} -type d -exec chmod 0755 {} + || die
+	find ${P} -type f -exec chmod 0644 {} + || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
@ 2015-09-30 16:28 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2015-09-30 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c4dde78aec07ee85fdc400e9d5db7d161da89899
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 16:24:58 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 16:28:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dde78a

net-misc/pycnb: Simplify permissions fix

Package-Manager: portage-2.2.22_p3

 net-misc/pycnb/pycnb-0.0.4-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
index c6468e4..54cfa23 100644
--- a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
+++ b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
@@ -23,6 +23,5 @@ RDEPEND="${DEPEND}"
 
 src_unpack() {
 	default
-	find ${P} -type d -exec chmod 0755 {} + || die
-	find ${P} -type f -exec chmod 0644 {} + || die
+	chmod -R a+rX,u+w,g-w,o-w ${P} || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
@ 2016-08-07  8:02 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-07  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4996c72afa8f1e020f8881d4c1060418e2493328
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:01:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:01:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4996c72a

net-misc/pycnb: Cleanup per bug #459860

Package-Manager: portage-2.3.0

 net-misc/pycnb/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
index 0f20bbc..d2c5ab2 100644
--- a/net-misc/pycnb/metadata.xml
+++ b/net-misc/pycnb/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>yac@gentoo.org</email>
-    <name>Jan Matejka</name>
-  </maintainer>
   <maintainer type="project">
     <email>python@gentoo.org</email>
     <name>Python</name>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
@ 2016-10-29 21:17 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2016-10-29 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4dd137da3873c46f7becdf116e236765151eac88
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:58:57 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 21:17:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd137da

net-misc/pycnb: Remove Python team from maintainers

 net-misc/pycnb/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
index d2c5ab2..c39bc86 100644
--- a/net-misc/pycnb/metadata.xml
+++ b/net-misc/pycnb/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">
 	</longdescription>
   <upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
@ 2020-01-04  9:00 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-01-04  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 09:00:38 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 09:00:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8cf6b

net-misc/pycnb: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-misc/pycnb/Manifest              |  1 -
 net-misc/pycnb/metadata.xml          |  9 ---------
 net-misc/pycnb/pycnb-0.0.4-r1.ebuild | 26 --------------------------
 3 files changed, 36 deletions(-)

diff --git a/net-misc/pycnb/Manifest b/net-misc/pycnb/Manifest
deleted file mode 100644
index cca1d6e7abd..00000000000
--- a/net-misc/pycnb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycnb-0.0.4.tar.gz 2991 BLAKE2B cf159fddd90bcf5baa3f11b4335578b8c00d4a6cb8105a0d445cd636b5e94e1436d0674050a42c0689b1dea19a2926582e44b7dcaa607168bb9294a2f3b80972 SHA512 e127525bffdd479a5717230f520602cd1dd587000a1adc398739399530fbb3e06d7bbf3e4f7b24c7bd145f2424427ddb6fc86d6bc597d2cab3cdfc6d554cecf9

diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
deleted file mode 100644
index 454cf0a6a1d..00000000000
--- a/net-misc/pycnb/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">pycnb</remote-id>
-    <remote-id type="github">yaccz/pycnb</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
deleted file mode 100644
index cec3b7b3924..00000000000
--- a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Access cnb.cz daily rates with the comfort of your command line"
-HOMEPAGE="https://github.com/yaccz/pycnb"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/cement[${PYTHON_USEDEP}]
-	dev-python/twisted-web
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-	default
-	chmod -R a+rX,u+w,g-w,o-w ${P} || die
-}


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

end of thread, other threads:[~2020-01-04  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29 21:17 [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-01-04  9:00 Mikle Kolyada
2016-08-07  8:02 Pacho Ramos
2015-09-30 16:28 Mike Gilbert
2015-09-26 17:28 Mike Gilbert

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