Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477112 - net-p2p/transmission-automatic-0.8.3 - RSS downloader, grabs your favourite torrents based on filters you specify
Summary: net-p2p/transmission-automatic-0.8.3 - RSS downloader, grabs your favourite t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://kylek.is-a-geek.org:31337/Auto...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-07-17 01:40 UTC by daktak
Modified: 2016-10-27 21:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
transmission-automatic-0.8.3.ebuild (transmission-automatic-0.8.3.ebuild,542 bytes, text/plain)
2013-07-17 01:40 UTC, daktak
Details
automatic-0.8.3.ebuild (automatic-0.8.3.ebuild,1.68 KB, text/plain)
2016-03-06 16:01 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
metadata.xml (metadata.xml,704 bytes, text/xml)
2016-03-06 16:02 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
automatic.confd (automatic.confd,216 bytes, text/plain)
2016-03-06 16:02 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
automatic.initd (automatic.initd,763 bytes, text/plain)
2016-03-06 16:03 UTC, Vladimir Pavljuchenkov (SpiderX)
Details
automatic.logrotate (automatic.logrotate,94 bytes, text/plain)
2016-03-06 16:03 UTC, Vladimir Pavljuchenkov (SpiderX)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description daktak 2013-07-17 01:40:15 UTC
http://kylek.is-a-geek.org:31337/Automatic/

Automatic is an RSS downloader for Linux based systems, that grabs your favorite torrents based on filters you specify.
Comment 1 daktak 2013-07-17 01:40:38 UTC
Created attachment 353482 [details]
transmission-automatic-0.8.3.ebuild
Comment 2 Vladimir Pavljuchenkov (SpiderX) 2016-03-06 16:01:55 UTC
Created attachment 427606 [details]
automatic-0.8.3.ebuild

My version of ebuild.
Difference from previous one:
1. Creates user, install init-script and logrotate for automatic.
2. Removes upstream FLAGS.
3. Uses portage wrappers to autotools.

Tested on x86 and amd64.

Repoman output:

repoman -d full

RepoMan scours the neighborhood...
RepoMan sez: "If everyone were like you, I'd be out of business!"
Comment 3 Vladimir Pavljuchenkov (SpiderX) 2016-03-06 16:02:36 UTC
Created attachment 427608 [details]
metadata.xml
Comment 4 Vladimir Pavljuchenkov (SpiderX) 2016-03-06 16:02:57 UTC
Created attachment 427610 [details]
automatic.confd
Comment 5 Vladimir Pavljuchenkov (SpiderX) 2016-03-06 16:03:24 UTC
Created attachment 427612 [details]
automatic.initd
Comment 6 Vladimir Pavljuchenkov (SpiderX) 2016-03-06 16:03:57 UTC
Created attachment 427614 [details]
automatic.logrotate
Comment 7 Patrice Clement gentoo-dev 2016-10-27 21:34:28 UTC
commit 4400c1f56ec027d6a472c25ae6ccd6805291ed35 (HEAD -> master, origin/master, origin/HEAD)
Author:     Vladimir Pavljuchenko (SpiderX) <spiderx@spiderx.dp.ua>
AuthorDate: Thu Oct 27 12:45:58 2016 +0300
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Thu Oct 27 23:34:07 2016 +0200

net-p2p/automatic: new ebuild.

Automatic is a RSS daemon that downloads torrent files matching regular
expression patterns at certain intervals. It is capable of adding downloaded
torrents directly to Transmission (www.transmissionbt.com), making it an
auto-downloader.

Base for ebuild from https://github.com/SpiderX/portage-overlay/tree/master/net-p2p/automatic

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

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2635

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

net-p2p/automatic/Manifest                  |  1 +
net-p2p/automatic/automatic-0.8.3.ebuild    | 65 +++++++++++++++++++++++++++++
net-p2p/automatic/files/automatic.confd     |  8 ++++
net-p2p/automatic/files/automatic.initd     | 36 ++++++++++++++++
net-p2p/automatic/files/automatic.logrotate |  8 ++++
net-p2p/automatic/metadata.xml              | 23 ++++++++++
6 files changed, 141 insertions(+)
create mode 100644 net-p2p/automatic/Manifest
create mode 100644 net-p2p/automatic/automatic-0.8.3.ebuild
create mode 100644 net-p2p/automatic/files/automatic.confd
create mode 100644 net-p2p/automatic/files/automatic.initd
create mode 100644 net-p2p/automatic/files/automatic.logrotate
create mode 100644 net-p2p/automatic/metadata.xml

Merged, thanks!