public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/charm/
@ 2016-10-23 14:35 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-10-23 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4108f72356ef54ca5f56d274fe77935f188308e2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 14:35:25 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:35:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4108f723

net-misc/charm: clean up old.

Gentoo-Bug: https://bugs.gentoo.org/345411

Package-Manager: portage-2.3.0

 net-misc/charm/Manifest           |  1 -
 net-misc/charm/charm-1.9.1.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/net-misc/charm/Manifest b/net-misc/charm/Manifest
index d4d3a54..b5ba529 100644
--- a/net-misc/charm/Manifest
+++ b/net-misc/charm/Manifest
@@ -1,2 +1 @@
-DIST charm-1.9.1.tar.gz 82760 SHA256 43bd9725e68ed6efc8c2b6d5163d384491a2f8b49c121fe7f8c256ebf60006d7 SHA512 e14c9823872b76c827ee7244c00a2b0aa31bd2a7ff0a1035c75b74a201291daf5f5ef3bfc8ab6f2bb7678ef92a344c1dc14a926850b9962d297a895b280838c2 WHIRLPOOL ab7940f94a084f0aad4074e111abcbae4c1f22cc293cbc6045901631cbf3bfb10b1028e9d8d7f971d367fc1e7574738016f9a3b5da8be9f4bd003083c8c6ba52
 DIST charm-1.9.2.tar.gz 84927 SHA256 ae2d536303e770ceb002f69c1e71f6a8532c8d5dd075d2f5c1bf09ad02c3c015 SHA512 9ea4c7411764dd1d1c87a1a19de2de3061e08e030e793ff259e80477aa5880a01f05f8a8d1ecc9b1e696111c3f3f9504f5387f535d9d52d1496d20b04c68835b WHIRLPOOL 9e25c985ea6f3e0f9bdf4ad4c2508a2b77886eaaeb3ffce9e04887a2d6fbc9b553a4accdcbfa2114fee81926864872b06aacf1f36a2af7108ad2fffdc1f0a329

diff --git a/net-misc/charm/charm-1.9.1.ebuild b/net-misc/charm/charm-1.9.1.ebuild
deleted file mode 100644
index 5585792..00000000
--- a/net-misc/charm/charm-1.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL="1"
-
-inherit distutils-r1
-
-DESCRIPTION="A text based livejournal client"
-HOMEPAGE="http://ljcharm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ljcharm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 sparc x86"
-IUSE=""
-
-DEPEND="dev-python/feedparser[$PYTHON_USEDEP]"
-
-DOCS=( CHANGES.charm sample.charmrc README.charm )
-HTML_DOCS=( charm.html )
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}
-
-python_prepare_all() {
-	distutils-r1_python_prepare_all
-	sed -e 's/("share\/doc\/charm", .*),/\\/' -i setup.py || die "sed failed"
-}
-
-pkg_postinst() {
-	elog "You need to create a ~/.charmrc before running charm."
-	elog "Read 'man charmrc' for more information."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/charm/
@ 2016-10-23 14:35 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-10-23 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0041ed60b9501d24bc25d8ac2559a6ce9ce8af25
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 14:34:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:35:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0041ed60

net-misc/charm: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 net-misc/charm/charm-1.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/charm/charm-1.9.2-r1.ebuild b/net-misc/charm/charm-1.9.2-r1.ebuild
index bbe01f2..683d614 100644
--- a/net-misc/charm/charm-1.9.2-r1.ebuild
+++ b/net-misc/charm/charm-1.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/ljcharm/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 sparc x86"
 IUSE=""
 
 DEPEND="dev-python/feedparser[$PYTHON_USEDEP]"


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

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

commit:     37c98c7b350d7b4ed3e27071bcb36a8fa31c401e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:58:19 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 21:17:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c98c7b

net-misc/charm: Remove Python team from maintainers

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

diff --git a/net-misc/charm/metadata.xml b/net-misc/charm/metadata.xml
index 1dbab67..e7d7e8d 100644
--- a/net-misc/charm/metadata.xml
+++ b/net-misc/charm/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 -->
 	<upstream>
 		<remote-id type="sourceforge">ljcharm</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/charm/
@ 2020-02-09 16:47 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     46f4b5d0f5807d37d7b2c0ed7fd7f564c44bd5c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 06:50:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:46:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f4b5d0

net-misc/charm: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/charm/{charm-1.9.2-r1.ebuild => charm-1.9.2-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-misc/charm/charm-1.9.2-r1.ebuild b/net-misc/charm/charm-1.9.2-r2.ebuild
similarity index 85%
rename from net-misc/charm/charm-1.9.2-r1.ebuild
rename to net-misc/charm/charm-1.9.2-r2.ebuild
index 3b5fe2799c9..52c66fb0448 100644
--- a/net-misc/charm/charm-1.9.2-r1.ebuild
+++ b/net-misc/charm/charm-1.9.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="amd64 sparc x86"
 IUSE=""
 
-DEPEND="dev-python/feedparser[$PYTHON_USEDEP]"
+DEPEND="
+	$(python_gen_cond_dep '
+		dev-python/feedparser[${PYTHON_MULTI_USEDEP}]
+	')"
 
 DOCS=( CHANGES.charm sample.charmrc README.charm )
 HTML_DOCS=( charm.html )


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

end of thread, other threads:[~2020-02-09 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:47 [gentoo-commits] repo/gentoo:master commit in: net-misc/charm/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2016-10-29 21:17 Michał Górny
2016-10-23 14:35 Patrice Clement
2016-10-23 14:35 Patrice Clement

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