]> Pileus Git - ~andy/sunrise/commitdiff
games-board/qbriscola: New Ebuild for bug 302106
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Mon, 1 Feb 2010 20:26:27 +0000 (20:26 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Mon, 1 Feb 2010 20:26:27 +0000 (20:26 +0000)
svn path=/sunrise/; revision=9957

games-board/qbriscola/ChangeLog [new file with mode: 0644]
games-board/qbriscola/Manifest [new file with mode: 0644]
games-board/qbriscola/metadata.xml [new file with mode: 0644]
games-board/qbriscola/qbriscola-1.1.ebuild [new file with mode: 0644]

diff --git a/games-board/qbriscola/ChangeLog b/games-board/qbriscola/ChangeLog
new file mode 100644 (file)
index 0000000..da07d95
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for games-board/qbriscola
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  01 Feb 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+  +qbriscola-1.1.ebuild, +metadata.xml:
+  New Ebuild for bug 302106
+
diff --git a/games-board/qbriscola/Manifest b/games-board/qbriscola/Manifest
new file mode 100644 (file)
index 0000000..438855d
--- /dev/null
@@ -0,0 +1,4 @@
+DIST qbriscola-src_1.1.tar.bz2 5643566 RMD160 9f4197b6a0d19c3bb9dd65342f6a25db8e7b6ebb SHA1 983134c0405eebb722c35b3e9d906a5823d975e0 SHA256 9a9c7db1120cff3dee10d62269cc60abbe278942a3f9d0ed6b5b69339acc2ec6
+EBUILD qbriscola-1.1.ebuild 536 RMD160 121e21cc88f6876cafbe4be27a5e82526b9d5d2e SHA1 a96e58939001f23b38465333e8e09e1a46eb2f6f SHA256 defe78796f65f2f1be98fb268446f65bcbcca5673f46e78d4f879658e6ea1877
+MISC ChangeLog 248 RMD160 962d9f2bcf571c207679bc386b55c7ab0945b38d SHA1 46aba1150996835e4818a1eb2f26408fd595c1e4 SHA256 f1aadf17acca3c53c305ab17edf69a9af21c47542bbf7155e907c2c4ff50191d
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-board/qbriscola/metadata.xml b/games-board/qbriscola/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/games-board/qbriscola/qbriscola-1.1.ebuild b/games-board/qbriscola/qbriscola-1.1.ebuild
new file mode 100644 (file)
index 0000000..59f0a9d
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit games cmake-utils
+
+DESCRIPTION="Italian card game called briscola"
+HOMEPAGE="http://qbriscola.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-src_${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-sql:4[sqlite]
+       x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+       cmake-utils_src_install
+       dodoc README || die
+       prepgamesdirs
+}