public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-editors/texworks/
@ 2012-07-26 16:53 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-07-26 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ee84be59580a42b02bcbed1a7e27d19f092e5b76
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 16:35:08 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 16:53:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=ee84be59

[app-editors/texworks] Add missing metadata.xml + slot dependencies on Qt. Fix CVS header.

(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key F3CFD2BD)

---
 app-editors/texworks/metadata.xml            |    5 +++++
 app-editors/texworks/texworks-9999-r4.ebuild |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-editors/texworks/metadata.xml b/app-editors/texworks/metadata.xml
new file mode 100644
index 0000000..31dc017
--- /dev/null
+++ b/app-editors/texworks/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/app-editors/texworks/texworks-9999-r4.ebuild b/app-editors/texworks/texworks-9999-r4.ebuild
index a2e8f32..a3cfb3f 100644
--- a/app-editors/texworks/texworks-9999-r4.ebuild
+++ b/app-editors/texworks/texworks-9999-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header $
+# $Header: $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND=">=x11-libs/qt-core-4.5
+DEPEND=">=x11-libs/qt-core-4.5:4
 	app-text/poppler[qt4]
 	>=app-text/hunspell-1.2.2"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: app-editors/texworks/
@ 2013-12-12  7:25 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-12-12  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     60e5ad862493f0288cf709596c0777bf10cc9d8a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 07:23:57 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 07:23:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=60e5ad86

app-editors/texworks: Bump to EAPI=5 and fix qt dep; use eutils.eclass functions

Package-Manager: portage-2.2.7

---
 app-editors/texworks/ChangeLog               |  8 ++++++++
 app-editors/texworks/metadata.xml            |  4 +++-
 app-editors/texworks/texworks-9999-r4.ebuild | 18 ++++++++----------
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/app-editors/texworks/ChangeLog b/app-editors/texworks/ChangeLog
new file mode 100644
index 0000000..7e9e5dc
--- /dev/null
+++ b/app-editors/texworks/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-editors/texworks
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  12 Dec 2013; Justin Lecher <jlec@gentoo.org> texworks-9999-r4.ebuild,
+  metadata.xml:
+  Bump to EAPI=5 and fix qt dep; use eutils.eclass functions
+

diff --git a/app-editors/texworks/metadata.xml b/app-editors/texworks/metadata.xml
index 31dc017..a759be0 100644
--- a/app-editors/texworks/metadata.xml
+++ b/app-editors/texworks/metadata.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+  <maintainer>
+    <email>maintainer-wanted@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>

diff --git a/app-editors/texworks/texworks-9999-r4.ebuild b/app-editors/texworks/texworks-9999-r4.ebuild
index a3cfb3f..26d37b7 100644
--- a/app-editors/texworks/texworks-9999-r4.ebuild
+++ b/app-editors/texworks/texworks-9999-r4.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 inherit eutils qt4-r2 subversion
 
 DESCRIPTION="Environment for authoring TeX/LaTeX/ConTeXt with focus on usability"
 HOMEPAGE="http://code.google.com/p/texworks"
+SRC_URI=""
 ESVN_REPO_URI="http://texworks.googlecode.com/svn/trunk/"
 
 LICENSE="GPL-2"
@@ -15,17 +16,14 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND=">=x11-libs/qt-core-4.5:4
+DEPEND="
+	>=dev-qt/qtcore-4.5:4
 	app-text/poppler[qt4]
 	>=app-text/hunspell-1.2.2"
 RDEPEND="${DEPEND}"
 
 src_install() {
-	insinto /usr/share/applications
-	doins "${FILESDIR}"/texworks.desktop || die "Install texwork.desktop failed!"
-
-	insinto /usr/share/pixmaps
-	doins "${FILESDIR}"/icon/texworks.png || die "Install texwork icon failed!"
-
-	dobin texworks || die 'dobin failed'
+	domenu "${FILESDIR}"/texworks.desktop
+	doicon "${FILESDIR}"/icon/texworks.png
+	dobin texworks
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-12  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 16:53 [gentoo-commits] proj/betagarden:master commit in: app-editors/texworks/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2013-12-12  7:25 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox