summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:13:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:13:52 +0000
commit1946ff5663a89304da65e5d134eed6477794c342 (patch)
treef25735bdc6c43575a0f6f591c81bba6adf18575d /app-misc/scmxx
parentdont apply query_user_context patch with USE=livecd (Manifest recommit) (diff)
downloadgentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.gz
gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.bz2
gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.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