From 47e19d3d301d6b45e562009c9f54a4dec8a12e36 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 16 Jan 2017 22:25:33 +0300 Subject: [PATCH] Drop ancient app-pda/synce-librtfcomp --- app-pda/synce-librtfcomp/Manifest | 1 - .../synce-librtfcomp-1.1.ebuild | 23 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 app-pda/synce-librtfcomp/Manifest delete mode 100644 app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild diff --git a/app-pda/synce-librtfcomp/Manifest b/app-pda/synce-librtfcomp/Manifest deleted file mode 100644 index 017add6..0000000 --- a/app-pda/synce-librtfcomp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST librtfcomp-1.1.tar.gz 334800 SHA256 a4bb19cd7a8713d48cbf20161bbe79ff4e79777491d57cb8a48fdb88567ef7a3 diff --git a/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild b/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild deleted file mode 100644 index 555945b..0000000 --- a/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild,v 1.1 2008/11/13 00:13:30 mescalinum Exp $ - -DESCRIPTION="SynCE - Compressed RTF extensions" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-lang/python - dev-python/pyrex" - -MY_P="librtfcomp-${PV}" -SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -src_install() { - einstall || die - mv "${D}"/usr/bin/test "${D}"/usr/bin/testrtf -}