diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-19 02:05:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-19 02:05:50 +0000 |
commit | e1634b87d9efd8cd51d52adfa00094aae25faf41 (patch) | |
tree | f7f846761db4319cf0cf2bc524d7f480ff278041 /app-text/7plus | |
parent | Added 7plus for app-text/7plus (diff) | |
download | historical-e1634b87d9efd8cd51d52adfa00094aae25faf41.tar.gz historical-e1634b87d9efd8cd51d52adfa00094aae25faf41.tar.bz2 historical-e1634b87d9efd8cd51d52adfa00094aae25faf41.zip |
initial commit; ebuild supplied by Robert Steinhausser via bug 21492
Diffstat (limited to 'app-text/7plus')
-rw-r--r-- | app-text/7plus/7plus-2.25.ebuild | 33 | ||||
-rw-r--r-- | app-text/7plus/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/7plus/Manifest | 2 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-text/7plus/7plus-2.25.ebuild b/app-text/7plus/7plus-2.25.ebuild new file mode 100644 index 000000000000..5f8459ae32aa --- /dev/null +++ b/app-text/7plus/7plus-2.25.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.1 2003/11/19 02:05:50 mr_bones_ Exp $ + +S="${WORKDIR}/7plsrc.${PV//./}" +DESCRIPTION="An encoder for packet radio" +HOMEPAGE="http://home.t-online.de/home/dg1bbq/7plus.htm" +SRC_URI="http://home.t-online.de/home/dg1bbq/7pl${PV//./}sr.tgz" + +LICENSE="7plus" +KEYWORDS="~x86" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/sed" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd ${S} + sed -e "s:CC = gcc:CC = ${CC}:" \ + -e "s:-O2:${CFLAGS}:" linux.mak > Makefile || \ + die "sed Makefile failed" +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin 7plus || die "dobin failed" + dodoc 7pl_hist.nts 7plh_old.nts format.def || die "dodoc failed" +} diff --git a/app-text/7plus/ChangeLog b/app-text/7plus/ChangeLog new file mode 100644 index 000000000000..7ffcbc70a0a5 --- /dev/null +++ b/app-text/7plus/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/7plus +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.1 2003/11/19 02:05:50 mr_bones_ Exp $ + +*7plus-2.25 (18 Nov 2003) + + 18 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> 7plus-2.25.ebuild: + initial commit; ebuild supplied by Robert Steinhausser via bug 21492 + diff --git a/app-text/7plus/Manifest b/app-text/7plus/Manifest new file mode 100644 index 000000000000..70fb5f736f72 --- /dev/null +++ b/app-text/7plus/Manifest @@ -0,0 +1,2 @@ +MD5 211168c42293e02650c83f19d6ade5e6 7plus-2.25.ebuild 745 +MD5 8aef3052d4a5659b67a2709c1c1c0de3 files/digest-7plus-2.25 56 |