summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-05-12 22:53:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-05-12 22:53:25 +0000
commit51411e214ba9034f30f3bbc59d8e41b5f6f6ff08 (patch)
tree8942ec148647b076d8719b0700725084cec4e1e4 /app-admin/sxid
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.tar.gz
gentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.tar.bz2
gentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.zip
Added virtual/mta as a RDEPEND per bug #50847
Diffstat (limited to 'app-admin/sxid')
-rw-r--r--app-admin/sxid/ChangeLog7
-rw-r--r--app-admin/sxid/sxid-4.0.2.ebuild7
-rw-r--r--app-admin/sxid/sxid-4.0.4.ebuild5
3 files changed, 14 insertions, 5 deletions
diff --git a/app-admin/sxid/ChangeLog b/app-admin/sxid/ChangeLog
index 26d6d9bc99f2..ac6e3808c5bf 100644
--- a/app-admin/sxid/ChangeLog
+++ b/app-admin/sxid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/sxid
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.7 2004/04/26 15:22:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.8 2004/05/12 22:53:25 dragonheart Exp $
+
+ 13 May 2004; Daniel Black <dragonheart@gentoo.org> sxid-4.0.2.ebuild,
+ sxid-4.0.4.ebuild:
+ Added virtual/mta RDEPEND as per bug #50847. Thanks for the suggestion
+ Meder Bakirov <bakirov@transfer.kg>
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> sxid-4.0.2.ebuild,
sxid-4.0.4.ebuild:
diff --git a/app-admin/sxid/sxid-4.0.2.ebuild b/app-admin/sxid/sxid-4.0.2.ebuild
index 611a13be1235..88130ce29fe0 100644
--- a/app-admin/sxid/sxid-4.0.2.ebuild
+++ b/app-admin/sxid/sxid-4.0.2.ebuild
@@ -1,17 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.9 2004/04/26 15:22:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.10 2004/05/12 22:53:25 dragonheart Exp $
DESCRIPTION="suid, sgid file and directory checking"
SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
HOMEPAGE="http://freshmeat.net/projects/sxid"
-
+IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ virtual/mta"
+
src_compile() {
# this is an admin application and really requires root to run correctly
# we need to move the binary to the sbin directory
diff --git a/app-admin/sxid/sxid-4.0.4.ebuild b/app-admin/sxid/sxid-4.0.4.ebuild
index 6956d8b72ba1..b2394c00ff16 100644
--- a/app-admin/sxid/sxid-4.0.4.ebuild
+++ b/app-admin/sxid/sxid-4.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.2 2004/04/26 15:22:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.3 2004/05/12 22:53:25 dragonheart Exp $
DESCRIPTION="suid, sgid file and directory checking"
SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
@@ -11,7 +11,8 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ virtual/mta"
DEPEND="virtual/glibc
sys-apps/sed