diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-05-08 02:15:07 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-05-08 02:15:07 +0000 |
commit | 0af017e79b1a8fa422e9452d5770cfe91ac4b49c (patch) | |
tree | e056b648209b6675b97c5d0aaece2a4bec3162a5 | |
parent | mark ~ppc (diff) | |
download | historical-0af017e79b1a8fa422e9452d5770cfe91ac4b49c.tar.gz historical-0af017e79b1a8fa422e9452d5770cfe91ac4b49c.tar.bz2 historical-0af017e79b1a8fa422e9452d5770cfe91ac4b49c.zip |
version bump
Package-Manager: portage-2.0.51.19
-rw-r--r-- | app-portage/profuse/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/profuse/Manifest | 4 | ||||
-rw-r--r-- | app-portage/profuse/files/digest-profuse-0.20.1 | 1 | ||||
-rw-r--r-- | app-portage/profuse/profuse-0.20.1.ebuild | 26 |
4 files changed, 36 insertions, 2 deletions
diff --git a/app-portage/profuse/ChangeLog b/app-portage/profuse/ChangeLog index ef115c1a5e93..08859591839c 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.14 2005/05/08 00:32:27 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.15 2005/05/08 02:15:07 dams Exp $ + +*profuse-0.20.1 (08 May 2005) + + 08 May 2005; <dams@gentoo.org> +profuse-0.20.1.ebuild: + version bump *profuse-0.20 (08 May 2005) diff --git a/app-portage/profuse/Manifest b/app-portage/profuse/Manifest index 18b07246467b..2ef6ce36dc37 100644 --- a/app-portage/profuse/Manifest +++ b/app-portage/profuse/Manifest @@ -1,4 +1,4 @@ -MD5 19f266f53742374b19411e8c7c0b7b59 ChangeLog 1679 +MD5 a35489bcf5ead00128cb418f8ed0c45c ChangeLog 1783 MD5 5f1c3b9a62f513d6a4802b57677c23bf metadata.xml 284 MD5 ecd55dba8a24301cd2594dee521412dd profuse-0.1.ebuild 682 MD5 283990470145dd88c12d3311b4a1f604 profuse-0.11.ebuild 668 @@ -11,6 +11,7 @@ MD5 06d20ae451f058acc43a22876982edfa profuse-0.17.ebuild 662 MD5 7d29f31bc7db1e64149f3bc393c1056d profuse-0.18.1.ebuild 665 MD5 3d20d4745ff9325f42d9e034c9c6717e profuse-0.18.ebuild 663 MD5 4e88fb5f4ba390a10ea4b04e94de83ed profuse-0.20.ebuild 663 +MD5 9f154277849d6af673467ca24fb6abf3 profuse-0.20.1.ebuild 665 MD5 6ea98f01c28703bf36ccf141519518d2 files/digest-profuse-0.1 62 MD5 6382a08f07553fe4ffe9297e2ab85632 files/digest-profuse-0.11 64 MD5 56089f6fb4c0ff287512cbf3f56031e2 files/digest-profuse-0.12 64 @@ -22,3 +23,4 @@ MD5 4c01bb73cb8930272d5fa2f85b4020a7 files/digest-profuse-0.17 64 MD5 61bb4d3a183f4d5cc4e9f0e67adeeaa2 files/digest-profuse-0.18 64 MD5 c7e859409d7ad9481b0e29a1d4b8a081 files/digest-profuse-0.18.1 66 MD5 8b2be9a33905796b2d1ac415061a7870 files/digest-profuse-0.20 64 +MD5 38bb4e5acfb800663c95f59b6262f8a1 files/digest-profuse-0.20.1 66 diff --git a/app-portage/profuse/files/digest-profuse-0.20.1 b/app-portage/profuse/files/digest-profuse-0.20.1 new file mode 100644 index 000000000000..064836f233c8 --- /dev/null +++ b/app-portage/profuse/files/digest-profuse-0.20.1 @@ -0,0 +1 @@ +MD5 cb45cb84ccca1059f4d6862298e95e8b profuse-0.20.1.tar.bz2 15085 diff --git a/app-portage/profuse/profuse-0.20.1.ebuild b/app-portage/profuse/profuse-0.20.1.ebuild new file mode 100644 index 000000000000..3885408ded3e --- /dev/null +++ b/app-portage/profuse/profuse-0.20.1.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.20.1.ebuild,v 1.1 2005/05/08 02:15:07 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.06 +>=dev-util/libconf-0.39.14" + +src_compile() { + emake || die "make failed" +} + +src_install() { + einstall PREFIX=${D}/usr +} |