* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2012-01-16 17:49 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2012-01-16 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 8ca0edea7753c4497e2c7ad5b8940bb0d91305e5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 17:47:35 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 17:47:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8ca0edea
[kde-misc/emerging-plasmoid] Initial ebuild.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
---
.../emerging-plasmoid-9999.ebuild | 23 ++++++++++++++++++++
kde-misc/emerging-plasmoid/metadata.xml | 5 ++++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
new file mode 100644
index 0000000..724c840
--- /dev/null
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Portage emerge progress plasmoid based on app-portage/genlop"
+HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
+EGIT_REPO_URI="git://github.com/leonardo2d/${PN}"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+SLOT="4"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ app-portage/genlop
+ $(add_kdebase_dep plasma-workspace)
+"
diff --git a/kde-misc/emerging-plasmoid/metadata.xml b/kde-misc/emerging-plasmoid/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-misc/emerging-plasmoid/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>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2012-01-18 15:35 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2012-01-18 15:35 UTC (permalink / raw
To: gentoo-commits
commit: f9fc57e1bec4f340d6bf9480afb67f20defcf9d3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 15:34:52 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 15:34:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9fc57e1
[kde-misc/emerging-plasmoid] Version bump 1.0.3.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
---
...-9999.ebuild => emerging-plasmoid-1.0.3.ebuild} | 8 +++-----
.../emerging-plasmoid-9999.ebuild | 3 +--
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
similarity index 66%
copy from kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
copy to kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
index 724c840..6e4c177 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
@@ -4,20 +4,18 @@
EAPI=4
-KDE_SCM="git"
inherit kde4-base
-DESCRIPTION="Portage emerge progress plasmoid based on app-portage/genlop"
+DESCRIPTION="Portage emerge progress plasmoid"
HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
-EGIT_REPO_URI="git://github.com/leonardo2d/${PN}"
+SRC_URI="https://github.com/downloads/leonardo2d/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND=""
RDEPEND="${DEPEND}
- app-portage/genlop
$(add_kdebase_dep plasma-workspace)
"
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
index 724c840..63434e3 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=4
KDE_SCM="git"
inherit kde4-base
-DESCRIPTION="Portage emerge progress plasmoid based on app-portage/genlop"
+DESCRIPTION="Portage emerge progress plasmoid"
HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
EGIT_REPO_URI="git://github.com/leonardo2d/${PN}"
@@ -18,6 +18,5 @@ IUSE="debug"
DEPEND=""
RDEPEND="${DEPEND}
- app-portage/genlop
$(add_kdebase_dep plasma-workspace)
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2012-04-24 7:43 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2012-04-24 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 23c16bd5a1068db3ccef8c0fc479b68ec8c25093
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 07:22:24 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 07:44:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=23c16bd5
[kde-misc/emerging-plasmoid] Use github mirror for SRC_URI.
(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)
---
.../emerging-plasmoid-1.0.3.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
index 6e4c177..a72213a 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="Portage emerge progress plasmoid"
HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
-SRC_URI="https://github.com/downloads/leonardo2d/${PN}/${P}.tar.gz"
+SRC_URI="mirror://github/leonardo2d/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2013-06-17 23:52 Chris Reffett
0 siblings, 0 replies; 9+ messages in thread
From: Chris Reffett @ 2013-06-17 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 7f467c7d8974dc8781f2a05e101ffb04b221d82d
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:08:53 2013 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Mon Jun 17 23:08:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7f467c7d
[kde-misc/emerging-plasmoid] Move release version to tree
Package-Manager: portage-2.2.0_alpha180
---
.../emerging-plasmoid-1.0.3.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
deleted file mode 100644
index 9e9096e..0000000
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-1.0.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Portage emerge progress plasmoid"
-HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
-SRC_URI="mirror://github/leonardo2d/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2013-06-29 11:05 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2013-06-29 11:05 UTC (permalink / raw
To: gentoo-commits
commit: e8b9fe531c83af5d956d365c6f1026f738632dfe
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 10:59:06 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 10:59:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8b9fe53
[kde-misc/emerging-plasmoid] Sync with tree.
Package-Manager: portage-2.2.0_alpha186
---
kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
index 1834924..f2ad4ce 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit kde4-base
@@ -10,7 +10,7 @@ DESCRIPTION="Portage emerge progress plasmoid"
HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
EGIT_REPO_URI="git://github.com/leonardo2d/${PN}"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
KEYWORDS=""
SLOT="4"
IUSE="debug"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2014-04-10 11:18 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2014-04-10 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 42eabd4af89299cbfff1ef4d03c6f51bff36d9ff
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 10 11:18:09 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 11:18:09 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42eabd4a
[kde-misc/emerging-plasmoid] Sync with tree
Package-Manager: portage-2.2.10
---
kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
index a06a37c..5382a7e 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -15,7 +15,10 @@ KEYWORDS=""
SLOT="4"
IUSE="debug"
-DEPEND=""
+DEPEND="
+ dev-lang/perl
+ dev-perl/DateManip
+"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2015-07-28 21:39 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2015-07-28 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 7075a6ba2162e7ae634faa515c03a4e65443419b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 21:36:04 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 21:36:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7075a6ba
[kde-misc/emerging-plasmoid] Update EGIT_REPO_URI
Add github remote id.
Package-Manager: portage-2.2.20
kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild | 2 +-
kde-misc/emerging-plasmoid/metadata.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
index 74bbc80..7da6d0c 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="Portage emerge progress plasmoid"
HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
-EGIT_REPO_URI="git://github.com/leonardo2d/${PN}"
+EGIT_REPO_URI="git://github.com/mobius3/${PN}"
LICENSE="GPL-3"
KEYWORDS=""
diff --git a/kde-misc/emerging-plasmoid/metadata.xml b/kde-misc/emerging-plasmoid/metadata.xml
index a23f444..19ee242 100644
--- a/kde-misc/emerging-plasmoid/metadata.xml
+++ b/kde-misc/emerging-plasmoid/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+ <upstream>
+ <remote-id type="github">mobius3/emerging-plasmoid</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2016-03-25 21:43 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2016-03-25 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 2c7d9ac370ad8376f1d7ee4d3090cd4fc4a5d8ff
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 21:42:11 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 21:42:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c7d9ac3
kde-misc/emerging-plasmoid: EAPI 6
Package-Manager: portage-2.2.28
kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
index 452cc00..af37905 100644
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit kde4-base
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/
@ 2016-03-26 10:42 Johannes Huber
0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2016-03-26 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 3c8dc34678630844a4429f571db34e2af53e3f76
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 10:15:09 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 10:15:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c8dc346
kde-misc/emerging-plasmoid: Remove
Dead upstream. Uses kdelibs4. Released testing version in gentoo main
tree available.
.../emerging-plasmoid-9999.ebuild | 24 ----------------------
kde-misc/emerging-plasmoid/metadata.xml | 11 ----------
2 files changed, 35 deletions(-)
diff --git a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild b/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
deleted file mode 100644
index af37905..0000000
--- a/kde-misc/emerging-plasmoid/emerging-plasmoid-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="Portage emerge progress plasmoid"
-HOMEPAGE="http://kde-apps.org/content/show.php/Emerging+Plasmoid?content=147414 "
-EGIT_REPO_URI="git://github.com/mobius3/${PN}"
-
-LICENSE="GPL-3"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- dev-lang/perl
- dev-perl/DateManip
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
-"
diff --git a/kde-misc/emerging-plasmoid/metadata.xml b/kde-misc/emerging-plasmoid/metadata.xml
deleted file mode 100644
index 19db6e2..0000000
--- a/kde-misc/emerging-plasmoid/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">mobius3/emerging-plasmoid</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-03-26 10:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 17:49 [gentoo-commits] proj/kde:master commit in: kde-misc/emerging-plasmoid/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2012-01-18 15:35 Johannes Huber
2012-04-24 7:43 Johannes Huber
2013-06-17 23:52 Chris Reffett
2013-06-29 11:05 Johannes Huber
2014-04-10 11:18 Johannes Huber
2015-07-28 21:39 Johannes Huber
2016-03-25 21:43 Johannes Huber
2016-03-26 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