diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-02-06 11:54:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-02-06 11:54:10 +0000 |
commit | f8fb78d1cbd68c81c56b47a83a07e1b18ada4dc2 (patch) | |
tree | 3fe396d70a7f3a2db2be313746291993cc8ce1cc /net-dialup/gammu | |
parent | remove patch that entered upstream sources and is included in beta2 (diff) | |
download | gentoo-2-f8fb78d1cbd68c81c56b47a83a07e1b18ada4dc2.tar.gz gentoo-2-f8fb78d1cbd68c81c56b47a83a07e1b18ada4dc2.tar.bz2 gentoo-2-f8fb78d1cbd68c81c56b47a83a07e1b18ada4dc2.zip |
remove obsolete ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/gammu')
-rw-r--r-- | net-dialup/gammu/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/gammu/files/digest-gammu-0.98.0 | 1 | ||||
-rw-r--r-- | net-dialup/gammu/files/digest-gammu-0.98.9 | 1 | ||||
-rw-r--r-- | net-dialup/gammu/gammu-0.98.0.ebuild | 53 | ||||
-rw-r--r-- | net-dialup/gammu/gammu-0.98.9.ebuild | 53 | ||||
-rw-r--r-- | net-dialup/gammu/gammu-0.99.22.ebuild | 7 |
6 files changed, 6 insertions, 115 deletions
diff --git a/net-dialup/gammu/ChangeLog b/net-dialup/gammu/ChangeLog index 71e9a9853384..23ed6b018366 100644 --- a/net-dialup/gammu/ChangeLog +++ b/net-dialup/gammu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/gammu # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/ChangeLog,v 1.17 2005/01/17 05:46:46 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/ChangeLog,v 1.18 2005/02/06 11:54:10 mrness Exp $ + + 06 Feb 2005; Alin Nastac <mrness@gentoo.org> -gammu-0.98.0.ebuild, + -gammu-0.98.9.ebuild, gammu-0.99.22.ebuild: + Remove obsolete ebuilds. *gammu-0.99.22 (17 Jan 2005) diff --git a/net-dialup/gammu/files/digest-gammu-0.98.0 b/net-dialup/gammu/files/digest-gammu-0.98.0 deleted file mode 100644 index 6fa3eade97b1..000000000000 --- a/net-dialup/gammu/files/digest-gammu-0.98.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6abfb95af979ce283fb22a179476dc6a gammu-0.98.0.tar.gz 813856 diff --git a/net-dialup/gammu/files/digest-gammu-0.98.9 b/net-dialup/gammu/files/digest-gammu-0.98.9 deleted file mode 100644 index bc65f0b0d6c8..000000000000 --- a/net-dialup/gammu/files/digest-gammu-0.98.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 73b7882a896a1d027685a2bbd0181c7a gammu-0.98.9.tar.gz 826549 diff --git a/net-dialup/gammu/gammu-0.98.0.ebuild b/net-dialup/gammu/gammu-0.98.0.ebuild deleted file mode 100644 index ada638d97a1b..000000000000 --- a/net-dialup/gammu/gammu-0.98.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.98.0.ebuild,v 1.4 2005/01/17 05:46:46 st_lim Exp $ - -inherit eutils - -DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" -SRC_URI="http://www.mwiacek.com/zips/gsm/gammu/older/${P}.tar.gz" -HOMEPAGE="http://www.mwiacek.com/gsm/gammu/gammu.html" - -IUSE="bluetooth irda mysql nls ssl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" - -RDEPEND="irda? ( virtual/os-headers ) - mysql? ( dev-db/mysql ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - bluetooth? ( net-wireless/bluez-libs )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - #epatch ${FILESDIR}/${P}-LastCalendar.patch -} - -src_compile() { - local myconf - use bluetooth && myconf="${myconf} --with-bluedir=/usr/lib" \ - || myconf="${myconf} --disable-bluefbus --disable-blueobex --disable-bluephonet --disable-blueat --disable-bluerfsearch --disable-fbusblue" - use irda || myconf="${myconf} --disable-irdaat --disable-irdaphonet" - sed -e 's:-lbluetooth -lsdp:-lbluetooth:g' \ - -i ${S}/cfg/autoconf/configure.in - econf \ - `use_enable nls` \ - --prefix=/usr \ - --enable-cb \ - --enable-7110incoming \ - --enable-6210calendar \ - ${myconf} || die "configure failed" - - sed -e 's:-lz -pthread:-lz -lpthread -lssl:g' \ - -i ${S}/cfg/Makefile.cfg - emake || die "make failed" -} - -src_install () { - make DESTDIR=${D} installlib || die "install failed" - doman docs/docs/english/gammu.1 - mv ${D}/usr/share/doc/${PN} ${D}/usr/share/doc/${P} -} diff --git a/net-dialup/gammu/gammu-0.98.9.ebuild b/net-dialup/gammu/gammu-0.98.9.ebuild deleted file mode 100644 index edc77ff4e2d2..000000000000 --- a/net-dialup/gammu/gammu-0.98.9.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.98.9.ebuild,v 1.4 2005/01/17 05:46:46 st_lim Exp $ - -inherit eutils - -DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" -SRC_URI="http://www.mwiacek.com/zips/gsm/gammu/test/${P}.tar.gz" -HOMEPAGE="http://www.mwiacek.com/" - -IUSE="bluetooth irda mysql nls ssl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -RDEPEND="irda? ( virtual/os-headers ) - mysql? ( dev-db/mysql ) - ssl? ( >=dev-libs/openssl-0.9.7d ) - bluetooth? ( net-wireless/bluez-libs )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - #epatch ${FILESDIR}/${P}-LastCalendar.patch -} - -src_compile() { - local myconf - use bluetooth && myconf="${myconf} --with-bluedir=/usr/lib" \ - || myconf="${myconf} --disable-bluefbus --disable-blueobex --disable-bluephonet --disable-blueat --disable-bluerfsearch --disable-fbusblue" - use irda || myconf="${myconf} --disable-irdaat --disable-irdaphonet" - sed -e 's:-lbluetooth -lsdp:-lbluetooth:g' \ - -i ${S}/cfg/autoconf/configure.in - econf \ - `use_enable nls` \ - --prefix=/usr \ - --enable-cb \ - --enable-7110incoming \ - --enable-6210calendar \ - ${myconf} || die "configure failed" - - sed -e 's:-lz -pthread:-lz -lpthread -lssl:g' \ - -i ${S}/cfg/Makefile.cfg - emake || die "make failed" -} - -src_install () { - make DESTDIR=${D} installlib || die "install failed" - doman docs/docs/english/gammu.1 - mv ${D}/usr/share/doc/${PN} ${D}/usr/share/doc/${P} -} diff --git a/net-dialup/gammu/gammu-0.99.22.ebuild b/net-dialup/gammu/gammu-0.99.22.ebuild index ccf37374dc5e..16ce83efc94b 100644 --- a/net-dialup/gammu/gammu-0.99.22.ebuild +++ b/net-dialup/gammu/gammu-0.99.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.99.22.ebuild,v 1.1 2005/01/17 05:46:46 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.99.22.ebuild,v 1.2 2005/02/06 11:54:10 mrness Exp $ inherit eutils @@ -21,11 +21,6 @@ RDEPEND="irda? ( virtual/os-headers ) DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - #epatch ${FILESDIR}/${P}-LastCalendar.patch -} - src_compile() { local myconf use bluetooth && myconf="${myconf} --with-bluedir=/usr/lib" \ |