* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2011-07-12 8:58 Naohiro Aota
0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota @ 2011-07-12 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 1f1cc0185457f1a2b3dd1a2d7798342a59a945e2
Author: Naohiro Aota <naota <AT> elisp <DOT> net>
AuthorDate: Sun Jul 10 15:01:24 2011 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 15:01:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1f1cc018
New ebuild sys-fs/extcarve
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key B487B8C0)
---
sys-fs/extcarve/ChangeLog | 10 +++++++++
sys-fs/extcarve/extcarve-0.5.ebuild | 38 +++++++++++++++++++++++++++++++++++
sys-fs/extcarve/metadata.xml | 8 +++++++
3 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/sys-fs/extcarve/ChangeLog b/sys-fs/extcarve/ChangeLog
new file mode 100644
index 0000000..8eb1eda
--- /dev/null
+++ b/sys-fs/extcarve/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-fs/extcarve
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*extcarve-0.5 (10 Jul 2011)
+
+ 10 Jul 2011; Naohiro Aota <naota@gentoo.org> +extcarve-0.5.ebuild,
+ +metadata.xml:
+ New ebuild sys-fs/extcarve
+
diff --git a/sys-fs/extcarve/extcarve-0.5.ebuild b/sys-fs/extcarve/extcarve-0.5.ebuild
new file mode 100644
index 0000000..27bd4ba
--- /dev/null
+++ b/sys-fs/extcarve/extcarve-0.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+
+DESCRIPTION="Tool to recover deleted files"
+HOMEPAGE="http://www.giis.co.in/giis/"
+SRC_URI="http://www.giis.co.in/giis/${MY_P}.tar"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+ sed -i \
+ -e '/^CFLAGS/d' \
+ -e 's/LDFLAGS =/LDFLAGS +=/' \
+ -e "s:gcc:$(tc-getCC):" \
+ -e 's:$(LDFLAGS) src/extcarve.c:src/extcarve.c $(LDFLAGS):' \
+ Makefile || die
+}
+
+src_install() {
+ dobin extcarve
+ dodoc README HOWTO_CUSTOMIZE
+}
diff --git a/sys-fs/extcarve/metadata.xml b/sys-fs/extcarve/metadata.xml
new file mode 100644
index 0000000..27592fe
--- /dev/null
+++ b/sys-fs/extcarve/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>naota@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2011-07-25 15:23 Naohiro Aota
0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota @ 2011-07-25 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 9e1d590d476a89b04747acc2b763dc1fd8ce54d9
Author: Naohiro Aota <naota <AT> elisp <DOT> net>
AuthorDate: Mon Jul 25 15:22:48 2011 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:22:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9e1d590d
Version bump
(Portage version: 2.2.0_alpha46/git/Linux x86_64, signed Manifest commit with key B487B8C0)
---
sys-fs/extcarve/ChangeLog | 6 ++++++
.../{extcarve-0.5.ebuild => extcarve-0.7.ebuild} | 0
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sys-fs/extcarve/ChangeLog b/sys-fs/extcarve/ChangeLog
index 8eb1eda..807b8e1 100644
--- a/sys-fs/extcarve/ChangeLog
+++ b/sys-fs/extcarve/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*extcarve-0.7 (25 Jul 2011)
+
+ 25 Jul 2011; Naohiro Aota <naota@gentoo.org> -extcarve-0.5.ebuild,
+ +extcarve-0.7.ebuild:
+ Version bump
+
*extcarve-0.5 (10 Jul 2011)
10 Jul 2011; Naohiro Aota <naota@gentoo.org> +extcarve-0.5.ebuild,
diff --git a/sys-fs/extcarve/extcarve-0.5.ebuild b/sys-fs/extcarve/extcarve-0.7.ebuild
similarity index 100%
rename from sys-fs/extcarve/extcarve-0.5.ebuild
rename to sys-fs/extcarve/extcarve-0.7.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 8b8d13ee84968a5c4a7a7391339f6ebf4899aa87
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 18:00:58 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 18:00:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8b8d13ee
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sys-fs/extcarve/ChangeLog | 3 +++
sys-fs/extcarve/metadata.xml | 7 +++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sys-fs/extcarve/ChangeLog b/sys-fs/extcarve/ChangeLog
index 807b8e1..ca3746f 100644
--- a/sys-fs/extcarve/ChangeLog
+++ b/sys-fs/extcarve/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
*extcarve-0.7 (25 Jul 2011)
25 Jul 2011; Naohiro Aota <naota@gentoo.org> -extcarve-0.5.ebuild,
diff --git a/sys-fs/extcarve/metadata.xml b/sys-fs/extcarve/metadata.xml
index 27592fe..8a0d67b 100644
--- a/sys-fs/extcarve/metadata.xml
+++ b/sys-fs/extcarve/metadata.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>naota@gentoo.org</email>
-</maintainer>
+ <maintainer>
+ <email>naota@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2011-11-10 8:24 Naohiro Aota
0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota @ 2011-11-10 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 94d7388d5cfa0f363c32adc6ea31af2cc5ba9f11
Author: Naohiro Aota <naota <AT> elisp <DOT> net>
AuthorDate: Thu Nov 10 08:24:28 2011 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 08:24:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=94d7388d
Version bump.
(Portage version: 2.2.0_alpha71/git/Linux x86_64, signed Manifest commit with key B487B8C0)
---
sys-fs/extcarve/ChangeLog | 5 ++++
sys-fs/extcarve/extcarve-1.2.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/sys-fs/extcarve/ChangeLog b/sys-fs/extcarve/ChangeLog
index ca3746f..7c9fa66 100644
--- a/sys-fs/extcarve/ChangeLog
+++ b/sys-fs/extcarve/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*extcarve-1.2 (10 Nov 2011)
+
+ 10 Nov 2011; Naohiro Aota <naota@gentoo.org> +extcarve-1.2.ebuild:
+ Version bump.
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sys-fs/extcarve/extcarve-1.2.ebuild b/sys-fs/extcarve/extcarve-1.2.ebuild
new file mode 100644
index 0000000..f101d7f
--- /dev/null
+++ b/sys-fs/extcarve/extcarve-1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+
+DESCRIPTION="Tool to recover deleted files"
+HOMEPAGE="http://www.giis.co.in/giis/"
+SRC_URI="http://www.giis.co.in/giis/${MY_P}.tar"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_prepare() {
+ sed -i \
+ -e '/^CFLAGS/d' \
+ -e 's/LDFLAGS =/LDFLAGS +=/' \
+ -e "s:gcc:$(tc-getCC):" \
+ -e 's:$(LDFLAGS) src/extcarve.c:src/extcarve.c $(LDFLAGS):' \
+ Makefile || die
+}
+
+src_install() {
+ dobin extcarve
+ dodoc README HOWTO_CUSTOMIZE
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2011-11-28 7:49 Naohiro Aota
0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota @ 2011-11-28 7:49 UTC (permalink / raw
To: gentoo-commits
commit: e7e6147c8a980468ac29ac171c9e2441625acda7
Author: Naohiro Aota <naota <AT> elisp <DOT> net>
AuthorDate: Mon Nov 28 07:46:26 2011 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 07:46:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e7e6147c
Version bumped.
(Portage version: 2.2.0_alpha75/git/Linux x86_64, signed Manifest commit with key F8551514)
---
sys-fs/extcarve/ChangeLog | 5 ++++
sys-fs/extcarve/extcarve-1.3.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/sys-fs/extcarve/ChangeLog b/sys-fs/extcarve/ChangeLog
index 7c9fa66..d6acc2b 100644
--- a/sys-fs/extcarve/ChangeLog
+++ b/sys-fs/extcarve/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*extcarve-1.3 (28 Nov 2011)
+
+ 28 Nov 2011; Naohiro Aota <naota@gentoo.org> +extcarve-1.3.ebuild:
+ Version bumped.
+
*extcarve-1.2 (10 Nov 2011)
10 Nov 2011; Naohiro Aota <naota@gentoo.org> +extcarve-1.2.ebuild:
diff --git a/sys-fs/extcarve/extcarve-1.3.ebuild b/sys-fs/extcarve/extcarve-1.3.ebuild
new file mode 100644
index 0000000..f101d7f
--- /dev/null
+++ b/sys-fs/extcarve/extcarve-1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+
+DESCRIPTION="Tool to recover deleted files"
+HOMEPAGE="http://www.giis.co.in/giis/"
+SRC_URI="http://www.giis.co.in/giis/${MY_P}.tar"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_prepare() {
+ sed -i \
+ -e '/^CFLAGS/d' \
+ -e 's/LDFLAGS =/LDFLAGS +=/' \
+ -e "s:gcc:$(tc-getCC):" \
+ -e 's:$(LDFLAGS) src/extcarve.c:src/extcarve.c $(LDFLAGS):' \
+ Makefile || die
+}
+
+src_install() {
+ dobin extcarve
+ dodoc README HOWTO_CUSTOMIZE
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/
@ 2012-05-03 11:41 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-05-03 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 879485bc7d7e62b05dca76b65e9756cabbc2aac6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 11:33:41 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 3 11:33:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=879485bc
[sys-fs/extcarve] Migrate to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
---
sys-fs/extcarve/extcarve-0.7.ebuild | 4 ++--
sys-fs/extcarve/extcarve-1.2.ebuild | 4 ++--
sys-fs/extcarve/extcarve-1.3.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-fs/extcarve/extcarve-0.7.ebuild b/sys-fs/extcarve/extcarve-0.7.ebuild
index 27bd4ba..1801dbf 100644
--- a/sys-fs/extcarve/extcarve-0.7.ebuild
+++ b/sys-fs/extcarve/extcarve-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}"/${MY_P}
diff --git a/sys-fs/extcarve/extcarve-1.2.ebuild b/sys-fs/extcarve/extcarve-1.2.ebuild
index f101d7f..7849ff5 100644
--- a/sys-fs/extcarve/extcarve-1.2.ebuild
+++ b/sys-fs/extcarve/extcarve-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i \
diff --git a/sys-fs/extcarve/extcarve-1.3.ebuild b/sys-fs/extcarve/extcarve-1.3.ebuild
index f101d7f..7849ff5 100644
--- a/sys-fs/extcarve/extcarve-1.3.ebuild
+++ b/sys-fs/extcarve/extcarve-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i \
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-05-03 11:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 11:41 [gentoo-commits] proj/betagarden:master commit in: sys-fs/extcarve/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2011-11-28 7:49 Naohiro Aota
2011-11-10 8:24 Naohiro Aota
2011-10-27 18:02 Justin Lecher
2011-07-25 15:23 Naohiro Aota
2011-07-12 8:58 Naohiro Aota
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox