* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-network-status/
@ 2012-03-08 13:18 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-03-08 13:18 UTC (permalink / raw
To: gentoo-commits
commit: e285c8d7128a4de76d5811dd08e6060088d89107
Author: Pavlos Ratis <dastergon <AT> gmail <DOT> com>
AuthorDate: Thu Mar 8 02:45:30 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 12:22:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e285c8d7
new ebuild
---
kde-misc/plasma-network-status/metadata.xml | 9 +++++++
.../plasma-network-status-0.1.1.ebuild | 23 ++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/kde-misc/plasma-network-status/metadata.xml b/kde-misc/plasma-network-status/metadata.xml
new file mode 100644
index 0000000..138f937
--- /dev/null
+++ b/kde-misc/plasma-network-status/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+ <maintainer>
+ <name>Pavlos Ratis</name>
+ <email>dastergon@gmail.com</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
new file mode 100644
index 0000000..e7f32e9
--- /dev/null
+++ b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="Network Status is a KDE applet to monitor the network interface status."
+HOMEPAGE="http://sourceforge.net/projects/pa-net-stat/"
+SRC_URI="http://downloads.sourceforge.net/project/pa-net-stat/${P}-Source.tar.bz2"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
+
+S="${WORKDIR}/${P}-Source"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-network-status/
@ 2012-03-08 13:18 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-03-08 13:18 UTC (permalink / raw
To: gentoo-commits
commit: 33760a3fbbb60d113dcf0f6a0d260bd799dadc29
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 8 13:17:48 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 13:17:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=33760a3f
[kde-misc/plasma-network-status] Fix repoman issues.
(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)
---
kde-misc/plasma-network-status/metadata.xml | 4 ++--
.../plasma-network-status-0.1.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-misc/plasma-network-status/metadata.xml b/kde-misc/plasma-network-status/metadata.xml
index 138f937..c877cad 100644
--- a/kde-misc/plasma-network-status/metadata.xml
+++ b/kde-misc/plasma-network-status/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
+ <herd>kde</herd>
<maintainer>
- <name>Pavlos Ratis</name>
<email>dastergon@gmail.com</email>
+ <name>Pavlos Ratis</name>
</maintainer>
</pkgmetadata>
diff --git a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
index e7f32e9..af730a7 100644
--- a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
+++ b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=4
inherit kde4-base
-DESCRIPTION="Network Status is a KDE applet to monitor the network interface status."
+DESCRIPTION="KDE applet to monitor the network interface status."
HOMEPAGE="http://sourceforge.net/projects/pa-net-stat/"
SRC_URI="http://downloads.sourceforge.net/project/pa-net-stat/${P}-Source.tar.bz2"
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
IUSE="debug"
DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-network-status/
@ 2012-03-16 10:42 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-03-16 10:42 UTC (permalink / raw
To: gentoo-commits
commit: d44f776c435fad298cfe0118bca97ab07ca883d5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 10:47:33 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 10:47:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d44f776c
[kde-misc/plasma-network-status] Moved to tree.
(Portage version: 2.2.0_alpha90/git/Linux i686, unsigned Manifest commit)
---
kde-misc/plasma-network-status/metadata.xml | 9 -------
.../plasma-network-status-0.1.1.ebuild | 23 --------------------
2 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/kde-misc/plasma-network-status/metadata.xml b/kde-misc/plasma-network-status/metadata.xml
deleted file mode 100644
index c877cad..0000000
--- a/kde-misc/plasma-network-status/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <maintainer>
- <email>dastergon@gmail.com</email>
- <name>Pavlos Ratis</name>
- </maintainer>
-</pkgmetadata>
diff --git a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
deleted file mode 100644
index af730a7..0000000
--- a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="KDE applet to monitor the network interface status."
-HOMEPAGE="http://sourceforge.net/projects/pa-net-stat/"
-SRC_URI="http://downloads.sourceforge.net/project/pa-net-stat/${P}-Source.tar.bz2"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
-"
-
-S="${WORKDIR}/${P}-Source"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-16 10:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 13:18 [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-network-status/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2012-03-08 13:18 Johannes Huber
2012-03-16 10:42 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox