diff options
author | 2005-02-17 14:01:18 +0000 | |
---|---|---|
committer | 2005-02-17 14:01:18 +0000 | |
commit | 79a417b40583f58d2e1552ef033dd989b7962a04 (patch) | |
tree | 1be1fe4c9e1db7644fa6a94380b8ca58f4714e1b /app-portage | |
parent | new version, multiple filehandler bug correction (Manifest recommit) (diff) | |
download | gentoo-2-79a417b40583f58d2e1552ef033dd989b7962a04.tar.gz gentoo-2-79a417b40583f58d2e1552ef033dd989b7962a04.tar.bz2 gentoo-2-79a417b40583f58d2e1552ef033dd989b7962a04.zip |
require libconf 0.39.10
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/profuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/profuse/Manifest | 2 | ||||
-rw-r--r-- | app-portage/profuse/files/digest-profuse-0.18 | 1 | ||||
-rw-r--r-- | app-portage/profuse/profuse-0.18.ebuild | 26 |
4 files changed, 35 insertions, 1 deletions
diff --git a/app-portage/profuse/ChangeLog b/app-portage/profuse/ChangeLog index 112787533fca..6da52b3e5eaa 100644 --- a/app-portage/profuse/ChangeLog +++ b/app-portage/profuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/profuse # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.10 2005/02/17 09:10:09 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.11 2005/02/17 14:01:18 dams Exp $ + +*profuse-0.18 (17 Feb 2005) + + 17 Feb 2005; <dams@gentoo.org> +profuse-0.18.ebuild: + require libconf-0.39.10 *profuse-0.17 (17 Feb 2005) diff --git a/app-portage/profuse/Manifest b/app-portage/profuse/Manifest index 90c336d51e88..719b71a1ac3c 100644 --- a/app-portage/profuse/Manifest +++ b/app-portage/profuse/Manifest @@ -8,6 +8,7 @@ MD5 7c6a239b8969cdf40b6dc8eef60dea1a profuse-0.14.ebuild 672 MD5 90118e249805091a4a756c82ada8160c profuse-0.15.ebuild 662 MD5 66c8dff7e0a1a6e7575f147641989adb profuse-0.16.ebuild 662 MD5 06d20ae451f058acc43a22876982edfa profuse-0.17.ebuild 662 +MD5 1fca9e154c4c7c2abaf48dafc3345027 profuse-0.18.ebuild 663 MD5 6ea98f01c28703bf36ccf141519518d2 files/digest-profuse-0.1 62 MD5 6382a08f07553fe4ffe9297e2ab85632 files/digest-profuse-0.11 64 MD5 56089f6fb4c0ff287512cbf3f56031e2 files/digest-profuse-0.12 64 @@ -16,3 +17,4 @@ MD5 c5a384f749e8478f28b3078344bfde6a files/digest-profuse-0.14 64 MD5 479be6dce9c569cde252e065186494a6 files/digest-profuse-0.15 64 MD5 596e10047982c578228e9df292c61edd files/digest-profuse-0.16 64 MD5 4c01bb73cb8930272d5fa2f85b4020a7 files/digest-profuse-0.17 64 +MD5 61bb4d3a183f4d5cc4e9f0e67adeeaa2 files/digest-profuse-0.18 64 diff --git a/app-portage/profuse/files/digest-profuse-0.18 b/app-portage/profuse/files/digest-profuse-0.18 new file mode 100644 index 000000000000..20372123811f --- /dev/null +++ b/app-portage/profuse/files/digest-profuse-0.18 @@ -0,0 +1 @@ +MD5 f04871c300c62009ed09a9c47c82f83d profuse-0.18.tar.bz2 18599 diff --git a/app-portage/profuse/profuse-0.18.ebuild b/app-portage/profuse/profuse-0.18.ebuild new file mode 100644 index 000000000000..50b13bacca57 --- /dev/null +++ b/app-portage/profuse/profuse-0.18.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.18.ebuild,v 1.1 2005/02/17 14:01:18 dams Exp $ + +IUSE="" + +MY_P=${PN}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="use flags and profile gtk2 editor, with good features" +HOMEPAGE="http://libconf.net/profuse/" +SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" + +DEPEND=">=dev-perl/gtk2-fu-0.05 +>=dev-util/libconf-0.39.10" + +src_compile() { + emake || die "make failed" +} + +src_install() { + einstall PREFIX=${D}/usr +} |