diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-02-06 13:44:14 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-02-06 13:44:14 +0000 |
commit | 4303e1f05101781d40e8450ba5fcc43ba3bad545 (patch) | |
tree | dfab84a4ba61493e8382a67fa0d4f76e8549f127 /net-dialup | |
parent | Removing deprecated notice since I've gotten most of the 32bit binary package... (diff) | |
download | gentoo-2-4303e1f05101781d40e8450ba5fcc43ba3bad545.tar.gz gentoo-2-4303e1f05101781d40e8450ba5fcc43ba3bad545.tar.bz2 gentoo-2-4303e1f05101781d40e8450ba5fcc43ba3bad545.zip |
remove obsolete ebuilds & stable on x86
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gnokii/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/gnokii/files/digest-gnokii-0.5.10 | 1 | ||||
-rw-r--r-- | net-dialup/gnokii/files/digest-gnokii-0.6.0 | 1 | ||||
-rw-r--r-- | net-dialup/gnokii/files/gnokii-0.5.4-nounix98pty.patch | 84 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.5.10.ebuild | 66 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.0.ebuild | 66 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.4.ebuild | 4 |
7 files changed, 8 insertions, 221 deletions
diff --git a/net-dialup/gnokii/ChangeLog b/net-dialup/gnokii/ChangeLog index d1ee4b50f4cd..84f2bb936eed 100644 --- a/net-dialup/gnokii/ChangeLog +++ b/net-dialup/gnokii/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/gnokii # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/ChangeLog,v 1.28 2005/01/03 23:13:08 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/ChangeLog,v 1.29 2005/02/06 13:44:14 mrness Exp $ + + 06 Feb 2005; Alin Nastac <mrness@gentoo.org> + -files/gnokii-0.5.4-nounix98pty.patch, -gnokii-0.5.10.ebuild, + -gnokii-0.6.0.ebuild, gnokii-0.6.4.ebuild: + Remove obsolete ebuilds and mark as stable on x86. 04 Jan 2005; Guy Martin <gmsoft@gentoo.org> gnokii-0.6.3.ebuild: Stable on hppa. diff --git a/net-dialup/gnokii/files/digest-gnokii-0.5.10 b/net-dialup/gnokii/files/digest-gnokii-0.5.10 deleted file mode 100644 index 4684b021e1ec..000000000000 --- a/net-dialup/gnokii/files/digest-gnokii-0.5.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c1919774f5948b8d291d32267df70e2 gnokii-0.5.10.tar.bz2 1499489 diff --git a/net-dialup/gnokii/files/digest-gnokii-0.6.0 b/net-dialup/gnokii/files/digest-gnokii-0.6.0 deleted file mode 100644 index 53a4ea725242..000000000000 --- a/net-dialup/gnokii/files/digest-gnokii-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b0a47b47fc1fc30da2b95183955fd0a gnokii-0.6.0.tar.bz2 1501396 diff --git a/net-dialup/gnokii/files/gnokii-0.5.4-nounix98pty.patch b/net-dialup/gnokii/files/gnokii-0.5.4-nounix98pty.patch deleted file mode 100644 index 080eb6e6bba7..000000000000 --- a/net-dialup/gnokii/files/gnokii-0.5.4-nounix98pty.patch +++ /dev/null @@ -1,84 +0,0 @@ ---- configure 2003-09-22 22:18:59.000000000 +0100 -+++ configure.new 2003-10-01 00:35:18.563306296 +0100 -@@ -9088,81 +9088,6 @@ - fi - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_grantpt" >&5 --echo "${ECHO_T}$ac_cv_func_grantpt" >&6 --if test $ac_cv_func_grantpt = yes; then -- if test "$cross_compiling" = yes; then -- { echo "$as_me:$LINENO: WARNING: \"Ensure to disable unix98ptys when crosscompiling\"" >&5 --echo "$as_me: WARNING: \"Ensure to disable unix98ptys when crosscompiling\"" >&2;} --else -- cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- --#define _XOPEN_SOURCE 500 -- --#include <stdlib.h> --#include <sys/types.h> --#include <sys/stat.h> --#include <fcntl.h> --#include <unistd.h> -- --int main() --{ -- char *name = NULL; -- int master, err; -- -- master = open("/dev/ptmx", O_RDWR | O_NOCTTY | O_NONBLOCK); -- if (master >= 0) { -- err = grantpt(master); -- err = err || unlockpt(master); -- if (!err) { -- name = ptsname(master); -- } else { -- exit(-1); -- } -- } else { -- exit(-1); -- } -- close(master); -- exit(0); --} -- --_ACEOF --rm -f conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- cat >>confdefs.h <<\_ACEOF --#define USE_UNIX98PTYS 1 --_ACEOF -- --else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --( exit $ac_status ) --{ echo "$as_me:$LINENO: WARNING: \"No unix98ptys\"" >&5 --echo "$as_me: WARNING: \"No unix98ptys\"" >&2;} --fi --rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -- -- --fi -- - - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" diff --git a/net-dialup/gnokii/gnokii-0.5.10.ebuild b/net-dialup/gnokii/gnokii-0.5.10.ebuild deleted file mode 100644 index e6d9df2bdf99..000000000000 --- a/net-dialup/gnokii/gnokii-0.5.10.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.5.10.ebuild,v 1.6 2004/10/19 13:53:52 vapier Exp $ - -inherit eutils - -DESCRIPTION="a client that plugs into your handphone" -HOMEPAGE="http://www.gnokii.org/" -SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="nls X bluetooth irda" - -RDEPEND="X? ( =x11-libs/gtk+-1.2* ) - bluetooth? ( net-wireless/bluez-libs ) - irda? ( virtual/os-headers )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.5.4-nounix98pty.patch -} - -src_compile() { - econf \ - `use_enable nls` \ - `use_with X x` \ - --enable-security || die "configure failed" - - emake -j1 || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - - dodoc Docs/* - cp -r Docs/sample ${D}/usr/share/doc/${PF}/sample - cp -r Docs/protocol ${D}/usr/share/doc/${PF}/protocol - - doman Docs/man/* - - dodir /etc - sed -e 's:/usr/local/sbin:/usr/sbin:' ${S}/Docs/sample/gnokiirc > ${D}/etc/gnokiirc - - # only one file needs suid root to make a psuedo device - fperms 4755 /usr/sbin/mgnokiidev -} - -pkg_postinst() { - einfo "gnokii does not need it's own group anymore." - einfo "Make sure the user that runs gnokii has read/write access to the device" - einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0" - - # clean up old gnokii group perms - groupdel gnokii -} - -pkg_postrm () { - # leaving to clean up the old mess we used to leave behind - # since we don't _really_ need suid gnokii, just the make sure - # the use has the right perms - groupdel gnokii -} diff --git a/net-dialup/gnokii/gnokii-0.6.0.ebuild b/net-dialup/gnokii/gnokii-0.6.0.ebuild deleted file mode 100644 index f3aad226c809..000000000000 --- a/net-dialup/gnokii/gnokii-0.6.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.0.ebuild,v 1.6 2004/10/19 13:53:52 vapier Exp $ - -inherit eutils - -DESCRIPTION="a client that plugs into your handphone" -HOMEPAGE="http://www.gnokii.org/" -SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls X bluetooth irda" - -RDEPEND="X? ( =x11-libs/gtk+-1.2* ) - bluetooth? ( net-wireless/bluez-libs ) - irda? ( virtual/os-headers )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.5.4-nounix98pty.patch -} - -src_compile() { - econf \ - `use_enable nls` \ - `use_with X x` \ - --enable-security || die "configure failed" - - emake -j1 || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - - dodoc Docs/* - cp -r Docs/sample ${D}/usr/share/doc/${PF}/sample - cp -r Docs/protocol ${D}/usr/share/doc/${PF}/protocol - - doman Docs/man/* - - dodir /etc - sed -e 's:/usr/local/sbin:/usr/sbin:' ${S}/Docs/sample/gnokiirc > ${D}/etc/gnokiirc - - # only one file needs suid root to make a psuedo device - fperms 4755 /usr/sbin/mgnokiidev -} - -pkg_postinst() { - einfo "gnokii does not need it's own group anymore." - einfo "Make sure the user that runs gnokii has read/write access to the device" - einfo "which your phone is connected to. eg. chown <user> /dev/ttyS0" - - # clean up old gnokii group perms - groupdel gnokii -} - -pkg_postrm () { - # leaving to clean up the old mess we used to leave behind - # since we don't _really_ need suid gnokii, just the make sure - # the use has the right perms - groupdel gnokii -} diff --git a/net-dialup/gnokii/gnokii-0.6.4.ebuild b/net-dialup/gnokii/gnokii-0.6.4.ebuild index 48a8600de040..ffabec668572 100644 --- a/net-dialup/gnokii/gnokii-0.6.4.ebuild +++ b/net-dialup/gnokii/gnokii-0.6.4.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/gnokii/gnokii-0.6.4.ebuild,v 1.2 2005/01/25 00:25:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.4.ebuild,v 1.3 2005/02/06 13:44:14 mrness Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="nls X bluetooth irda sms postgres mysql" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) |