diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2013-01-24 21:04:23 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2013-01-24 21:04:23 +0000 |
commit | 54db7b6e369830396082972fab4d7ae2862f07df (patch) | |
tree | ab84b2445ee706a0e4678b6e96795857a86bf22c /app-mobilephone | |
parent | set blocker for media-sound/abcmidi. Solving Bug #427880. (diff) | |
download | gentoo-2-54db7b6e369830396082972fab4d7ae2862f07df.tar.gz gentoo-2-54db7b6e369830396082972fab4d7ae2862f07df.tar.bz2 gentoo-2-54db7b6e369830396082972fab4d7ae2862f07df.zip |
removed old revisions
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key BB6C42C7)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/yaps/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/yaps/yaps-0.96-r2.ebuild | 63 | ||||
-rw-r--r-- | app-mobilephone/yaps/yaps-0.96-r3.ebuild | 84 |
3 files changed, 5 insertions, 148 deletions
diff --git a/app-mobilephone/yaps/ChangeLog b/app-mobilephone/yaps/ChangeLog index a50206d2026e..74da2df163d6 100644 --- a/app-mobilephone/yaps/ChangeLog +++ b/app-mobilephone/yaps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/yaps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.25 2013/01/24 21:01:18 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/ChangeLog,v 1.26 2013/01/24 21:04:23 sbriesen Exp $ + + 24 Jan 2013; Stefan Briesenick <sbriesen@gentoo.org> -yaps-0.96-r2.ebuild, + -yaps-0.96-r3.ebuild: + removed old revisions 24 Jan 2013; Stefan Briesenick <sbriesen@gentoo.org> yaps-0.96-r4.ebuild: set blocker for media-sound/abcmidi. Solving Bug #427880. diff --git a/app-mobilephone/yaps/yaps-0.96-r2.ebuild b/app-mobilephone/yaps/yaps-0.96-r2.ebuild deleted file mode 100644 index 225d65704bf8..000000000000 --- a/app-mobilephone/yaps/yaps-0.96-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/yaps-0.96-r2.ebuild,v 1.5 2012/05/02 20:10:08 jdhore Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Yet Another Pager Software (optional with CAPI support)" -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/machines/" -SRC_URI="capi? ( ftp://ftp.melware.net/capi4yaps/${P}.c3.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.4 ) - lua? ( dev-lang/lua )" -DEPEND="${RDEPEND} - lua? ( virtual/pkgconfig )" - -src_unpack() { - unpack ${A} - use capi && mv -f "${S}.c3" "${S}" - cd "${S}" - - # apply patches - epatch "${FILESDIR}/${P}-gentoo.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 CC="$(tc-getCC)" CXX="$(tc-getCXX)" 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 -} diff --git a/app-mobilephone/yaps/yaps-0.96-r3.ebuild b/app-mobilephone/yaps/yaps-0.96-r3.ebuild deleted file mode 100644 index 5545ce810341..000000000000 --- a/app-mobilephone/yaps/yaps-0.96-r3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/yaps/yaps-0.96-r3.ebuild,v 1.2 2012/05/02 20:10:08 jdhore Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Yet Another Pager Software (optional with CAPI support)" -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/machines/" -SRC_URI="capi? ( ftp://ftp.melware.net/capi4yaps/${P}.c4.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.4 ) - lua? ( dev-lang/lua )" -DEPEND="${RDEPEND} - !capi? ( sys-apps/sed ) - lua? ( virtual/pkgconfig )" - -pkg_setup() { - if ! use capi; then - ewarn - ewarn "You are now compiling some *very* old and unmaintained stuff!" - ewarn - ewarn "YAPS with CAPI 2.0 support is actively maintained, but needs" - ewarn "net-dialup/capi4k-utils installed. But I advice you to use" - ewarn "this version, since it can still be used with an ordinary" - ewarn "modem (that's what you probably wanted). So just add 'capi'" - ewarn "to your USE flags to get the new and maintained version." - ewarn - ebeep - fi -} - -src_unpack() { - unpack ${A} - use capi && mv -f "${S}.c4" "${S}" - cd "${S}" - - # apply patches - epatch "${FILESDIR}/${P}-gentoo.diff" - - # fix compile warning - use capi || \ - sed -i -e 's:^\(.*\)\(<stdlib.h>\):\1\2\n\1<string.h>:g' scr.c - - # 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 CC="$(tc-getCC)" CXX="$(tc-getCXX)" 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 COPYRIGHT README yaps.lsm yaps.doc - newdoc contrib/README README.contrib - insinto /usr/share/doc/${PF}/contrib - doins contrib/{m2y.pl,tap.sl} -} - -pkg_postinst() { - elog - elog "Please edit /etc/yaps.rc to suit your needs." - elog -} |