diff options
author | 2003-05-04 19:09:55 +0000 | |
---|---|---|
committer | 2003-05-04 19:09:55 +0000 | |
commit | c6742944a59d2305aef0c1fc6f258e09537bcb36 (patch) | |
tree | b16f256fdd921fcbf03708ab570b93556afd2783 /net-im | |
parent | Fixing path to mplayer libpostproc. Closes #16896. (diff) | |
download | historical-c6742944a59d2305aef0c1fc6f258e09537bcb36.tar.gz historical-c6742944a59d2305aef0c1fc6f258e09537bcb36.tar.bz2 historical-c6742944a59d2305aef0c1fc6f258e09537bcb36.zip |
Version bump
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ysm/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ysm/files/digest-ysm-2.8.1 | 1 | ||||
-rw-r--r-- | net-im/ysm/ysm-2.8.1.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/net-im/ysm/ChangeLog b/net-im/ysm/ChangeLog index 0e5334cb7445..a97400075ebf 100644 --- a/net-im/ysm/ChangeLog +++ b/net-im/ysm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ysm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.3 2003/02/12 08:03:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.4 2003/05/04 19:09:55 aliz Exp $ + +*ysm-2.8.1 (04 May 2003) + + 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> yasm-2.8.1.ebuild : + Version bump. Found by Filipe Almeida <filipe@rnl.ist.utl.pt> in #12112. *ysm-2.7.1 (14 Aug 2002) diff --git a/net-im/ysm/files/digest-ysm-2.8.1 b/net-im/ysm/files/digest-ysm-2.8.1 new file mode 100644 index 000000000000..0745cb64cbb5 --- /dev/null +++ b/net-im/ysm/files/digest-ysm-2.8.1 @@ -0,0 +1 @@ +MD5 335c5e43b8ade0d01b53b95ecefd4409 ysmv7_2_8_1.tgz 192755 diff --git a/net-im/ysm/ysm-2.8.1.ebuild b/net-im/ysm/ysm-2.8.1.ebuild new file mode 100644 index 000000000000..62d4604d1749 --- /dev/null +++ b/net-im/ysm/ysm-2.8.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.8.1.ebuild,v 1.1 2003/05/04 19:09:55 aliz Exp $ + +MY_PV=${PV//./_} +DESCRIPTION="A console ICQ client supporting versions 7/8" +HOMEPAGE="http://ysmv7.sourceforge.net/" +SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/glibc" +RDEPEND="virtual/glibc" + +S=${WORKDIR}/${PN}v7_${MY_PV} + +src_compile() { + econf || die + emake || die +} + +src_install () { + dobin ysm + doman docs/ysm.1 + dodoc docs/README docs/AUTHORS docs/COMMANDS docs/INSTALL +} + |