diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-09-04 21:10:18 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-09-04 21:10:18 +0000 |
commit | 95285f73bbd7bb50eb62b1328cdf12e4629235a6 (patch) | |
tree | ed3c937c6e18265a7700759980a8cb6dcba4c46f /net-im/ekg | |
parent | Removed old ebuild. (diff) | |
download | historical-95285f73bbd7bb50eb62b1328cdf12e4629235a6.tar.gz historical-95285f73bbd7bb50eb62b1328cdf12e4629235a6.tar.bz2 historical-95285f73bbd7bb50eb62b1328cdf12e4629235a6.zip |
Removed old ebuilds, marked 1.5 stable on x86.
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/ekg/Manifest | 14 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.3.ebuild | 37 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.4.ebuild | 38 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.5.ebuild | 4 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.3 | 1 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.4 | 1 |
7 files changed, 12 insertions, 89 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 87d233722bfd..3ff1059b7a65 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ekg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.11 2004/06/28 21:23:02 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.12 2004/09/04 21:10:18 spock Exp $ + + 04 Sep 2004; Michal Januszewski <spock@gentoo.org> -ekg-1.3.ebuild, + -ekg-1.4.ebuild, ekg-1.5.ebuild: + Removed old ebuilds, marked 1.5 stable on x86. *ekg-1.5 (28 Jun 2004) diff --git a/net-im/ekg/Manifest b/net-im/ekg/Manifest index bb2ab9b1cdff..71893063e784 100644 --- a/net-im/ekg/Manifest +++ b/net-im/ekg/Manifest @@ -1,20 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 08211275c9d8c870ec1966320be6f6b7 ekg-1.4.ebuild 1109 MD5 3b274a0980356156a3dc9b9a492511d0 ekg-1.4-r1.ebuild 1109 -MD5 d2e44bfd92cfba992ef02716103fb8ea ekg-1.3.ebuild 974 -MD5 a01481ed56f66d228a74f94840ed510b ekg-1.5.ebuild 1223 -MD5 297b965595eeae99b81c6b3b3e940524 ChangeLog 2176 +MD5 1cf17ee6cde070adc23bb4188af4af6e ekg-1.5.ebuild 1222 +MD5 7c722ec0dd32b886692553e2dbc51d0b ChangeLog 2331 MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255 MD5 2bc5f13c9e2cc840a2f8f61fc3a51391 files/digest-ekg-1.4-r1 59 -MD5 fa4379b937783ca0ff3bc06452e35ea1 files/digest-ekg-1.3 59 -MD5 2bc5f13c9e2cc840a2f8f61fc3a51391 files/digest-ekg-1.4 59 MD5 fabb312576862c943792eed047bac7a8 files/digest-ekg-1.5 59 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBOe9H/rLF9B432nYRAjARAJwMq9pLV36CVrG6zedZ/Kd2id5vcQCdErwu -lxA7teEckP5dINYUE+XQJNk= -=Vt5A +iD8DBQFBOi9Mchej4aZK9/cRAp6EAJ4sLB3dwtIiJZnx//ilZlYeUXoDTACdEtZ6 +BpD0DSBzSm3kMFQgewU2y88= +=J4BX -----END PGP SIGNATURE----- diff --git a/net-im/ekg/ekg-1.3.ebuild b/net-im/ekg/ekg-1.3.ebuild deleted file mode 100644 index 015864026120..000000000000 --- a/net-im/ekg/ekg-1.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.7 2004/06/24 22:50:29 agriffis Exp $ - -IUSE="ssl ncurses zlib python" - -DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" -SRC_URI="http://dev.null.pl/ekg/${P}.tar.gz" -HOMEPAGE="http://dev.null.pl/ekg/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips " - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) - ncurses? ( sys-libs/ncurses ) - !ncurses? ( sys-libs/readline ) - zlib? ( sys-libs/zlib ) - python? ( dev-lang/python )" - -src_compile() { - - local myconf="" - use ssl || myconf="$myconf --disable-openssl" - use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline" - use zlib || myconf="$myconf --disable-zlib" - - econf ${myconf} || die - emake || die - -} - -src_install() { - - einstall || die - dodoc docs/* -} diff --git a/net-im/ekg/ekg-1.4.ebuild b/net-im/ekg/ekg-1.4.ebuild deleted file mode 100644 index ce0b0b4b9d30..000000000000 --- a/net-im/ekg/ekg-1.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.4.ebuild,v 1.5 2004/06/24 22:50:29 agriffis Exp $ - -IUSE="ssl ncurses zlib python" - -DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" -HOMEPAGE="http://dev.null.pl/ekg/" -SRC_URI="http://dev.null.pl/ekg/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~amd64" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) - ncurses? ( sys-libs/ncurses ) - !ncurses? ( sys-libs/readline ) - zlib? ( sys-libs/zlib ) - python? ( dev-lang/python )" - -src_compile() { - - local myconf="--enable-ioctld --enable-shared --with-pthread --enable-dynamic" - use ssl || myconf="$myconf --disable-openssl" - use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline" - use zlib || myconf="$myconf --disable-zlib" - use python && myconf="$myconf --enable-python" - - econf ${myconf} || die - emake || die - -} - -src_install() { - - einstall || die - dodoc docs/* docs/api/* -} diff --git a/net-im/ekg/ekg-1.5.ebuild b/net-im/ekg/ekg-1.5.ebuild index 696cc7963670..33d69f49f8c5 100644 --- a/net-im/ekg/ekg-1.5.ebuild +++ b/net-im/ekg/ekg-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5.ebuild,v 1.1 2004/06/28 21:23:02 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5.ebuild,v 1.2 2004/09/04 21:10:18 spock Exp $ IUSE="ssl ncurses zlib python spell" @@ -10,7 +10,7 @@ SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~amd64" S="${WORKDIR}/${P/_/}" diff --git a/net-im/ekg/files/digest-ekg-1.3 b/net-im/ekg/files/digest-ekg-1.3 deleted file mode 100644 index 996024ed65ef..000000000000 --- a/net-im/ekg/files/digest-ekg-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e59cddf8b4daed8b949da86f97f486fc ekg-1.3.tar.gz 453593 diff --git a/net-im/ekg/files/digest-ekg-1.4 b/net-im/ekg/files/digest-ekg-1.4 deleted file mode 100644 index bbfd637432d0..000000000000 --- a/net-im/ekg/files/digest-ekg-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f35030c05e62c30ce9068e26bd365a2 ekg-1.4.tar.gz 465347 |