public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/automatic/
@ 2018-02-11 11:12 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-02-11 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     40a81028c7c494efffe8a50fe255ae70b72b2ade
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:07:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:07:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a81028

net-p2p/automatic: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 net-p2p/automatic/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/automatic/metadata.xml b/net-p2p/automatic/metadata.xml
index 6c232fd6b84..0bd565db165 100644
--- a/net-p2p/automatic/metadata.xml
+++ b/net-p2p/automatic/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>spiderx@spiderx.dp.ua</email>
 		<name>Vladimir Pavljuchenkov</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/automatic/
@ 2021-01-15  8:44 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-01-15  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6bfb6d8f05874301e1ca12a5bc41d71971f89d
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Fri Jan 15 08:37:08 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 08:44:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6bfb6d

net-p2p/automatic: wrt 740860

Closes: https://bugs.gentoo.org/740860
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/14385
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/automatic/automatic-0.8.3-r1.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-p2p/automatic/automatic-0.8.3-r1.ebuild b/net-p2p/automatic/automatic-0.8.3-r1.ebuild
index 37af3e484af..1edc2fdd4e8 100644
--- a/net-p2p/automatic/automatic-0.8.3-r1.ebuild
+++ b/net-p2p/automatic/automatic-0.8.3-r1.ebuild
@@ -12,13 +12,13 @@ SRC_URI="https://github.com/1100101/Automatic/archive/v${PV}.tar.gz -> ${P}.tar.
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
 RDEPEND="acct-user/automatic
 	dev-libs/libxml2:2
 	dev-libs/libpcre:3
 	net-misc/curl"
-DEPEND="${RDEPEND}
-	app-admin/logrotate"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${P^}"
 
@@ -34,13 +34,14 @@ src_prepare() {
 	mv configure.{in,ac} || die "rename failed"
 
 	# Remove CFLAGS and CXXFLAGS defined by upstream
-	sed -i \
-		-e 's/CFLAGS="-Wdeclaration-after-statement -O3 -funroll-loops"/CFLAGS+=""/' \
+	sed -i  -e 's/CFLAGS="-Wdeclaration-after-statement -O3 -funroll-loops"/CFLAGS+=""/' \
 		-e 's/CXXFLAGS="-O3 -funroll-loops"/CXXFLAGS+=""/' \
 		configure.ac || die "sed for CXXFLAGS and CFLAGS failed"
 
 	# tests fail with network-sandbox
-	rm src/tests/http_test.c || die "rm failed"
+	sed -i  -e '/check_PROGRAMS /s/http_test //' \
+		-e '/check_PROGRAMS /s/prowl_test //' src/tests/Makefile.am \
+		|| die "sed failed for Makefile.am"
 
 	eautoreconf
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/automatic/
@ 2021-07-15 19:20 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-15 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     51d727267038bbeaf5ec6a0e91ca69357f539d31
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 19:19:58 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 19:19:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d72726

net-p2p/automatic: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-p2p/automatic/automatic-0.8.3.ebuild | 64 --------------------------------
 1 file changed, 64 deletions(-)

diff --git a/net-p2p/automatic/automatic-0.8.3.ebuild b/net-p2p/automatic/automatic-0.8.3.ebuild
deleted file mode 100644
index 3eb191d1c6b..00000000000
--- a/net-p2p/automatic/automatic-0.8.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools user
-
-DESCRIPTION="RSS downloader for Tranmission"
-HOMEPAGE="https://github.com/1100101/Automatic"
-SRC_URI="https://github.com/1100101/Automatic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/${P^}"
-
-RDEPEND="dev-libs/libxml2:2
-	dev-libs/libpcre:3
-	net-misc/curl"
-DEPEND="${RDEPEND}
-	app-admin/logrotate"
-
-src_prepare() {
-	default
-
-	# https://bugs.gentoo.org/426262
-	mv configure.{in,ac} || die "rename failed"
-
-	# Remove CFLAGS and CXXFLAGS defined by upstream
-	sed -i \
-		-e 's/CFLAGS="-Wdeclaration-after-statement -O3 -funroll-loops"/CFLAGS+=""/' \
-		-e 's/CXXFLAGS="-O3 -funroll-loops"/CXXFLAGS+=""/' \
-		configure.ac || die "sed for CXXFLAGS and CFLAGS failed"
-
-	eautoreconf
-}
-
-src_install() {
-	# Install and copy documentation
-	default
-
-	# Install Gentoo init script and its config
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-	# Create automatic related directories
-	keepdir /var/lib/${PN}/
-	keepdir /var/log/${PN}/
-
-	# Install logrotate for automatic
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}"/${PN}.logrotate ${PN}
-}
-
-pkg_postinst() {
-	# Add automatic group and user to system
-	enewgroup ${PN}
-	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-	elog ""
-	elog "To run automatic you should move /etc/automatic.conf-sample to /etc/automatic.conf and config it."
-	elog "If things go wrong, increase verbose level in /etc/conf.d/automatic and check log file in /var/log/automatic/"
-	elog ""
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/automatic/
@ 2022-09-09  6:20 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-09-09  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2f9a19fb628217924c487d6408e83203ba7406fa
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 05:55:25 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 06:20:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9a19fb

net-p2p/automatic: drop 0.8.3-r1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/automatic/Manifest                  |  1 -
 net-p2p/automatic/automatic-0.8.3-r1.ebuild | 67 -----------------------------
 2 files changed, 68 deletions(-)

diff --git a/net-p2p/automatic/Manifest b/net-p2p/automatic/Manifest
index 8136198c4257..2a09629ebad4 100644
--- a/net-p2p/automatic/Manifest
+++ b/net-p2p/automatic/Manifest
@@ -1,2 +1 @@
-DIST automatic-0.8.3.tar.gz 102181 BLAKE2B cdba7706f16eb552d2da960ae03206acce45149d6e8d8f32654c05b6dc3293368afe3c44a7c0d254fd895c7f5fe30fe541139375793a143c4a3d605d27486824 SHA512 34061065d53ab362c9bfab9b66aebf7090b7079e5988b1984398410ab07ca2bdfdf3c65dd90bb076b6189120877784294484803d4ce5fa813d3bc13207aeebdd
 DIST automatic-0.9.0.gh.tar.gz 104087 BLAKE2B d904771dce8b1f4077908389141708dd8f5dd91cab38aaae5adee37f870d42bc5da15838a5a56fd3ff429e095bf30d9e6ecbf5907428e3fe22a089fe8fb7c400 SHA512 9f26688ce67e7ab258b43159352e9615bfe72a8bc9c7a0a4129d156213196002d0809e360b5df751be7fb6cbc1a4b466e6c58edad655abba46b70642496445dc

diff --git a/net-p2p/automatic/automatic-0.8.3-r1.ebuild b/net-p2p/automatic/automatic-0.8.3-r1.ebuild
deleted file mode 100644
index 1edc2fdd4e89..000000000000
--- a/net-p2p/automatic/automatic-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools readme.gentoo-r1 systemd
-
-DESCRIPTION="RSS downloader for Tranmission"
-HOMEPAGE="https://github.com/1100101/Automatic"
-SRC_URI="https://github.com/1100101/Automatic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="acct-user/automatic
-	dev-libs/libxml2:2
-	dev-libs/libpcre:3
-	net-misc/curl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P^}"
-
-DOC_CONTENTS="To run automatic you should move /etc/automatic.conf-sample
-to /etc/automatic.conf and config it.\\n
-If things go wrong, increase verbose level in /etc/conf.d/automatic
-and check log file in /var/log/automatic/\\n"
-
-src_prepare() {
-	default
-
-	# https://bugs.gentoo.org/426262
-	mv configure.{in,ac} || die "rename failed"
-
-	# Remove CFLAGS and CXXFLAGS defined by upstream
-	sed -i  -e 's/CFLAGS="-Wdeclaration-after-statement -O3 -funroll-loops"/CFLAGS+=""/' \
-		-e 's/CXXFLAGS="-O3 -funroll-loops"/CXXFLAGS+=""/' \
-		configure.ac || die "sed for CXXFLAGS and CFLAGS failed"
-
-	# tests fail with network-sandbox
-	sed -i  -e '/check_PROGRAMS /s/http_test //' \
-		-e '/check_PROGRAMS /s/prowl_test //' src/tests/Makefile.am \
-		|| die "sed failed for Makefile.am"
-
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/automatic.initd automatic
-	newconfd "${FILESDIR}"/automatic.confd automatic
-	systemd_dounit "${FILESDIR}"/automatic.service
-
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}"/automatic.logrotate automatic
-
-	readme.gentoo_create_doc
-
-	diropts -o automatic -g automatic -m 0700
-	keepdir /var/log/automatic/
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


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

end of thread, other threads:[~2022-09-09  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 11:12 [gentoo-commits] repo/gentoo:master commit in: net-p2p/automatic/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-01-15  8:44 Joonas Niilola
2021-07-15 19:20 Conrad Kostecki
2022-09-09  6:20 Joonas Niilola

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