public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/kup/
@ 2019-07-26 13:37 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2019-07-26 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     201941f6328ca8e2ac328eacbec699c8ff04b54d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 13:36:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 13:36:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201941f6

app-text/kup: New package, 0.7.3 initial version

Closes: https://bugs.gentoo.org/638404
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/kup/Manifest         |  1 +
 app-text/kup/kup-0.7.3.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++
 app-text/kup/metadata.xml     |  8 +++++++
 3 files changed, 63 insertions(+)

diff --git a/app-text/kup/Manifest b/app-text/kup/Manifest
new file mode 100644
index 00000000000..8b2e2f05fe3
--- /dev/null
+++ b/app-text/kup/Manifest
@@ -0,0 +1 @@
+DIST kup-0.7.3.tar.gz 1024916 BLAKE2B aab2a1c58bc7feb6cc734a61385841b9c9b47995ba0c7e66b0596ddd7ae77b2a2b750f23f452e591c609f4a59a894815f8cfcb82c8bc266769b6e908463c009c SHA512 62609eb3c9a873045a9f02d22be5413f73f909e77d82f287ff5b2f816d2d6930a8d8ca77537a52189a98fe11441eb10f5530dfdab02ed0c09b53a2c4b5b4be80

diff --git a/app-text/kup/kup-0.7.3.ebuild b/app-text/kup/kup-0.7.3.ebuild
new file mode 100644
index 00000000000..1096cae5cad
--- /dev/null
+++ b/app-text/kup/kup-0.7.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Backup scheduler for KDE's Plasma desktop"
+HOMEPAGE="https://www.linux-apps.com/p/1127689"
+SRC_URI="https://github.com/spersson/${PN^}/archive/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kidletime)
+	$(add_frameworks_dep kinit)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep plasma)
+	$(add_frameworks_dep solid)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+	dev-libs/libgit2:=
+"
+RDEPEND="${DEPEND}
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtsvg)
+	app-backup/bup
+	net-misc/rsync
+"
+
+S="${WORKDIR}/${PN^}-${P}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_SYSTEM_LIBGIT2=ON
+	)
+	kde5_src_configure
+}

diff --git a/app-text/kup/metadata.xml b/app-text/kup/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/app-text/kup/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/kup/
@ 2019-07-30 18:53 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2019-07-30 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b82967bd8e0d14c2c43740e5a319ab70bb84976a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:49:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 18:53:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82967bd

app-text/kup: Remove from misplaced category

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/kup/Manifest         |  1 -
 app-text/kup/kup-0.7.3.ebuild | 54 -------------------------------------------
 app-text/kup/metadata.xml     |  8 -------
 3 files changed, 63 deletions(-)

diff --git a/app-text/kup/Manifest b/app-text/kup/Manifest
deleted file mode 100644
index 8b2e2f05fe3..00000000000
--- a/app-text/kup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kup-0.7.3.tar.gz 1024916 BLAKE2B aab2a1c58bc7feb6cc734a61385841b9c9b47995ba0c7e66b0596ddd7ae77b2a2b750f23f452e591c609f4a59a894815f8cfcb82c8bc266769b6e908463c009c SHA512 62609eb3c9a873045a9f02d22be5413f73f909e77d82f287ff5b2f816d2d6930a8d8ca77537a52189a98fe11441eb10f5530dfdab02ed0c09b53a2c4b5b4be80

diff --git a/app-text/kup/kup-0.7.3.ebuild b/app-text/kup/kup-0.7.3.ebuild
deleted file mode 100644
index 1096cae5cad..00000000000
--- a/app-text/kup/kup-0.7.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Backup scheduler for KDE's Plasma desktop"
-HOMEPAGE="https://www.linux-apps.com/p/1127689"
-SRC_URI="https://github.com/spersson/${PN^}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kidletime)
-	$(add_frameworks_dep kinit)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep plasma)
-	$(add_frameworks_dep solid)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	dev-libs/libgit2:=
-"
-RDEPEND="${DEPEND}
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtsvg)
-	app-backup/bup
-	net-misc/rsync
-"
-
-S="${WORKDIR}/${PN^}-${P}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_SYSTEM_LIBGIT2=ON
-	)
-	kde5_src_configure
-}

diff --git a/app-text/kup/metadata.xml b/app-text/kup/metadata.xml
deleted file mode 100644
index 2fdbf33d963..00000000000
--- a/app-text/kup/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>


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

end of thread, other threads:[~2019-07-30 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 13:37 [gentoo-commits] repo/gentoo:master commit in: app-text/kup/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-07-30 18:53 Andreas Sturmlechner

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