Compare commits
No commits in common. "6c66a851ebe3fd95f02a81cfa309fbd087042ae1" and "e05ecf2356c425f2bbf93811ebbcdd30ea4a93bc" have entirely different histories.
6c66a851eb
...
e05ecf2356
1
app-emacs/plz/Manifest
Normal file
1
app-emacs/plz/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST plz-0.7.tar.gz 105630 BLAKE2B 882e5141d6e069da3c7b32706e459e5bcc71abb1277be39162310cde413784202d21bae4bbf8b61f2b72c0edf71ef7b4615685246be17905bbabc9626a2035d6 SHA512 f3300843d30e4b219e4c3f9e898f99f1f3987c73195fdd40a9022c0ac7e09ac25f217adf619b61fb36e2a4d0ea494f5546226e2d1dd85514d1b111f769b7f5ef
|
1
app-emacs/plz/files/50plz-gentoo.el
Normal file
1
app-emacs/plz/files/50plz-gentoo.el
Normal file
@ -0,0 +1 @@
|
|||||||
|
(add-to-list 'load-path "@SITELISP@")
|
11
app-emacs/plz/metadata.xml
Normal file
11
app-emacs/plz/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>nuclearspace@gmail.com</email>
|
||||||
|
<name>Dima Akater</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">alphapapa/plz.el</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
41
app-emacs/plz/plz-0.7.ebuild
Normal file
41
app-emacs/plz/plz-0.7.ebuild
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
NEED_EMACS="26.3"
|
||||||
|
|
||||||
|
inherit elisp
|
||||||
|
|
||||||
|
DESCRIPTION="An HTTP library for Emacs"
|
||||||
|
HOMEPAGE="https://github.com/alphapapa/plz.el"
|
||||||
|
|
||||||
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/alphapapa/plz.el.git"
|
||||||
|
else
|
||||||
|
MY_PN="${PN}.el"
|
||||||
|
SRC_URI="https://github.com/alphapapa/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
# Tests find files git and patching them to work without is too burdensome
|
||||||
|
RESTRICT="test"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="net-misc/curl"
|
||||||
|
|
||||||
|
SITEFILE="50${PN}-gentoo.el"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
elisp_src_install
|
||||||
|
doinfo plz.info
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
emake test
|
||||||
|
}
|
41
app-emacs/plz/plz-9999.ebuild
Normal file
41
app-emacs/plz/plz-9999.ebuild
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
NEED_EMACS="26.3"
|
||||||
|
|
||||||
|
inherit elisp
|
||||||
|
|
||||||
|
DESCRIPTION="An HTTP library for Emacs"
|
||||||
|
HOMEPAGE="https://github.com/alphapapa/plz.el"
|
||||||
|
|
||||||
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/alphapapa/plz.el.git"
|
||||||
|
else
|
||||||
|
MY_PN="${PN}.el"
|
||||||
|
SRC_URI="https://github.com/alphapapa/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
# Tests find files git and patching them to work without is too burdensome
|
||||||
|
RESTRICT="test"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="net-misc/curl"
|
||||||
|
|
||||||
|
SITEFILE="50${PN}-gentoo.el"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
elisp_src_install
|
||||||
|
doinfo plz.info
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
emake test
|
||||||
|
}
|
1
app-emacs/svg-lib/Manifest
Normal file
1
app-emacs/svg-lib/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST svg-lib-0.2.7.tar 1095680 BLAKE2B c94a20a7494b12b4c3bb09527d11b68b74688d53578f505fc56b9c2c796c99ba791e564c239e1b3bb0ba4a5afa93fcecc30b2b1c6ac3d22a11408109a9eca87d SHA512 8c92469c4711c75a4553dee256f86869b17bdb5d6569309e0224998abbcaa4e7f7515ab31dcfafac4e8714beba1e794fa61d04b6cee40dabd7467df4a0982e9b
|
1
app-emacs/svg-lib/files/50svg-lib-gentoo.el
Normal file
1
app-emacs/svg-lib/files/50svg-lib-gentoo.el
Normal file
@ -0,0 +1 @@
|
|||||||
|
(add-to-list 'load-path "@SITELISP@")
|
7
app-emacs/svg-lib/metadata.xml
Normal file
7
app-emacs/svg-lib/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">rougier/svg-lib</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
26
app-emacs/svg-lib/svg-lib-0.2.7.ebuild
Normal file
26
app-emacs/svg-lib/svg-lib-0.2.7.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
NEED_EMACS="27.1"
|
||||||
|
|
||||||
|
inherit elisp
|
||||||
|
|
||||||
|
DESCRIPTION="Emacs SVG libraries for creatings tags, icons and bars"
|
||||||
|
HOMEPAGE="https://github.com/rougier/svg-lib"
|
||||||
|
|
||||||
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/rougier/svg-lib"
|
||||||
|
else
|
||||||
|
SRC_URI="https://elpa.gnu.org/packages/svg-lib-${PV}.tar"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
SITEFILE="50${PN}-gentoo.el"
|
26
app-emacs/svg-lib/svg-lib-9999.ebuild
Normal file
26
app-emacs/svg-lib/svg-lib-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
NEED_EMACS="27.1"
|
||||||
|
|
||||||
|
inherit elisp
|
||||||
|
|
||||||
|
DESCRIPTION="Emacs SVG libraries for creatings tags, icons and bars"
|
||||||
|
HOMEPAGE="https://github.com/rougier/svg-lib"
|
||||||
|
|
||||||
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/rougier/svg-lib"
|
||||||
|
else
|
||||||
|
SRC_URI="https://elpa.gnu.org/packages/svg-lib-${PV}.tar -> ${P}.tar"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
SITEFILE="50${PN}-gentoo.el"
|
Loading…
Reference in New Issue
Block a user