From 107340da132c6d7dcabc1fc5ce985c7c2100dedc Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Wed, 30 Sep 2020 00:51:48 +0300 Subject: x11-apps/sx: Update ebuild, bump version Package-Manager: Portage-3.0.8, Repoman-3.0.1 --- x11-apps/sx/Manifest | 2 +- x11-apps/sx/sx-2.1.3.ebuild | 42 ------------------------------------------ x11-apps/sx/sx-2.1.5.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ x11-apps/sx/sx-9999.ebuild | 10 ++++------ 4 files changed, 45 insertions(+), 49 deletions(-) delete mode 100644 x11-apps/sx/sx-2.1.3.ebuild create mode 100644 x11-apps/sx/sx-2.1.5.ebuild (limited to 'x11-apps/sx') diff --git a/x11-apps/sx/Manifest b/x11-apps/sx/Manifest index d7eb14d..09b2f1a 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.5.tar.gz 3450 BLAKE2B 2e6d7e7c1d3c2a08433c2e7542cf56b71a8421e8d58380328e2f9c2310245eab7ecc2073614124a06cb4e547329c3b4b1318bfd22de3862f30aadc32d0dbae73 SHA512 7ecc037c77754fb5f3be106fefb83b5c86274534a82754635089e0474cf4a40c9093c4de923dd0854a2297d2e944671eb813b87938a71fd95d558f19918521db 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 02809d4..0000000 --- a/x11-apps/sx/sx-2.1.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Earnestly/sx.git" -fi - -DESCRIPTION="A simpler alternative to xinit" -HOMEPAGE="https://github.com/Earnestly/sx" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-apps/xauth - x11-base/xorg-server[xorg] -" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_compile() -{ - true -} - -src_install() -{ - dobin ${PN} - doman ${PN}.1 -} diff --git a/x11-apps/sx/sx-2.1.5.ebuild b/x11-apps/sx/sx-2.1.5.ebuild new file mode 100644 index 0000000..8b181f6 --- /dev/null +++ b/x11-apps/sx/sx-2.1.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Earnestly/sx.git" +fi + +DESCRIPTION="Start an xorg server" +HOMEPAGE="https://github.com/Earnestly/sx" + +if [[ ${PV} == *9999 ]]; then + SRC_URI="" + KEYWORDS="" +else + SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + x11-apps/xauth + x11-base/xorg-server[xorg] +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_compile() { + :; +} + +src_install() { + dobin ${PN} + doman ${PN}.1 +} diff --git a/x11-apps/sx/sx-9999.ebuild b/x11-apps/sx/sx-9999.ebuild index 02809d4..8b181f6 100644 --- a/x11-apps/sx/sx-9999.ebuild +++ b/x11-apps/sx/sx-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/Earnestly/sx.git" fi -DESCRIPTION="A simpler alternative to xinit" +DESCRIPTION="Start an xorg server" HOMEPAGE="https://github.com/Earnestly/sx" if [[ ${PV} == *9999 ]]; then @@ -30,13 +30,11 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile() -{ - true +src_compile() { + :; } -src_install() -{ +src_install() { dobin ${PN} doman ${PN}.1 } -- cgit 1.4.1