* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2011-05-19 23:31 Sebastian Pipping
0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2011-05-19 23:31 UTC (permalink / raw
To: gentoo-commits
commit: c4b96509153c97962ea34d8dce5499cb85c0e4e2
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu May 19 23:31:32 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu May 19 23:31:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c4b96509
media-gfx/cataract: 1.1.0
---
media-gfx/cataract/cataract-1.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/media-gfx/cataract/cataract-1.1.0.ebuild b/media-gfx/cataract/cataract-1.1.0.ebuild
new file mode 100644
index 0000000..f70ce51
--- /dev/null
+++ b/media-gfx/cataract/cataract-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="Simple static web photo gallery, designed to be clean and easily usable."
+HOMEPAGE="http://cgg.bzatek.net/"
+SRC_URI="http://cgg.bzatek.net/files/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib
+ dev-libs/libxml2
+ media-gfx/imagemagick
+ media-gfx/exiv2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc NEWS README AUTHORS || die
+
+ insinto /usr/share/${PF}/
+ doins -r sample || die
+ rm "${D}"/usr/share/${PF}/sample/src.tar.gz || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2011-05-21 12:47 Sebastian Pipping
0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2011-05-21 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 23c14666400ac375ec07e36cc798551cdf05c3d9
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat May 21 12:47:22 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat May 21 12:47:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=23c14666
media-gfx/cataract: 1.1.0-r1 (improve ebuild)
---
...aract-1.1.0.ebuild => cataract-1.1.0-r1.ebuild} | 7 +++++--
media-gfx/cataract/metadata.xml | 9 +++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/media-gfx/cataract/cataract-1.1.0.ebuild b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
similarity index 75%
rename from media-gfx/cataract/cataract-1.1.0.ebuild
rename to media-gfx/cataract/cataract-1.1.0-r1.ebuild
index f70ce51..348019d 100644
--- a/media-gfx/cataract/cataract-1.1.0.ebuild
+++ b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
@@ -24,7 +24,10 @@ src_install() {
emake DESTDIR="${D}" install || die
dodoc NEWS README AUTHORS || die
- insinto /usr/share/${PF}/
+ # Install sample
+ rm sample/{gen.sh,Makefile*,src.tar.gz} || die
+ sed 's|<path>../../templates</path>|<path>/usr/share/cgg</path>|' \
+ -i sample/src/setup.xml || die
+ insinto /usr/share/cgg/
doins -r sample || die
- rm "${D}"/usr/share/${PF}/sample/src.tar.gz || die
}
diff --git a/media-gfx/cataract/metadata.xml b/media-gfx/cataract/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/media-gfx/cataract/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 273f8591f8fe23fd394c9214145acaa1639e7288
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 17:00:25 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:00:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=273f8591
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
media-gfx/cataract/ChangeLog | 7 +++++++
media-gfx/cataract/metadata.xml | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/media-gfx/cataract/ChangeLog b/media-gfx/cataract/ChangeLog
new file mode 100644
index 0000000..fc1e437
--- /dev/null
+++ b/media-gfx/cataract/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for media-gfx/cataract
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
diff --git a/media-gfx/cataract/metadata.xml b/media-gfx/cataract/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/media-gfx/cataract/metadata.xml
+++ b/media-gfx/cataract/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2012-05-03 11:41 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-05-03 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 4ec9c933f8513de0de08da0b147a989c36d55757
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 10:40:34 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 3 10:40:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=4ec9c933
[media-gfx/cataract] Migrate to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
---
media-gfx/cataract/cataract-1.1.0-r1.ebuild | 4 ++--
.../cataract/cataract-1.1.0_p20110326_p2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/cataract/cataract-1.1.0-r1.ebuild b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
index 348019d..13c4126 100644
--- a/media-gfx/cataract/cataract-1.1.0-r1.ebuild
+++ b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,7 +18,7 @@ RDEPEND="dev-libs/glib
media-gfx/imagemagick
media-gfx/exiv2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die
diff --git a/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild b/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
index 721a328..a8ea3ee 100644
--- a/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
+++ b/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -23,7 +23,7 @@ RDEPEND="dev-libs/glib
media-gfx/imagemagick
media-gfx/exiv2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}"/${MY_P}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2018-01-21 17:09 Sebastian Pipping
0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2018-01-21 17:09 UTC (permalink / raw
To: gentoo-commits
commit: af3431cb563943b167b156578839a16860d98e52
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 16:05:08 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 16:05:08 2018 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=af3431cb
media-gfx/cataract: Fix compilation
media-gfx/cataract/cataract-1.1.0-r1.ebuild | 2 +-
media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/cataract/cataract-1.1.0-r1.ebuild b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
index b3654c0..218168a 100644
--- a/media-gfx/cataract/cataract-1.1.0-r1.ebuild
+++ b/media-gfx/cataract/cataract-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ IUSE=""
RDEPEND="dev-libs/glib
dev-libs/libxml2
- media-gfx/imagemagick
+ <media-gfx/imagemagick-7
media-gfx/exiv2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
diff --git a/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild b/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
index 77d355f..b59816a 100644
--- a/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
+++ b/media-gfx/cataract/cataract-1.1.0_p20110326_p2.ebuild
@@ -3,7 +3,7 @@
EAPI="2"
-inherit versionator autotools
+inherit eutils versionator autotools
MY_PV=$(get_version_component_range 1-4)
MY_P="${PN}-${MY_PV}"
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="dev-libs/glib
dev-libs/libxml2
- media-gfx/imagemagick
+ <media-gfx/imagemagick-7
media-gfx/exiv2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/
@ 2018-01-21 17:09 Sebastian Pipping
0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2018-01-21 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 875b70c8afa2cd2e9fcf3e98369d058620d97388
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 17:08:35 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 17:08:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=875b70c8
media-gfx/cataract: 1.1.0_p20170507
media-gfx/cataract/cataract-1.1.0_p20170507.ebuild | 43 ++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild b/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild
new file mode 100644
index 0000000..e3ab019
--- /dev/null
+++ b/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_COMMIT=29381f9e70d122ea4d89d71ea97f42253c528211
+DESCRIPTION="Simple static web photo gallery, designed to be clean and easily usable."
+HOMEPAGE="http://cgg.bzatek.net/"
+SRC_URI="http://git.bzatek.net/cataract/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.36
+ dev-libs/libxml2
+ <media-gfx/imagemagick-7
+ media-gfx/exiv2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}"/${PN}-${MY_COMMIT:0:7}
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ # Install sample
+ rm sample/{gen.sh,Makefile*} || die
+ sed 's|<path>../../templates</path>|<path>/usr/share/cgg</path>|' \
+ -i sample/src/setup.xml || die
+ insinto /usr/share/cgg/
+ doins -r sample || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-01-21 17:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-21 17:09 [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2018-01-21 17:09 Sebastian Pipping
2012-05-03 11:41 Johannes Huber
2011-10-27 18:02 Justin Lecher
2011-05-21 12:47 Sebastian Pipping
2011-05-19 23:31 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox