summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-06-26 14:38:49 +0200
committerChristoph Mende <angelos@gentoo.org>2011-06-26 14:38:49 +0200
commit73f6ca7acef28a2c41ef6a35bd48746595542ee0 (patch)
tree151c4a8c19ee0202ffe6e51db41a617bcea48e8c /x11-misc
parentbamf: Initial import (diff)
downloadangelos-73f6ca7acef28a2c41ef6a35bd48746595542ee0.tar.gz
angelos-73f6ca7acef28a2c41ef6a35bd48746595542ee0.tar.bz2
angelos-73f6ca7acef28a2c41ef6a35bd48746595542ee0.zip
plank: Initial import
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/plank/Manifest12
-rw-r--r--x11-misc/plank/metadata.xml6
-rw-r--r--x11-misc/plank/plank-9999.ebuild38
3 files changed, 56 insertions, 0 deletions
diff --git a/x11-misc/plank/Manifest b/x11-misc/plank/Manifest
new file mode 100644
index 0000000..596d7c4
--- /dev/null
+++ b/x11-misc/plank/Manifest
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD plank-9999.ebuild 661 RMD160 cff2a0d5d9366e2f65074bdf9666d29346cd0ba5 SHA1 aecb9db1d46befb48510d7e5d2ddb9371ef2cfd7 SHA256 613b70f0ed6addea0cf362152d863f79cde039b5d83c8a7a66aec9fc74dbb2ad
+MISC metadata.xml 162 RMD160 8056876fd0119a9fcf1cf8e6a622173f9a2a41a6 SHA1 54fe1b9e689c641de2d237db03c8c38c6f7b6522 SHA256 c754e9c767b98b9894c12dd21b8ef1d01f2b5e58813a286f9a62f20078888d85
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk4HKFkACgkQmWq1bYTyC0ObJgD8Dh3b6WtLXM9i12GpLlZfYGrk
+lD+W8Gm+3eQvBMOd+9cBAMcWDSSXsnIiqfKHcsVW8AGaVQlPKB18h0FpldmTgooK
+=oQma
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/plank/metadata.xml b/x11-misc/plank/metadata.xml
new file mode 100644
index 0000000..1bb9c56
--- /dev/null
+++ b/x11-misc/plank/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+</pkgmetadata>
+
diff --git a/x11-misc/plank/plank-9999.ebuild b/x11-misc/plank/plank-9999.ebuild
new file mode 100644
index 0000000..3a16843
--- /dev/null
+++ b/x11-misc/plank/plank-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit bzr
+
+DESCRIPTION="Stupidly simple."
+HOMEPAGE="https://launchpad.net/plank"
+EBZR_REPO_URI="lp:plank"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.26:2
+ dev-libs/libgee
+ dev-libs/libunique:1
+ >=x11-libs/gtk+-2.22:2
+ x11-libs/bamf
+ x11-libs/libX11
+ x11-libs/libwnck:1"
+DEPEND="${RDEPEND}
+ dev-lang/vala:0.10
+ dev-util/intltool
+ dev-util/pkgconfig
+ gnome-base/gnome-common
+ sys-devel/gettext"
+
+src_prepare() {
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+src_configure() {
+ VALAC=$(type -p valac-0.10) \
+ econf
+}