summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-02-28 18:43:49 +0000
committerAlin Năstac <mrness@gentoo.org>2005-02-28 18:43:49 +0000
commit454b7d4e34d885efb4e44a0a789a4754886f1580 (patch)
tree45b404e38af0d4ac615cf60d57f290ebe19dc355 /net-dialup
parentNeed to use binary mode to transfer hldsupdatetool_readme.txt (bug #80378) (diff)
downloadhistorical-454b7d4e34d885efb4e44a0a789a4754886f1580.tar.gz
historical-454b7d4e34d885efb4e44a0a789a4754886f1580.tar.bz2
historical-454b7d4e34d885efb4e44a0a789a4754886f1580.zip
Move virtual/os-headers from RDEPEND to DEPEND (#82449)
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/gammu/ChangeLog6
-rw-r--r--net-dialup/gammu/gammu-0.99.22.ebuild6
-rw-r--r--net-dialup/gammu/gammu-1.00.04.ebuild6
-rw-r--r--net-dialup/gnokii/ChangeLog6
-rw-r--r--net-dialup/gnokii/gnokii-0.6.3.ebuild4
-rw-r--r--net-dialup/gnokii/gnokii-0.6.4.ebuild4
6 files changed, 20 insertions, 12 deletions
diff --git a/net-dialup/gammu/ChangeLog b/net-dialup/gammu/ChangeLog
index 8866c4f2c0ba..8f09e5931fcf 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.20 2005/02/21 21:58:13 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/ChangeLog,v 1.21 2005/02/28 18:41:15 mrness Exp $
+
+ 28 Feb 2005; Alin Nastac <mrness@gentoo.org> gammu-0.99.22.ebuild,
+ gammu-1.00.04.ebuild:
+ Move virtual/os-headers from RDEPEND to DEPEND (#82449).
21 Feb 2005; Simon Stelling <blubb@gentoo.org> gammu-1.00.04.ebuild:
added ~amd64
diff --git a/net-dialup/gammu/gammu-0.99.22.ebuild b/net-dialup/gammu/gammu-0.99.22.ebuild
index 16ce83efc94b..00398f15b2b7 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.2 2005/02/06 11:54:10 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.99.22.ebuild,v 1.3 2005/02/28 18:41:15 mrness Exp $
inherit eutils
@@ -13,12 +13,12 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
-RDEPEND="irda? ( virtual/os-headers )
- mysql? ( dev-db/mysql )
+RDEPEND="mysql? ( dev-db/mysql )
ssl? ( >=dev-libs/openssl-0.9.7d )
bluetooth? ( net-wireless/bluez-libs )"
DEPEND="${RDEPEND}
+ irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )"
src_compile() {
diff --git a/net-dialup/gammu/gammu-1.00.04.ebuild b/net-dialup/gammu/gammu-1.00.04.ebuild
index 1648b0e9e8bf..f6380cdf7fcd 100644
--- a/net-dialup/gammu/gammu-1.00.04.ebuild
+++ b/net-dialup/gammu/gammu-1.00.04.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-1.00.04.ebuild,v 1.2 2005/02/21 21:58:13 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-1.00.04.ebuild,v 1.3 2005/02/28 18:41:15 mrness Exp $
inherit eutils
@@ -13,12 +13,12 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~amd64"
-RDEPEND="irda? ( virtual/os-headers )
- mysql? ( dev-db/mysql )
+RDEPEND="mysql? ( dev-db/mysql )
ssl? ( >=dev-libs/openssl-0.9.7d )
bluetooth? ( net-wireless/bluez-libs )"
DEPEND="${RDEPEND}
+ irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )"
src_compile() {
diff --git a/net-dialup/gnokii/ChangeLog b/net-dialup/gnokii/ChangeLog
index 84f2bb936eed..5f86fa4f7a61 100644
--- a/net-dialup/gnokii/ChangeLog
+++ b/net-dialup/gnokii/ChangeLog
@@ -1,6 +1,10 @@
# 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.29 2005/02/06 13:44:14 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/ChangeLog,v 1.30 2005/02/28 18:43:49 mrness Exp $
+
+ 28 Feb 2005; Alin Nastac <mrness@gentoo.org> gnokii-0.6.3.ebuild,
+ gnokii-0.6.4.ebuild:
+ Move virtual/os-headers from RDEPEND to DEPEND (#82449).
06 Feb 2005; Alin Nastac <mrness@gentoo.org>
-files/gnokii-0.5.4-nounix98pty.patch, -gnokii-0.5.10.ebuild,
diff --git a/net-dialup/gnokii/gnokii-0.6.3.ebuild b/net-dialup/gnokii/gnokii-0.6.3.ebuild
index d3000a4132cc..d65db167d474 100644
--- a/net-dialup/gnokii/gnokii-0.6.3.ebuild
+++ b/net-dialup/gnokii/gnokii-0.6.3.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.3.ebuild,v 1.16 2005/01/25 00:25:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.3.ebuild,v 1.17 2005/02/28 18:43:49 mrness Exp $
inherit eutils
@@ -15,10 +15,10 @@ IUSE="nls X bluetooth irda sms postgres mysql"
RDEPEND="X? ( =x11-libs/gtk+-1.2* )
bluetooth? ( net-wireless/bluez-libs )
- irda? ( virtual/os-headers )
sms? ( postgres? ( dev-db/postgresql )
mysql? ( dev-db/mysql ) )"
DEPEND="${RDEPEND}
+ irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )"
src_unpack() {
diff --git a/net-dialup/gnokii/gnokii-0.6.4.ebuild b/net-dialup/gnokii/gnokii-0.6.4.ebuild
index ffabec668572..0c848fa67c0e 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.3 2005/02/06 13:44:14 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.4.ebuild,v 1.4 2005/02/28 18:43:49 mrness Exp $
inherit eutils flag-o-matic
@@ -15,10 +15,10 @@ IUSE="nls X bluetooth irda sms postgres mysql"
RDEPEND="X? ( =x11-libs/gtk+-1.2* )
bluetooth? ( net-wireless/bluez-libs )
- irda? ( virtual/os-headers )
sms? ( postgres? ( dev-db/postgresql )
mysql? ( dev-db/mysql ) )"
DEPEND="${RDEPEND}
+ irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )"
src_unpack() {