mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-admin/run0edit: add 0.5.7, drop 0.5.6_p20251226
* Remove patch release logic Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST run0edit-0.5.6_p20251226.tar.gz 38917 BLAKE2B 06a9535d79452dcbc8b6bc4861a2792e251d6fddcdf9c96504bec1b5f1f248635e37228d3cb491beb8a3cf4ce702e55d3d1144c8e8a8afb9ec649939ae5d20b2 SHA512 1fc8a41e5c7556b08b2085cfd822ba976c8096830c74f7ce86ba6cf96fcfc980b081c2be8f6714030b4c878df910c9954105fdd474cd4ab0fcf54c72fe8604b3
|
||||
DIST run0edit-0.5.7.tar.gz 51200 BLAKE2B 4b0fddd7ed72d102a47bbabb8d4d8fec82d751f490fa7c97cd3511990a3780cca8259618fbab57516f3b90de78d6258825d9ffaeab2c8a386033dd1578de5ace SHA512 2567b095b5885163e5d9c9f1cb8f152bdd9e4a7503417a37124da6cc162f155d7b826ecb61387e211f36aabf35c244159b0b072c1120f2a7f9bfe575ca21f98a
|
||||
|
||||
@@ -6,28 +6,20 @@ EAPI=8
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_COMMIT="6c5827576ac9241d976cf8bd953ea244793f2506"
|
||||
|
||||
DESCRIPTION="Script to edit a single file as root using run0"
|
||||
HOMEPAGE="https://github.com/HastD/run0edit"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/HastD/run0edit.git"
|
||||
elif [[ ${PV} == *_p* ]] ; then
|
||||
SRC_URI="https://github.com/HastD/run0edit/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
else
|
||||
SRC_URI="https://github.com/HastD/run0edit/releases/download/v${PV}/run0edit-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
@@ -6,28 +6,20 @@ EAPI=8
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_COMMIT="6c5827576ac9241d976cf8bd953ea244793f2506"
|
||||
|
||||
DESCRIPTION="Script to edit a single file as root using run0"
|
||||
HOMEPAGE="https://github.com/HastD/run0edit"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/HastD/run0edit.git"
|
||||
elif [[ ${PV} == *_p* ]] ; then
|
||||
SRC_URI="https://github.com/HastD/run0edit/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
else
|
||||
SRC_URI="https://github.com/HastD/run0edit/releases/download/v${PV}/run0edit-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
|
||||
Reference in New Issue
Block a user