public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: media-libs/librosprite/
@ 2011-05-03 20:10 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-05-03 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3653fbcdbe40464df14b282fa7905b7f8d1f3951
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 20:10:09 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May  3 20:10:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=3653fbcd

media-libs/librosprite: initial import

(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 media-libs/librosprite/ChangeLog                   |   10 +++++++
 media-libs/librosprite/Manifest                    |   14 ++++++++++
 media-libs/librosprite/librosprite-0_p12271.ebuild |   26 ++++++++++++++++++++
 media-libs/librosprite/metadata.xml                |   10 +++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/media-libs/librosprite/ChangeLog b/media-libs/librosprite/ChangeLog
new file mode 100644
index 0000000..b50507f
--- /dev/null
+++ b/media-libs/librosprite/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/librosprite
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*librosprite-0_p12271 (03 May 2011)
+
+  03 May 2011; Michael Weber <xmw@gentoo.org> +librosprite-0_p12271.ebuild,
+  +metadata.xml:
+  Initial import, bug 347471
+

diff --git a/media-libs/librosprite/Manifest b/media-libs/librosprite/Manifest
new file mode 100644
index 0000000..33b5272
--- /dev/null
+++ b/media-libs/librosprite/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST librosprite-0_p12271-src.tar.gz 30356 RMD160 f84895bbe7132fb79147429967b14226bca821f8 SHA1 b22086417ad8cef48823b74198cf90c8efbbd08b SHA256 23a6519c722ca4ab622a849f2681002242ec86214cc35f94c65a6be54bf74a98
+EBUILD librosprite-0_p12271.ebuild 493 RMD160 bc7872abe5c758241f9844a8692f08ed744dcba5 SHA1 eba84393d578fccc7188df4dbf8857035532f571 SHA256 114a55ecc84fcd06b8f9d875200d1962f762b917b2dd6aec3d689e90d3763fcc
+MISC ChangeLog 283 RMD160 6086534aa38688575f7afed086192d3b93bfb12e SHA1 219542e5f78726c73c2f3cec09adabf12dffeebf SHA256 d4dd71f4a6636fb6f2479945d8ccca8887ec2b4fbec97f2127d57b6b445f0a26
+MISC metadata.xml 249 RMD160 62b32ecefb68df84b41edb7f9f723c2f48a4affa SHA1 1ab0c24ec00e77d4f681fa62ee800d25e0b3f583 SHA256 23a9b4802efacede04885b28ee80b8879224458c9cc3ecd58401728f20c1ca30
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk3AYSEACgkQknrdDGLu8JATDgD/eizRlwKuA5DjyRXCjnyVueyP
+HZVrcwBbW/OtbTi39QQBAJfWsRuc/D5E4q5+ofIkAvY8Pjz+BenE7hcm8Zi6ykUc
+=+x+f
+-----END PGP SIGNATURE-----

diff --git a/media-libs/librosprite/librosprite-0_p12271.ebuild b/media-libs/librosprite/librosprite-0_p12271.ebuild
new file mode 100644
index 0000000..941b42f
--- /dev/null
+++ b/media-libs/librosprite/librosprite-0_p12271.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit netsurf toolchain-funcs
+
+DESCRIPTION="library for decoding RISC OS Sprite format bitmaps, written in C"
+SRC_URI="http://xmw.de/mirror/${PN}/${P}-src.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	netsurf_src_prepare
+	sed -e "/^CFLAGS/,/^LDFLAGS/d" \
+		-i Makefile || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" || die
+}

diff --git a/media-libs/librosprite/metadata.xml b/media-libs/librosprite/metadata.xml
new file mode 100644
index 0000000..912cd65
--- /dev/null
+++ b/media-libs/librosprite/metadata.xml
@@ -0,0 +1,10 @@
+<?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>
+



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: media-libs/librosprite/
@ 2012-04-29  1:23 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2012-04-29  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef8e2d18671f24758150d820e5fbcb915f41d8e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 01:19:52 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 01:19:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=9ef8e2d1

media-libs/librosprite: Version bump

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 media-libs/librosprite/ChangeLog                   |    8 +++++++-
 media-libs/librosprite/Manifest                    |   12 ++++++------
 ...0_p12271.ebuild => librosprite-0_p13896.ebuild} |    4 ++--
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/media-libs/librosprite/ChangeLog b/media-libs/librosprite/ChangeLog
index b50507f..1de611d 100644
--- a/media-libs/librosprite/ChangeLog
+++ b/media-libs/librosprite/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for media-libs/librosprite
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*librosprite-0_p13896 (29 Apr 2012)
+
+  29 Apr 2012; Michael Weber <xmw@gentoo.org> -librosprite-0_p12271.ebuild,
+  +librosprite-0_p13896.ebuild:
+  Version bump
+
 *librosprite-0_p12271 (03 May 2011)
 
   03 May 2011; Michael Weber <xmw@gentoo.org> +librosprite-0_p12271.ebuild,

diff --git a/media-libs/librosprite/Manifest b/media-libs/librosprite/Manifest
index 33b5272..094787e 100644
--- a/media-libs/librosprite/Manifest
+++ b/media-libs/librosprite/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-DIST librosprite-0_p12271-src.tar.gz 30356 RMD160 f84895bbe7132fb79147429967b14226bca821f8 SHA1 b22086417ad8cef48823b74198cf90c8efbbd08b SHA256 23a6519c722ca4ab622a849f2681002242ec86214cc35f94c65a6be54bf74a98
-EBUILD librosprite-0_p12271.ebuild 493 RMD160 bc7872abe5c758241f9844a8692f08ed744dcba5 SHA1 eba84393d578fccc7188df4dbf8857035532f571 SHA256 114a55ecc84fcd06b8f9d875200d1962f762b917b2dd6aec3d689e90d3763fcc
-MISC ChangeLog 283 RMD160 6086534aa38688575f7afed086192d3b93bfb12e SHA1 219542e5f78726c73c2f3cec09adabf12dffeebf SHA256 d4dd71f4a6636fb6f2479945d8ccca8887ec2b4fbec97f2127d57b6b445f0a26
+DIST librosprite-0_p13896.tar.gz 61372 RMD160 ecf56978b51e0a837b0c04f8742a5f0f753c7e10 SHA1 2e5e5f65a451b40ae32d52956072dbcd309b6a5e SHA256 ae9485915b0ccf53a27c8a722089472838e426ad0b20c46dd250b092b9777e37
+EBUILD librosprite-0_p13896.ebuild 489 RMD160 8f3c88d1ab6ed88ea770d775a16fb940c395d414 SHA1 3180fd38a60ae1ffb4dbb239477180daba3d7188 SHA256 24a1a0834171b5868890a123e0b20526a86dedff74df386c33c972691b73af30
+MISC ChangeLog 444 RMD160 afe46a75389b17e3a521bede9c8157d1e374c105 SHA1 007fd242ec194ec5558822fa2c57ca5b5f0720b8 SHA256 1a42cc075e8fa1cb858e631fec37154ceb5ce078a9841ca160128ca2e21e610b
 MISC metadata.xml 249 RMD160 62b32ecefb68df84b41edb7f9f723c2f48a4affa SHA1 1ab0c24ec00e77d4f681fa62ee800d25e0b3f583 SHA256 23a9b4802efacede04885b28ee80b8879224458c9cc3ecd58401728f20c1ca30
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk3AYSEACgkQknrdDGLu8JATDgD/eizRlwKuA5DjyRXCjnyVueyP
-HZVrcwBbW/OtbTi39QQBAJfWsRuc/D5E4q5+ofIkAvY8Pjz+BenE7hcm8Zi6ykUc
-=+x+f
+iF4EAREIAAYFAk+clzgACgkQknrdDGLu8JBtwgD/XO4VUmiQdtfu5K5xcOXVaU/t
+VfQ04RGacZ44sF3e10oBAI3x13x4KDi2eGtrqSXTESfw1+B7JYlrcXc4MJUIMstM
+=zIJW
 -----END PGP SIGNATURE-----

diff --git a/media-libs/librosprite/librosprite-0_p12271.ebuild b/media-libs/librosprite/librosprite-0_p13896.ebuild
similarity index 81%
rename from media-libs/librosprite/librosprite-0_p12271.ebuild
rename to media-libs/librosprite/librosprite-0_p13896.ebuild
index 941b42f..1668c7a 100644
--- a/media-libs/librosprite/librosprite-0_p12271.ebuild
+++ b/media-libs/librosprite/librosprite-0_p13896.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: $
 
@@ -7,7 +7,7 @@ EAPI=3
 inherit netsurf toolchain-funcs
 
 DESCRIPTION="library for decoding RISC OS Sprite format bitmaps, written in C"
-SRC_URI="http://xmw.de/mirror/${PN}/${P}-src.tar.gz"
+SRC_URI="http://xmw.de/mirror/${PN}/${P}.tar.gz"
 
 KEYWORDS="~amd64 ~x86"
 IUSE=""



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: media-libs/librosprite/
@ 2012-07-18  9:30 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2012-07-18  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     464d3c8e3a97b54dcda8e2507b8356b8b123bf99
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 09:28:49 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 09:28:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=464d3c8e

media-libs/librosprite: moved to tree

---
 media-libs/librosprite/ChangeLog                   |   16 ------------
 media-libs/librosprite/Manifest                    |   14 ----------
 media-libs/librosprite/librosprite-0_p13896.ebuild |   26 --------------------
 media-libs/librosprite/metadata.xml                |   10 -------
 4 files changed, 0 insertions(+), 66 deletions(-)

diff --git a/media-libs/librosprite/ChangeLog b/media-libs/librosprite/ChangeLog
deleted file mode 100644
index 1de611d..0000000
--- a/media-libs/librosprite/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for media-libs/librosprite
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*librosprite-0_p13896 (29 Apr 2012)
-
-  29 Apr 2012; Michael Weber <xmw@gentoo.org> -librosprite-0_p12271.ebuild,
-  +librosprite-0_p13896.ebuild:
-  Version bump
-
-*librosprite-0_p12271 (03 May 2011)
-
-  03 May 2011; Michael Weber <xmw@gentoo.org> +librosprite-0_p12271.ebuild,
-  +metadata.xml:
-  Initial import, bug 347471
-

diff --git a/media-libs/librosprite/Manifest b/media-libs/librosprite/Manifest
deleted file mode 100644
index 094787e..0000000
--- a/media-libs/librosprite/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST librosprite-0_p13896.tar.gz 61372 RMD160 ecf56978b51e0a837b0c04f8742a5f0f753c7e10 SHA1 2e5e5f65a451b40ae32d52956072dbcd309b6a5e SHA256 ae9485915b0ccf53a27c8a722089472838e426ad0b20c46dd250b092b9777e37
-EBUILD librosprite-0_p13896.ebuild 489 RMD160 8f3c88d1ab6ed88ea770d775a16fb940c395d414 SHA1 3180fd38a60ae1ffb4dbb239477180daba3d7188 SHA256 24a1a0834171b5868890a123e0b20526a86dedff74df386c33c972691b73af30
-MISC ChangeLog 444 RMD160 afe46a75389b17e3a521bede9c8157d1e374c105 SHA1 007fd242ec194ec5558822fa2c57ca5b5f0720b8 SHA256 1a42cc075e8fa1cb858e631fec37154ceb5ce078a9841ca160128ca2e21e610b
-MISC metadata.xml 249 RMD160 62b32ecefb68df84b41edb7f9f723c2f48a4affa SHA1 1ab0c24ec00e77d4f681fa62ee800d25e0b3f583 SHA256 23a9b4802efacede04885b28ee80b8879224458c9cc3ecd58401728f20c1ca30
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk+clzgACgkQknrdDGLu8JBtwgD/XO4VUmiQdtfu5K5xcOXVaU/t
-VfQ04RGacZ44sF3e10oBAI3x13x4KDi2eGtrqSXTESfw1+B7JYlrcXc4MJUIMstM
-=zIJW
------END PGP SIGNATURE-----

diff --git a/media-libs/librosprite/librosprite-0_p13896.ebuild b/media-libs/librosprite/librosprite-0_p13896.ebuild
deleted file mode 100644
index 1668c7a..0000000
--- a/media-libs/librosprite/librosprite-0_p13896.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit netsurf toolchain-funcs
-
-DESCRIPTION="library for decoding RISC OS Sprite format bitmaps, written in C"
-SRC_URI="http://xmw.de/mirror/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	netsurf_src_prepare
-	sed -e "/^CFLAGS/,/^LDFLAGS/d" \
-		-i Makefile || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" || die
-}

diff --git a/media-libs/librosprite/metadata.xml b/media-libs/librosprite/metadata.xml
deleted file mode 100644
index 912cd65..0000000
--- a/media-libs/librosprite/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>
-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-18  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29  1:23 [gentoo-commits] dev/xmw:master commit in: media-libs/librosprite/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18  9:30 Michael Weber
2011-05-03 20:10 Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox