diff options
| author | Jonathan Callen <abcd@gentoo.org> | 2013-02-10 18:05:21 -0500 |
|---|---|---|
| committer | Jonathan Callen <abcd@gentoo.org> | 2013-02-10 20:02:08 -0500 |
| commit | 294d82de40fdd086bc36cc661798cfe71451aa10 (patch) | |
| tree | 1172f680ef9ce37271de22a951c416871042d000 | |
| parent | dfbeebb4466b5021e5b5b448029b3b4267cbdf81 (diff) | |
| download | kde-294d82de40fdd086bc36cc661798cfe71451aa10.tar.gz kde-294d82de40fdd086bc36cc661798cfe71451aa10.tar.bz2 kde-294d82de40fdd086bc36cc661798cfe71451aa10.zip | |
[kde-base/dolphin-plugins] Moved to git
Package-Manager: portage-2.2.0_alpha161
| -rw-r--r-- | kde-base/dolphin-plugins/dolphin-plugins-4.10.49.9999.ebuild | 12 | ||||
| -rw-r--r-- | kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.10.49.9999.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.10.49.9999.ebuild index 476537b933f..e5be0ce6fac 100644 --- a/kde-base/dolphin-plugins/dolphin-plugins-4.10.49.9999.ebuild +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.10.49.9999.ebuild @@ -4,9 +4,13 @@ EAPI=5 -KMNAME="kdesdk" -KDE_SCM="svn" -inherit kde4-meta +if [[ ${PV} == *9999 ]]; then + eclass="kde4-base" +else + eclass="kde4-meta" + KMNAME="kdesdk" +fi +inherit ${eclass} DESCRIPTION="Extra Dolphin plugins" KEYWORDS="" @@ -26,7 +30,7 @@ RDEPEND="${DEPEND} KMLOADLIBS="libkonq" src_install() { - { use bazaar || use git || use mercurial || use subversion; } && kde4-meta_src_install + { use bazaar || use git || use mercurial || use subversion; } && ${eclass}_src_install } pkg_postinst() { diff --git a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild index 476537b933f..d8f34099d09 100644 --- a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild +++ b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild @@ -4,9 +4,7 @@ EAPI=5 -KMNAME="kdesdk" -KDE_SCM="svn" -inherit kde4-meta +inherit kde4-base DESCRIPTION="Extra Dolphin plugins" KEYWORDS="" @@ -26,7 +24,7 @@ RDEPEND="${DEPEND} KMLOADLIBS="libkonq" src_install() { - { use bazaar || use git || use mercurial || use subversion; } && kde4-meta_src_install + { use bazaar || use git || use mercurial || use subversion; } && kde4-base_src_install } pkg_postinst() { |
