summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-10-07 20:16:29 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-10-07 20:16:29 +0000
commit52461bd3f79e1e85c75c998532c5f91f8f805e74 (patch)
tree98a30079f0cd0afba80688573f3a5d6828c3be35 /x11-plugins/asapm
parentUpdating Manifest - bug #150400 (diff)
downloadgentoo-2-52461bd3f79e1e85c75c998532c5f91f8f805e74.tar.gz
gentoo-2-52461bd3f79e1e85c75c998532c5f91f8f805e74.tar.bz2
gentoo-2-52461bd3f79e1e85c75c998532c5f91f8f805e74.zip
Version bump + modular X fixes, bug 100805.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'x11-plugins/asapm')
-rw-r--r--x11-plugins/asapm/ChangeLog9
-rw-r--r--x11-plugins/asapm/asapm-3.1.ebuild32
-rw-r--r--x11-plugins/asapm/files/digest-asapm-3.13
3 files changed, 42 insertions, 2 deletions
diff --git a/x11-plugins/asapm/ChangeLog b/x11-plugins/asapm/ChangeLog
index 7b426fcd2aae..617b02e890a7 100644
--- a/x11-plugins/asapm/ChangeLog
+++ b/x11-plugins/asapm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/asapm
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.11 2005/06/20 12:24:58 ka0ttic Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.12 2006/10/07 20:16:29 kloeri Exp $
+
+*asapm-3.1 (07 Oct 2006)
+
+ 07 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> +asapm-3.1.ebuild:
+ Version bump + modular X fixes, bug 100805.
*asapm-3.0 (20 Jun 2005)
diff --git a/x11-plugins/asapm/asapm-3.1.ebuild b/x11-plugins/asapm/asapm-3.1.ebuild
new file mode 100644
index 000000000000..d071454cfafc
--- /dev/null
+++ b/x11-plugins/asapm/asapm-3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1.ebuild,v 1.1 2006/10/07 20:16:29 kloeri Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="APM monitor for AfterStep"
+SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz"
+HOMEPAGE="http://www.tigr.net/afterstep/list.pl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86"
+IUSE="jpeg"
+
+RDEPEND="x11-libs/libXpm
+ x11-libs/libSM
+ jpeg? ( media-libs/jpeg )"
+
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+src_compile() {
+ econf $(use_enable jpeg) || die "econf failed"
+ emake CC="$(tc-getCC)" || die "emake failed"
+}
+
+src_install() {
+ dobin asapm
+ newman asapm.man asapm.1
+ dodoc CHANGES README TODO NOTES
+}
diff --git a/x11-plugins/asapm/files/digest-asapm-3.1 b/x11-plugins/asapm/files/digest-asapm-3.1
new file mode 100644
index 000000000000..e2eb058248d8
--- /dev/null
+++ b/x11-plugins/asapm/files/digest-asapm-3.1
@@ -0,0 +1,3 @@
+MD5 fac44b1fd805d8f3c30d44c05f5ab9d3 asapm-3.1.tar.gz 63203
+RMD160 6ce58998f01787aef9d2411e2615bd6cba15c166 asapm-3.1.tar.gz 63203
+SHA256 641fba8ffce21725ec63e49f03700174436c265aad2babcdfde4508af23a1b7b asapm-3.1.tar.gz 63203