summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
commitdf5dbac64793120bd42de7e388374590da2b5287 (patch)
tree90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/scmxx
parentunmask baselayout-1.10 (diff)
downloadhistorical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz
historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2
historical-df5dbac64793120bd42de7e388374590da2b5287.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/scmxx')
-rw-r--r--app-misc/scmxx/scmxx-0.6.3.7.ebuild15
-rw-r--r--app-misc/scmxx/scmxx-0.6.4.ebuild15
2 files changed, 12 insertions, 18 deletions
diff --git a/app-misc/scmxx/scmxx-0.6.3.7.ebuild b/app-misc/scmxx/scmxx-0.6.3.7.ebuild
index 27058690d9a6..0cc78c65b00f 100644
--- a/app-misc/scmxx/scmxx-0.6.3.7.ebuild
+++ b/app-misc/scmxx/scmxx-0.6.3.7.ebuild
@@ -1,21 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.3.7.ebuild,v 1.4 2004/06/24 22:32:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.3.7.ebuild,v 1.5 2004/06/28 04:12:14 vapier Exp $
-DESCRIPTION="Exchange data with Siemens phones."
+DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
SRC_URI="http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/${P}.tar.bz2
http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/old/${P}.tar.bz2"
-DEPEND="virtual/glibc"
-IUSE=""
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
+IUSE=""
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND="virtual/libc"
src_install() {
make DESTDIR=${D} install || die
diff --git a/app-misc/scmxx/scmxx-0.6.4.ebuild b/app-misc/scmxx/scmxx-0.6.4.ebuild
index c147b5017d8b..4befb6da5608 100644
--- a/app-misc/scmxx/scmxx-0.6.4.ebuild
+++ b/app-misc/scmxx/scmxx-0.6.4.ebuild
@@ -1,20 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.4.ebuild,v 1.4 2004/06/24 22:32:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.4.ebuild,v 1.5 2004/06/28 04:12:14 vapier Exp $
-DESCRIPTION="Exchange data with Siemens phones."
+DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
SRC_URI="mirror://sourceforge/scmxx/${P}.tar.bz2"
-DEPEND="virtual/glibc"
-IUSE=""
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
+IUSE=""
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND="virtual/libc"
src_install() {
make DESTDIR=${D} install || die