* [gentoo-commits] proj/kde-sunset:master commit in: net-irc/konversation/
@ 2020-08-23 19:46 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-23 19:46 UTC (permalink / raw
To: gentoo-commits
commit: b83bb5b97745e1061f52bcd91b905e05d4a4125f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 19:27:53 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 19:44:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b83bb5b9
net-irc/konversation: Update SRC_URI and HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-irc/konversation/konversation-1.1-r1.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/net-irc/konversation/konversation-1.1-r1.ebuild b/net-irc/konversation/konversation-1.1-r1.ebuild
index de886322..5ce34027 100644
--- a/net-irc/konversation/konversation-1.1-r1.ebuild
+++ b/net-irc/konversation/konversation-1.1-r1.ebuild
@@ -13,12 +13,12 @@ inherit kde
MY_P="${P/_/}"
S="${WORKDIR}/${MY_P}"
-DESCRIPTION="A user friendly IRC Client for KDE3.x"
-HOMEPAGE="http://konversation.kde.org/"
-SRC_URI="mirror://berlios/konversation/${MY_P}.tar.bz2"
+DESCRIPTION="User friendly IRC Client for KDE 3.x"
+HOMEPAGE="https://konversation.kde.org/"
+SRC_URI="mirror://sourceforge/${PN}.berlios/${MY_P}.tar.bz2"
-SLOT="3.5"
LICENSE="GPL-2"
+SLOT="3.5"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE=""
@@ -34,9 +34,7 @@ pkg_postinst() {
kde_pkg_postinst
if ! has_version kde-apps/konsole; then
- echo
elog "If you want to be able to use Konsole from inside ${PN}, please emerge"
elog "kde-apps/konsole:3.5"
- echo
fi
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: net-irc/konversation/
@ 2020-08-24 0:53 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-24 0:53 UTC (permalink / raw
To: gentoo-commits
commit: 24e7b4203f7ffc8e061c537061bbd7d2ccba7439
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 00:47:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:47:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=24e7b420
net-irc/konversation: Import 1.5.1 from before slot 4 removal
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-irc/konversation/konversation-1.5.1.ebuild | 34 ++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/net-irc/konversation/konversation-1.5.1.ebuild b/net-irc/konversation/konversation-1.5.1.ebuild
new file mode 100644
index 00000000..ecee3699
--- /dev/null
+++ b/net-irc/konversation/konversation-1.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="User friendly IRC Client for KDE4"
+HOMEPAGE="https://kde.org/applications/en/internet/org.kde.konversation
+https://konversation.kde.org"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2 handbook? ( FDL-1.2 )"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="+crypt debug"
+
+DEPEND="
+ $(add_kdeapps_dep kdepimlibs)
+ media-libs/phonon[qt4]
+ crypt? ( app-crypt/qca:2-qt4 )
+"
+RDEPEND="${DEPEND}
+ crypt? ( app-crypt/qca:2-qt4[ssl] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_QCA2=$(usex crypt)
+ )
+
+ kde4-base_src_configure
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-24 0:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-23 19:46 [gentoo-commits] proj/kde-sunset:master commit in: net-irc/konversation/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-08-24 0: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