commit:     dfc2b22c43836c5d073b68b1a8dff320134fb868
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 13:19:18 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 13:26:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc2b22c

app-misc/pal: remove 0.4.3-r1

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 app-misc/pal/pal-0.4.3-r1.ebuild | 54 ----------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/app-misc/pal/pal-0.4.3-r1.ebuild b/app-misc/pal/pal-0.4.3-r1.ebuild
deleted file mode 100644
index 132f917792b..00000000000
--- a/app-misc/pal/pal-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils prefix toolchain-funcs
-
-DESCRIPTION="pal command-line calendar program"
-HOMEPAGE="http://palcal.sourceforge.net/";
-SRC_URI="mirror://sourceforge/palcal/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="nls"
-
-RDEPEND="
-       >=dev-libs/glib-2.0
-       nls? ( virtual/libintl )
-       sys-libs/ncurses
-       sys-libs/readline
-"
-DEPEND="
-       ${RDEPEND}
-       nls? ( sys-devel/gettext )
-       virtual/pkgconfig
-"
-
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}-strip.patch
-       epatch "${FILESDIR}"/${PV}-ldflags.patch
-       epatch "${FILESDIR}"/${P}-pkg_config.patch
-       epatch "${FILESDIR}"/${P}-prefix.patch
-
-       eprefixify Makefile.defs input.c Makefile
-       sed -i -e 's/ -o root//g' {.,convert}/Makefile || die
-
-       tc-export PKG_CONFIG
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" OPT="${CFLAGS}" LDOPT="${LDFLAGS}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install-man install-bin install-share
-
-       if use nls; then
-               emake DESTDIR="${D}" install-mo
-       fi
-
-       dodoc "${WORKDIR}"/${P}/{ChangeLog,doc/example.css}
-}

Reply via email to