aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/liborigin/liborigin-20060616.ebuild')
-rw-r--r--sci-libs/liborigin/liborigin-20060616.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/liborigin/liborigin-20060616.ebuild b/sci-libs/liborigin/liborigin-20060616.ebuild
deleted file mode 100644
index 6e77d5a6f..000000000
--- a/sci-libs/liborigin/liborigin-20060616.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Library for reading Origin spreadshits"
-HOMEPAGE="http://sourceforge.net/projects/liborigin/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-SRC_URI="mirror://sourceforge/liborigin/${P}.tar.gz"
-
-#### Remove the next line when moving this ebuild to the main tree!
-RESTRICT="nomirror"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}/Makefile.patch"
-}
-
-src_compile() {
- emake CXXFLAGS="${CXXFLAGS}" -f Makefile.LINUX || die "emake failed"
-}
-
-src_install() {
- dobin opj2dat
- dolib liborigin.so
- dodoc README
-}