summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-06 10:32:21 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-06 10:39:24 +0100
commit0d5e1046ab72294e6886affa7f2893521b99a576 (patch)
treedd20503eabcf81cc488465531eab6b65fc44a745 /app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
parentmedia-sound/karlyriceditor: bump to 2.2 (diff)
downloadgentoo-0d5e1046ab72294e6886affa7f2893521b99a576.tar.gz
gentoo-0d5e1046ab72294e6886affa7f2893521b99a576.tar.bz2
gentoo-0d5e1046ab72294e6886affa7f2893521b99a576.zip
app-mobilephone/gsmlib: Remove last-rited pkg, #567946
Diffstat (limited to 'app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild')
-rw-r--r--app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild b/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
deleted file mode 100644
index 2b9a496e2fb9..000000000000
--- a/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="Library and applications to access GSM mobile phones"
-SRC_URI="http://www.pxh.de/fs/gsmlib/snapshots/${PN}-pre${PV%_pre*}-${PV#*_pre}.tar.gz"
-HOMEPAGE="http://www.pxh.de/fs/gsmlib/"
-
-IUSE=""
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-${PV%_pre*}"
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}/${P%_pre*}-include-gcc34-fix.patch"
- epatch "${FILESDIR}/${P%_pre*}-gcc41.patch"
- epatch "${FILESDIR}"/${P%_pre*}-gcc43.patch
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README
-}