diff options
-rw-r--r-- | x11-misc/obconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/obconf/files/digest-obconf-2.0.0 | 3 | ||||
-rw-r--r-- | x11-misc/obconf/obconf-2.0.0.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/obconf/ChangeLog b/x11-misc/obconf/ChangeLog index 9788251b52de..66b33744f22e 100644 --- a/x11-misc/obconf/ChangeLog +++ b/x11-misc/obconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/obconf # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.32 2007/06/04 04:24:54 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.33 2007/06/05 23:28:30 omp Exp $ + +*obconf-2.0.0 (05 Jun 2007) + + 05 Jun 2007; David Shakaryan <omp@gentoo.org> +obconf-2.0.0.ebuild: + Version bump. (bug #179826) 04 Jun 2007; David Shakaryan <omp@gentoo.org> -obconf-1.5-r1.ebuild: Remove old, broken version. diff --git a/x11-misc/obconf/files/digest-obconf-2.0.0 b/x11-misc/obconf/files/digest-obconf-2.0.0 new file mode 100644 index 000000000000..9ce3cbd01580 --- /dev/null +++ b/x11-misc/obconf/files/digest-obconf-2.0.0 @@ -0,0 +1,3 @@ +MD5 71c7271aec48f12236dda2bed81eb80d obconf-2.0.0.tar.gz 204836 +RMD160 56dbecbb22eff8e2407b9edd21c93891053c0f19 obconf-2.0.0.tar.gz 204836 +SHA256 82696151c2745647df8d86a6abb4b4464f1da622d4cffd314795709a3be39834 obconf-2.0.0.tar.gz 204836 diff --git a/x11-misc/obconf/obconf-2.0.0.ebuild b/x11-misc/obconf/obconf-2.0.0.ebuild new file mode 100644 index 000000000000..56274b69f4f2 --- /dev/null +++ b/x11-misc/obconf/obconf-2.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.0.ebuild,v 1.1 2007/06/05 23:28:30 omp Exp $ + +DESCRIPTION="ObConf is a tool for configuring the Openbox window manager." +HOMEPAGE="http://icculus.org/openbox/index.php/ObConf:About" +SRC_URI="http://icculus.org/openbox/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2 + x11-libs/startup-notification + >=x11-wm/openbox-3.4" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |