* [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/
@ 2016-02-13 15:34 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-02-13 15:34 UTC (permalink / raw
To: gentoo-commits
commit: c6183751311b60a9de8fe22aeb738da6355e79db
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 15:34:09 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 15:34:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6183751
kde-misc/customizable-weather: version bump
Package-Manager: portage-2.2.27
kde-misc/customizable-weather/Manifest | 1 +
.../customizable-weather-1.12.1.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/kde-misc/customizable-weather/Manifest b/kde-misc/customizable-weather/Manifest
index aeda837..731b344 100644
--- a/kde-misc/customizable-weather/Manifest
+++ b/kde-misc/customizable-weather/Manifest
@@ -1 +1,2 @@
DIST 98925-cwp-1.12.0.tar.bz2 188131 SHA256 62d91e7bcca086525bf124b37c1478a55e741e7ecfde76053195bbb097f99ea1 SHA512 3ebf6ac3f1fe3b8e708aeabe648408e68cb492a89a9f41d4f43cc6316367ddbec87ae544f3fdad8aaa4ec43e9c88589c7ca9f1b24203f3d7fb9f048dc7759d7d WHIRLPOOL f3655a70b243f85339af65e9f764c116be692bb84efbc3da37dd68f474278ddf9d9c22f84ed4751da5fafe605234c5ee1dd414467e8beca57caef216ebd2b6d4
+DIST 98925-cwp-1.12.1.tar.bz2 187981 SHA256 bac5dc821b5768bf52b2b1a9c53bf42a5595ec8ab7180a87aa1f0c4a5d70453a SHA512 83af023dfe2c8d702bc60ca1600d3f02d2235bd543c4777b596741430284636d25b11a9926a4dc869d103f29c69a776841c740d417844f15fb5553a5f5b54836 WHIRLPOOL 766341d9ef6cb2f4c6f72d0e27c2acefece819afb4add5ead58923d7f118308cac8b122aa773b079d385bb90a360ce3c11c7210f6cdd158129ffe57860b30da3
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
new file mode 100644
index 0000000..54cf0ec
--- /dev/null
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN"
+inherit kde4-base
+
+MY_P="cwp-${PV}"
+
+DESCRIPTION="KDE4 weather plasmoid. It is highly customizable, but a little harder to setup"
+HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/
@ 2016-06-01 7:10 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2016-06-01 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 3e44673631c4f8e9cf75d6365bd16ce1c84d9427
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 07:06:27 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 07:10:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e446736
kde-misc/customizable-weather: EAPI 6
Shorten description, repoman is happy about it.
Package-Manager: portage-2.3.0_rc1
kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild | 4 ++--
kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild
index 0111e39..b1de3b0 100644
--- a/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ inherit kde4-base
MY_P="cwp-${PV}"
-DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup"
+DESCRIPTION="KDE Plasma 4 weather plasmoid. It aims to be highly customizable."
HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
index 54cf0ec..ce5b36e 100644
--- a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN"
inherit kde4-base
MY_P="cwp-${PV}"
-DESCRIPTION="KDE4 weather plasmoid. It is highly customizable, but a little harder to setup"
+DESCRIPTION="KDE Plasma 4 weather plasmoid. It aims to be highly customizable."
HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/
@ 2016-06-10 15:32 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-06-10 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 850dffc51420dd5121eda137e03fa9217cd2cd2c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 15:30:10 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 15:30:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850dffc5
kde-misc/customizable-weather: amd64 stable wrt bug #584726
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
index ce5b36e..97f55f9 100644
--- a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/
@ 2016-06-15 17:20 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-06-15 17:20 UTC (permalink / raw
To: gentoo-commits
commit: ab482a6d005e3d6373b9694bd5dfbf1ffacd85f8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 17:19:12 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:19:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab482a6d
kde-misc/customizable-weather: x86 stable
Gentoo-bug: 584726
Package-Manager: portage-2.3.0_rc1
kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
index 97f55f9..94131d4 100644
--- a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="4"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/
@ 2016-06-15 17:20 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-06-15 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 59302f819c336b772d6f4f59b0456604ec288650
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 17:19:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:19:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59302f81
kde-misc/customizable-weather: remove old
Package-Manager: portage-2.3.0_rc1
kde-misc/customizable-weather/Manifest | 1 -
.../customizable-weather-1.12.0.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/kde-misc/customizable-weather/Manifest b/kde-misc/customizable-weather/Manifest
index 731b344..27b3bf0 100644
--- a/kde-misc/customizable-weather/Manifest
+++ b/kde-misc/customizable-weather/Manifest
@@ -1,2 +1 @@
-DIST 98925-cwp-1.12.0.tar.bz2 188131 SHA256 62d91e7bcca086525bf124b37c1478a55e741e7ecfde76053195bbb097f99ea1 SHA512 3ebf6ac3f1fe3b8e708aeabe648408e68cb492a89a9f41d4f43cc6316367ddbec87ae544f3fdad8aaa4ec43e9c88589c7ca9f1b24203f3d7fb9f048dc7759d7d WHIRLPOOL f3655a70b243f85339af65e9f764c116be692bb84efbc3da37dd68f474278ddf9d9c22f84ed4751da5fafe605234c5ee1dd414467e8beca57caef216ebd2b6d4
DIST 98925-cwp-1.12.1.tar.bz2 187981 SHA256 bac5dc821b5768bf52b2b1a9c53bf42a5595ec8ab7180a87aa1f0c4a5d70453a SHA512 83af023dfe2c8d702bc60ca1600d3f02d2235bd543c4777b596741430284636d25b11a9926a4dc869d103f29c69a776841c740d417844f15fb5553a5f5b54836 WHIRLPOOL 766341d9ef6cb2f4c6f72d0e27c2acefece819afb4add5ead58923d7f118308cac8b122aa773b079d385bb90a360ce3c11c7210f6cdd158129ffe57860b30da3
diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild
deleted file mode 100644
index b1de3b0..0000000
--- a/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN"
-inherit kde4-base
-
-MY_P="cwp-${PV}"
-
-DESCRIPTION="KDE Plasma 4 weather plasmoid. It aims to be highly customizable."
-HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
- $(add_kdebase_dep plasma-workspace)
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-06-15 17:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 7:10 [gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2016-06-15 17:20 Michael Palimaka
2016-06-15 17:20 Michael Palimaka
2016-06-10 15:32 Agostino Sarubbo
2016-02-13 15:34 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox