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 | a29d1b00da1fa1958abe03161f2bac16bfb6d4e1 (patch) | |
tree | 8f3cd279e5e249d21bad60ae5cbd3e411a0b1d25 /net-im/ekg | |
parent | Removed old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-a29d1b00da1fa1958abe03161f2bac16bfb6d4e1.tar.gz gentoo-2-a29d1b00da1fa1958abe03161f2bac16bfb6d4e1.tar.bz2 gentoo-2-a29d1b00da1fa1958abe03161f2bac16bfb6d4e1.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/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 |
6 files changed, 7 insertions, 80 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/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 |