* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2018-07-11 8:53 Tony Vroon
0 siblings, 0 replies; 10+ messages in thread
From: Tony Vroon @ 2018-07-11 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 3c9e6cf9a2eabe36787651ec222c6a7d46b644f4
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Sat Jul 7 16:28:57 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 08:53:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e6cf9
media-gfx/ephoto: new package
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9086
media-gfx/ephoto/Manifest | 1 +
media-gfx/ephoto/ephoto-1.5.ebuild | 28 ++++++++++++++++++++++++++++
media-gfx/ephoto/metadata.xml | 26 ++++++++++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
new file mode 100644
index 00000000000..3bc1b6e34af
--- /dev/null
+++ b/media-gfx/ephoto/Manifest
@@ -0,0 +1 @@
+DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
new file mode 100644
index 00000000000..0d9b39d3494
--- /dev/null
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Enlightenment image viewer written with EFL"
+HOMEPAGE="https://www.enlightenment.org/about-ephoto"
+SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/efl-1.18.0[eet,X]"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable nls)
+ )
+
+ econf "${myconf[@]}"
+}
diff --git a/media-gfx/ephoto/metadata.xml b/media-gfx/ephoto/metadata.xml
new file mode 100644
index 00000000000..997099762b2
--- /dev/null
+++ b/media-gfx/ephoto/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Ephoto is an image viewer and editor written using the Enlightenment Foundation
+ Libraries(EFL). It focuses on simplicity and ease of use, while taking advantage of
+ the speed and small footprint the EFL provide.
+
+ Ephoto’s features include:
+ - Browsing the filesystem and displaying images in an easy to use grid view.
+ - Browsing images in a single image view format,
+ - Viewing images in a slideshow,
+ - Editing your image with features such as cropping, auto enhance, blurring,
+ sharpening, brightness/contrast/gamma adjustments, hue/saturation/value
+ adjustments, and color level adjustment,
+ - Applying artistic filters to your image such as black and white and old photo,
+ - Drag And Drop along with file operations to easy maintain your photo directories.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2018-12-16 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-12-16 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 892615d49b62a7276c773098cbb5d05162e0e005
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Fri Nov 30 06:53:29 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 19:29:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892615d4
media-gfx/ephoto: EAPI-7 enhancements & new SRC_URI for 1.5
- add BDEPEND,
- use https://download.enlightenment.org as source.
Closes: https://bugs.gentoo.org/672246
Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10526
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/ephoto/Manifest | 2 +-
media-gfx/ephoto/ephoto-1.5.ebuild | 14 ++++++--------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
index 3bc1b6e34af..aea5636b3da 100644
--- a/media-gfx/ephoto/Manifest
+++ b/media-gfx/ephoto/Manifest
@@ -1 +1 @@
-DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23
+DIST ephoto-1.5-1.tar.xz 327004 BLAKE2B 73b6f72085c845e3bc39a70f1a5b087741ee9d2b6d0a7678af90b78dd08cd68defd7256a12e4ce2f9acab1fc93aafcfcac0f2ee689e9ef0b68f8837446fbf58d SHA512 2c56103e6018ef0252dd5efcb0996e9346c383887b6d272f4fddc0b22e0f98dc032049c8521bca6707f1a5d172abc2d6c8e037104f4aa7a5f920fd55a2fad23e
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
index 0d9b39d3494..d7c2a75e3e2 100644
--- a/media-gfx/ephoto/ephoto-1.5.ebuild
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Enlightenment image viewer written with EFL"
HOMEPAGE="https://www.enlightenment.org/about-ephoto"
-SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz"
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-RDEPEND=">=dev-libs/efl-1.18.0[eet,X]"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
+RDEPEND="dev-libs/efl[eet,X]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
src_configure() {
local myconf=(
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2019-07-31 3:41 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2019-07-31 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 35e9edd705523d5f6cf4630f839dfa4877876cd4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 03:27:19 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 03:27:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e9edd7
media-gfx/ephoto: update maintainer info
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/metadata.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/media-gfx/ephoto/metadata.xml b/media-gfx/ephoto/metadata.xml
index 997099762b2..b0fdb75d8ad 100644
--- a/media-gfx/ephoto/metadata.xml
+++ b/media-gfx/ephoto/metadata.xml
@@ -2,11 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>juippis@gmail.com</email>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
</maintainer>
<longdescription>
Ephoto is an image viewer and editor written using the Enlightenment Foundation
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2019-09-21 6:26 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2019-09-21 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 02ea39d4d9b452d81ce91a9181fa210b3a11ac85
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 06:21:44 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 06:26:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ea39d4
media-gfx/ephoto: stable on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/ephoto-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
index d7c2a75e3e2..366686dda02 100644
--- a/media-gfx/ephoto/ephoto-1.5.ebuild
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
RDEPEND="dev-libs/efl[eet,X]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2019-09-21 6:26 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2019-09-21 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 3056233d0bd85e2fc7940a76619b2823b49aac9f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 06:22:08 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 06:26:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3056233d
media-gfx/ephoto: stable on x86
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/ephoto-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
index 366686dda02..4279e7ce070 100644
--- a/media-gfx/ephoto/ephoto-1.5.ebuild
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND="dev-libs/efl[eet,X]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2020-09-03 10:08 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-09-03 10:08 UTC (permalink / raw
To: gentoo-commits
commit: cec655c4e388c8384070f09444ab11346f8c2be6
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Sep 2 16:30:23 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 10:08:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec655c4
media-gfx/ephoto: update desktop mimeinfo cache
Closes: https://bugs.gentoo.org/740014
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/ephoto-1.5.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
index 4279e7ce070..766bca265ca 100644
--- a/media-gfx/ephoto/ephoto-1.5.ebuild
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit xdg
+
DESCRIPTION="Enlightenment image viewer written with EFL"
HOMEPAGE="https://www.enlightenment.org/about-ephoto"
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1.tar.xz"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2022-01-04 16:19 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2022-01-04 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 41b7459a0467d7bb021d3ca12df55ec25d533200
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 16:17:56 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 16:19:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b7459a
media-gfx/ephoto: add 1.6.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/Manifest | 1 +
media-gfx/ephoto/ephoto-1.6.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
index aea5636b3da9..5cbfbdf17344 100644
--- a/media-gfx/ephoto/Manifest
+++ b/media-gfx/ephoto/Manifest
@@ -1 +1,2 @@
DIST ephoto-1.5-1.tar.xz 327004 BLAKE2B 73b6f72085c845e3bc39a70f1a5b087741ee9d2b6d0a7678af90b78dd08cd68defd7256a12e4ce2f9acab1fc93aafcfcac0f2ee689e9ef0b68f8837446fbf58d SHA512 2c56103e6018ef0252dd5efcb0996e9346c383887b6d272f4fddc0b22e0f98dc032049c8521bca6707f1a5d172abc2d6c8e037104f4aa7a5f920fd55a2fad23e
+DIST ephoto-1.6.0.tar.xz 141256 BLAKE2B 3dab78be3c6adeb07e9bec5f2130d126d8c41c76a3ba23917600b734df5d695acb417861924f46a4fea764e61483bd9e0504c23e627c04da09f12cc0f79ff41f SHA512 9e74857edbeb7b6999077a8108c7aa368c0c0bc7411891541f818eb428336f75e79bfeb5f5828b889ab5298542227dcefbf57893eb00a6136a895cc1eee9efe9
diff --git a/media-gfx/ephoto/ephoto-1.6.0.ebuild b/media-gfx/ephoto/ephoto-1.6.0.ebuild
new file mode 100644
index 000000000000..8d0a1984e3ea
--- /dev/null
+++ b/media-gfx/ephoto/ephoto-1.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Enlightenment image viewer written with EFL"
+HOMEPAGE="https://www.enlightenment.org/about-ephoto"
+SRC_URI="https://download.enlightenment.org/rel/apps/ephoto/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/efl-1.26.1[eet,X]
+ media-libs/libexif"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 2aef069f0985571d8057a41a9a1139f48b772a05
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:19:58 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aef069f
media-gfx/ephoto: stabilize 1.6.0 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/ephoto-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ephoto/ephoto-1.6.0.ebuild b/media-gfx/ephoto/ephoto-1.6.0.ebuild
index 8d0a1984e3ea..d8665e4581ca 100644
--- a/media-gfx/ephoto/ephoto-1.6.0.ebuild
+++ b/media-gfx/ephoto/ephoto-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/ephoto/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND=">=dev-libs/efl-1.26.1[eet,X]
media-libs/libexif"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 766284ce503bb578e8cd311958e35f500c13d149
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:20:15 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766284ce
media-gfx/ephoto: stabilize 1.6.0 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/ephoto-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ephoto/ephoto-1.6.0.ebuild b/media-gfx/ephoto/ephoto-1.6.0.ebuild
index d8665e4581ca..b0a746349e80 100644
--- a/media-gfx/ephoto/ephoto-1.6.0.ebuild
+++ b/media-gfx/ephoto/ephoto-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/ephoto/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND=">=dev-libs/efl-1.26.1[eet,X]
media-libs/libexif"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
@ 2022-09-16 12:13 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2022-09-16 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 882689ffdfa99918f23c1779d82be96e4bc89d7d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 12:07:03 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 12:13:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882689ff
media-gfx/ephoto: drop 1.5
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/ephoto/Manifest | 1 -
media-gfx/ephoto/ephoto-1.5.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
index 5cbfbdf17344..02b278113c77 100644
--- a/media-gfx/ephoto/Manifest
+++ b/media-gfx/ephoto/Manifest
@@ -1,2 +1 @@
-DIST ephoto-1.5-1.tar.xz 327004 BLAKE2B 73b6f72085c845e3bc39a70f1a5b087741ee9d2b6d0a7678af90b78dd08cd68defd7256a12e4ce2f9acab1fc93aafcfcac0f2ee689e9ef0b68f8837446fbf58d SHA512 2c56103e6018ef0252dd5efcb0996e9346c383887b6d272f4fddc0b22e0f98dc032049c8521bca6707f1a5d172abc2d6c8e037104f4aa7a5f920fd55a2fad23e
DIST ephoto-1.6.0.tar.xz 141256 BLAKE2B 3dab78be3c6adeb07e9bec5f2130d126d8c41c76a3ba23917600b734df5d695acb417861924f46a4fea764e61483bd9e0504c23e627c04da09f12cc0f79ff41f SHA512 9e74857edbeb7b6999077a8108c7aa368c0c0bc7411891541f818eb428336f75e79bfeb5f5828b889ab5298542227dcefbf57893eb00a6136a895cc1eee9efe9
diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
deleted file mode 100644
index 766bca265ca8..000000000000
--- a/media-gfx/ephoto/ephoto-1.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Enlightenment image viewer written with EFL"
-HOMEPAGE="https://www.enlightenment.org/about-ephoto"
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="dev-libs/efl[eet,X]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_configure() {
- local myconf=(
- $(use_enable nls)
- )
-
- econf "${myconf[@]}"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-09-16 12:14 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-21 6:26 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-09-16 12:13 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-01-04 16:19 Joonas Niilola
2020-09-03 10:08 Joonas Niilola
2019-09-21 6:26 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2018-12-16 19:30 Andreas Sturmlechner
2018-07-11 8:53 Tony Vroon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox