summaryrefslogtreecommitdiffstats
path: root/gentoo/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild')
m---------gentoo0
-rw-r--r--gentoo/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild31
2 files changed, 0 insertions, 31 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild b/gentoo/app-mobilephone/gsmlib/gsmlib-1.11_pre041028.ebuild
deleted file mode 100644
index 2b9a496e2..000000000
--- a/gentoo/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
-}