diff options
author | Johannes Huber <johu@gentoo.org> | 2013-11-04 12:37:29 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-11-04 12:37:29 +0000 |
commit | 68435bbfc199f7f04ee263dd669915028e584750 (patch) | |
tree | 1f693f26fd052ce74a6d5bfd2f4f670473838031 /x11-libs/libkscreen | |
parent | Suggest disabling GRKERNSEC_PROC to make it possible to run systemd on Harden... (diff) | |
download | gentoo-2-68435bbfc199f7f04ee263dd669915028e584750.tar.gz gentoo-2-68435bbfc199f7f04ee263dd669915028e584750.tar.bz2 gentoo-2-68435bbfc199f7f04ee263dd669915028e584750.zip |
Update HOMEPAGE by Elias Probst <mail@eliasprobst.eu>. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'x11-libs/libkscreen')
-rw-r--r-- | x11-libs/libkscreen/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libkscreen/libkscreen-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libkscreen/libkscreen-1.0.ebuild | 29 |
3 files changed, 7 insertions, 32 deletions
diff --git a/x11-libs/libkscreen/ChangeLog b/x11-libs/libkscreen/ChangeLog index e3c26918e9f1..c208422938e3 100644 --- a/x11-libs/libkscreen/ChangeLog +++ b/x11-libs/libkscreen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libkscreen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/ChangeLog,v 1.2 2013/08/02 05:44:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/ChangeLog,v 1.3 2013/11/04 12:37:29 johu Exp $ + + 04 Nov 2013; Johannes Huber <johu@gentoo.org> -libkscreen-1.0.ebuild, + libkscreen-1.0.1.ebuild: + Update HOMEPAGE by Elias Probst <mail@eliasprobst.eu>. Remove old. *libkscreen-1.0.1 (02 Aug 2013) diff --git a/x11-libs/libkscreen/libkscreen-1.0.1.ebuild b/x11-libs/libkscreen/libkscreen-1.0.1.ebuild index 1e2afdf79409..498657590ee7 100644 --- a/x11-libs/libkscreen/libkscreen-1.0.1.ebuild +++ b/x11-libs/libkscreen/libkscreen-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.1.ebuild,v 1.1 2013/08/02 05:44:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.1.ebuild,v 1.2 2013/11/04 12:37:29 johu Exp $ EAPI=5 @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="KDE screen management library" -HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen" +HOMEPAGE="https://projects.kde.org/projects/kdereview/libkscreen" SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" diff --git a/x11-libs/libkscreen/libkscreen-1.0.ebuild b/x11-libs/libkscreen/libkscreen-1.0.ebuild deleted file mode 100644 index 49e7c68c2760..000000000000 --- a/x11-libs/libkscreen/libkscreen-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.ebuild,v 1.1 2013/06/23 10:54:34 johu Exp $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde4-base - -DESCRIPTION="KDE screen management library" -HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - >=dev-libs/qjson-0.8 - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXrandr -" -DEPEND=" - ${RDEPEND} - test? ( dev-qt/qttest:4 ) -" - -RESTRICT="test" |