summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>2009-12-22 13:43:15 +0000
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>2009-12-22 13:43:15 +0000
commitc952ee480313d7098e6edded2e45caf33e1d5e84 (patch)
treee2ef6f4dda7ec1f7347c600f7a03ed43e5722f96
parentmedia-libs/libdlna: Fixed build issue with ffmpeg-5, added missed dependency ... (diff)
downloadsunrise-c952ee480313d7098e6edded2e45caf33e1d5e84.tar.gz
sunrise-c952ee480313d7098e6edded2e45caf33e1d5e84.tar.bz2
sunrise-c952ee480313d7098e6edded2e45caf33e1d5e84.zip
sys-apps/metastore: New Ebuild for bug 297895
svn path=/sunrise/; revision=9759
-rw-r--r--sys-apps/metastore/ChangeLog8
-rw-r--r--sys-apps/metastore/Manifest3
-rw-r--r--sys-apps/metastore/metadata.xml5
-rw-r--r--sys-apps/metastore/metastore-9999.ebuild19
4 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/metastore/ChangeLog b/sys-apps/metastore/ChangeLog
new file mode 100644
index 000000000..3b23d17f5
--- /dev/null
+++ b/sys-apps/metastore/ChangeLog
@@ -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
index 000000000..df7909329
--- /dev/null
+++ b/sys-apps/metastore/Manifest
@@ -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
index 000000000..7e3286984
--- /dev/null
+++ b/sys-apps/metastore/metadata.xml
@@ -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
index 000000000..a2381b034
--- /dev/null
+++ b/sys-apps/metastore/metastore-9999.ebuild
@@ -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"
+}