diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-base/kdepim-wizards | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-base/kdepim-wizards')
5 files changed, 129 insertions, 0 deletions
diff --git a/kde-base/kdepim-wizards/Manifest b/kde-base/kdepim-wizards/Manifest new file mode 100644 index 000000000000..16396e324529 --- /dev/null +++ b/kde-base/kdepim-wizards/Manifest @@ -0,0 +1,2 @@ +DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf WHIRLPOOL 349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec +DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0 diff --git a/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch new file mode 100644 index 000000000000..2ec6c7a499e0 --- /dev/null +++ b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch @@ -0,0 +1,40 @@ +diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt +--- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt 2011-04-20 22:03:31.000000000 +0200 ++++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt 2011-08-06 19:11:11.852576714 +0200 +@@ -22,7 +22,7 @@ + + kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS}) + +- target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ++ target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils + kabcgroupwise kcalgroupwise + kcal_slox kabc_slox + kabckolab knoteskolab +@@ -44,7 +44,8 @@ + + kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS}) + +- target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim ) ++ target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QTGUI_LIBRARY} ++ ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio ) + + install(TARGETS groupwisewizard ${INSTALL_TARGETS_DEFAULT_ARGS}) + +@@ -60,7 +61,8 @@ + + kde4_add_executable(sloxwizard ${sloxwizard_SRCS}) + +- target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_KABC_LIBS} kdepim ) ++ target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} ++ ${KDEPIMLIBS_KABC_LIBS} kdepim kio ) + + install(TARGETS sloxwizard ${INSTALL_TARGETS_DEFAULT_ARGS}) + +@@ -83,6 +85,7 @@ + kde4_add_executable(kolabwizard ${kolabwizard_SRCS}) + + target_link_libraries(kolabwizard ++ ${QT_QTGUI_LIBRARY} kio + ${QT_QT3SUPPORT_LIBRARY} + ${KDEPIMLIBS_KCAL_LIBS} + ${KDEPIMLIBS_KABC_LIBS} diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.11.1.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.11.1.ebuild new file mode 100644 index 000000000000..ace3e1ede8f4 --- /dev/null +++ b/kde-base/kdepim-wizards/kdepim-wizards-4.4.11.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="wizards" +inherit kde4-meta + +DESCRIPTION="KDE PIM wizards" +IUSE="debug" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) + $(add_kdebase_dep kdepim-kresources) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kmail/ + knotes/ + kresources/groupwise/ + kresources/kolab/ + kresources/slox/ +" + +PATCHES=( "${FILESDIR}/${P}-underlinking.patch" ) + +src_prepare() { + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ + kresources/slox/ \ + || die "Failed to link extra_headers." + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ + kresources/groupwise/ \ + || die "Failed to link extra_headers." + + kde4-meta_src_prepare +} diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild new file mode 100644 index 000000000000..88440ee35fc3 --- /dev/null +++ b/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="wizards" +inherit kde4-meta + +DESCRIPTION="KDE PIM wizards (noakonadi branch)" +IUSE="debug" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) + $(add_kdebase_dep kdepim-kresources) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kmail/ + knotes/ + kresources/groupwise/ + kresources/kolab/ + kresources/slox/ +" + +PATCHES=( "${FILESDIR}/${PN}-4.4.11.1-underlinking.patch" ) + +src_prepare() { + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ + kresources/slox/ \ + || die "Failed to link extra_headers." + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ + kresources/groupwise/ \ + || die "Failed to link extra_headers." + + kde4-meta_src_prepare +} diff --git a/kde-base/kdepim-wizards/metadata.xml b/kde-base/kdepim-wizards/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-base/kdepim-wizards/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |