public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/dfxml/
@ 2017-09-23  7:53 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-09-23  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     35f9397620e56656e4f0faa4e09a45192247e46b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 07:52:58 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 07:53:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f93976

dev-libs/dfxml: Add snapshot, fumble live ebuild.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-libs/dfxml/Manifest                                   |  1 +
 .../dfxml/{dfxml-999999.ebuild => dfxml-20170921.ebuild}  | 15 ++++++++-------
 .../dfxml/{dfxml-999999.ebuild => dfxml-99999999.ebuild}  |  4 ----
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-libs/dfxml/Manifest b/dev-libs/dfxml/Manifest
new file mode 100644
index 00000000000..1ca18a4b31f
--- /dev/null
+++ b/dev-libs/dfxml/Manifest
@@ -0,0 +1 @@
+DIST dfxml-20170921.tar.gz 163616 SHA256 f24bd6c149d07f9ed1089fc25afdab2451f6615e57d5f25529e8d2a59989bc18 SHA512 0885947aaf8efe639c13324413ef0cca49750027b48b434f226fb9fbfba494e84e245da879dc0d77b46bddc27798f7f5df12590fce47b096683034bbc61280e1 WHIRLPOOL b693966c0da1b228415b1416cd3a7a3c25212d0c29839054739aa3fb821a9b429166d8be3e1c58bdcacdacc25fc2c9664e3aadc8aa40c060ec11fc7ca865145d

diff --git a/dev-libs/dfxml/dfxml-999999.ebuild b/dev-libs/dfxml/dfxml-20170921.ebuild
similarity index 66%
copy from dev-libs/dfxml/dfxml-999999.ebuild
copy to dev-libs/dfxml/dfxml-20170921.ebuild
index 28bff01bc03..fa4fcd22ca6 100644
--- a/dev-libs/dfxml/dfxml-999999.ebuild
+++ b/dev-libs/dfxml/dfxml-20170921.ebuild
@@ -2,15 +2,15 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools git-r3
+inherit autotools
 
 DESCRIPTION="Digital Forensics XML"
 HOMEPAGE="https://github.com/simsong/dfxml"
-EGIT_REPO_URI="${HOMEPAGE}"
+SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/expat
@@ -21,16 +21,17 @@ RDEPEND="
 
 S=${WORKDIR}/${P}/src
 
+src_unpack() {
+	unpack ${A}
+	mv simsong-dfxml-* ${P} || die
+}
+
 src_prepare() {
 	default
 
 	eautoreconf
 }
 
-src_configure() {
-	econf $(use_with expat)
-}
-
 src_install() {
 	default
 

diff --git a/dev-libs/dfxml/dfxml-999999.ebuild b/dev-libs/dfxml/dfxml-99999999.ebuild
similarity index 91%
rename from dev-libs/dfxml/dfxml-999999.ebuild
rename to dev-libs/dfxml/dfxml-99999999.ebuild
index 28bff01bc03..1ec11d75492 100644
--- a/dev-libs/dfxml/dfxml-999999.ebuild
+++ b/dev-libs/dfxml/dfxml-99999999.ebuild
@@ -27,10 +27,6 @@ src_prepare() {
 	eautoreconf
 }
 
-src_configure() {
-	econf $(use_with expat)
-}
-
 src_install() {
 	default
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/dfxml/
@ 2017-09-23  7:53 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-09-23  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e4f73690316e7d9e1118715fea152db0b0fd65a7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 07:22:05 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 07:53:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f73690

dev-libs/dfxml: Initial commit.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-libs/dfxml/dfxml-999999.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
 dev-libs/dfxml/metadata.xml        |  7 +++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/dfxml/dfxml-999999.ebuild b/dev-libs/dfxml/dfxml-999999.ebuild
new file mode 100644
index 00000000000..28bff01bc03
--- /dev/null
+++ b/dev-libs/dfxml/dfxml-999999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools git-r3
+
+DESCRIPTION="Digital Forensics XML"
+HOMEPAGE="https://github.com/simsong/dfxml"
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+	dev-libs/expat
+"
+RDEPEND="
+	${DEPEND}
+"
+
+S=${WORKDIR}/${P}/src
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with expat)
+}
+
+src_install() {
+	default
+
+	insinto /usr/share/aclocal
+	doins dfxml_configure.m4
+}

diff --git a/dev-libs/dfxml/metadata.xml b/dev-libs/dfxml/metadata.xml
new file mode 100644
index 00000000000..825589988b4
--- /dev/null
+++ b/dev-libs/dfxml/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>netmon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/dfxml/
@ 2017-09-24 19:20 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-09-24 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a4bc32dcc7cd336b5e8c943817e268e370bb25
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 10:28:47 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 19:20:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a4bc32

dev-libs/dfxml: From dev-libs to app-forensics.

 dev-libs/dfxml/Manifest              |  1 -
 dev-libs/dfxml/dfxml-20170921.ebuild | 40 ------------------------------------
 dev-libs/dfxml/dfxml-99999999.ebuild | 35 -------------------------------
 dev-libs/dfxml/metadata.xml          |  7 -------
 4 files changed, 83 deletions(-)

diff --git a/dev-libs/dfxml/Manifest b/dev-libs/dfxml/Manifest
deleted file mode 100644
index 1ca18a4b31f..00000000000
--- a/dev-libs/dfxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dfxml-20170921.tar.gz 163616 SHA256 f24bd6c149d07f9ed1089fc25afdab2451f6615e57d5f25529e8d2a59989bc18 SHA512 0885947aaf8efe639c13324413ef0cca49750027b48b434f226fb9fbfba494e84e245da879dc0d77b46bddc27798f7f5df12590fce47b096683034bbc61280e1 WHIRLPOOL b693966c0da1b228415b1416cd3a7a3c25212d0c29839054739aa3fb821a9b429166d8be3e1c58bdcacdacc25fc2c9664e3aadc8aa40c060ec11fc7ca865145d

diff --git a/dev-libs/dfxml/dfxml-20170921.ebuild b/dev-libs/dfxml/dfxml-20170921.ebuild
deleted file mode 100644
index fa4fcd22ca6..00000000000
--- a/dev-libs/dfxml/dfxml-20170921.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Digital Forensics XML"
-HOMEPAGE="https://github.com/simsong/dfxml"
-SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/expat
-"
-RDEPEND="
-	${DEPEND}
-"
-
-S=${WORKDIR}/${P}/src
-
-src_unpack() {
-	unpack ${A}
-	mv simsong-dfxml-* ${P} || die
-}
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	insinto /usr/share/aclocal
-	doins dfxml_configure.m4
-}

diff --git a/dev-libs/dfxml/dfxml-99999999.ebuild b/dev-libs/dfxml/dfxml-99999999.ebuild
deleted file mode 100644
index 1ec11d75492..00000000000
--- a/dev-libs/dfxml/dfxml-99999999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools git-r3
-
-DESCRIPTION="Digital Forensics XML"
-HOMEPAGE="https://github.com/simsong/dfxml"
-EGIT_REPO_URI="${HOMEPAGE}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
-	dev-libs/expat
-"
-RDEPEND="
-	${DEPEND}
-"
-
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	insinto /usr/share/aclocal
-	doins dfxml_configure.m4
-}

diff --git a/dev-libs/dfxml/metadata.xml b/dev-libs/dfxml/metadata.xml
deleted file mode 100644
index 825589988b4..00000000000
--- a/dev-libs/dfxml/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>netmon@gentoo.org</email>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-24 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23  7:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/dfxml/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2017-09-23  7:53 Jeroen Roovers
2017-09-24 19:20 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox