johu        15/06/29 20:43:23

  Added:                metadata.xml ChangeLog systemd-kcm-1.1.0.ebuild
                        systemd-kcm-0.7.0.ebuild
  Log:
  Moved from kde-misc/kcmsystemd. Version bump based on KF5.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  Changes    Path
1.1                  kde-misc/systemd-kcm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <herd>kde</herd>
        <longdescription lang="en">
KDE control module for systemd. Provides a graphical frontend for the systemd 
daemon, which allows to view and control systemd units, as well as modifying 
configuration files. Integrates in the KDE System Settings dialogue.
        </longdescription>
        <upstream>
                <maintainer status="active">
                        <email>[email protected]</email>
                        <name>Ragnar Thomsen</name>
                </maintainer>
        </upstream>
</pkgmetadata>



1.1                  kde-misc/systemd-kcm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for kde-misc/kcmsystemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/ChangeLog,v 1.1 
2015/06/29 20:43:23 johu Exp $

  11 Jun 2015; Johannes Huber <[email protected]> -kcmsystemd-0.6.1.ebuild:
  Remove old.

  04 Jun 2015; Michael Palimaka <[email protected]> kcmsystemd-0.6.1.ebuild,
  kcmsystemd-0.7.0.ebuild:
  Move various kde-base packages to kde-apps.

*kcmsystemd-0.7.0 (29 Jul 2014)

  29 Jul 2014; Johannes Huber <[email protected]> +kcmsystemd-0.7.0.ebuild:
  Version bump.

*kcmsystemd-0.6.1 (06 Apr 2014)

  06 Apr 2014; Johannes Huber <[email protected]> +kcmsystemd-0.6.1.ebuild,
  -kcmsystemd-0.5.0.ebuild, -kcmsystemd-0.6.0.ebuild:
  Version bump wrt bug #506908. Remove old.

*kcmsystemd-0.6.0 (31 Mar 2014)

  31 Mar 2014; Johannes Huber <[email protected]> +kcmsystemd-0.6.0.ebuild:
  Version bump.

*kcmsystemd-0.5.0 (18 Mar 2014)

  18 Mar 2014; Johannes Huber <[email protected]> +kcmsystemd-0.5.0.ebuild,
  +metadata.xml:
  New package. Import from kde overlay. Ebuild by David Heidelberger
  <[email protected]>.



1.1                  kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: systemd-kcm-1.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild,v 1.1 
2015/06/29 20:43:23 johu Exp $

EAPI=5

CMAKE_MIN_VERSION="3.0.0"
inherit kde5

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"

IUSE=""
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"

DEPEND="
        $(add_frameworks_dep kauth)
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep ki18n)
        $(add_frameworks_dep kwidgetsaddons)
        >=dev-libs/boost-1.45
        dev-qt/qtdbus:5
        dev-qt/qtgui:5
        dev-qt/qtwidgets:5
        sys-apps/systemd
"
RDEPEND="${DEPEND}
        !kde-misc/kcmsystemd:4
        !kde-misc/systemd-kcm:4
"

# only needed for 0.7.0 and 1.1.0
S="${WORKDIR}"/kcmsystemd-${PV}



1.1                  kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: systemd-kcm-0.7.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild,v 1.1 
2015/06/29 20:43:23 johu Exp $

EAPI=5

MY_PN="kcmsystemd"
inherit kde4-base

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
SRC_URI="https://github.com/rthomsen/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

IUSE="debug"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"

DEPEND="
        >=dev-libs/boost-1.45
"
RDEPEND="${DEPEND}
        $(add_kdeapps_dep kcmshell)
        sys-apps/systemd
"

# only needed for 0.7.0 and 1.1.0
S="${WORKDIR}"/${MY_PN}-${PV}




Reply via email to