]> Pileus Git - ~andy/sunrise/commitdiff
sys-apps/metastore: New Ebuild for bug 297895
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Tue, 22 Dec 2009 13:43:15 +0000 (13:43 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Tue, 22 Dec 2009 13:43:15 +0000 (13:43 +0000)
svn path=/sunrise/; revision=9759

sys-apps/metastore/ChangeLog [new file with mode: 0644]
sys-apps/metastore/Manifest [new file with mode: 0644]
sys-apps/metastore/metadata.xml [new file with mode: 0644]
sys-apps/metastore/metastore-9999.ebuild [new file with mode: 0644]

diff --git a/sys-apps/metastore/ChangeLog b/sys-apps/metastore/ChangeLog
new file mode 100644 (file)
index 0000000..3b23d17
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for sys-apps/metastore
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  22 Dec 2009; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+  +metastore-9999.ebuild, +metadata.xml:
+  New Ebuild for bug 297895
+
diff --git a/sys-apps/metastore/Manifest b/sys-apps/metastore/Manifest
new file mode 100644 (file)
index 0000000..df79093
--- /dev/null
@@ -0,0 +1,3 @@
+EBUILD metastore-9999.ebuild 489 RMD160 ed03d221142d249bb8104b6b096a59351ec8ac32 SHA1 ccb84f03bac26e6bddb0132521d5e099da394d26 SHA256 593db916c053678b5bfd32cafd968b89dadcd84ee1689c64eaec43c774a6f64a
+MISC ChangeLog 246 RMD160 fb51baccebf554857db44b2543a06cf892e65d91 SHA1 69774163f760c6271f04327480e0fd3a42ecaf25 SHA256 95e9e7d801c3b901b1fbc3ee9f9497c17f028477c735d5768a68fc7ae219e631
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sys-apps/metastore/metadata.xml b/sys-apps/metastore/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/sys-apps/metastore/metastore-9999.ebuild b/sys-apps/metastore/metastore-9999.ebuild
new file mode 100644 (file)
index 0000000..a2381b0
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit git
+
+DESCRIPTION="Tool to store the metadata of files,directories,links in a file tree"
+HOMEPAGE="http://david.hardeman.nu/software.php"
+EGIT_REPO_URI="git://git.hardeman.nu/metastore.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install() {
+       emake DESTDIR="${D}" install || die "make install failed"
+       dodoc README || die "docs install failed"
+}