diff options
Diffstat (limited to 'app-arch/gtk-splitter')
-rw-r--r-- | app-arch/gtk-splitter/Manifest | 4 | ||||
-rw-r--r-- | app-arch/gtk-splitter/files/gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch | 13 | ||||
-rw-r--r-- | app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild | 39 | ||||
-rw-r--r-- | app-arch/gtk-splitter/metadata.xml | 9 |
4 files changed, 0 insertions, 65 deletions
diff --git a/app-arch/gtk-splitter/Manifest b/app-arch/gtk-splitter/Manifest deleted file mode 100644 index 59eaad53ef84..000000000000 --- a/app-arch/gtk-splitter/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch 325 BLAKE2B e5b7e8f53f7c774631b9d776afa0f74f6e36cbdd6775fee064c50a71b918e780de03360f9bcadf333adb89a9724ea4667726c16807dffdb730c03f44e69303c6 SHA512 19beddfab6ec199f013f4f3d12a5921df49267ea3ee851e2bfb4ec043f899015ffde7bd45308aca8734d735b203a822dede78c785212e45c49351ae7f501c49b -DIST gtk-splitter-2.2.1.tar.gz 93515 BLAKE2B 32ab62076028efb69584c05f21c28744b1261e03640391787c9fb70a547eb7d184be2ce1f945c3bd659ebdf4b3b9b998331e3e5dbc3c5ee9d5beb72149893e16 SHA512 c84e43dddb5f1eef5a4fed7db7541012374d7e6bed760835adae20fa35a4685cb7a1a866ad02cbaf36ff3ee4d5bd3872a154e46ce9692603a3273859d2eb36dc -EBUILD gtk-splitter-2.2.1-r1.ebuild 813 BLAKE2B 42c8254e77bfd3167302613b1dac012eeb6a859b719570403a6f28e7c2d9a58ed4f3ff9b2fb60a01dd45ad83820699278a4ac7400c3ee2290ff99a811cc78175 SHA512 3128262c80ef2fb38a9858439e481f341427979d6ad4b372fe1f6a1df174ff387690765df439cf4a4cabae9a604bd675e7dcb24a1439a7f16a3774c2cf6c0d96 -MISC metadata.xml 362 BLAKE2B ffbb2f73871071301f53e07edd9e948fe4a8dcc8cdfe95c73962c070c9fa79eb6f951ce4a3dcf385d4796ed3b185bba0d2ef7879a32bbd08c940a5185a867b2b SHA512 236e11a6730b01e5fd611674c32fa0ca9a8cbff16f4f000766d4104c04ba9c1120e1a0ebe279992487fb2d0102a7d1ce152781132c7d1876dba17c0eef2e91a6 diff --git a/app-arch/gtk-splitter/files/gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch b/app-arch/gtk-splitter/files/gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch deleted file mode 100644 index 32fd447c9019..000000000000 --- a/app-arch/gtk-splitter/files/gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/gtk-splitter.desktop -+++ b/gtk-splitter.desktop -@@ -3,8 +3,8 @@ - Name=File Splitter - Comment=GTK+ File Splitter - Exec=gtk-splitter %F --Icon=gtk-splitter.png -+Icon=/usr/share/pixmaps/gtk-splitter.png - Terminal=false - Type=Application --Categories=GNOME;Application;Utility; -+Categories=GNOME;Utility; - StartupNotify=true diff --git a/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild b/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild deleted file mode 100644 index 0ccad4c508c7..000000000000 --- a/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="Split files into smaller pieces and combine them back together" -HOMEPAGE="http://gtk-splitter.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="crypt" - -RDEPEND="x11-libs/gtk+:2 - virtual/libintl:0 - crypt? ( >=app-crypt/mhash-0.8:0 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig:*" - -src_prepare() { - epatch "${FILESDIR}/"${P}-r1-desktop-QA-fixes.patch -} - -src_compile() { - default - - if ! use crypt ; then - # configure script only autodetects - sed -i -e 's:-lmhash::' -e 's:-DHAVE_LIBMHASH=1::' src/Makefile || die - fi -} - -src_install() { - emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install -} diff --git a/app-arch/gtk-splitter/metadata.xml b/app-arch/gtk-splitter/metadata.xml deleted file mode 100644 index f1254f8446bd..000000000000 --- a/app-arch/gtk-splitter/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>A program to split files into smaller pieces and the put them back together.</longdescription> - <upstream> - <remote-id type="sourceforge">gtk-splitter</remote-id> - </upstream> -</pkgmetadata> |