delete outdated package
This commit is contained in:
parent
1e47247977
commit
b58a022951
4 changed files with 0 additions and 59 deletions
|
@ -1 +0,0 @@
|
||||||
DIST autosuspend-0.3.tar.gz 15911 BLAKE2B cdc5ac9d13dd9647f49984eadacf492f8585c700946af7f79f70c2acd4df54305a51e32a7c13121d1b5ce70d285fa495e24f4668cd9955576a6866d0881ffe1a SHA512 17e6e79d7336734fdf600e8af7f4a05822e323f3a8d1c4e0c497a3bf012baaab03ec481103b1e419f8bb4656f31ac96205a11b740db009c37281aba0a884886b
|
|
|
@ -1,23 +0,0 @@
|
||||||
# Copyright 2019 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Autosuspend server"
|
|
||||||
HOMEPAGE="https://github.com/languitar/autosuspend/"
|
|
||||||
SRC_URI="https://github.com/languitar/${PN}/archive/release-${PV}.tar.gz -> "${P}.tar.gz""
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE="mpd"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-release-${PV}/"
|
|
||||||
PATCHES=( "${FILESDIR}"/0001-fixes-installdir-for-config-files.patch )
|
|
||||||
DEPEND="dev-python/psutil
|
|
||||||
mpd? ( dev-python/python-mpd )"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
|
@ -1,25 +0,0 @@
|
||||||
From 5062d61868e8bae1caaeb6e63aa55b9ac9d21efc Mon Sep 17 00:00:00 2001
|
|
||||||
From: Tobias Klaus <tk@meskalero.de>
|
|
||||||
Date: Sun, 8 Jan 2017 14:25:07 +0100
|
|
||||||
Subject: [PATCH] fixes installdir for config files
|
|
||||||
|
|
||||||
---
|
|
||||||
setup.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index 946f334..9bd842f 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -22,7 +22,7 @@ setup(
|
|
||||||
'autosuspend.py'
|
|
||||||
],
|
|
||||||
data_files=[
|
|
||||||
- ('etc', ['autosuspend.conf', 'autosuspend-logging.conf']),
|
|
||||||
+ ('/etc', ['autosuspend.conf', 'autosuspend-logging.conf']),
|
|
||||||
('lib/systemd/system', ['autosuspend.service'])
|
|
||||||
]
|
|
||||||
)
|
|
||||||
--
|
|
||||||
2.11.0
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>tk@meskalero.de</email>
|
|
||||||
</maintainer>
|
|
||||||
<use>
|
|
||||||
<flag name="mpd">Add support for music player daemon</flag>
|
|
||||||
</use>
|
|
||||||
</pkgmetadata>
|
|
Loading…
Add table
Reference in a new issue