[gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/

2023-08-15 Thread Conrad Kostecki
commit: f54a8d7221fc898f0e55288f355e50181d3dad32
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 15 15:43:27 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 15 22:42:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54a8d72

app-forensics/galleta: EAPI6 cleanup

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  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..
--- 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}
-}



[gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/

2023-06-09 Thread Sam James
commit: 96cd12d2afaa738a4223d8005027302c3462700c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 04:19:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 04:19:06 2023 +
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  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



[gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/

2023-05-08 Thread Conrad Kostecki
commit: 3bd854929d0bdb1b0f0480dec8b3b65a2efa5b91
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun May  7 15:02:53 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:39:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd85492

app-forensics/galleta: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  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 ..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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/, app-forensics/galleta/files/

2017-12-29 Thread David Seifert
commit: 815909f0ea4fb03f9ce91e8738e84843c574bb50
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 22:18:15 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 22:33:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815909f0

app-forensics/galleta: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...20040505_p1-Wimplicit-function-declaration.patch | 11 +++
 .../galleta-20040505_p1-fix-build-system.patch  | 12 
 app-forensics/galleta/galleta-20040505_p1.ebuild| 21 ++---
 3 files changed, 37 insertions(+), 7 deletions(-)

diff --git 
a/app-forensics/galleta/files/galleta-20040505_p1-Wimplicit-function-declaration.patch
 
b/app-forensics/galleta/files/galleta-20040505_p1-Wimplicit-function-declaration.patch
new file mode 100644
index 000..396739d358f
--- /dev/null
+++ 
b/app-forensics/galleta/files/galleta-20040505_p1-Wimplicit-function-declaration.patch
@@ -0,0 +1,11 @@
+--- a/galleta.c
 b/galleta.c
+@@ -35,6 +35,8 @@
+ #include 
+ #include 
+ #include 
++#include 
++#include 
+ 
+ #define STRSIZE   1000
+ 

diff --git 
a/app-forensics/galleta/files/galleta-20040505_p1-fix-build-system.patch 
b/app-forensics/galleta/files/galleta-20040505_p1-fix-build-system.patch
new file mode 100644
index 000..125643c894d
--- /dev/null
+++ b/app-forensics/galleta/files/galleta-20040505_p1-fix-build-system.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,6 @@
+-all: install
++LDLIBS += -lm 
+ 
+-install:  galleta.c
+-  gcc -o galleta galleta.c -lm -lc;cp galleta ../bin
++all: galleta
+ 
+ installwin:  galleta.c
+   gcc -DCYGWIN -o galleta.exe galleta.c -lm -lc;cp galleta.exe ../bin

diff --git a/app-forensics/galleta/galleta-20040505_p1.ebuild 
b/app-forensics/galleta/galleta-20040505_p1.ebuild
index 890ad5ab0d3..9192b6bdb8c 100644
--- a/app-forensics/galleta/galleta-20040505_p1.ebuild
+++ b/app-forensics/galleta/galleta-20040505_p1.ebuild
@@ -1,25 +1,32 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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}
+S=${WORKDIR}/${MY_P}/src
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-build-system.patch
+   "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
 
-src_compile() {
-   cd src
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o galleta galleta.c -lm -lc || die 
"failed to compile"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dodoc Readme.txt
-   dobin src/galleta
+   dobin ${PN}
+   dodoc ../{CHANGES,Readme.txt}
 }



[gentoo-commits] repo/gentoo:master commit in: app-forensics/galleta/

2017-08-11 Thread Michał Górny
commit: 874c38e22d0b3283398f9221e7390f18839341b2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 17:30:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 17:37:56 2017 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   forens...@gentoo.org
-   Gentoo Forensics Project
-   
+   

odessa