From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: media-libs/libnsgif/
Date: Wed, 18 Jul 2012 08:27:15 +0000 (UTC) [thread overview]
Message-ID: <1342597594.9af9c2025a224ea86cc3dd8e072e79e64fde4b48.xmw@gentoo> (raw)
commit: 9af9c2025a224ea86cc3dd8e072e79e64fde4b48
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 07:46:34 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 07:46:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=9af9c202
media-libs/libnsgif: moved to tree
---
media-libs/libnsgif/ChangeLog | 20 --------------------
media-libs/libnsgif/Manifest | 14 --------------
media-libs/libnsgif/libnsgif-0.0.3-r1.ebuild | 12 ------------
media-libs/libnsgif/metadata.xml | 10 ----------
4 files changed, 0 insertions(+), 56 deletions(-)
diff --git a/media-libs/libnsgif/ChangeLog b/media-libs/libnsgif/ChangeLog
deleted file mode 100644
index 3d105e9..0000000
--- a/media-libs/libnsgif/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for media-libs/libnsgif
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*libnsgif-0.0.3-r1 (28 Apr 2012)
-
- 28 Apr 2012; Michael Weber <xmw@gentoo.org> -libnsgif-0.0.3.ebuild,
- +libnsgif-0.0.3-r1.ebuild:
- Fix Manifest and WORKDIR
-
- 03 May 2011; Michael Weber <xmw@gentoo.org> libnsgif-0.0.3.ebuild:
- explicit USE=static-libs
-
-*libnsgif-0.0.3 (02 May 2011)
-
- 02 May 2011; Michael Weber <xmw@gentoo.org> +libnsgif-0.0.3.ebuild,
- +metadata.xml:
- Initial import, bug 347471, thanks to inciner@gmail.com for the initial
- ebuild
-
diff --git a/media-libs/libnsgif/Manifest b/media-libs/libnsgif/Manifest
deleted file mode 100644
index 1b9ef80..0000000
--- a/media-libs/libnsgif/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST libnsgif-0.0.3-src.tar.gz 213099 RMD160 a51161e75e9def6bc74f8f8f3178d9832e826a81 SHA1 5215fbc1d59481b8a32162193c8b39a85736ddde SHA256 7a1e6873bec6814289b653c630714246adc1040cc8b250c78bb309eaf8d5f19c
-EBUILD libnsgif-0.0.3-r1.ebuild 264 RMD160 e7edcdcb67966206adbb2a127569a3d362f5d2ed SHA1 82ac083a607f5ac9ad0c026bf1731726656a3e15 SHA256 98792f7e46fce33d8a40ef662de74750bd4263938220f4918648ce6cddee73b5
-MISC ChangeLog 580 RMD160 b3a34ea9d2a13874ac8d3711ba3b11602ed95979 SHA1 01837749277952b504c8076cbef1d3e8b5841752 SHA256 b38e506cc3ed822c4cb3d43921a369ffbba0794a67bbd81a637bd03e1df35a3e
-MISC metadata.xml 249 RMD160 62b32ecefb68df84b41edb7f9f723c2f48a4affa SHA1 1ab0c24ec00e77d4f681fa62ee800d25e0b3f583 SHA256 23a9b4802efacede04885b28ee80b8879224458c9cc3ecd58401728f20c1ca30
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk+cBKoACgkQknrdDGLu8JDE9AD/SZzohmAB5aBXRPcX3cww9o7o
-0eXFBx6sGn+LAGXSvFwA/RyBCyOc2AaVldhsODoOrCJPfxJYIN4RzfgfXvskUwxO
-=mley
------END PGP SIGNATURE-----
diff --git a/media-libs/libnsgif/libnsgif-0.0.3-r1.ebuild b/media-libs/libnsgif/libnsgif-0.0.3-r1.ebuild
deleted file mode 100644
index 1138590..0000000
--- a/media-libs/libnsgif/libnsgif-0.0.3-r1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit netsurf
-
-DESCRIPTION="decoding library for the GIF image file format, written in C"
-
-IUSE="static-libs"
-KEYWORDS="~amd64 ~x86"
diff --git a/media-libs/libnsgif/metadata.xml b/media-libs/libnsgif/metadata.xml
deleted file mode 100644
index 912cd65..0000000
--- a/media-libs/libnsgif/metadata.xml
+++ /dev/null
@@ -1,10 +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>xmw@gentoo.org</email>
- <name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>
-
next reply other threads:[~2012-07-18 8:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 8:27 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-28 14:54 [gentoo-commits] dev/xmw:master commit in: media-libs/libnsgif/ Michael Weber
2011-05-03 20:38 Michael Weber
2011-05-02 21:59 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1342597594.9af9c2025a224ea86cc3dd8e072e79e64fde4b48.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox