* [gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/
@ 2023-06-10 4:20 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-10 4:20 UTC (permalink / raw
To: gentoo-commits
commit: 96cd12d2afaa738a4223d8005027302c3462700c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 04:19:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 04:19:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cd12d2
app-forensics/galleta: Stabilize 20040505_p1-r1 x86, #908191
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-forensics/galleta/galleta-20040505_p1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-forensics/galleta/galleta-20040505_p1-r1.ebuild b/app-forensics/galleta/galleta-20040505_p1-r1.ebuild
index bea1416ab5a9..6125303a4df7 100644
--- a/app-forensics/galleta/galleta-20040505_p1-r1.ebuild
+++ b/app-forensics/galleta/galleta-20040505_p1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}/src"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
PATCHES=(
"${FILESDIR}"/${P}-fix-build-system.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/
@ 2023-08-15 22:42 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-08-15 22:42 UTC (permalink / raw
To: gentoo-commits
commit: f54a8d7221fc898f0e55288f355e50181d3dad32
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 15 15:43:27 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 22:42:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54a8d72
app-forensics/galleta: EAPI6 cleanup
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-forensics/galleta/galleta-20040505_p1.ebuild | 32 ------------------------
1 file changed, 32 deletions(-)
diff --git a/app-forensics/galleta/galleta-20040505_p1.ebuild b/app-forensics/galleta/galleta-20040505_p1.ebuild
deleted file mode 100644
index 9192b6bdb8cb..000000000000
--- a/app-forensics/galleta/galleta-20040505_p1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P=${PN}_${PV/_p/_}
-
-DESCRIPTION="IE Cookie Parser"
-HOMEPAGE="https://sourceforge.net/projects/odessa/"
-SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}/src
-PATCHES=(
- "${FILESDIR}"/${P}-fix-build-system.patch
- "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
-)
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- dodoc ../{CHANGES,Readme.txt}
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/
@ 2023-05-08 18:41 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-05-08 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 3bd854929d0bdb1b0f0480dec8b3b65a2efa5b91
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 7 15:02:53 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 8 18:39:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd85492
app-forensics/galleta: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../galleta/galleta-20040505_p1-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/app-forensics/galleta/galleta-20040505_p1-r1.ebuild b/app-forensics/galleta/galleta-20040505_p1-r1.ebuild
new file mode 100644
index 000000000000..bea1416ab5a9
--- /dev/null
+++ b/app-forensics/galleta/galleta-20040505_p1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P="${PN}_${PV/_p/_}"
+
+DESCRIPTION="IE Cookie Parser"
+HOMEPAGE="https://sourceforge.net/projects/odessa/"
+SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/src"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-fix-build-system.patch
+ "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc ../{CHANGES,Readme.txt}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/
@ 2017-08-11 17:38 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-08-11 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 874c38e22d0b3283398f9221e7390f18839341b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 17:30:42 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:37:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874c38e2
app-forensics/galleta: Remove forensics@ project, #626500
app-forensics/galleta/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-forensics/galleta/metadata.xml b/app-forensics/galleta/metadata.xml
index c80881e075d..aa3597556ef 100644
--- a/app-forensics/galleta/metadata.xml
+++ b/app-forensics/galleta/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>forensics@gentoo.org</email>
- <name>Gentoo Forensics Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">odessa</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-15 22:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 4:20 [gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-08-15 22:42 Conrad Kostecki
2023-05-08 18:41 Conrad Kostecki
2017-08-11 17:38 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox