]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - app-portage/nullsync/static/gitweb/gitweb.css
app-portage/nullsync: update PYTHON_COMPAT.
[gentoo-draconx.git] / app-portage / nullsync / static / gitweb / gitweb.css
diff --git a/app-portage/nullsync/nullsync-20170402-r5.ebuild b/app-portage/nullsync/nullsync-20170402-r5.ebuild
deleted file mode 100644 (file)
index 79575de..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright © 2016-2018,2020-2022 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or later.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4..10} )
-inherit distutils-r1
-
-SHA1=2908f0f47314ce697a212a059e9e239031c713d4
-
-DESCRIPTION="No-op sync module for portage"
-SRC_URI="https://git.draconx.ca/gitweb/nullsync.git/snapshot/$SHA1.tar.xz -> $P.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-REQUIRED_USE=$PYTHON_REQUIRED_USE
-
-RDEPEND=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]"
-DEPEND="$RDEPEND
-       dev-python/setuptools[$PYTHON_USEDEP]"
-
-S=$WORKDIR/$SHA1