Compare commits
19 Commits
4dd359deeb
...
a9241b1b16
Author | SHA1 | Date | |
---|---|---|---|
|
a9241b1b16 | ||
|
0fca66c37d | ||
|
0fbabd0049 | ||
|
e0cc7827ce | ||
|
34ffda671d | ||
|
d940792600 | ||
|
7122856411 | ||
|
91bcb6629b | ||
|
e1e237ef32 | ||
|
d2e536e5e0 | ||
|
c3e20062aa | ||
|
bc51b70490 | ||
|
fd976e9b09 | ||
|
a4c3782112 | ||
|
765f8bb07b | ||
|
ba0afa93a1 | ||
|
62fc83d3f5 | ||
|
27f663083c | ||
|
c05882dda3 |
@ -5,8 +5,7 @@ EAPI=7
|
|||||||
|
|
||||||
inherit acct-group
|
inherit acct-group
|
||||||
|
|
||||||
KEYWORDS="~*"
|
|
||||||
|
|
||||||
DESCRIPTION="Sensu program group"
|
DESCRIPTION="Sensu program group"
|
||||||
ACCT_GROUP_ID=499
|
ACCT_GROUP_ID=499
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~*"
|
||||||
|
@ -5,10 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
inherit acct-user
|
inherit acct-user
|
||||||
|
|
||||||
KEYWORDS="~*"
|
|
||||||
|
|
||||||
DESCRIPTION="Sensu Monitoring Framework"
|
DESCRIPTION="Sensu Monitoring Framework"
|
||||||
ACCT_USER_ID=60
|
ACCT_USER_ID=60
|
||||||
ACCT_USER_GROUPS=( sensu )
|
ACCT_USER_GROUPS=( sensu )
|
||||||
acct-user_add_deps
|
acct-user_add_deps
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~*"
|
||||||
|
@ -22,12 +22,13 @@ else
|
|||||||
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
S="${WORKDIR}/systemd-${PV}"
|
||||||
|
|
||||||
# No tests for this one (if I mised them let me know)
|
# No tests for this one (if I mised them let me know)
|
||||||
RESTRICT="mirror test"
|
|
||||||
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
|
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="selinux"
|
IUSE="selinux"
|
||||||
|
RESTRICT="mirror test"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-util/intltool-0.50
|
>=dev-util/intltool-0.50
|
||||||
@ -48,8 +49,6 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
S="${WORKDIR}/systemd-${PV}"
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
||||||
)
|
)
|
||||||
|
@ -22,12 +22,13 @@ else
|
|||||||
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
S="${WORKDIR}/systemd-${PV}"
|
||||||
|
|
||||||
# No tests for this one (if I mised them let me know)
|
# No tests for this one (if I mised them let me know)
|
||||||
RESTRICT="mirror test"
|
|
||||||
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
|
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="selinux"
|
IUSE="selinux"
|
||||||
|
RESTRICT="mirror test"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-util/intltool-0.50
|
>=dev-util/intltool-0.50
|
||||||
@ -48,8 +49,6 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
S="${WORKDIR}/systemd-${PV}"
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
"${FILESDIR}/246-${PN}-libshared-static.patch"
|
||||||
)
|
)
|
||||||
|
@ -9,6 +9,8 @@ DESCRIPTION="A nice emerge.log parser"
|
|||||||
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
||||||
SRC_URI="https://github.com/Ociidii-Works/genlop/archive/genlop-${PV}.tar.gz"
|
SRC_URI="https://github.com/Ociidii-Works/genlop/archive/genlop-${PV}.tar.gz"
|
||||||
|
|
||||||
|
S=${WORKDIR}/genlop-genlop-${PV}
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||||
@ -19,7 +21,6 @@ DEPEND="dev-lang/perl
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
# Please send help
|
# Please send help
|
||||||
S=${WORKDIR}/genlop-genlop-${PV}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
echo "S=${S}"
|
echo "S=${S}"
|
||||||
|
@ -9,6 +9,7 @@ SRC_URI="
|
|||||||
https://www.moddb.com/downloads/mirror/173517/114/5090a373c5249e55e509808983481a04 -> Q15_PublicBeta1.7z
|
https://www.moddb.com/downloads/mirror/173517/114/5090a373c5249e55e509808983481a04 -> Q15_PublicBeta1.7z
|
||||||
https://www.moddb.com/downloads/mirror/173707/114/f7627345043efdfcd9e27d4906a382ac -> Q15_patch2.7z
|
https://www.moddb.com/downloads/mirror/173707/114/f7627345043efdfcd9e27d4906a382ac -> Q15_patch2.7z
|
||||||
"
|
"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="HPND"
|
LICENSE="HPND"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -17,8 +18,6 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
|||||||
RDEPEND=">=games-fps/darkplaces-20170829_beta1"
|
RDEPEND=">=games-fps/darkplaces-20170829_beta1"
|
||||||
DEPEND="app-arch/p7zip"
|
DEPEND="app-arch/p7zip"
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto "/usr/share/quake1"
|
insinto "/usr/share/quake1"
|
||||||
doins -r quake15
|
doins -r quake15
|
||||||
|
@ -18,9 +18,9 @@ else
|
|||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="WTFPL-2"
|
LICENSE="WTFPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
@ -18,9 +18,9 @@ else
|
|||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="WTFPL-2"
|
LICENSE="WTFPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
@ -7,18 +7,18 @@ inherit gog
|
|||||||
|
|
||||||
DESCRIPTION="Post-apocalyptic GURPS-like role-playing game."
|
DESCRIPTION="Post-apocalyptic GURPS-like role-playing game."
|
||||||
HOMEPAGE="https://www.gog.com/game/fallout"
|
HOMEPAGE="https://www.gog.com/game/fallout"
|
||||||
|
|
||||||
LICENSE+=" FALLOUT1_EULA"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
|
||||||
|
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
dos? ( https://archive.org/download/fallout1_dos/fallup1d.zip
|
dos? ( https://archive.org/download/fallout1_dos/fallup1d.zip
|
||||||
https://archive.org/download/fallout1_dos/HMIDET.386
|
https://archive.org/download/fallout1_dos/HMIDET.386
|
||||||
https://archive.org/download/fallout1_dos/HMIDRV.386 )
|
https://archive.org/download/fallout1_dos/HMIDRV.386 )
|
||||||
"
|
"
|
||||||
|
S=${WORKDIR}
|
||||||
|
|
||||||
IUSE="-dos -wine"
|
LICENSE+=" FALLOUT1_EULA"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||||
|
|
||||||
|
IUSE="dos wine"
|
||||||
|
|
||||||
GOG_GAME_NAME="fallout_classic"
|
GOG_GAME_NAME="fallout_classic"
|
||||||
GOG_GAME_L10N="en"
|
GOG_GAME_L10N="en"
|
||||||
@ -39,8 +39,6 @@ RDEPEND+="
|
|||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
gog_initialize
|
gog_initialize
|
||||||
FALLOUT_EXE="fallout1_wine"
|
FALLOUT_EXE="fallout1_wine"
|
||||||
|
@ -3,10 +3,12 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
DESCRIPTION="The mailx utility from CentOS"
|
DESCRIPTION="The mailx utility from CentOS"
|
||||||
HOMEPAGE="https://www.debian.org/"
|
HOMEPAGE="https://www.debian.org/"
|
||||||
SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz"
|
SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND="net-libs/liblockfile
|
DEPEND="net-libs/liblockfile
|
||||||
@ -20,8 +22,6 @@ RDEPEND="${DEPEND}
|
|||||||
!net-mail/mailutils
|
!net-mail/mailutils
|
||||||
!mail-client/mailx"
|
!mail-client/mailx"
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
|
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
|
||||||
eapply_user
|
eapply_user
|
||||||
|
@ -8,11 +8,11 @@ inherit git-r3 font
|
|||||||
DESCRIPTION="An iconic bitmap font based on Stlarch with additional glyphs"
|
DESCRIPTION="An iconic bitmap font based on Stlarch with additional glyphs"
|
||||||
HOMEPAGE="https://github.com/stark/siji"
|
HOMEPAGE="https://github.com/stark/siji"
|
||||||
EGIT_REPO_URI="https://github.com/stark/siji.git"
|
EGIT_REPO_URI="https://github.com/stark/siji.git"
|
||||||
RESTRICT="mirror"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+pcf"
|
IUSE="+pcf"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
x11-apps/bdftopcf
|
x11-apps/bdftopcf
|
||||||
|
@ -16,11 +16,10 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
IUSE="doc test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
# TODO: qt6
|
# TODO: qt6
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
@ -16,9 +16,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="binchecks mirror strip test"
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="binchecks mirror strip test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|| (
|
|| (
|
||||||
|
@ -16,9 +16,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="binchecks mirror strip test"
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="binchecks mirror strip test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|| (
|
|| (
|
||||||
|
@ -7,10 +7,10 @@ DESCRIPTION="minimalistic, lightweight command line client for Jellyfin"
|
|||||||
HOMEPAGE="https://github.com/Aanok/jftui"
|
HOMEPAGE="https://github.com/Aanok/jftui"
|
||||||
SRC_URI="https://github.com/Aanok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/Aanok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="Unlicense"
|
LICENSE="Unlicense"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
net-misc/curl
|
net-misc/curl
|
||||||
|
@ -14,10 +14,10 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="!test? ( test ) mirror"
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug doc lto static test"
|
IUSE="debug doc lto static test"
|
||||||
|
RESTRICT="!test? ( test ) mirror"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
||||||
|
@ -14,10 +14,10 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="!test? ( test ) mirror"
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug doc lto static test"
|
IUSE="debug doc lto static test"
|
||||||
|
RESTRICT="!test? ( test ) mirror"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
||||||
|
@ -16,9 +16,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
@ -16,9 +16,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
@ -19,9 +19,9 @@ else
|
|||||||
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
x11-wm/enlightenment
|
x11-wm/enlightenment
|
||||||
|
@ -19,9 +19,9 @@ else
|
|||||||
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
x11-wm/enlightenment
|
x11-wm/enlightenment
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
inherit git-r3 multilib savedconfig toolchain-funcs
|
inherit desktop git-r3 savedconfig
|
||||||
|
|
||||||
DESCRIPTION="Simple terminal implementation for X with Xresources support and other patches"
|
DESCRIPTION="Simple terminal implementation for X with Xresources support and other patches"
|
||||||
HOMEPAGE="https://github.com/gnotclub/xst"
|
HOMEPAGE="https://github.com/gnotclub/xst"
|
||||||
EGIT_REPO_URI="${HOMEPAGE}"
|
EGIT_REPO_URI="${HOMEPAGE}"
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
LICENSE="MIT-with-advertising"
|
LICENSE="MIT-with-advertising"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
IUSE="savedconfig"
|
IUSE="savedconfig"
|
||||||
|
|
||||||
|
@ -9,9 +9,9 @@ DESCRIPTION="Miscellaneous logos, wallpapers and other artwork from src_prepare
|
|||||||
HOMEPAGE="https://gitlab.com/src_prepare/artwork"
|
HOMEPAGE="https://gitlab.com/src_prepare/artwork"
|
||||||
EGIT_REPO_URI="https://gitlab.com/src_prepare/artwork"
|
EGIT_REPO_URI="https://gitlab.com/src_prepare/artwork"
|
||||||
|
|
||||||
RESTRICT="binchecks mirror strip test"
|
|
||||||
LICENSE="CC0-1.0"
|
LICENSE="CC0-1.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
RESTRICT="binchecks mirror strip test"
|
||||||
|
|
||||||
arr_install() {
|
arr_install() {
|
||||||
local IFS=$'\n'
|
local IFS=$'\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user