* [gentoo-commits] gentoo-x86 commit in app-portage/himerge: ChangeLog himerge-0.13-r1.ebuild himerge-0.14.ebuild himerge-0.14.7.ebuild himerge-0.15.ebuild
@ 2007-11-03 21:37 Luis F. Araujo (araujo)
0 siblings, 0 replies; only message in thread
From: Luis F. Araujo (araujo) @ 2007-11-03 21:37 UTC (permalink / raw
To: gentoo-commits
araujo 07/11/03 21:37:01
Modified: ChangeLog himerge-0.13-r1.ebuild
himerge-0.14.ebuild himerge-0.14.7.ebuild
Added: himerge-0.15.ebuild
Log:
Adding new Himerge version
(Portage version: 2.1.3.17)
Revision Changes Path
1.5 app-portage/himerge/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/himerge/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 29 Sep 2007 18:16:16 -0000 1.4
+++ ChangeLog 3 Nov 2007 21:37:00 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/himerge
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/ChangeLog,v 1.4 2007/09/29 18:16:16 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/ChangeLog,v 1.5 2007/11/03 21:37:00 araujo Exp $
+
+*himerge-0.15 (03 Nov 2007)
+
+ 03 Nov 2007; Luis F. Araujo <araujo@gentoo.org> +himerge-0.15.ebuild:
+ New himerge version 0.15
*himerge-0.14.7 (29 Sep 2007)
1.3 app-portage/himerge/himerge-0.13-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild?r1=1.2&r2=1.3
Index: himerge-0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- himerge-0.13-r1.ebuild 3 Aug 2007 17:50:56 -0000 1.2
+++ himerge-0.13-r1.ebuild 3 Nov 2007 21:37:00 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild,v 1.2 2007/08/03 17:50:56 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.13-r1.ebuild,v 1.3 2007/11/03 21:37:00 araujo Exp $
inherit base haskell-cabal
@@ -30,7 +30,7 @@
src_install() {
cabal_src_install
einfo "Installing data files."
- mkdir -p ${D}/usr/local/share/himerge/{css,icons}
- cp ${S}/data/himerge/css/himerge.css ${D}/usr/local/share/himerge/css
- cp ${S}/data/himerge/icons/* ${D}/usr/local/share/himerge/icons/
+ mkdir -p "${D}"/usr/local/share/himerge/{css,icons}
+ cp "${S}"/data/himerge/css/himerge.css "${D}"/usr/local/share/himerge/css
+ cp "${S}"/data/himerge/icons/* "${D}"/usr/local/share/himerge/icons/
}
1.2 app-portage/himerge/himerge-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild?r1=1.1&r2=1.2
Index: himerge-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- himerge-0.14.ebuild 8 Sep 2007 02:49:52 -0000 1.1
+++ himerge-0.14.ebuild 3 Nov 2007 21:37:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild,v 1.1 2007/09/08 02:49:52 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.ebuild,v 1.2 2007/11/03 21:37:00 araujo Exp $
inherit base haskell-cabal
@@ -32,9 +32,9 @@
cabal-copy
cabal-pkg
einfo "Installing data files."
- mkdir -p ${D}/usr/share/himerge/icons
- mkdir -p ${D}/usr/share/doc/${P}
- cp ${S}/data/himerge/doc/himerge.css ${D}/usr/share/doc/${P}/
- cp ${S}/data/himerge/doc/himerge_doc.html ${D}/usr/share/doc/${P}/
- cp ${S}/data/himerge/icons/* ${D}/usr/share/himerge/icons/
+ mkdir -p "${D}"/usr/share/himerge/icons
+ mkdir -p "${D}"/usr/share/doc/"${P}"
+ cp "${S}"/data/himerge/doc/himerge.css "${D}"/usr/share/doc/"${P}"/
+ cp "${S}"/data/himerge/doc/himerge_doc.html "${D}"/usr/share/doc/"${P}"/
+ cp "${S}"/data/himerge/icons/* "${D}"/usr/share/himerge/icons/
}
1.2 app-portage/himerge/himerge-0.14.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild?r1=1.1&r2=1.2
Index: himerge-0.14.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- himerge-0.14.7.ebuild 29 Sep 2007 18:16:16 -0000 1.1
+++ himerge-0.14.7.ebuild 3 Nov 2007 21:37:01 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild,v 1.1 2007/09/29 18:16:16 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild,v 1.2 2007/11/03 21:37:01 araujo Exp $
inherit base haskell-cabal
@@ -33,9 +33,9 @@
cabal-copy
cabal-pkg
einfo "Installing data files."
- mkdir -p ${D}/usr/share/himerge/icons
- mkdir -p ${D}/usr/share/doc/${P}
- cp ${S}/data/himerge/doc/himerge.css ${D}/usr/share/doc/${P}/
- cp ${S}/data/himerge/doc/himerge_doc.html ${D}/usr/share/doc/${P}/
- cp ${S}/data/himerge/icons/* ${D}/usr/share/himerge/icons/
+ mkdir -p "${D}"/usr/share/himerge/icons
+ mkdir -p "${D}"/usr/share/doc/"${P}"
+ cp "${S}"/data/himerge/doc/himerge.css "${D}"/usr/share/doc/"${P}"/
+ cp "${S}"/data/himerge/doc/himerge_doc.html "${D}"/usr/share/doc/"${P}"/
+ cp "${S}"/data/himerge/icons/* "${D}"/usr/share/himerge/icons/
}
1.1 app-portage/himerge/himerge-0.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/himerge/himerge-0.15.ebuild?rev=1.1&content-type=text/plain
Index: himerge-0.15.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.15.ebuild,v 1.1 2007/11/03 21:37:01 araujo Exp $
inherit base haskell-cabal
DESCRIPTION="Haskell Graphical User Interface for the Gentoo's Portage System."
HOMEPAGE="http://www.haskell.org/himerge/"
SRC_URI="http://www.haskell.org/himerge/release/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
>=dev-haskell/gtk2hs-0.9.12
>=app-portage/eix-0.9.3
>=app-portage/gentoolkit-0.2.3
>=app-portage/portage-utils-0.1.28"
RDEPEND=""
pkg_setup() {
if ! built_with_use -o dev-haskell/gtk2hs firefox seamonkey xulrunner; then
echo
eerror "gtk2hs was not merged with the firefox or seamonkey USE flag."
eerror "Himerge requires gtk2hs be compiled with any of these flags."
die "gtk2hs missing web browser support."
fi
}
src_install() {
cabal-copy
cabal-pkg
einfo "Installing data files."
mkdir -p "${D}"/usr/share/himerge/icons
mkdir -p "${D}"/usr/share/doc/"${P}"
cp "${S}"/data/himerge/doc/himerge.css "${D}"/usr/share/doc/"${P}"/
cp "${S}"/data/himerge/doc/himerge_doc.html "${D}"/usr/share/doc/"${P}"/
cp "${S}"/data/himerge/icons/* "${D}"/usr/share/himerge/icons/
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-03 21:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 21:37 [gentoo-commits] gentoo-x86 commit in app-portage/himerge: ChangeLog himerge-0.13-r1.ebuild himerge-0.14.ebuild himerge-0.14.7.ebuild himerge-0.15.ebuild Luis F. Araujo (araujo)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox