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

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

app-forensics/pasco: EAPI6 cleanup

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-forensics/pasco/pasco-20040505_p1-r1.ebuild | 32 -
 1 file changed, 32 deletions(-)

diff --git a/app-forensics/pasco/pasco-20040505_p1-r1.ebuild 
b/app-forensics/pasco/pasco-20040505_p1-r1.ebuild
deleted file mode 100644
index 848aa78cff30..
--- a/app-forensics/pasco/pasco-20040505_p1-r1.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 Activity 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/pasco/

2023-06-09 Thread Sam James
commit: 5b8a29dcf518e0757cf54827d6145e5773655892
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 04:19:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 04:19:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8a29dc

app-forensics/pasco: Stabilize 20040505_p1-r2 x86, #908190

Signed-off-by: Sam James  gentoo.org>

 app-forensics/pasco/pasco-20040505_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/pasco/pasco-20040505_p1-r2.ebuild 
b/app-forensics/pasco/pasco-20040505_p1-r2.ebuild
index b1e7a5ee7fd1..fa40b7222c99 100644
--- a/app-forensics/pasco/pasco-20040505_p1-r2.ebuild
+++ b/app-forensics/pasco/pasco-20040505_p1-r2.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/pasco/

2023-05-08 Thread Conrad Kostecki
commit: 4b2f72d8928dce445a04881cb68984b3a0bf461d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun May  7 15:04:18 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:40:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2f72d8

app-forensics/pasco: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-forensics/pasco/pasco-20040505_p1-r2.ebuild | 31 +
 1 file changed, 31 insertions(+)

diff --git a/app-forensics/pasco/pasco-20040505_p1-r2.ebuild 
b/app-forensics/pasco/pasco-20040505_p1-r2.ebuild
new file mode 100644
index ..b1e7a5ee7fd1
--- /dev/null
+++ b/app-forensics/pasco/pasco-20040505_p1-r2.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 Activity 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/pasco/

2017-12-29 Thread David Seifert
commit: ded230cfc7fbbdebaac54cb24ddad276a8a6ed8c
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 22:28:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 22:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded230cf

app-forensics/pasco: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-forensics/pasco/pasco-20040505_p1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-forensics/pasco/pasco-20040505_p1.ebuild 
b/app-forensics/pasco/pasco-20040505_p1.ebuild
deleted file mode 100644
index 99f64ec6b6f..000
--- a/app-forensics/pasco/pasco-20040505_p1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-MY_P=${PN}_${PV/_p/_}
-DESCRIPTION="IE Activity 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_compile() {
-   cd src
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o pasco pasco.c -lm -lc || die 
"failed to compile"
-}
-
-src_install() {
-   dobin src/pasco
-}



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

2017-12-29 Thread David Seifert
commit: da92b2be0f8d7d40b0da2573c2336bd9ca61c547
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 22:27:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 22:33:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da92b2be

app-forensics/pasco: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...co-20040505_p1-Wimplicit-function-declaration.patch | 10 ++
 .../files/pasco-20040505_p1-fix-build-system.patch | 12 
 app-forensics/pasco/pasco-20040505_p1-r1.ebuild| 18 --
 3 files changed, 34 insertions(+), 6 deletions(-)

diff --git 
a/app-forensics/pasco/files/pasco-20040505_p1-Wimplicit-function-declaration.patch
 
b/app-forensics/pasco/files/pasco-20040505_p1-Wimplicit-function-declaration.patch
new file mode 100644
index 000..22acc9edd9f
--- /dev/null
+++ 
b/app-forensics/pasco/files/pasco-20040505_p1-Wimplicit-function-declaration.patch
@@ -0,0 +1,10 @@
+--- a/pasco.c
 b/pasco.c
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ //
+ /* This is the default block size for an activity record */

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

diff --git a/app-forensics/pasco/pasco-20040505_p1-r1.ebuild 
b/app-forensics/pasco/pasco-20040505_p1-r1.ebuild
index a924a60da63..848aa78cff3 100644
--- a/app-forensics/pasco/pasco-20040505_p1-r1.ebuild
+++ b/app-forensics/pasco/pasco-20040505_p1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs
 
@@ -10,17 +10,23 @@ MY_P=${PN}_${PV/_p/_}
 DESCRIPTION="IE Activity Parser"
 HOMEPAGE="https://sourceforge.net/projects/odessa/;
 SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
-S="${WORKDIR}/${MY_P}/src"
+S=${WORKDIR}/${MY_P}/src
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-build-system.patch
+   "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
 
-src_compile() {
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c -lm -lc || die 
"failed to compile"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
dobin ${PN}
+   dodoc ../{CHANGES,Readme.txt}
 }



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

2017-08-11 Thread Michał Górny
commit: fa53046c47b3f2347bdd654bdc296f08eff4885d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 17:30:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 17:37:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa53046c

app-forensics/pasco: Remove forensics@ project, #626500

 app-forensics/pasco/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-forensics/pasco/metadata.xml b/app-forensics/pasco/metadata.xml
index c80881e075d..aa3597556ef 100644
--- a/app-forensics/pasco/metadata.xml
+++ b/app-forensics/pasco/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   forens...@gentoo.org
-   Gentoo Forensics Project
-   
+   

odessa