summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/sulfur/Manifest1
-rw-r--r--app-admin/sulfur/metadata.xml10
-rw-r--r--app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild53
-rw-r--r--eclass/kde4-base.eclass10
-rw-r--r--kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild160
-rw-r--r--kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild163
-rw-r--r--kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild111
-rw-r--r--kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r1.ebuild112
-rw-r--r--kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild4
-rw-r--r--kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild1
-rw-r--r--kde-apps/kmail/kmail-4.14.10.ebuild5
-rw-r--r--kde-apps/kmail/kmail-4.4.2015.06.ebuild4
-rw-r--r--kde-apps/kmail/kmail-4.4.2016.01.ebuild4
-rw-r--r--media-radio/flrig/Manifest1
-rw-r--r--media-radio/flrig/flrig-1.3.26.ebuild32
-rw-r--r--net-print/foomatic-gui/Manifest1
-rw-r--r--net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild36
-rw-r--r--net-print/foomatic-gui/metadata.xml11
-rw-r--r--profiles/package.mask14
-rw-r--r--sys-libs/libfreevec/Manifest1
-rw-r--r--sys-libs/libfreevec/libfreevec-1.0.4.ebuild25
-rw-r--r--sys-libs/libfreevec/metadata.xml11
22 files changed, 44 insertions, 726 deletions
diff --git a/app-admin/sulfur/Manifest b/app-admin/sulfur/Manifest
deleted file mode 100644
index 8adc3e826e8f..000000000000
--- a/app-admin/sulfur/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sulfur-1.0_rc104.tar.bz2 541140 SHA256 fbed99b527ee7f190dd0ddd49d0350ccb72473ec71aa2a5db1180fb5578aab1c SHA512 11038694fe8e0d145c3bd97c4a85d629aa7844bffe925d85e863c8cd72d555de0bf23d3a3115c255a62c4e48bc3501b201ad4bf918c6a5d2989ea0607a1a83f2 WHIRLPOOL 3ee09e6ed417c78e1db1907c4126b4f7892699e11be3ac8445794722c7a593a07083fc4236d290dc961bcc38eaef57127aad7fe65d3ae89845e161a2c36d5f67
diff --git a/app-admin/sulfur/metadata.xml b/app-admin/sulfur/metadata.xml
deleted file mode 100644
index 15f07e411445..000000000000
--- a/app-admin/sulfur/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lxnay@gentoo.org</email>
- <name>Fabio Erculiani</name>
- </maintainer>
- <use>
- </use>
-</pkgmetadata>
diff --git a/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild b/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild
deleted file mode 100644
index 0caf4416b855..000000000000
--- a/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2-utils fdo-mime python-single-r1
-
-DESCRIPTION="Sulfur, the Entropy Package Manager Store"
-HOMEPAGE="http://www.sabayon.org"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-SRC_URI="mirror://sabayon/app-admin/sulfur-${PV}.tar.bz2"
-
-RDEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
- sys-apps/file[python,${PYTHON_USEDEP}]
- sys-devel/gettext
- x11-libs/vte:0[python,${PYTHON_USEDEP}]
- x11-misc/xdg-utils"
-DEPEND="sys-devel/gettext"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed"
- dodir /etc/gconf/schemas
- insinto /etc/gconf/schemas
- doins "${S}/misc/entropy-handler.schemas"
-
- python_fix_shebang "${ED}"
- python_optimize "${ED%/}"/usr/lib/entropy
-}
-
-pkg_postinst() {
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- gnome2_gconf_savelist
- gnome2_gconf_install
-}
-
-pkg_postrm() {
- gnome2_gconf_savelist
- gnome2_gconf_uninstall
-}
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 23c85e84db08..b6ee447c9aec 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -433,10 +433,6 @@ _calculate_src_uri() {
case ${KDEBASE} in
kde-base)
case ${PV} in
- 4.4.11.1)
- # KDEPIM 4.4, special case
- # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
- SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
4.4.20*)
# KDEPIM 4.4 no-akonadi branch, special case
# TODO: Remove this part when KDEPIM 4.4 gets out of the tree
@@ -444,18 +440,12 @@ _calculate_src_uri() {
4.?.[6-9]? | 4.??.[6-9]?)
# Unstable KDE SC releases
SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
- 4.11.19)
- # Part of 15.04.1 actually, sigh. Not stable for next release!
- SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.11.22)
# Part of 15.08.0 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
4.14.3)
# Last SC release
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;
- 4.14.8)
- # Part of 15.04.1 actually, sigh. Used by kdelibs and KDE PIM 4.
- SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.14.10)
# Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4.
SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
diff --git a/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild b/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild
deleted file mode 100644
index 045ea028103e..000000000000
--- a/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="minimal"
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
-sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/kde4/kde}"
-URI_BASE="${URI_BASE/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- [[ -n ${A} ]] && unpack ${A}
-}
-
-src_prepare() {
- local LNG DIR
- # add all linguas to cmake
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- DIR="kde-l10n-${LNG}-${PV}"
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
- fi
- done
- fi
- find "${S}" -name CMakeLists.txt -type f \
- -exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no kdepim-runtime:g' {} +
- find "${S}" -name CMakeLists.txt -type f \
- -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no kdepim:g' {} +
- find "${S}" -name CMakeLists.txt -type f \
- -exec sed -i -e 's:^ *add_subdirectory( *kdepimlibs *):# no kdepimlibs:g' {} +
-
- # Drop translations that get installed with plasma 5 and kde apps 5 packages
- if use minimal; then
-
- # KDE Workspace 4
- rm -f "${S}"/*/messages/kde-workspace/{freespacenotifier,\
-joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
-kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
-kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
-kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
-kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
-kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
-kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
-khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
-kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
-ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
-libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
-plasma_applet_quicklaunch,plasma_applet_system-monitor,\
-plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
-plasma_containmentactions_switchwindow,plasma_engine_keystate,\
-plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
-plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
-plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
-plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
-plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
-plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
-plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
-plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
-powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
-powerdevilprofilesconfig,processcore,processui,systemsettings}.po
-
- # KDE Runtime 4
- rm -f "${S}"/*/messages/kde-runtime/{attica_kde,drkonqi,\
-filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
-kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
-khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
-kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
-kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
-ktraderclient,phonon_kde,soliduiserver}.po
-
- # KDE Plasma Addons 4
- rm -f "${S}"/*/messages/kdeplasma-addons/{konqprofiles,\
-konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
-libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
-plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
-plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\
-plasma_applet_groupingpanel,plasma_applet_incomingmsg,\
-plasma_applet_knowledgebase,plasma_applet_kolourpicker,plasma_applet_leavenote,\
-plasma_applet_life,plasma_applet_luna,plasma_applet_magnifique,\
-plasma_applet_microblog,plasma_applet_news,plasma_applet_plasmaboard,\
-plasma_applet_previewer,plasma_applet_qalculate,plasma_applet_qstardict,\
-plasma_applet_rssnow,plasma_applet_showdashboard,plasma_applet_showdesktop,\
-plasma_applet_spellcheck,plasma_applet_unitconverter,plasma_applet_weather,\
-plasma_applet_weatherstation,plasma_applet_webslice,\
-plasma_packagestructure_comic,plasma_runner_audioplayercontrol,\
-plasma_runner_browserhistory,plasma_runner_CharacterRunner,\
-plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\
-plasma_runner_events,plasma_runner_katesessions,\
-plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\
-plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\
-plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po
-
- # KDELIBS 4
- rm -f "${S}"/*/messages/kdelibs/{akonadi_baloo_indexer,\
-baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,kfilemetadata,\
-kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po
-
- # KDE Applications 4
- rm -f "${S}"/*/messages/applications/useraccount.po
- fi
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_build handbook docs)
- )
- [[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde4-base_src_install
-}
diff --git a/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild b/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild
deleted file mode 100644
index b2ebd9fc132a..000000000000
--- a/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- sys-devel/gettext
-"
-RDEPEND="!<kde-base/konq-plugins-4.6"
-
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="minimal"
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
-sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/kde4/kde}"
-URI_BASE="${URI_BASE/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- local LNG DIR
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- [[ -n ${A} ]] && unpack ${A}
- cd "${S}"
-
- # add all linguas to cmake
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- DIR="kde-l10n-${LNG}-${PV}"
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
- fi
- done
- fi
-}
-
-src_prepare() {
- find "${S}" -name CMakeLists.txt -type f \
- -exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no kdepim-runtime:g' {} +
- find "${S}" -name CMakeLists.txt -type f \
- -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no kdepim:g' {} +
-
- # quick workaround for bug 493278
- find "${S}" -name "akonadi_knut_resource*" -delete
-
- # Drop translations that get installed with plasma 5 and kde apps 5 packages
- if use minimal; then
-
- # KDE Workspace 4
- rm -f "${S}"/*/messages/kde-workspace/{freespacenotifier,\
-joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
-kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
-kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
-kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
-kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
-kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
-kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
-khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
-kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
-ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
-libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
-plasma_applet_quicklaunch,plasma_applet_system-monitor,\
-plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
-plasma_containmentactions_switchwindow,plasma_engine_keystate,\
-plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
-plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
-plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
-plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
-plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
-plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
-plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
-plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
-powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
-powerdevilprofilesconfig,processcore,processui,systemsettings}.po
-
- # KDE Runtime 4
- rm -f "${S}"/*/messages/kde-runtime/{attica_kde,drkonqi,\
-filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
-kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
-khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
-kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
-kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
-ktraderclient,phonon_kde,soliduiserver}.po
-
- # KDE Plasma Addons 4
- rm -f "${S}"/*/messages/kdeplasma-addons/{konqprofiles,\
-konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
-libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
-plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
-plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\
-plasma_applet_groupingpanel,plasma_applet_incomingmsg,\
-plasma_applet_knowledgebase,plasma_applet_kolourpicker,plasma_applet_leavenote,\
-plasma_applet_life,plasma_applet_luna,plasma_applet_magnifique,\
-plasma_applet_microblog,plasma_applet_news,plasma_applet_plasmaboard,\
-plasma_applet_previewer,plasma_applet_qalculate,plasma_applet_qstardict,\
-plasma_applet_rssnow,plasma_applet_showdashboard,plasma_applet_showdesktop,\
-plasma_applet_spellcheck,plasma_applet_unitconverter,plasma_applet_weather,\
-plasma_applet_weatherstation,plasma_applet_webslice,\
-plasma_packagestructure_comic,plasma_runner_audioplayercontrol,\
-plasma_runner_browserhistory,plasma_runner_CharacterRunner,\
-plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\
-plasma_runner_events,plasma_runner_katesessions,\
-plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\
-plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\
-plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po
-
- # KDELIBS 4
- rm -f "${S}"/*/messages/kdelibs/{akonadi_baloo_indexer,\
-baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,kfilemetadata,\
-kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po
-
- # KDE Applications 4
- rm -f "${S}"/*/messages/applications/useraccount.po
- fi
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_build handbook docs)
- )
- [[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde4-base_src_install
-}
diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild
deleted file mode 100644
index d76ee3b6fb55..000000000000
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
-sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- local LNG DIR
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- # For EAPI >= 3, or if not using .tar.xz archives:
- [[ -n ${A} ]] && unpack ${A}
- cd "${S}"
-
- # add all linguas to cmake
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- DIR="kde-l10n-${LNG}-${PV}"
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
- fi
-
- # remove everything except kdepim and kdepim-runtime
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
- [[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
- [[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
- fi
- done
-
- # in some cases we may have sub-lingua subdirs, e.g. sr :(
- for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
- XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
- if [[ -d "${XSUBDIR}" ]] ; then
- einfo " ${XLNG} variant"
- # remove everything except kdepim and kdepim-runtime
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
- [[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
- [[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
- fi
- done
- fi
- done
- done
- fi
-}
-
-src_prepare() {
- [[ -n ${A} ]] && kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_build handbook docs)
- )
- [[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde4-base_src_install
-}
diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r1.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r1.ebuild
deleted file mode 100644
index 5defde291de5..000000000000
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-KDE_MINIMAL="4.6"
-
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- sys-devel/gettext
-"
-RDEPEND="!<=kde-base/kde-l10n-4.5.50:4"
-
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu
- fi fr fy ga gl gu he hi hr hu id is it ja kk km kn ko lt lv
- mai mk ml nb nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg
- tr uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-4.4.5.tar.bz2 )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- local LNG DIR
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- # For EAPI >= 3, or if not using .tar.xz archives:
- [[ -n ${A} ]] && unpack ${A}
- cd "${S}"
-
- # for all linguas do:
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- einfo "Processing ${LNG} localization"
- DIR="kde-l10n-${LNG}-4.4.5"
-
- # add subdir to toplevel cmake file
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
- fi
-
- # remove everything except kdepim
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
- [[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
- fi
- done
-
- # in some cases we may have sub-lingua subdirs, e.g. sr :(
- for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
- XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
- if [[ -d "${XSUBDIR}" ]] ; then
- einfo " ${XLNG} variant"
- # remove everything except kdepim
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
- [[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
- fi
- done
- fi
- done
- done
- fi
-}
-
-src_prepare() {
- [[ -n ${A} ]] && kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_docs=OFF"
- [[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde4-base_src_install
-}
diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
index 7252976b44b7..3f02b70e5745 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu
PIM_L10N="kdepim kdepimlibs"
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+URI_BASE="mirror://kde/Attic/4.4.5/src/kde-l10n"
SRC_URI=""
for MY_LANG in ${MY_LANGS} ; do
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
index 41280b48f03b..ba5ccc387b8c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${DEPEND}
$(add_kdeapps_dep kdepim-icons)
>=kde-frameworks/oxygen-icons-5.19.0:5
)
+ !>=kde-apps/kdepimlibs-4.14.11_pre20160211
!kde-misc/akonadi-google
"
diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index d92a869acf4a..17f4556932eb 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -20,9 +20,8 @@ DEPEND="
$(add_kdeapps_dep korganizer)
$(add_kdeapps_dep kdepim-common-libs)
"
-RDEPEND="
- ${DEPEND}
- !=kde-apps/kdepim-common-libs-4.12.1-r1
+RDEPEND="${DEPEND}
+ !>=kde-apps/kdepimlibs-4.14.11_pre20160211
"
RESTRICT="test"
diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index 741b12d58e2e..6fdba1d9a105 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -20,7 +20,9 @@ DEPEND="
$(add_kdeapps_dep libkleo '' 4.4.2015)
$(add_kdeapps_dep libkpgp '' 4.4.2015)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
KMEXTRACTONLY="
korganizer/org.kde.Korganizer.Calendar.xml
diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index 5ea14c1fbe92..01126d5b1cae 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -21,7 +21,9 @@ DEPEND="
$(add_kdeapps_dep libkleo '' 4.4.2015)
$(add_kdeapps_dep libkpgp '' 4.4.2015)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
KMEXTRACTONLY="
korganizer/org.kde.Korganizer.Calendar.xml
diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
index ed754a2be4d3..7a17effa589a 100644
--- a/media-radio/flrig/Manifest
+++ b/media-radio/flrig/Manifest
@@ -2,3 +2,4 @@ DIST flrig-1.3.19.tar.gz 617353 SHA256 4b697d6737b94b3e3cf1237283f23587ffaf6de84
DIST flrig-1.3.21.tar.gz 621380 SHA256 d5d83832ab8e072962e01d90a66b609d93992a2a9266e9647adfbb35ef28dd91 SHA512 5f1d96ab2464089448c0dcdcb35134f7e26e2c17d9c63c19cd256650a34a16bff5e1b41913842bba7f8c7f320bdc9f15e9d48f1e721c3a2fd8b316ab6a91ca6d WHIRLPOOL b5079105b9b5796c07b57a160bb54125709feba02959232da8f82ca44a966be795d6cf48c872aedbc8720740e1b486e73a3bb4d4fe5bf82b42f66a7f9113dd11
DIST flrig-1.3.22.tar.gz 613526 SHA256 be30ceaf06a64cc7db9f12f0a7d1da597a5569f248323f2dc2cd037fd1730908 SHA512 51525de330ead7dd5f79d447dc53c6710a99faa4550c06fe3a80e6e504f67bd0a40fbd4befb907ee8770d7a69831ab993f1553e9ecb44e96d8140cc8471b3235 WHIRLPOOL a3370812bd01ef93555b5084c1f177ed1e965642e10e027ef4b98305f9436c8483391a3f79f36b7a0fe2c8102fbb87215f86ba782d4dcab2e12313f7e5310b1b
DIST flrig-1.3.25.tar.gz 659060 SHA256 56e1ffb2ea6fccaa00141fe6efbc492d260efc7ea449aca827625095f5d8b257 SHA512 b845b125d58f4254f00d5e3fc758e7b3ee1cbf502df8d88058d47e791ef0e6fc4e5daccc477c4d1b5f716a9eaded309cb2e80b3b94499970620173a1c5c86b62 WHIRLPOOL 22f4932277e07c69e028b28fd3758ceda1011cc9591da67c7d02e78615d005d8977708aa43925c7412b153026998ceaa85999c7c4492d7fd2bbcfd80215575ec
+DIST flrig-1.3.26.tar.gz 659073 SHA256 b9367a70445fd5229b5fc7aba9d47970d0f32600b80c117084875a9ffb9a646b SHA512 1fd4169fa5fee80d9c36e7f663fafdc13dc32e9eed80a13e0b98734fbab7132708577a93f1cc7eaf84bf3ac8aba278b94ce07ef0e1183eca6bbf3c6147a2e811 WHIRLPOOL 76357ff07415dc6e5dfa046bef12a07d546c2cac7e4ba946e4ef46f1b804f148086a89d8f433e769ca08235196fe789bc5c00448b2dbea6796a278304711e150
diff --git a/media-radio/flrig/flrig-1.3.26.ebuild b/media-radio/flrig/flrig-1.3.26.ebuild
new file mode 100644
index 000000000000..e8fc0e2ff04b
--- /dev/null
+++ b/media-radio/flrig/flrig-1.3.26.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="Transceiver control program for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/fltk:1
+ x11-misc/xdg-utils"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext"
+
+src_prepare() {
+ epatch "${FILESDIR}"/fix-bashism.patch
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README
+}
diff --git a/net-print/foomatic-gui/Manifest b/net-print/foomatic-gui/Manifest
deleted file mode 100644
index 9e53a6f6c294..000000000000
--- a/net-print/foomatic-gui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST foomatic-gui_0.7.9.5.tar.gz 122249 SHA256 e0ae4afa43a39bbcc74510ad22796a95eefd898f780fb392cf39afd3318931ff SHA512 d118caa3f905d8b2a20f55d7b51c41501f83455c5ef18b1e18c99414cefaa5d32a051f33cad8a446740566e7f4928c7ff4ccca3cfee9f20b39ca43290d05987e WHIRLPOOL 0988a5635297ecff94410bea2e71fe2d3b603ed5b6bb7a4cf2c62d9e20e33d84d6723e66c8651a3ce9ccf603956e433e3e03a918ff9ddcf9b1a2a465d45f614f
diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild
deleted file mode 100644
index 526c912786b7..000000000000
--- a/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-DESCRIPTION="GNOME interface for configuring the Foomatic printer filter system"
-HOMEPAGE="http://freshmeat.net/projects/foomatic-gui/"
-SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/libgnome-python[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/libbonobo-python[${PYTHON_USEDEP}]
- dev-python/gnome-vfs-python[${PYTHON_USEDEP}]
- dev-python/ipy[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- dev-python/pywebkitgtk[${PYTHON_USEDEP}]
- net-print/foomatic-db-engine"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
diff --git a/net-print/foomatic-gui/metadata.xml b/net-print/foomatic-gui/metadata.xml
deleted file mode 100644
index bf89ef981641..000000000000
--- a/net-print/foomatic-gui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>printing@gentoo.org</email>
- <name>Gentoo Printing Project</name>
- </maintainer>
- <upstream>
- <remote-id type="freshmeat">foomatic-gui</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 2752fa3f4920..ca52156c379d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,20 +286,6 @@ dev-util/weblint
# Masked for removal in 30 days.
dev-util/osdt
-# Michael Palimaka <kensington@gentoo.org> (1 Jun 2016)
-# Ancient. Unused. Dead upstream. Masked for removal in 30 days.
-# Bug 584374.
-sys-libs/libfreevec
-
-# Michael Palimaka <kensington@gentoo.org> (1 Jun 2016)
-# Obsolete package. Masked for removal in 30 days. Bug 584454.
-app-admin/sulfur
-
-# Michael Palimaka <kensington@gentoo.org> (1 Jun 2016)
-# Depends on vulnerable slot of net-libs/webkit-gtk. Dead upstream.
-# Masked for removal in 30 days. Bug 584164.
-net-print/foomatic-gui
-
# Michael Palimaka <kensington@gentoo.org> (26 May 2016)
# Depends on vulnerable slot of net-libs/webkit-gtk.
# Dead upstream. Unmaintained. Masked for removal in 30 days.
diff --git a/sys-libs/libfreevec/Manifest b/sys-libs/libfreevec/Manifest
deleted file mode 100644
index c181e5f9dcde..000000000000
--- a/sys-libs/libfreevec/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libfreevec-1.0.4.tar.bz2 485620 SHA256 4f0ea1cbb4daa27fe700766b9a545c820e8ae73460ed79eced682552ed1e586b SHA512 f37632273c58231af4cb0d27f47390d656f521305ccd5c3d2fbd0446fc28c50f930ac5eafc839da50c973dd8115d35caab193db4800aeb961efcd10c6dbba2ce WHIRLPOOL f717cc398394e4f81bb9fafa2cd5383a25e7eb73b7223a872e8a32798200e0cabaa5f5dc2f0e01a1a32daf92c698f173e221e1e15dea903e9dc622af8e1864ca
diff --git a/sys-libs/libfreevec/libfreevec-1.0.4.ebuild b/sys-libs/libfreevec/libfreevec-1.0.4.ebuild
deleted file mode 100644
index 5045cd8e409b..000000000000
--- a/sys-libs/libfreevec/libfreevec-1.0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Altivec enabled libc memory function"
-HOMEPAGE="http://freevec.org"
-SRC_URI="http://www.codex.gr/system/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc ~ppc64"
-IUSE=""
-
-DEPEND=">=sys-devel/gcc-4.2"
-RDEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-
-}
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc TODO README INSTALL
-}
diff --git a/sys-libs/libfreevec/metadata.xml b/sys-libs/libfreevec/metadata.xml
deleted file mode 100644
index a8d7439bebe3..000000000000
--- a/sys-libs/libfreevec/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>lu_zero@gentoo.org</email>
-</maintainer>
-<maintainer type="project">
- <email>ppc@gentoo.org</email>
- <name>Gentoo Linux PowerPC Development</name>
-</maintainer>
-</pkgmetadata>