summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-07-28 06:28:14 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-07-28 06:28:14 +0000
commit2335f7e464be921f9e581b7ab45d8dd42102326e (patch)
tree5c0d48090ed456e72a839635ca046f76dc2ee871 /app-laptop
parentRemove old versions and put an error message when trying to build with GCC 3.3. (diff)
downloadgentoo-2-2335f7e464be921f9e581b7ab45d8dd42102326e.tar.gz
gentoo-2-2335f7e464be921f9e581b7ab45d8dd42102326e.tar.bz2
gentoo-2-2335f7e464be921f9e581b7ab45d8dd42102326e.zip
version bump; add me as maintainer and ppc as herd
(Portage version: 2.1-r1)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/macosd/ChangeLog8
-rw-r--r--app-laptop/macosd/files/digest-macosd-0.3.13
-rw-r--r--app-laptop/macosd/macosd-0.3.1.ebuild53
-rw-r--r--app-laptop/macosd/metadata.xml5
4 files changed, 67 insertions, 2 deletions
diff --git a/app-laptop/macosd/ChangeLog b/app-laptop/macosd/ChangeLog
index a6f7a6f775c3..c746e556d881 100644
--- a/app-laptop/macosd/ChangeLog
+++ b/app-laptop/macosd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-laptop/macosd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.8 2006/04/28 20:38:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.9 2006/07/28 06:28:14 corsair Exp $
+
+*macosd-0.3.1 (28 Jul 2006)
+
+ 28 Jul 2006; Markus Rothe <corsair@gentoo.org> metadata.xml,
+ +macosd-0.3.1.ebuild:
+ version bump; add me as maintainer and ppc as herd
*macosd-0.3.0 (28 Apr 2006)
diff --git a/app-laptop/macosd/files/digest-macosd-0.3.1 b/app-laptop/macosd/files/digest-macosd-0.3.1
new file mode 100644
index 000000000000..63f99eab28d8
--- /dev/null
+++ b/app-laptop/macosd/files/digest-macosd-0.3.1
@@ -0,0 +1,3 @@
+MD5 6ae216880c061587e63dd40661d9c78a macosd-0.3.1.tar.bz2 170484
+RMD160 e2db2ec20616fb0b1de489e3a3a228c7a95b5dc6 macosd-0.3.1.tar.bz2 170484
+SHA256 d226e10266b0c390df7a2e45af454ac5dd0552d9c348a17384a0fb4e21ef1c06 macosd-0.3.1.tar.bz2 170484
diff --git a/app-laptop/macosd/macosd-0.3.1.ebuild b/app-laptop/macosd/macosd-0.3.1.ebuild
new file mode 100644
index 000000000000..55fc6687f119
--- /dev/null
+++ b/app-laptop/macosd/macosd-0.3.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/macosd-0.3.1.ebuild,v 1.1 2006/07/28 06:28:14 corsair Exp $
+
+inherit eutils
+
+DESCRIPTION="On-Screen-Display frontend for pbbuttonsd (only for PPC Laptops)."
+HOMEPAGE="http://www.exactcode.de/oss/macosd/"
+SRC_URI="http://dl.exactcode.de/oss/macosd/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+DEPEND=">=app-laptop/pbbuttonsd-0.6.8
+ >=x11-libs/evas-0.9.9.027
+ >=x11-libs/xosd-2.2.5
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext
+ )
+ virtual/x11
+ )"
+RDEPEND="$DEPEND"
+
+src_compile() {
+ # can't use econf -- this packages uses ROCK Linux style configure
+ ./configure \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-xosd \
+ --with-evas || die "./configure failed"
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ dodir /usr/share/macosd
+ dodir /usr/bin
+ einstall || die
+ dodoc README
+}
+
+pkg_postinst() {
+ einfo "Make sure that pbbuttons is running (add it to your default runlevel)"
+ einfo "and then add the following to your ~/.xinitrc to have macosd"
+ einfo "start whenever you launch X:"
+ einfo "macosd -t CleanOSX &"
+ einfo "To see a listing of available themes, run: macosd -l"
+ einfo "If you do not have a composite manager check out the --no-argb switch"
+}
+
diff --git a/app-laptop/macosd/metadata.xml b/app-laptop/macosd/metadata.xml
index 8961a5bc0eb7..99d198cb5153 100644
--- a/app-laptop/macosd/metadata.xml
+++ b/app-laptop/macosd/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>ppc</herd>
+<maintainer>
+ <email>corsair@gentoo.org</email>
+</maintainer>
<longdescription>
from the webpage...