diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-06 06:22:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-06 06:22:04 -0400 |
commit | abe479ee09996759d86fe98583bdb74bf1ab9d40 (patch) | |
tree | 582faca509e421c072aa458cea2200ed89c94a2e | |
parent | emotion_generic_players: move ebuild to the main tree (diff) | |
download | enlightenment-abe479ee09996759d86fe98583bdb74bf1ab9d40.tar.gz enlightenment-abe479ee09996759d86fe98583bdb74bf1ab9d40.tar.bz2 enlightenment-abe479ee09996759d86fe98583bdb74bf1ab9d40.zip |
imlib2_loaders: move ebuild to the main tree
-rw-r--r-- | media-libs/imlib2_loaders/Manifest | 1 | ||||
-rw-r--r-- | media-libs/imlib2_loaders/imlib2_loaders-1.4.0.003.ebuild | 29 | ||||
-rw-r--r-- | media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild | 30 | ||||
-rw-r--r-- | media-libs/imlib2_loaders/metadata.xml | 11 |
4 files changed, 0 insertions, 71 deletions
diff --git a/media-libs/imlib2_loaders/Manifest b/media-libs/imlib2_loaders/Manifest deleted file mode 100644 index bd2cb4e..0000000 --- a/media-libs/imlib2_loaders/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST imlib2_loaders-1.4.0.003.tar.gz 345962 SHA256 ef0f3d94001191aab1a08dabe743cab4561b081ca703877ca3cae6ae3613c9e5 diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.4.0.003.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.4.0.003.ebuild deleted file mode 100644 index 5eac055..0000000 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.4.0.003.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild,v 1.3 2005/04/10 03:43:09 vapier Exp $ - -inherit enlightenment - -SRC_URI="http://download.enlightenment.org/snapshots/2007-08-26/${P}.tar.gz" - -DESCRIPTION="image loader plugins for Imlib 2" -HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html" - -IUSE="edb" - -RDEPEND=">=media-libs/imlib2-1.4.0.003 - >=dev-libs/eet-0.9.10.041 - edb? ( >=dev-db/edb-1.0.5.008 )" - -# The enable-eet switch is apparently broken upstream when using disable-edb. -# Looks like some sort of error in the configure.in scripts. Probably a -# copy/paste error or something. -# For now, we'll install the dep using portage -# and let the autotools detect it. (Seems to work fine on x86 this way) -#src_compile() { -# export MY_ECONF=" -# --enable-eet \ -# $(use_enable edb) \ -# " -# enlightenment_src_compile -#} diff --git a/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild deleted file mode 100644 index ebc6bd5..0000000 --- a/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild,v 1.3 2005/04/10 03:43:09 vapier Exp $ - -EGIT_SUB_PROJECT="legacy" -EGIT_URI_APPEND=${PN} - -inherit enlightenment - -DESCRIPTION="image loader plugins for Imlib 2" -HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html" - -IUSE="edb" - -RDEPEND=">=media-libs/imlib2-9999 - >=dev-libs/eet-9999 - edb? ( >=dev-db/edb-9999 )" - -# The enable-eet switch is apparently broken upstream when using disable-edb. -# Looks like some sort of error in the configure.in scripts. Probably a -# copy/paste error or something. -# For now, we'll install the dep using portage -# and let the autotools detect it. (Seems to work fine on x86 this way) -#src_compile() { -# export MY_ECONF=" -# --enable-eet \ -# $(use_enable edb) \ -# " -# enlightenment_src_compile -#} diff --git a/media-libs/imlib2_loaders/metadata.xml b/media-libs/imlib2_loaders/metadata.xml deleted file mode 100644 index 60375f8..0000000 --- a/media-libs/imlib2_loaders/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>enlightenment@gentoo.org</email> -</maintainer> -<longdescription> -additional image library loaders for imlib2 -</longdescription> -</pkgmetadata> |