diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-12-30 09:48:27 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-12-30 09:48:27 +0000 |
commit | 02b6ba17598edb33ca1eb51898902095a7ddacf5 (patch) | |
tree | 149ff62049a48d38fa88740efb3b87393141fafc /app-mobilephone/yaps | |
parent | fix a few quoting issues (diff) | |
download | gentoo-2-02b6ba17598edb33ca1eb51898902095a7ddacf5.tar.gz gentoo-2-02b6ba17598edb33ca1eb51898902095a7ddacf5.tar.bz2 gentoo-2-02b6ba17598edb33ca1eb51898902095a7ddacf5.zip |
Remove old revision.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-mobilephone/yaps')
-rw-r--r-- | app-mobilephone/yaps/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/yaps/files/digest-yaps-0.96-r1 | 6 | ||||
-rw-r--r-- | app-mobilephone/yaps/files/yaps-0.96-capiv3.patch | 61 | ||||
-rw-r--r-- | app-mobilephone/yaps/yaps-0.96-r1.ebuild | 66 |
4 files changed, 5 insertions, 134 deletions
diff --git a/app-mobilephone/yaps/ChangeLog b/app-mobilephone/yaps/ChangeLog index c44f3e8728e2..ffdc6ab98822 100644 --- a/app-mobilephone/yaps/ChangeLog +++ b/app-mobilephone/yaps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/yaps # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.16 2007/11/01 11:19:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.17 2007/12/30 09:48:26 mrness Exp $ + + 30 Dec 2007; Alin Năstac <mrness@gentoo.org> + -files/yaps-0.96-capiv3.patch, -yaps-0.96-r1.ebuild: + Remove old revision. 01 Nov 2007; Markus Meier <maekke@gentoo.org> yaps-0.96-r2.ebuild: x86 stable, bug #197087 diff --git a/app-mobilephone/yaps/files/digest-yaps-0.96-r1 b/app-mobilephone/yaps/files/digest-yaps-0.96-r1 deleted file mode 100644 index 96890bf238ab..000000000000 --- a/app-mobilephone/yaps/files/digest-yaps-0.96-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 69857a8eb69ce660ffae5bcc66df78e7 yaps-0.96.c2.tgz 108686 -RMD160 c0a932b09e0c7ec0f9416281a7ae61d4f6e13508 yaps-0.96.c2.tgz 108686 -SHA256 c8be1277476f4c280f509775ccf01000f17b4bf8734f605d63f03ae8b666c6b0 yaps-0.96.c2.tgz 108686 -MD5 6b5afb26526cb20f0995e5bb2cfa494e yaps-0.96.tar.gz 91060 -RMD160 38b08bf3fab015ab21bfc589277495e0eade275f yaps-0.96.tar.gz 91060 -SHA256 6474a507d1f3d769c80562164ad38454c73fb49be043bab1128ca9eaf20c5b98 yaps-0.96.tar.gz 91060 diff --git a/app-mobilephone/yaps/files/yaps-0.96-capiv3.patch b/app-mobilephone/yaps/files/yaps-0.96-capiv3.patch deleted file mode 100644 index 0fd67b3bbf2c..000000000000 --- a/app-mobilephone/yaps/files/yaps-0.96-capiv3.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- capiconn.c.orig 2004-06-13 14:57:42.000000000 +0200 -+++ capiconn.c 2005-06-02 16:56:58.385211987 +0200 -@@ -912,7 +912,8 @@ - 0, /* BChannelinformation */ - 0, /* Keypadfacility */ - 0, /* Useruserdata */ -- 0 /* Facilitydataarray */ -+ 0, /* Facilitydataarray */ -+ 0 /* SendingComplete */ - ); - plcip->msgid = gcmsg.Messagenumber; - send_message(card, &gcmsg); -@@ -964,6 +965,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1506,13 +1508,15 @@ - plcip->conninfo.b1config, - plcip->conninfo.b2config, - plcip->conninfo.b3config, -+ 0, /* Globalconfiguration */ - 0, /* BC */ - 0, /* LLC */ - 0, /* HLC */ - plcip->conninfo.bchaninfo, /* BChannelinformation */ - 0, /* Keypadfacility */ - 0, /* Useruserdata */ -- 0 /* Facilitydataarray */ -+ 0, /* Facilitydataarray */ -+ 0 /* SendingComplete */ - ); - - plcip->msgid = cmdcmsg.Messagenumber; -@@ -1564,6 +1568,7 @@ - plcip->conninfo.b1config, - plcip->conninfo.b2config, - plcip->conninfo.b3config, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1597,6 +1602,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1630,6 +1636,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ diff --git a/app-mobilephone/yaps/yaps-0.96-r1.ebuild b/app-mobilephone/yaps/yaps-0.96-r1.ebuild deleted file mode 100644 index 5a327c4e0500..000000000000 --- a/app-mobilephone/yaps/yaps-0.96-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/yaps-0.96-r1.ebuild,v 1.8 2007/01/23 16:28:56 genone Exp $ - -inherit eutils - -DESCRIPTION="Yet Another Pager Software (optional with CAPI support)" -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/machines/" -SRC_URI="capi? ( mirror://sourceforge/capi4yaps/${P}.c2.tgz ) - !capi? ( ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/machines/${P}.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="capi lua slang unicode" - -RDEPEND="capi? ( net-dialup/capi4k-utils ) - slang? ( =sys-libs/slang-1* ) - lua? ( dev-lang/lua )" -DEPEND="${RDEPEND} - lua? ( dev-util/pkgconfig )" - -src_unpack() { - unpack ${A} - use capi && mv -f "${S}.c2" "${S}" - cd "${S}" - - # apply patches - epatch "${FILESDIR}/${P}-gentoo.patch" - use capi \ - && grep 2>/dev/null -q CAPI_LIBRARY_V2 /usr/include/capiutils.h \ - && epatch "${FILESDIR}/${P}-capiv3.patch" - - # if specified, convert all relevant files from latin1 to UTF-8 - if use unicode; then - for i in yaps.doc; do - einfo "Converting '${i}' to UTF-8" - iconv -f latin1 -t utf8 -o "${i}~" "${i}" && mv -f "${i}~" "${i}" || rm -f "${i}~" - done - fi -} - -src_compile() { - local myconf="" - use lua && myconf="${myconf} LUA=True" - use slang && myconf="${myconf} SLANG=True" - emake CFLAGS="${CFLAGS}" ${myconf} || die "emake failed" -} - -src_install() { - dobin yaps - insinto /etc - doins yaps.rc - keepdir /usr/lib/yaps - doman yaps.1 - dohtml yaps.html - dodoc BUGREPORT README yaps.lsm yaps.doc - docinto contrib - dodoc contrib/{README,m2y.pl,tap.sl} -} - -pkg_postinst() { - elog - elog "Please edit /etc/yaps.rc to suit your needs." - elog -} |