public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-games/tiled/
Date: Mon,  6 Aug 2012 16:10:36 +0000 (UTC)	[thread overview]
Message-ID: <1344269373.d73e8a9a37b5c42c1b923cda081e349f1118555c.kensington@gentoo> (raw)

commit:     d73e8a9a37b5c42c1b923cda081e349f1118555c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  6 16:09:33 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug  6 16:09:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d73e8a9a

[dev-games/tiled] Add live ebuild.

(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)

---
 dev-games/tiled/metadata.xml      |    8 ++++++
 dev-games/tiled/tiled-9999.ebuild |   46 +++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

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-9999.ebuild b/dev-games/tiled/tiled-9999.ebuild
new file mode 100644
index 0000000..e585117
--- /dev/null
+++ b/dev-games/tiled/tiled-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PLOCALES="cs de en es fr he it ja lv nl pt pt_BR ru zh"
+MY_P="${PN}-qt-${PV}"
+
+inherit multilib l10n qt4-r2 git-2
+
+DESCRIPTION="A general purpose tile map editor."
+HOMEPAGE="http://www.mapeditor.org/"
+EGIT_REPO_URI="git://github.com/bjorn/${PN}.git"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS=""
+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}"
+
+DOCS=( AUTHORS COPYING NEWS README.md )
+
+src_prepare() {
+	rm -r src/zlib || die
+	sed -e "s/^LANGUAGES =.*/LANGUAGES = $(l10n_get_locales)/" \
+		-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
+}


             reply	other threads:[~2012-08-06 16:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-06 16:10 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-09 12:03 [gentoo-commits] proj/qt:master commit in: dev-games/tiled/ Michael Palimaka
2016-01-16 12:36 Michael Palimaka
2013-01-28 10:46 Michael Palimaka
2012-08-06 14:48 Michael Palimaka
2012-06-28 18:01 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=1344269373.d73e8a9a37b5c42c1b923cda081e349f1118555c.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