]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
Add nullsync ebuild.
authorNick Bowler <nbowler@draconx.ca>
Thu, 21 Jan 2016 04:19:41 +0000 (23:19 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 21 Jan 2016 04:52:09 +0000 (23:52 -0500)
app-portage/nullsync/Manifest [new file with mode: 0644]
app-portage/nullsync/nullsync-20150114.ebuild [new file with mode: 0644]

diff --git a/app-portage/nullsync/Manifest b/app-portage/nullsync/Manifest
new file mode 100644 (file)
index 0000000..0321fc0
--- /dev/null
@@ -0,0 +1,2 @@
+DIST 1862ba758e9d9b53fc3c54d40a9a22f562112a11.tar.xz 7284 SHA256 9c736ea6a553124d0ba0f65fe519733da05aed5a03ec0e468eafad6232eca67f SHA512 2b4396800c3ef77fcbcd39f149f7ba6fa10b34b73572369b7e392b2ec0eb7857b6c4e033a8540aadcb4f578d345a583947975bd7ebfe858a16448acaa8b6ed2e WHIRLPOOL 50409ab80684da3c05f28ba938e77e112a0479ec9c5bf8e1946cb6204038a0583f3db6b3687db3f9dfe1742cd6820ecf5e1d8f87ba7cb4a30c0d50b667bfb8a0
+EBUILD nullsync-20150114.ebuild 561 SHA256 e87471bb23386c91201072ae9be433a79e0285872435187703af939636efe016 SHA512 f01d500e29690badae7142658b6450a00b1497cb069989c03415ba29bc236352df32e8457f20afdd96f59b7f65e1f5277240ce95497a03bbac36e5dcb8938897 WHIRLPOOL f1515b0e475ef30872f6b52b9ac2af26e5898293b7df05a8fcc9cae56d7b0a80026a36b536e151461604c693fa9924a51d741d6735627d6d5c0455e6de73481f
diff --git a/app-portage/nullsync/nullsync-20150114.ebuild b/app-portage/nullsync/nullsync-20150114.ebuild
new file mode 100644 (file)
index 0000000..4c27767
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright © 2016 Nick Bowler
+# License GPLv3+: GNU General Public License version 3 or later.
+# There is NO WARRANTY, to the extent permitted by law.
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+SHA1=1862ba758e9d9b53fc3c54d40a9a22f562112a11
+
+DESCRIPTION="No-op sync module for portage"
+SRC_URI="https://git.draconx.ca/gitweb/nullsync.git/snapshot/$SHA1.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]"
+DEPEND="$RDEPEND
+       dev-python/setuptools[$PYTHON_USEDEP]"
+
+S=$WORKDIR/$SHA1