diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 21:25:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 21:25:48 +0000 |
commit | 4cb8be34207fe7c188cc50a6de2e086046fe0522 (patch) | |
tree | 1ad5b36f2d68a80c22ac954ab9f3b12ec214ce2d /net-im/centericq | |
parent | Added dev-java/ibm-jdk->dev-java/ibm-jdk-bin and dev-java/ibm-jre->dev-java/i... (diff) | |
download | gentoo-2-4cb8be34207fe7c188cc50a6de2e086046fe0522.tar.gz gentoo-2-4cb8be34207fe7c188cc50a6de2e086046fe0522.tar.bz2 gentoo-2-4cb8be34207fe7c188cc50a6de2e086046fe0522.zip |
clean out older ebuilds
Diffstat (limited to 'net-im/centericq')
-rw-r--r-- | net-im/centericq/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.11.ebuild | 57 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.5-r1.ebuild | 58 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.5.ebuild | 55 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.6.ebuild | 58 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.7.ebuild | 59 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.8.ebuild | 59 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.9.9.ebuild | 58 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.11 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.5 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.5-r1 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.6 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.7 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.8 | 1 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.9.9 | 1 |
15 files changed, 7 insertions, 412 deletions
diff --git a/net-im/centericq/ChangeLog b/net-im/centericq/ChangeLog index 0542e414d084..ba09d419b740 100644 --- a/net-im/centericq/ChangeLog +++ b/net-im/centericq/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/centericq # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.43 2004/06/08 13:35:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.44 2004/06/08 21:25:48 mr_bones_ Exp $ + + 08 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + centericq-4.9.11.ebuild, centericq-4.9.5-r1.ebuild, centericq-4.9.5.ebuild, + centericq-4.9.6.ebuild, centericq-4.9.7.ebuild, centericq-4.9.8.ebuild, + centericq-4.9.9.ebuild: + clean out older ebuilds 08 Jun 2004; Guy Martin <gmsoft@gentoo.org> centericq-4.9.12.ebuild: Marked stable on hppa. diff --git a/net-im/centericq/centericq-4.9.11.ebuild b/net-im/centericq/centericq-4.9.11.ebuild deleted file mode 100644 index 9cd7d04fc1d9..000000000000 --- a/net-im/centericq/centericq-4.9.11.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.11.ebuild,v 1.1 2004/04/10 11:14:42 coronalvr Exp $ - -inherit eutils - -IUSE="nls ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - bidi? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - # Options you can add to myopts - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # --disable-lj Build without LiveJournal client" - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use bidi && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.5-r1.ebuild b/net-im/centericq/centericq-4.9.5-r1.ebuild deleted file mode 100644 index 563499ce2a5c..000000000000 --- a/net-im/centericq/centericq-4.9.5-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.5-r1.ebuild,v 1.3 2004/04/27 22:59:12 coronalvr Exp $ - -inherit eutils - -IUSE="nls ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/MSN/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - nls? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-msn Build without MSN - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use nls && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.5.ebuild b/net-im/centericq/centericq-4.9.5.ebuild deleted file mode 100644 index 20687c291850..000000000000 --- a/net-im/centericq/centericq-4.9.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.5.ebuild,v 1.3 2004/04/27 22:59:12 coronalvr Exp $ - -inherit eutils - -IUSE="nls ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/MSN/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-msn Build without MSN - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.6.ebuild b/net-im/centericq/centericq-4.9.6.ebuild deleted file mode 100644 index 257d1e2f3f41..000000000000 --- a/net-im/centericq/centericq-4.9.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.6.ebuild,v 1.5 2004/04/27 22:59:12 coronalvr Exp $ - -inherit eutils - -IUSE="nls ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/MSN/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - nls? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-msn Build without MSN - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use nls && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.7.ebuild b/net-im/centericq/centericq-4.9.7.ebuild deleted file mode 100644 index a351778793f7..000000000000 --- a/net-im/centericq/centericq-4.9.7.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.7.ebuild,v 1.4 2004/04/27 22:59:12 coronalvr Exp $ - -inherit eutils - -IUSE="nls ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/MSN/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - nls? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch - epatch ${FILESDIR}/nls.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-msn Build without MSN - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use nls && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.8.ebuild b/net-im/centericq/centericq-4.9.8.ebuild deleted file mode 100644 index 7e2dbe2256f0..000000000000 --- a/net-im/centericq/centericq-4.9.8.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.8.ebuild,v 1.7 2004/04/14 09:35:57 aliz Exp $ - -inherit eutils - -IUSE="nls ssl bidi" - -DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - bidi? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch - epatch ${FILESDIR}/nls.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-msn Build without MSN - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # --disable-lj Build without LiveJournal client" - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use bidi && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/centericq-4.9.9.ebuild b/net-im/centericq/centericq-4.9.9.ebuild deleted file mode 100644 index ddf3088e9dad..000000000000 --- a/net-im/centericq/centericq-4.9.9.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.9.ebuild,v 1.4 2004/04/14 09:35:57 aliz Exp $ - -inherit eutils - -IUSE="nls ssl bidi" - -DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/Jabber Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - =dev-libs/libsigc++-1.0* - =dev-libs/glib-1.2* - ssl? ( >=dev-libs/openssl-0.9.6g ) - bidi? ( dev-libs/fribidi )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/missing_namespace.patch - epatch ${FILESDIR}/nls.patch -} - -src_compile() { - # Options you can add to myopts - # --disable-yahoo Build without Yahoo! - # --disable-aim Build without AIM - # --disable-irc Build without IRC - # --disable-jabber Build without Jabber - # --disable-rss Build without RSS reader - # --no-konst Don't add contact list items - # --disable-lj Build without LiveJournal client" - # supplied by author by default - local myopts="--with-gnu-ld" - - use nls || myopts="${myopts} --disable-nls" - - use bidi && myopts="${myopts} --with-fribidi" - - use ssl && myopts="${myopts} --with-ssl" - - econf ${myopts} || die "Configure failed" - emake || die "Compilation failed" -} - -src_install () { - einstall || die "Installation failed" - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO -} diff --git a/net-im/centericq/files/digest-centericq-4.9.11 b/net-im/centericq/files/digest-centericq-4.9.11 deleted file mode 100644 index ae5aee6042c9..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 771786081471360d28b4baeaf294da76 centericq-4.9.11.tar.gz 1623174 diff --git a/net-im/centericq/files/digest-centericq-4.9.5 b/net-im/centericq/files/digest-centericq-4.9.5 deleted file mode 100644 index 113cd8800d49..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c377af2fc9dacfc4bea23655f173b3b centericq-4.9.5.tar.gz 1325550 diff --git a/net-im/centericq/files/digest-centericq-4.9.5-r1 b/net-im/centericq/files/digest-centericq-4.9.5-r1 deleted file mode 100644 index 113cd8800d49..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c377af2fc9dacfc4bea23655f173b3b centericq-4.9.5.tar.gz 1325550 diff --git a/net-im/centericq/files/digest-centericq-4.9.6 b/net-im/centericq/files/digest-centericq-4.9.6 deleted file mode 100644 index cb23cb2a9b16..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7708b3de102992ac6757d1e9a699c77 centericq-4.9.6.tar.gz 1329106 diff --git a/net-im/centericq/files/digest-centericq-4.9.7 b/net-im/centericq/files/digest-centericq-4.9.7 deleted file mode 100644 index 7450fecdb698..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 09c1672c0c2e5ef7e8a94052a71c58cc centericq-4.9.7.tar.gz 1397406 diff --git a/net-im/centericq/files/digest-centericq-4.9.8 b/net-im/centericq/files/digest-centericq-4.9.8 deleted file mode 100644 index 6e15338fb1e4..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 94e605d33f0dec7619bdfe6dad7b7a33 centericq-4.9.8.tar.gz 1368745 diff --git a/net-im/centericq/files/digest-centericq-4.9.9 b/net-im/centericq/files/digest-centericq-4.9.9 deleted file mode 100644 index 1e2619c53c43..000000000000 --- a/net-im/centericq/files/digest-centericq-4.9.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 15c2221b054d53110e056b9c402643d9 centericq-4.9.9.tar.gz 1388747 |