* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lzfse/
@ 2024-06-12 22:40 Dale Sweeney
0 siblings, 0 replies; 3+ messages in thread
From: Dale Sweeney @ 2024-06-12 22:40 UTC (permalink / raw
To: gentoo-commits
commit: fe805ad74dbf521b97757a9012de189c814dbdb0
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Wed Jun 12 22:39:48 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Wed Jun 12 22:39:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe805ad7
dev-libs/lzfse: Add metadata.xml
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
dev-libs/lzfse/metadata.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dev-libs/lzfse/metadata.xml b/dev-libs/lzfse/metadata.xml
new file mode 100644
index 000000000..5267f2fc0
--- /dev/null
+++ b/dev-libs/lzfse/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Dale Sweeney</name>
+ <email>agooglygooglr@gmail.com</email>
+ </maintainer>
+ <longdescription>
+ LZFSE compression library and command line tool.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">lzfse/lzfse</remote-id>
+ <bugs-to>https://github.com/lzfse/lzfse/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lzfse/
@ 2024-06-13 2:26 Dale Sweeney
0 siblings, 0 replies; 3+ messages in thread
From: Dale Sweeney @ 2024-06-13 2:26 UTC (permalink / raw
To: gentoo-commits
commit: b8afeb4470dfd754a0d41f30321760c32d0bda88
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Thu Jun 13 02:22:23 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Thu Jun 13 02:22:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8afeb44
dev-libs/lzfse: Fix destdir of ebuild
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
dev-libs/lzfse/lzfse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/lzfse/lzfse-9999.ebuild b/dev-libs/lzfse/lzfse-9999.ebuild
index 506cf0166..8332d6e23 100644
--- a/dev-libs/lzfse/lzfse-9999.ebuild
+++ b/dev-libs/lzfse/lzfse-9999.ebuild
@@ -12,5 +12,5 @@ LICENSE="BSD"
SLOT="0"
src_install() {
- emake INSTALL_PREFIX=${D}/usr install
+ emake INSTALL_PREFIX=${ED}/usr install
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lzfse/
@ 2024-06-13 19:19 Dale Sweeney
0 siblings, 0 replies; 3+ messages in thread
From: Dale Sweeney @ 2024-06-13 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 6741bd510fbae56741d05f59445803401456846a
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Thu Jun 13 19:18:14 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Thu Jun 13 19:18:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6741bd51
dev-libs/lzfse: Fix QA issues in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
dev-libs/lzfse/lzfse-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/lzfse/lzfse-9999.ebuild b/dev-libs/lzfse/lzfse-9999.ebuild
index 8332d6e23..184e83ef5 100644
--- a/dev-libs/lzfse/lzfse-9999.ebuild
+++ b/dev-libs/lzfse/lzfse-9999.ebuild
@@ -8,9 +8,10 @@ inherit git-r3
EGIT_REPO_URI="https://github.com/lzfse/lzfse"
DESCRIPTION="LZFSE compression library and command line tool."
+HOMEPAGE="https://github.com/lzfse/lzfse"
LICENSE="BSD"
SLOT="0"
src_install() {
- emake INSTALL_PREFIX=${ED}/usr install
+ emake INSTALL_PREFIX="${ED}"/usr install
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-13 19:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 22:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lzfse/ Dale Sweeney
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 2:26 Dale Sweeney
2024-06-13 19:19 Dale Sweeney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox