mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Merge updates from master
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -6,7 +6,7 @@ EAPI=7
|
|||||||
MY_P="CUSTOMRESCUECD-x86"
|
MY_P="CUSTOMRESCUECD-x86"
|
||||||
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
||||||
SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
|
SRC_URI="https://downloads.sourceforge.net/customrescuecd/"${MY_P}"-"${PV}".iso"
|
||||||
|
|
||||||
S=${WORKDIR}
|
S=${WORKDIR}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -6,7 +6,7 @@ EAPI=7
|
|||||||
MY_P="CUSTOMRESCUECD-x86_64"
|
MY_P="CUSTOMRESCUECD-x86_64"
|
||||||
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
||||||
SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
|
SRC_URI="https://downloads.sourceforge.net/customrescuecd/"${MY_P}"-"${PV}".iso"
|
||||||
|
|
||||||
S=${WORKDIR}
|
S=${WORKDIR}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -6,7 +6,7 @@ EAPI=7
|
|||||||
MY_P="CUSTOMRESCUECD-x86_64"
|
MY_P="CUSTOMRESCUECD-x86_64"
|
||||||
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
||||||
SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
|
SRC_URI="https://downloads.sourceforge.net/customrescuecd/"${MY_P}"-"${PV}".iso"
|
||||||
|
|
||||||
S=${WORKDIR}
|
S=${WORKDIR}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
# also on sourceforge but the unpacked name is irregular
|
# also on sourceforge but the unpacked name is irregular
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
# SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
# also on sourceforge but the unpacked name is irregular
|
# also on sourceforge but the unpacked name is irregular
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
# SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
# also on sourceforge but the unpacked name is irregular
|
# also on sourceforge but the unpacked name is irregular
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
# SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
# also on sourceforge but the unpacked name is irregular
|
# also on sourceforge but the unpacked name is irregular
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
# SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
# also on sourceforge but the unpacked name is irregular
|
# also on sourceforge but the unpacked name is irregular
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
# SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -10,12 +10,12 @@ DESCRIPTION="Free cross platform open source file manager with two panels side b
|
|||||||
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
||||||
|
|
||||||
SRC_URI="amd64? (
|
SRC_URI="amd64? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt.x86_64.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.qt.x86_64.tar.xz )
|
||||||
)
|
)
|
||||||
x86? (
|
x86? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt.i386.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV}.qt.i386.tar.xz )
|
||||||
)"
|
)"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}"
|
S="${WORKDIR}/${MY_PN}"
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ DESCRIPTION="Free cross platform open source file manager with two panels side b
|
|||||||
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
||||||
|
|
||||||
SRC_URI="amd64? (
|
SRC_URI="amd64? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz )
|
||||||
)
|
)
|
||||||
x86? (
|
x86? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz )
|
||||||
)"
|
)"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}"
|
S="${WORKDIR}/${MY_PN}"
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ DESCRIPTION="Free cross platform open source file manager with two panels side b
|
|||||||
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
HOMEPAGE="https://doublecmd.sourceforge.io/"
|
||||||
|
|
||||||
SRC_URI="amd64? (
|
SRC_URI="amd64? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz )
|
||||||
)
|
)
|
||||||
x86? (
|
x86? (
|
||||||
gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz )
|
gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz )
|
||||||
qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz )
|
qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz )
|
||||||
)"
|
)"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}"
|
S="${WORKDIR}/${MY_PN}"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ NM="openoffice"
|
|||||||
NM1="${NM}-brand"
|
NM1="${NM}-brand"
|
||||||
NM2="${NM}4"
|
NM2="${NM}4"
|
||||||
NM3="${NM2}.$(ver_cut 2-3)"
|
NM3="${NM2}.$(ver_cut 2-3)"
|
||||||
FILEPATH="mirror://sourceforge/openofficeorg.mirror"
|
FILEPATH="https://downloads.sourceforge.net/openofficeorg.mirror"
|
||||||
if [ "${ARCH}" = "amd64" ] ; then
|
if [ "${ARCH}" = "amd64" ] ; then
|
||||||
XARCH="x86_64"
|
XARCH="x86_64"
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -7,7 +7,7 @@ inherit flag-o-matic
|
|||||||
|
|
||||||
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
|
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
|
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/XQilla-${PV}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/XQilla-${PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
|
|
||||||
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
|
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
|
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/XQilla-${PV}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/XQilla-${PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ inherit distutils-r1
|
|||||||
DESCRIPTION="A python wrapper for Gnuplot"
|
DESCRIPTION="A python wrapper for Gnuplot"
|
||||||
HOMEPAGE="https://gnuplot-py.sourceforge.net/"
|
HOMEPAGE="https://gnuplot-py.sourceforge.net/"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
mirror://sourceforge/${PN}/${MYP}.tar.gz
|
https://downloads.sourceforge.net/${PN}/${MYP}.tar.gz
|
||||||
mirror://debian/pool/main/p/${MYPN}/${MYPN}_${PV//_p/-}.debian.tar.xz
|
mirror://debian/pool/main/p/${MYPN}/${MYPN}_${PV//_p/-}.debian.tar.xz
|
||||||
"
|
"
|
||||||
S="${WORKDIR}/${MYP}"
|
S="${WORKDIR}/${MYP}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -7,7 +7,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git"
|
EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git"
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -7,7 +7,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git"
|
EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git"
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ DESCRIPTION="BlockOut II is an adaptation of the original Blockout DOS game"
|
|||||||
|
|
||||||
HOMEPAGE="http://www.blockout.net/blockout2"
|
HOMEPAGE="http://www.blockout.net/blockout2"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
mirror://sourceforge/blockout/bl25-src.tar.gz
|
https://downloads.sourceforge.net/blockout/bl25-src.tar.gz
|
||||||
mirror://sourceforge/blockout/bl25-linux-x86.tar.gz"
|
https://downloads.sourceforge.net/blockout/bl25-linux-x86.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
|
|
||||||
IUSE="+presets +midimaps +nls doc"
|
IUSE="+presets +midimaps +nls doc"
|
||||||
MY_P="6PM_v${PV}"
|
MY_P="6PM_v${PV}"
|
||||||
SRC_URI="mirror://sourceforge/project/mv-6pm/${MY_P}.tgz -> ${P}.tgz"
|
SRC_URI="https://downloads.sourceforge.net/project/mv-6pm/${MY_P}.tgz -> ${P}.tgz"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -7,7 +7,7 @@ inherit qmake-utils
|
|||||||
|
|
||||||
DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth"
|
DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/add64/ http://linuxsynths.com/Add64PatchesDemos/add64.html"
|
HOMEPAGE="https://sourceforge.net/projects/add64/ http://linuxsynths.com/Add64PatchesDemos/add64.html"
|
||||||
SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/project/add64/Add64-${PV}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# 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
|
||||||
@@ -10,7 +10,7 @@ HOMEPAGE="
|
|||||||
https://sourceforge.net/projects/add64/
|
https://sourceforge.net/projects/add64/
|
||||||
http://linuxsynths.com/Add64PatchesDemos/add64.html
|
http://linuxsynths.com/Add64PatchesDemos/add64.html
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/project/add64/Add64-${PV}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -7,7 +7,7 @@ inherit systemd
|
|||||||
|
|
||||||
DESCRIPTION="High performance image server for high resolution and scientific images"
|
DESCRIPTION="High performance image server for high resolution and scientific images"
|
||||||
HOMEPAGE="https://iipimage.sourceforge.io"
|
HOMEPAGE="https://iipimage.sourceforge.io"
|
||||||
SRC_URI="mirror://sourceforge/iipimage/IIP%20Server/${P}/${P}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/iipimage/IIP%20Server/${P}/${P}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -10,7 +10,7 @@ inherit autotools desktop git-r3 python-single-r1
|
|||||||
|
|
||||||
DESCRIPTION="LinuxCNC"
|
DESCRIPTION="LinuxCNC"
|
||||||
HOMEPAGE="http://linuxcnc.org/"
|
HOMEPAGE="http://linuxcnc.org/"
|
||||||
#SRC_URI="mirror://sourceforge/gentoocnc/distfiles/${P}.tar.gz"
|
#SRC_URI="https://downloads.sourceforge.net/gentoocnc/distfiles/${P}.tar.gz"
|
||||||
#SRC_URI="https://github.com/LinuxCNC/linuxcnc/archive/2.7.zip"
|
#SRC_URI="https://github.com/LinuxCNC/linuxcnc/archive/2.7.zip"
|
||||||
EGIT_REPO_URI="https://github.com/LinuxCNC/linuxcnc.git https://gitclone.com/github.com/LinuxCNC/linuxcnc.git"
|
EGIT_REPO_URI="https://github.com/LinuxCNC/linuxcnc.git https://gitclone.com/github.com/LinuxCNC/linuxcnc.git"
|
||||||
S="${WORKDIR}"/linuxcnc-9999/src
|
S="${WORKDIR}"/linuxcnc-9999/src
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -9,7 +9,7 @@ inherit edo
|
|||||||
|
|
||||||
DESCRIPTION="Graphical viewer for GNU ddrescue mapfiles"
|
DESCRIPTION="Graphical viewer for GNU ddrescue mapfiles"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/ddrescueview/"
|
HOMEPAGE="https://sourceforge.net/projects/ddrescueview/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
|
||||||
|
|
||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user