summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-23 01:11:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-23 01:11:43 +0000
commitd5c0f8b5083c7d1ea1f9e91cf97c8da3fc2855f4 (patch)
tree2422187b0474f306183496ecee77746442d3255e /media-gfx/album
parentRemove old. (diff)
downloadgentoo-2-d5c0f8b5083c7d1ea1f9e91cf97c8da3fc2855f4.tar.gz
gentoo-2-d5c0f8b5083c7d1ea1f9e91cf97c8da3fc2855f4.tar.bz2
gentoo-2-d5c0f8b5083c7d1ea1f9e91cf97c8da3fc2855f4.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx/album')
-rw-r--r--media-gfx/album/ChangeLog8
-rw-r--r--media-gfx/album/album-4.02.ebuild33
-rw-r--r--media-gfx/album/album-4.06.ebuild38
3 files changed, 6 insertions, 73 deletions
diff --git a/media-gfx/album/ChangeLog b/media-gfx/album/ChangeLog
index e9dd319ca716..33dd70c887e1 100644
--- a/media-gfx/album/ChangeLog
+++ b/media-gfx/album/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/album
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.40 2012/09/30 18:05:38 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.41 2015/05/23 01:11:43 mrueg Exp $
+
+ 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -album-4.02.ebuild,
+ -album-4.06.ebuild:
+ Remove old.
30 Sep 2012; Raúl Porcel <armin76@gentoo.org> album-4.02.ebuild,
album-4.06.ebuild, album-4.07.ebuild:
diff --git a/media-gfx/album/album-4.02.ebuild b/media-gfx/album/album-4.02.ebuild
deleted file mode 100644
index 1c1eab7ebbde..000000000000
--- a/media-gfx/album/album-4.02.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v 1.11 2012/09/30 18:05:38 armin76 Exp $
-
-DESCRIPTION="HTML photo album generator"
-HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
-SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz"
-
-LICENSE="marginalhacks"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ffmpeg"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- media-gfx/imagemagick
- media-gfx/jhead
- ffmpeg? ( virtual/ffmpeg )"
-
-src_install() {
- dobin album
- doman album.1
- dohtml Documentation.html
- dodoc License.txt
-}
-
-pkg_postinst() {
- elog "For some optional themes please browse:"
- elog "http://MarginalHacks.com/Hacks/album/Themes/"
- elog
- elog "For some optional tools please browse:"
- elog "http://MarginalHacks.com/Hacks/album/tools/"
-}
diff --git a/media-gfx/album/album-4.06.ebuild b/media-gfx/album/album-4.06.ebuild
deleted file mode 100644
index c322d87c8419..000000000000
--- a/media-gfx/album/album-4.06.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.5 2012/09/30 18:05:38 armin76 Exp $
-
-DESCRIPTION="HTML photo album generator"
-HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
-SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz
- http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz"
-
-LICENSE="marginalhacks"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="doc ffmpeg plugins themes"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- media-gfx/imagemagick
- media-gfx/jhead
- ffmpeg? ( virtual/ffmpeg )"
-
-src_install() {
- dobin album
- doman album.1
- dodoc License.txt CHANGELOG
- use doc && dohtml -r Docs/*
-
- dodir /usr/share/album
- insinto /usr/share/album
- cd ..
- doins -r lang
- use themes && doins -r Themes
- use plugins && doins -r plugins
-}
-
-pkg_postinst() {
- elog "For some optional tools please browse:"
- elog "http://MarginalHacks.com/Hacks/album/tools/"
-}