Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] feh: bump to 2.3
@ 2012-02-06  9:55 yegorslists at googlemail.com
  2012-02-06  9:55 ` [Buildroot] [PATCH 2/3] libev: bump to 4.11 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2012-02-06  9:55 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/feh/feh.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index f036393..f459f8a 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -1,4 +1,4 @@
-FEH_VERSION = 2.2
+FEH_VERSION = 2.3
 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2
 FEH_SITE = http://feh.finalrewind.org/
 FEH_DEPENDENCIES = libcurl giblib imlib2 libpng xlib_libXinerama xlib_libXt
-- 
1.7.1.1

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

* [Buildroot] [PATCH 2/3] libev: bump to 4.11
  2012-02-06  9:55 [Buildroot] [PATCH 1/3] feh: bump to 2.3 yegorslists at googlemail.com
@ 2012-02-06  9:55 ` yegorslists at googlemail.com
  2012-02-06 22:24   ` Peter Korsgaard
  2012-02-06  9:55 ` [Buildroot] [PATCH 3/3] New package: parted yegorslists at googlemail.com
  2012-02-06 22:24 ` [Buildroot] [PATCH 1/3] feh: bump to 2.3 Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: yegorslists at googlemail.com @ 2012-02-06  9:55 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/libev/libev.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libev/libev.mk b/package/libev/libev.mk
index 8beaa8e..6656d15 100644
--- a/package/libev/libev.mk
+++ b/package/libev/libev.mk
@@ -3,7 +3,7 @@
 # libev
 #
 #############################################################
-LIBEV_VERSION = 4.04
+LIBEV_VERSION = 4.11
 LIBEV_SOURCE = libev-$(LIBEV_VERSION).tar.gz
 LIBEV_SITE = http://dist.schmorp.de/libev/
 LIBEV_INSTALL_STAGING = YES
-- 
1.7.1.1

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

* [Buildroot] [PATCH 3/3] New package: parted
  2012-02-06  9:55 [Buildroot] [PATCH 1/3] feh: bump to 2.3 yegorslists at googlemail.com
  2012-02-06  9:55 ` [Buildroot] [PATCH 2/3] libev: bump to 4.11 yegorslists at googlemail.com
@ 2012-02-06  9:55 ` yegorslists at googlemail.com
  2012-02-06 22:24 ` [Buildroot] [PATCH 1/3] feh: bump to 2.3 Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2012-02-06  9:55 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in        |    1 +
 package/parted/Config.in |    9 +++++++++
 package/parted/parted.mk |   14 ++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 package/parted/Config.in
 create mode 100644 package/parted/parted.mk

diff --git a/package/Config.in b/package/Config.in
index 7206f65..88437ae 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -201,6 +201,7 @@ source "package/ntfs-3g/Config.in"
 source "package/ntfsprogs/Config.in"
 source "package/open2300/Config.in"
 source "package/openocd/Config.in"
+source "package/parted/Config.in"
 source "package/pciutils/Config.in"
 source "package/picocom/Config.in"
 source "package/rng-tools/Config.in"
diff --git a/package/parted/Config.in b/package/parted/Config.in
new file mode 100644
index 0000000..86d6679
--- /dev/null
+++ b/package/parted/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PARTED
+	bool "parted"
+	select BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_READLINE
+	select BR2_PACKAGE_UTIL_LINUX
+	help
+	  parted, the GNU partition resizing program
+
+	  http://www.gnu.org/software/parted/
diff --git a/package/parted/parted.mk b/package/parted/parted.mk
new file mode 100644
index 0000000..826c5f8
--- /dev/null
+++ b/package/parted/parted.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# parted
+#
+#############################################################
+
+PARTED_VERSION = 3.0
+PARTED_SOURCE = parted-$(PARTED_VERSION).tar.gz
+PARTED_SITE = $(BR2_GNU_MIRROR)/parted
+PARTED_DEPENDENCIES = readline util-linux lvm2
+PARTED_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))
+
-- 
1.7.1.1

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

* [Buildroot] [PATCH 1/3] feh: bump to 2.3
  2012-02-06  9:55 [Buildroot] [PATCH 1/3] feh: bump to 2.3 yegorslists at googlemail.com
  2012-02-06  9:55 ` [Buildroot] [PATCH 2/3] libev: bump to 4.11 yegorslists at googlemail.com
  2012-02-06  9:55 ` [Buildroot] [PATCH 3/3] New package: parted yegorslists at googlemail.com
@ 2012-02-06 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-02-06 22:24 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] libev: bump to 4.11
  2012-02-06  9:55 ` [Buildroot] [PATCH 2/3] libev: bump to 4.11 yegorslists at googlemail.com
@ 2012-02-06 22:24   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-02-06 22:24 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-02-06 22:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06  9:55 [Buildroot] [PATCH 1/3] feh: bump to 2.3 yegorslists at googlemail.com
2012-02-06  9:55 ` [Buildroot] [PATCH 2/3] libev: bump to 4.11 yegorslists at googlemail.com
2012-02-06 22:24   ` Peter Korsgaard
2012-02-06  9:55 ` [Buildroot] [PATCH 3/3] New package: parted yegorslists at googlemail.com
2012-02-06 22:24 ` [Buildroot] [PATCH 1/3] feh: bump to 2.3 Peter Korsgaard

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