From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-games/tiled/
Date: Thu, 28 Jun 2012 18:01:50 +0000 (UTC) [thread overview]
Message-ID: <1340906427.b93c8613bb4d6cff5acce14e3407d973347b038b.kensington@gentoo> (raw)
commit: b93c8613bb4d6cff5acce14e3407d973347b038b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 17:59:05 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 18:00:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b93c8613
[dev-games/tiled] Initial commit for bug #377569.
(Portage version: 2.1.11.3/git/Linux x86_64, unsigned Manifest commit)
---
dev-games/tiled/Manifest | 1 +
dev-games/tiled/metadata.xml | 8 +++++
dev-games/tiled/tiled-0.8.1.ebuild | 54 ++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
new file mode 100644
index 0000000..c042599
--- /dev/null
+++ b/dev-games/tiled/Manifest
@@ -0,0 +1 @@
+DIST tiled-qt-0.8.1.tar.gz 822180 SHA256 e5be7c38ceb24fbe0043648e8bc639804f3df5a60beb313eb039b2bcd56ad76c SHA512 7d5f39239b290db5abe2fda353c17b02bf58e8cdebb7a86b6cabeb93a8730fe8085e08fb41f2f34b1e8b4de43cbacfe3f7f3deee4e233ca48e6bf51dfd339a3f WHIRLPOOL 4901adf026cbadadf2b0bbab57e932d869355209d4d5dc50ef4a2386e3c7e58a94577c3c13a2bb58752edbae82ef6ff8b7fccc3feb90f249ddfd492a8f204f81
diff --git a/dev-games/tiled/metadata.xml b/dev-games/tiled/metadata.xml
new file mode 100644
index 0000000..4731b41
--- /dev/null
+++ b/dev-games/tiled/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>qt</herd>
+ <upstream>
+ <remote-id type="sourceforge">tiled</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-games/tiled/tiled-0.8.1.ebuild b/dev-games/tiled/tiled-0.8.1.ebuild
new file mode 100644
index 0000000..01a11fd
--- /dev/null
+++ b/dev-games/tiled/tiled-0.8.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+LANGS="cs de en es fr he it ja lv nl pt pt_BR ru zh"
+MY_P="${PN}-qt-${PV}"
+
+inherit multilib qt4-r2
+
+DESCRIPTION="A general purpose tile map editor."
+HOMEPAGE="http://www.mapeditor.org/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND="sys-libs/zlib
+ >=x11-libs/qt-core-4.6:4
+ >=x11-libs/qt-gui-4.6:4
+ >=x11-libs/qt-opengl-4.6:4"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS="AUTHORS COPYING NEWS README.md"
+
+src_prepare() {
+ rm -r src/zlib || die
+
+ local lang languages
+ for lang in ${LANGS} ; do
+ if use linguas_${lang} ; then
+ languages+=" ${lang}"
+ fi
+ done
+ sed -e "s/^LANGUAGES =.*/LANGUAGES =${languages}/" -i translations/translations.pro || die
+}
+
+src_configure() {
+ eqmake4 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr"
+}
+
+src_install() {
+ qt4-r2_src_install
+
+ if use examples ; then
+ insinto /usr/share/${PN}
+ doins -r examples
+ fi
+}
next reply other threads:[~2012-06-28 18:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 18:01 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-06 14:48 [gentoo-commits] proj/qt:master commit in: dev-games/tiled/ Michael Palimaka
2012-08-06 16:10 Michael Palimaka
2013-01-28 10:46 Michael Palimaka
2016-01-16 12:36 Michael Palimaka
2016-02-09 12:03 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1340906427.b93c8613bb4d6cff5acce14e3407d973347b038b.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox