summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-03-14 13:34:19 +0100
committerJohannes Huber <johu@gentoo.org>2014-03-14 13:34:19 +0100
commitf6f2085d55ecd8e41e1b9b8dd5b4cfaab2fd4b97 (patch)
tree465f2157a89fd23bc3c8f0419ef46cd4a130fea5
parentd55e6a529fb19b6d8718ab61353227c90c6b857b (diff)
downloadkde-f6f2085d55ecd8e41e1b9b8dd5b4cfaab2fd4b97.tar.gz
kde-f6f2085d55ecd8e41e1b9b8dd5b4cfaab2fd4b97.tar.bz2
kde-f6f2085d55ecd8e41e1b9b8dd5b4cfaab2fd4b97.zip
[kde-base/kdelibs] Mark pax on /usr/bin/kdeinit4, bug #473842
Package-Manager: portage-2.2.8-r1
-rw-r--r--kde-base/kdelibs/kdelibs-4.12.49.9999.ebuild5
-rw-r--r--kde-base/kdelibs/kdelibs-4.12.90-r1.ebuild (renamed from kde-base/kdelibs/kdelibs-4.12.90.ebuild)5
-rw-r--r--kde-base/kdelibs/kdelibs-4.13.49.9999.ebuild5
-rw-r--r--kde-base/kdelibs/kdelibs-9999.ebuild5
4 files changed, 16 insertions, 4 deletions
diff --git a/kde-base/kdelibs/kdelibs-4.12.49.9999.ebuild b/kde-base/kdelibs/kdelibs-4.12.49.9999.ebuild
index e28c0163aed..faa341579ed 100644
--- a/kde-base/kdelibs/kdelibs-4.12.49.9999.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.12.49.9999.ebuild
@@ -8,7 +8,7 @@ CPPUNIT_REQUIRED="optional"
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="optional"
KDE_HANDBOOK="optional"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic pax-utils
EGIT_BRANCH="KDE/4.12"
@@ -232,6 +232,9 @@ src_compile() {
src_install() {
kde4-base_src_install
+ # bug 473842
+ pax-mark m "${ED}"/usr/bin/kdeinit4
+
# use system certificates
rm -f "${ED}"/usr/share/apps/kssl/ca-bundle.crt || die
dosym /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt
diff --git a/kde-base/kdelibs/kdelibs-4.12.90.ebuild b/kde-base/kdelibs/kdelibs-4.12.90-r1.ebuild
index 9863ab35bc3..554be5638bb 100644
--- a/kde-base/kdelibs/kdelibs-4.12.90.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.12.90-r1.ebuild
@@ -8,7 +8,7 @@ CPPUNIT_REQUIRED="optional"
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="optional"
KDE_HANDBOOK="optional"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic pax-utils
EGIT_BRANCH="KDE/4.13"
@@ -232,6 +232,9 @@ src_compile() {
src_install() {
kde4-base_src_install
+ # bug 473842
+ pax-mark m "${ED}"/usr/bin/kdeinit4
+
# use system certificates
rm -f "${ED}"/usr/share/apps/kssl/ca-bundle.crt || die
dosym /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt
diff --git a/kde-base/kdelibs/kdelibs-4.13.49.9999.ebuild b/kde-base/kdelibs/kdelibs-4.13.49.9999.ebuild
index a5e7ae0a940..29b993e72fa 100644
--- a/kde-base/kdelibs/kdelibs-4.13.49.9999.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.13.49.9999.ebuild
@@ -8,7 +8,7 @@ CPPUNIT_REQUIRED="optional"
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="optional"
KDE_HANDBOOK="optional"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic pax-utils
EGIT_BRANCH="KDE/4.13"
@@ -232,6 +232,9 @@ src_compile() {
src_install() {
kde4-base_src_install
+ # bug 473842
+ pax-mark m "${ED}"/usr/bin/kdeinit4
+
# use system certificates
rm -f "${ED}"/usr/share/apps/kssl/ca-bundle.crt || die
dosym /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt
diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild
index 8f77154dc40..5d4588c8008 100644
--- a/kde-base/kdelibs/kdelibs-9999.ebuild
+++ b/kde-base/kdelibs/kdelibs-9999.ebuild
@@ -8,7 +8,7 @@ CPPUNIT_REQUIRED="optional"
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="optional"
KDE_HANDBOOK="optional"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic pax-utils
EGIT_BRANCH="master"
@@ -232,6 +232,9 @@ src_compile() {
src_install() {
kde4-base_src_install
+ # bug 473842
+ pax-mark m "${ED}"/usr/bin/kdeinit4
+
# use system certificates
rm -f "${ED}"/usr/share/apps/kssl/ca-bundle.crt || die
dosym /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt