public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-util/quickbms/
@ 2011-09-14 17:41 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2011-09-14 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     787f920cca42fb7ab11b0e64a304265e6b1142fc
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Sep 14 17:41:06 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Sep 14 17:41:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=787f920c

[games-util/quickbms] Flexible utility for analyzing various file formats.

(Portage version: 2.1.10.11/git/Linux i686, unsigned Manifest commit)

---
 games-util/quickbms/metadata.xml          |   13 ++++++++++
 games-util/quickbms/quickbms-0.5.2.ebuild |   35 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/games-util/quickbms/metadata.xml b/games-util/quickbms/metadata.xml
new file mode 100644
index 0000000..1233eb4
--- /dev/null
+++ b/games-util/quickbms/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Files extractor and reimporter, archives and file formats parser
+</longdescription>
+</pkgmetadata>
+

diff --git a/games-util/quickbms/quickbms-0.5.2.ebuild b/games-util/quickbms/quickbms-0.5.2.ebuild
new file mode 100644
index 0000000..94a837a
--- /dev/null
+++ b/games-util/quickbms/quickbms-0.5.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+#inherit games
+
+DESCRIPTION="Files extractor and reimporter, archives and file formats parser"
+HOMEPAGE="http://aluigi.altervista.org/quickbms.htm"
+SRC_URI="http://aluigi.altervista.org/papers/${PN}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_prepare() {
+	sed -i "/^CFLAGS/d" src/Makefile || die "sed failed"
+}
+
+src_compile() {
+	cd src
+	emake || die "emake failed"
+}
+
+src_install() {
+	dobin src/${PN}
+	dodoc quickbms.txt
+}



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

* [gentoo-commits] proj/gamerlay:master commit in: games-util/quickbms/
@ 2011-09-14 18:04 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2011-09-14 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     081444122a61316897e6b302f82cba798f252a60
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Sep 14 18:00:57 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Sep 14 18:04:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=08144412

[games-util/quickbms] Some DEPENDs

---
 games-util/quickbms/quickbms-0.5.2.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/quickbms/quickbms-0.5.2.ebuild b/games-util/quickbms/quickbms-0.5.2.ebuild
index 94a837a..495594b 100644
--- a/games-util/quickbms/quickbms-0.5.2.ebuild
+++ b/games-util/quickbms/quickbms-0.5.2.ebuild
@@ -4,8 +4,6 @@
 
 EAPI=3
 
-#inherit games
-
 DESCRIPTION="Files extractor and reimporter, archives and file formats parser"
 HOMEPAGE="http://aluigi.altervista.org/quickbms.htm"
 SRC_URI="http://aluigi.altervista.org/papers/${PN}.zip -> ${P}.zip"
@@ -15,7 +13,9 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="app-arch/bzip2
+	dev-libs/openssl
+	sys-libs/zlib"
 RDEPEND="app-arch/unzip"
 
 S="${WORKDIR}"



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

end of thread, other threads:[~2011-09-14 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 18:04 [gentoo-commits] proj/gamerlay:master commit in: games-util/quickbms/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2011-09-14 17:41 Azamat H. Hackimov

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