public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/
@ 2012-02-04 14:27 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-02-04 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7a0bad17c7f7d7674930a2ee3806077ca926ab7f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:31:09 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:31:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7a0bad17

[x11-misc/ptbatterysystemtray] Add missing metadata.xml.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 x11-misc/ptbatterysystemtray/metadata.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml
new file mode 100644
index 0000000..dc439f7
--- /dev/null
+++ b/x11-misc/ptbatterysystemtray/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>qt</herd>
+</pkgmetadata>



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

* [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/
@ 2012-05-11  9:11 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2012-05-11  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri May 11 09:10:51 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Fri May 11 09:10:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c9d4a3bc

x11-misc/ptbatterysystemtray: .pro file now all lowercase

---
 .../ptbatterysystemtray-9999.ebuild                |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild
index 9b6f055..1339b5d 100644
--- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild
+++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=4
 
 inherit qt4-r2 git-2
 
@@ -19,5 +19,5 @@ DEPEND="x11-libs/qt-gui:4"
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	eqmake4 PtBatterySystemTray.pro INSTALL_PREFIX=/usr
+	eqmake4 ${PN}.pro INSTALL_PREFIX=/usr
 }



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

* [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/
@ 2016-01-16 12:22 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-01-16 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     723716487b632d5b97b42a5887adc714e63d7c56
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 12:19:55 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 12:19:58 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=72371648

x11-misc/ptbatterysystemtray: remove unfetchable package

 x11-misc/ptbatterysystemtray/metadata.xml          |  5 -----
 .../ptbatterysystemtray-9999.ebuild                | 23 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml
deleted file mode 100644
index dc439f7..0000000
--- a/x11-misc/ptbatterysystemtray/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-</pkgmetadata>

diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild
deleted file mode 100644
index 5e8b190..0000000
--- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit qt4-r2 git-2
-
-DESCRIPTION="A simple battery monitor in the system tray"
-HOMEPAGE="https://gitorious.org/ptbatterysystemtray"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	eqmake4 ${PN}.pro INSTALL_PREFIX=/usr
-}


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

end of thread, other threads:[~2016-01-16 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 14:27 [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2012-05-11  9:11 Ben de Groot
2016-01-16 12:22 Michael Palimaka

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