From 7269e80e0bc8acd9a0e004909f405d48327eab35 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 18 Jul 2021 22:25:11 -0400 Subject: x11-apps/sx: bump --- x11-apps/sx/Manifest | 2 +- x11-apps/sx/sx-2.1.3.ebuild | 27 --------------------------- x11-apps/sx/sx-2.1.7.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 x11-apps/sx/sx-2.1.3.ebuild create mode 100644 x11-apps/sx/sx-2.1.7.ebuild diff --git a/x11-apps/sx/Manifest b/x11-apps/sx/Manifest index d7eb14d..6d04ac9 100644 --- a/x11-apps/sx/Manifest +++ b/x11-apps/sx/Manifest @@ -1 +1 @@ -DIST sx-2.1.3.tar.gz 3342 BLAKE2B 92d3ac1308261d4a9325262a44be8a7022ebf73b18058d2fd5493f8f9d0992b8bc2cc2ad77b747cf51b69f50727c6a422bd130f7805919c0d8e0c0ef2de8e8d0 SHA512 d945888cb164d85d7e1ae87f86a79d4ad3130b4656652d7def490b7846b6cb6ae3427e70e5bc311f4fc02bfc4e4e2ca6d618ba1a3a8f4c4cf4c4d212afbb4fb9 +DIST sx-2.1.7.tar.gz 3506 BLAKE2B 1f7989ca1b942cd46e9976a38e7fb4080cba60c47e9e184afd1ee7bd2b3cb42221d9f98113f2b9eb60968c8cfbbe1a7f0ebf4c7d1a6033a274aad11b004c64ac SHA512 3b5893236209fd1e5b1a6cb64ad83df830d822d9a413c627110ef5087b1da6d6c43665e5bd24f49059fbfb57511545ceddd16377ac21ffc38464a66b8ad9dbec diff --git a/x11-apps/sx/sx-2.1.3.ebuild b/x11-apps/sx/sx-2.1.3.ebuild deleted file mode 100644 index c43076d..0000000 --- a/x11-apps/sx/sx-2.1.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Start an xorg server" -HOMEPAGE="https://github.com/Earnestly/sx" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Earnestly/sx.git" - KEYWORDS="" -else - SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -src_compile() { - : -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install -} diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild new file mode 100644 index 0000000..c43076d --- /dev/null +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Start an xorg server" +HOMEPAGE="https://github.com/Earnestly/sx" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Earnestly/sx.git" + KEYWORDS="" +else + SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +src_compile() { + : +} + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install +} -- cgit v1.2.3-54-g00ecf